
/*--------------------------------------------------------------
# Foundation Additional
--------------------------------------------------------------*/

.row {
  max-width: 100% !important;
}

.no-pad-left {padding-left: 0 !important;}
.no-pad-right {padding-right: 0 !important;}

@media screen and (min-width: 300px) and (max-width: 640px) {
	.no-pad-left-small {padding-left: 0 !important;}
	.no-pad-right-small {padding-right: 0 !important;}
}

.pad-right-first {
	padding-left: 0;
	padding-right: 0.9375em;
}

.pad-left-last {
	padding-right: 0;
	padding-left: 0.9375em;
}

input { padding-left: 15px; padding-right: 15px;}

.displayInlineBlock {
	display: inline-block;
}


/* VERTICAL CENTERING */
.out-vc {
	display: table;
}
.in-vc {
	display: table-cell;
	vertical-align: middle;
}
.in-vc-left {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}
.in-vc-right {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}

.customButton {
	border: 0;
	border-radius: 0;
	margin: 0;
}
	.customButton:hover {
		border-radius: 0;
	}

/*--------------------------------------------------------------
# Palette
--------------------------------------------------------------*/
.whiteBg {
	background: #ffffff;
}
.lightGreyBg {
	background: var(--COLOR-GRIGIO-CHIARO);
}
.amarantheBg {
	background: var(--COLOR-FEDERAZIONE);
}
.acidGreenBg {
	background: var(--COLOR-ACID-GREEN);
}
.darkGreyBg {
	background: var(--COLOR-DARK-GREY);
}
.whiteBg {
	background: #ffffff;
}

.lightGreyTxt {
	color: var(--COLOR-GRIGIO-CHIARO);
}
.amarantheTxt {
	color: var(--COLOR-FEDERAZIONE);
}
.acidGreenTxt {
	color: var(--COLOR-ACID-GREEN);
}
.darkGreyTxt {
	color: var(--COLOR-DARK-GREY);
}
.whiteText {
	color: #ffffff;
}
/*--------------------------------------------------------------
# Font
--------------------------------------------------------------*/

.font10 {font-size: 10px;}
.font11 {font-size: 11px;}
.font12 {font-size: 12px;}
.font13 {font-size: 13px;}
.font14 {font-size: 14px;}
.font15 {font-size: 15px;}
.font16 {font-size: 16px;}
.font17 {font-size: 17px;}
.font18 {font-size: 18px;}
.font20 {font-size: 20px;}
.font22 {font-size: 22px;}
.font26 {font-size: 26px;}
.font32 {font-size: 32px;}

strong {font-family: 'pt_sansbold';}


/*--------------------------------------------------------------
# Margins && Paddings
--------------------------------------------------------------*/

.paddingTopBottom02 {
	padding-top: 1px;
    padding-bottom: 1px;
}
.paddingTopBottom05 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.paddingTopBottom7 {
	padding-top: 7px;
	padding-bottom: 7px;
}
.paddingTopBottom10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.paddingTopBottom20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.paddingTopBottom30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.paddingTop40{
    padding-top: 40px;
}

.paddingTopBottom40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.paddingTopBottom50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.paddingTopBottomButton {
	padding: 20px 100px;
}
.paddingTop20 {
	padding-top: 20px;
}

.marginTop30 {
	margin-top: 30px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

@media screen and (max-width: 600px) {
	#wpadminbar {
	    position: fixed !important;
	}
}

.logoFiarc {
    max-width: 140px;
    width: 100%;
    height: 140px;
    background: var(--LOGO);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    margin: 0 auto;
}



/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/

#primary-menu {
	display: table;
	margin: 0 auto;
}
#primary-menu li a {
	color: #ffffff;
	text-transform: uppercase;
	padding: 20px;
}
#primary-menu li {  
    border-right:solid 1px #ffffff;
}
#primary-menu li.current_page_item {
	background: var(--COLOR-GRIGIO-CHIARO);
}

#primary-menu li.current_page_item > a {
    color: var(--COLOR-FEDERAZIONE);
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/

.announceBorder {
	border-bottom: 7px solid var(--COLOR-FEDERAZIONE);
}

.maindiv {
    cursor:pointer;
    width:100%;
    overflow:hidden;
    position:relative;
}
.lowerdiv { 
    position:absolute;
    width:100%;
    height: 100%;
    bottom:0px;
    top:100%;
    left: 0;
    right: 0;
    margin-top:45px;
    background: #ffffff;
}
.newsContainer_title {
	width: 100%;
	line-height: auto;
	line-height: 16px;
    font-size: 14px;
    font-family: 'pt_sansbold';
}
.gareContainer {
	background: var(--COLOR-GRIGIO-CHIARO); 
	border-top: 7px solid #ffffff;
	border-bottom: 7px solid var(--COLOR-ACID-GREEN);
}
.gareContainer_title {
	width: 100%;
	line-height: auto;
	line-height: 16px;
    font-size: 14px;
    font-family: 'pt_sansbold';
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    color: var(--COLOR-ACID-GREEN);
}
.gareContainer img {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
.slogan_home {
	position: absolute;
	left: 0;
	right:0;
	top:25%;
	bottom:0;
	margin:auto;
}
.gareContainer_title {
	width: 100%;
	line-height: 18px;
    font-size: 18px;
    font-family: 'pt_sansregular';
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    color: var(--COLOR-ACID-GREEN);
}

ul.gare-tabs {
     border: 0;
     background: transparent;
     display: table;
     margin: 0 auto;
}

ul.gare-tabs li {
     float: left;
     margin: 0;
     cursor: pointer;
     /*padding: 15px 45px 8px;*/
     padding: 15px 0px 0px;
     margin-left: 5px;
     margin-right: 5px;
     color: var(--COLOR-ACID-GREEN);
     overflow: hidden;
     position: relative;
     text-transform: uppercase;
     border-bottom: 5px solid var(--COLOR-ACID-GREEN);
     line-height: 16px;
     font-size: 12px;
     font-family: 'pt_sansbold';
     text-align: center;
}

.tab_last {  }

ul.gare-tabs li:hover {
}

ul.gare-tabs li.active {
    background: var(--COLOR-ACID-GREEN); !important;
    color: #ffffff !important;
    display: block;
}

.tab_container {
     border-top: none;
     clear: both;
     float: left;
     width: 100%;
     overflow: auto;
}

.tab_content {
     padding: 0 20px;
     display: none;
}

.tab_accordion_heading { display: none; }

@media screen and (max-width: 745px) {
     .gare-tabs {
         display: none !important;
     }
     .gare .tab_accordion_heading {
         background-color: #ffffff;
         color: var(--COLOR-ACID-GREEN);
         border-top: 1px solid var(--COLOR-ACID-GREEN);
         margin: 0;
         padding: 10px 20px;
         display: block;
         cursor: pointer;
         -webkit-touch-callout: none;
         -webkit-user-select: none;
         -khtml-user-select: none;
         -moz-user-select: none;
         -ms-user-select: none;
         user-select: none;
         text-transform: uppercase;
     }
     .tab_container.gare {
         border: 1px solid var(--COLOR-ACID-GREEN);
         border-left: 0;
         border-right: 0;
     }
     .gare .d_active {
         background-color: var(--COLOR-ACID-GREEN);
         color: #fff;
     }
}


ul.tabs.comeDiventare-tabs {
	border: 0;
    background: transparent;
    display: table;
    margin: 0 auto;
}
ul.tabs.comeDiventare-tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 15px 45px 8px;
	margin-left: 5px;
	margin-right: 5px;
	color: var(--COLOR-ACID-GREEN);
	overflow: hidden;
	position: relative;
	background: #ffffff;
	text-transform: uppercase;
	border-bottom: 5px solid var(--COLOR-ACID-GREEN);
	line-height: 16px;
    font-size: 14px;
    font-family: 'pt_sansbold';
}
@media screen and (max-width: 960px) {
	.tabs.comeDiventare-tabs {
		display: none !important;
	}
	.comeDiventare .tab_drawer_heading {
		background-color: #ffffff;
		color: var(--COLOR-ACID-GREEN);
		border-top: 1px solid var(--COLOR-ACID-GREEN);
		margin: 0;
		padding: 10px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		text-transform: uppercase;
	}
	.tab_container.comeDiventare {
		border: 1px solid var(--COLOR-ACID-GREEN);
		border-left: 0;
		border-right: 0;
	}
	.comeDiventare .d_active {
		background-color: var(--COLOR-ACID-GREEN);
		color: #fff;
	}
}

ul.attrezzatura-tabs {
	border: 0;
    background: transparent;
    display: table;
    margin: 0 auto;
    list-style-type: none;
}
ul.attrezzatura-tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 15px 45px 8px;
	margin-left: 5px;
	margin-right: 5px;
	color: var(--COLOR-ACID-GREEN);
	overflow: hidden;
	position: relative;
	background: #ffffff;
	text-transform: uppercase;
	line-height: 16px;
    font-size: 14px;
    font-family: 'pt_sansbold';
}
ul.attrezzatura-tabs li.active {
    background-color: #ffffff !important;
    color: var(--COLOR-ACID-GREEN); !important;
    display: block;
}
.tab_attrezzatura_heading {display: none;}

.attrezzatura_content {padding: 15px;}

@media screen and (max-width: 960px) {
	.attrezzatura-tabs {
		display: none !important;
	}
	.attrezzatura .tab_attrezzatura_heading {
		background-color: #ffffff;
		color: var(--COLOR-ACID-GREEN);
		border-top: 1px solid var(--COLOR-ACID-GREEN);
		margin: 0;
		padding: 10px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		text-transform: uppercase;
	}
	.tab_container.attrezzatura {
		border: 1px solid var(--COLOR-ACID-GREEN);
		border-left: 0;
		border-right: 0;
	}
	.attrezzatura .d_active {
		background-color: var(--COLOR-ACID-GREEN);
		color: #fff;
	}
}


.partner_title {
    width: 100%;
    line-height: 16px;
    font-size: 16px;
    font-family: 'pt_sansbold';
    padding: 10px 0;
    text-transform: uppercase;
}
.partner_content {
    font-size: 14px;
}

.page-contatti {
	font-size: 18px;
}

.contatti_title {
	font-family: 'pt_sansbold';
	font-size: 16px;
	text-transform: uppercase;
}
.contatti_nome {
	font-family: 'pt_sansregular';
	font-size: 15px;
}
.contatti_address {
	margin-top: 20px;
	font-family: 'pt_sansregular';
	font-size: 15px;
	color: var(--COLOR-FEDERAZIONE);
}
.sbarretta_amaranthe {
	background: var(--COLOR-FEDERAZIONE);
	height: 5px;
}
.che_arco_title {
	color: var(--COLOR-ACID-GREEN);
	text-transform: uppercase;
	margin-bottom: 10px;
	font-family: 'pt_sansbold';
}

.showArrow {
	height: 30px;
	display: block;
	margin: 0 auto;
}

.single-post a {
	color: var(--COLOR-FEDERAZIONE);
}

.singlePost_title {
	width: 100%;
	line-height: auto;
	line-height: 21px;
    font-size: 20px;
    font-family: 'pt_sansbold';
}

.cellSubMenuDocumenti{
    position:relative;
    width:11%; 
    margin:0.6%;
    padding:0;
}
 
.cellSubMenuAlbi{
    position:relative;
    width:30%; 
    margin:1.5%;
    padding:0;
}

.cellRegioni {
    text-transform: uppercase;
}
/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/



@media screen and (min-width: 300px) and (max-width: 790px) {
	.main-navigation {
		display: none;
	}
	
	.slicknav_menu .slicknav_icon {
	    float: left;
	    margin: 2px 0 0 .438em;
	}
	
	.slicknav_menu {
		background: var(--COLOR-FEDERAZIONE);
	}

	.slicknav_nav {
	    position: absolute;
	    right: 10px;
	    top: 219px;
	    z-index: 44;
	    text-align: right;
	    text-transform: uppercase;
	    background: var(--COLOR-FEDERAZIONE);
	}
	.slicknav_btn {
		background-color: transparent;
	}
	.slicknav_menu .slicknav_menutxt {
	    text-shadow: 0 0 0 transparent;
	}
	.slicknav_nav a:hover {
	    -webkit-border-radius: 6px;
	    -moz-border-radius: 6px;
	    border-radius: 0;
	    background: var(--COLOR-GRIGIO-CHIARO);
	    color: var(--COLOR-FEDERAZIONE);
	}
	html[data-useragent*='Firefox'] .slicknav_nav {
	    top: 195px;
	}

    .cellSubMenuDocumenti {
        position: relative;
        width: 100%;
        padding: 0;
    }

    .cellSubMenuAlbi {
        position: relative;
        width: 100%;
        padding: 0;
    }

    .cellRegioni{

    }


}

@media screen and (min-width: 790px) {
	#small-menu {
		display: none;
	}
	
	.main-navigation {
		display: block;
	}
}

@media screen and (min-width: 300px) and (max-width: 640px) {
	.contatti_margin_bottom_small {
		margin-bottom: 50px;
	}
}


/*AL*/

.tabF{
    text-align:center;
}
.tabF img {
    height: 100px;
}
.innerMain {
    /*padding-left: 28px;
    padding-right: 28px;
    margin-top: 40px;*/
    text-align: center;
    color: var(--COLOR-ACID-GREEN);
    font-size: 12px;
    border-bottom: 5px solid var(--COLOR-ACID-GREEN);
}

.contentF{
    border:none !important;
    position:absolute;
    display:none;
    width:100%;
}

.elementMenu{
    margin-top: 5px;
}

@media screen and (max-width: 660px) {
    .contentF {
        position: relative;
    }
    .elementList {
        margin-right: 0;
    }
}

.headerList{
    color:#ffffff;
    line-height:1.5em;
}
.headerList div{
    padding-left:5px;
    background-color: #565759;
    margin-right:2px;
    line-height:46px;
    font-size:12px;
}

.title{
    font-size:14px;
}
.etichetta{
    font-size:12px;
}

select{
    background-color: #565759;
    color:#ffffff;
    border:0;
    padding:3px;
    height:unset;
    margin:0;
}
.rowList{
    line-height:35px; 
    border-bottom:solid 1px #565759;
}
.btn{
    background-color:#565759;
    color:#ffffff;
    min-width:50px;
    border:none;
    padding:5px 10px 5px 10px;
}

table tbody tr:nth-child(even) {
    background-color: #ffffff;
    /*border-bottom:solid 1px #565759;*/
    padding:5px 0 5px 0;
}
table tbody th{
    padding:0;
}
table tbody td {
    border-bottom:solid 1px #565759;
    padding:5px 0 5px 5px;
}

/*Paginatore*/
.pagerNext{
    color:#565759;
    border:solid 1px #565759;
    border-radius:3px;
    padding:2px 5px 2px 5px;
}

.currentPage{
    background-color:#565759;
    border:solid 1px #565759;
    color:#ffffff;
    border-radius:3px;
    padding:2px 5px 2px 5px;
}

table tfoot td, table tfoot th, table thead td, table thead th {
     padding: 0; 
     text-align: center; 
}

/* Desktops/Laptops Generic CSS */
table { 
	width: 100%; 
	border-collapse: collapse; 
}

/* Zebra striping if needed */
tr:nth-of-type(odd) { 
}

th { 
	font-weight: bold; 
}

td, th { 
	text-align: left; 
}

body.default td, th { 
	text-align:center;
}

body.iscritti .searchBox{
    width:250px; 
    margin:auto;
    border:none; 
    text-align:center; 
    float:left; 
    box-shadow:none;
    height:39px;
}

.titleWin{
    font-size:18px;
    font-weight:700;
    text-transform:uppercase;
}

.button:focus, .button:hover {
    background-color: var(--COLOR-FEDERAZIONE);
}

.innerMainActive{
    background-color:var(--COLOR-ACID-GREEN);
    color:#ffffff;
}



    /*
	This query will take effect for any screen smaller than 760px
	and also iPads specifically.
	*/
	/*@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px)  {*/
    @media only screen and (max-width: 40em) {
		/* Force table to not be like tables anymore */



		table, thead, tbody, th, td, tr { 
			display: block; 
		}

        table tbody td{
            border-bottom:none !important;
        }

        td, th {
            text-align: center;
        }

		/* Hide table headers (but not display: none; for accessibility) */
		thead tr { 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		
		tr { border-top: solid 1px #565759; margin-bottom: 10px; }
		
		td { 
			/* Behave  like a "row" */
			border: none;
			/*border-bottom: 1px solid #fecc07;*/ 
			position: relative;
			padding-left: 50%;
		}
		
		td:before { 
			/* Now like a table header */
			position: absolute;
			/* Top/left values to emulate padding */
			top: 6px;
			left: 6px;
			width: 45%; 
			padding-right: 10px; 
			white-space: nowrap;
		}

		/* Label the data */
		body.default td:nth-of-type(1):before { content: "DATA GARA"; color: #565759; font-weight:bold; text-align:left; }
        body.default td:nth-of-type(2):before { content: "COMPAGNIA"; color: #565759; font-weight:bold; text-align:left; }
        body.default td:nth-of-type(3):before { content: "TIPO"; color: #565759; font-weight:bold; text-align:left; }
		body.default td:nth-of-type(4):before { content: "INVITO"; color: #565759; font-weight:bold; text-align:left; }
		body.default td:nth-of-type(5):before { content: "ISCRIZIONI"; color: #565759; font-weight:bold; text-align:left; }
		body.default td:nth-of-type(6):before { content: "CLASSIFICA"; color: #565759; font-weight:bold; text-align:left; }

        body.documentifederali td:nth-of-type(3) {border-bottom: 0;}
		
		/* Label the data */
		body.documentiFederali td:nth-of-type(1):before { content: "TITOLO"; color: #565759; font-weight:bold; text-align:left; font-size:14px; }
        body.documentiFederali td:nth-of-type(2):before { content: "DATA CARICAMENTO"; color: #565759; font-weight:bold; text-align:left; font-size:14px; }
        body.documentiFederali td:nth-of-type(3):before { content: "PDF"; color: #565759; font-weight:bold; text-align:left; font-size:14px; }

        body.iscritti td:nth-of-type(1):before { content: "TESSERA"; color: #565759; font-weight:bold; text-align:left; font-size:14px; }
        body.iscritti td:nth-of-type(2):before { content: "COGNOME NOME"; color: #565759; font-weight:bold; text-align:left; font-size:14px; }
        body.iscritti td:nth-of-type(3):before { content: "COMPAGNIA"; color: #565759; font-weight:bold; text-align:left; font-size:14px; }
        body.iscritti td:nth-of-type(4):before { content: "CLASSE"; color: #565759; font-weight:bold; text-align:left; font-size:14px; }
        body.iscritti td:nth-of-type(5):before { content: "CATEGORIA"; color: #565759; font-weight:bold; text-align:left; font-size:14px; }
        body.iscritti td:nth-of-type(6):before { content: "STATO"; color: #565759; font-weight:bold; text-align:left; font-size:14px; }
        body.iscritti td:nth-of-type(7):before { content: "DATA ISCRIZIONE"; color: #565759; font-weight:bold; text-align:left; font-size:14px; }

        body.classifica td:nth-of-type(1):before { content: "POS."; color: #565759; font-weight:bold; text-align:left; font-size:14px; }
        body.classifica td:nth-of-type(2):before { content: "CLASSE"; color: #565759; font-weight:bold; text-align:left; font-size:14px; }
        body.classifica td:nth-of-type(3):before { content: "CATEGORIA"; color: #565759; font-weight:bold; text-align:left; font-size:14px; }
        body.classifica td:nth-of-type(4):before { content: "ARCIERE"; color: #565759; font-weight:bold; text-align:left; font-size:14px; }
        body.classifica td:nth-of-type(5):before { content: "COMPAGNIA"; color: #565759; font-weight:bold; text-align:left; font-size:14px; }
        body.classifica td:nth-of-type(6):before { content: "TESSERA"; color: #565759; font-weight:bold; text-align:left; font-size:14px; }
        body.classifica td:nth-of-type(7):before { content: "PUNTEGGIO"; color: #565759; font-weight:bold; text-align:left; font-size:14px; }
        body.classifica td:nth-of-type(8):before { content: "SPOT"; color: #565759; font-weight:bold; text-align:left; font-size:14px; }
        body.classifica td:nth-of-type(9):before { content: "S.SPOT"; color: #565759; font-weight:bold; text-align:left; font-size:14px; }

        body.schedaindividuale td:nth-of-type(1):before { content: "POS."; color: #565759; font-weight:bold; text-align:left; font-size:14px; }
        body.schedaindividuale td:nth-of-type(2):before { content: "CLASSE"; color: #565759; font-weight:bold; text-align:left; font-size:14px; }
        body.schedaindividuale td:nth-of-type(3):before { content: "CATEGORIA"; color: #565759; font-weight:bold; text-align:left; font-size:14px; }
        body.schedaindividuale td:nth-of-type(4):before { content: "CACCIA E TIRO"; color: #565759; font-weight:bold; text-align:left; font-size:14px; }
        body.schedaindividuale td:nth-of-type(5):before { content: "HUNTER"; color: #565759; font-weight:bold; text-align:left; font-size:14px; }
        body.schedaindividuale td:nth-of-type(6):before { content: "TOTALE"; color: #565759; font-weight:bold; text-align:left; font-size:14px; }
        body.schedaindividuale td:nth-of-type(7):before { content: "BATTUTA"; color: #565759; font-weight:bold; text-align:left; font-size:14px; }
        body.schedaindividuale td:nth-of-type(8):before { content: "TOTALE"; color: #565759; font-weight:bold; text-align:left; font-size:14px; }
        body.schedaindividuale td:nth-of-type(9):before { content: "QUALIFICATO"; color: #565759; font-weight:bold; text-align:left; font-size:14px; }
        
        body.corsi td:nth-of-type(1):before { content: ""; color: #565759; font-weight:bold; text-align:left; font-size:14px; }
        body.corsi td:nth-of-type(2):before { content: "DATA"; color: #565759; font-weight:bold; text-align:left; font-size:14px; }
        body.corsi td:nth-of-type(3):before { content: "ISCRIZIONE"; color: #565759; font-weight:bold; text-align:left; font-size:14px; }
        body.corsi td:nth-of-type(4):before { content: "COSTO"; color: #565759; font-weight:bold; text-align:left; font-size:14px; }
        body.corsi td:nth-of-type(5):before { content: "RICHIESTA"; color: #565759; font-weight:bold; text-align:left; font-size:14px; }
        
        body.documentifederali td:nth-of-type(1):before { content: ""; color: #565759; font-weight:bold; text-align:left; font-size:14px; }
        body.documentifederali td:nth-of-type(2):before { content: "DATA"; color: #565759; font-weight:bold; text-align:left; font-size:14px; }
        body.documentifederali td:nth-of-type(3):before { content: "SCARICA"; color: #565759; font-weight:bold; text-align:left; font-size:14px;}

        body.rankinglist td:nth-of-type(1):before { content: "POS."; color: #565759; font-weight:bold; text-align:left; font-size:14px; }
        body.rankinglist td:nth-of-type(2):before { content: "CLASSE"; color: #565759; font-weight:bold; text-align:left; font-size:14px; }
        body.rankinglist td:nth-of-type(3):before { content: "CATEGORIA"; color: #565759; font-weight:bold; text-align:left; font-size:14px;}
        body.rankinglist td:nth-of-type(4):before { content: "ARCIERE"; color: #565759; font-weight:bold; text-align:left; font-size:14px;}
        body.rankinglist td:nth-of-type(5):before { content: "TESSERA"; color: #565759; font-weight:bold; text-align:left; font-size:14px;}
        body.rankinglist td:nth-of-type(6):before { content: "COMPAGNIA"; color: #565759; font-weight:bold; text-align:left; font-size:14px;}
        body.rankinglist td:nth-of-type(7):before { content: "CACCIA E TIRO"; color: #565759; font-weight:bold; text-align:left; font-size:14px;}
        body.rankinglist td:nth-of-type(8):before { content: "HUNTER"; color: #565759; font-weight:bold; text-align:left; font-size:14px;}
        body.rankinglist td:nth-of-type(9):before { content: "TOTALE"; color: #565759; font-weight:bold; text-align:left; font-size:14px;}
        body.rankinglist td:nth-of-type(10):before { content: "BATTUTA"; color: #565759; font-weight:bold; text-align:left; font-size:14px;}
        body.rankinglist td:nth-of-type(11):before { content: "TOTALE"; color: #565759; font-weight:bold; text-align:left; font-size:14px;}

        body.rimborsi td:nth-of-type(1):before { content: ""; color: #565759; font-weight:bold; text-align:left; font-size:14px; }
        body.rimborsi td:nth-of-type(2):before { content: "DATA RICHIESTA"; color: #565759; font-weight:bold; text-align:left; font-size:14px; }
        body.rimborsi td:nth-of-type(3):before { content: "COMPAGNIA"; color: #565759; font-weight:bold; text-align:left; font-size:14px; }
        body.rimborsi td:nth-of-type(4):before { content: "DATA GARA"; color: #565759; font-weight:bold; text-align:left; font-size:14px;}
        body.rimborsi td:nth-of-type(5):before { content: "TOTALE"; color: #565759; font-weight:bold; text-align:left; font-size:14px;}
        body.rimborsi td:nth-of-type(6):before { content: "STATO"; color: #565759; font-weight:bold; text-align:left; font-size:14px;}

        body.relazioni td:nth-of-type(1):before { content: ""; color: #565759; font-weight:bold; text-align:left; font-size:14px; }
        body.relazioni td:nth-of-type(2):before { content: "COMPAGNIA"; color: #565759; font-weight:bold; text-align:left; font-size:14px; }
        body.relazioni td:nth-of-type(3):before { content: "DATA GARA"; color: #565759; font-weight:bold; text-align:left; font-size:14px; }
        body.relazioni td:nth-of-type(4):before { content: "TIPO GARA"; color: #565759; font-weight:bold; text-align:left; font-size:14px; }

        .activeMenu {
            background-color: #ffffff !important;
            color: var(--COLOR-FEDERAZIONE) !important;
        }
        .liGreen{
            color:#ffffff !important;
        }

        .liGreen:hover{
            color: var(--COLOR-FEDERAZIONE) !important;
        }

        .marginSmall{
            border-bottom:solid 1px black!important;
            margin-bottom:30px;
        }

	}