.dashboard_elezioni {margin-top: 0; margin-bottom: 0;}
		.dashboard_elezioni a, .dashboard_elezioni a:visited {color: white;}
		.dashboard_elezioni a .numeri, .dashboard_elezioni a:visited .numeri {color: #333;}
		
		.block-12 {position: relative; background: #fff; border: 0px solid #dedede; border-top: 4px #003a5a solid; padding: 0 16px 16px; width: 890px;margin-left:0px;margin-top:0px;}
		.block-12:before {content: ''; width: 41px; height: 4px; background-color: #ec1b23; position: absolute; top: -4px; left: -1px; z-index: 100;}
		.block-12:after {content: ''; width: 4px; height: 4px; position: absolute; top: -4px; left: 40px; background: #fff;}
		.block-overtitle {display: inline-block; position: relative; font-family: 'lato-bold', Arial, 'Helvetica Neue', Helvetica, sans-serif!important; font-size: 14px!important; line-height: 16px!important; font-weight: normal!important; color: #222!important; margin-top: 0; z-index: 10; padding: 9px 0 9px 28px!important; text-transform: uppercase;}
		.block-overtitle a, .block-overtitle a:visited {color: #222!important;}
		.block-overtitle time {color: #d7231f;}
		
		.live-news .block-overtitle:after {content: ''; position: absolute; right: -16px; top: 12px; width: 8px; height: 8px; border-radius: 50%; background-color: #e84545; animation-duration: 1s; animation-name: blink; animation-iteration-count: infinite; animation-timing-function: steps(2,start);}
		@keyframes blink{80%{visibility:hidden}}	
		
		.ticker-container {margin-bottom: 0;}
		.dashboard_elezioni .owl-theme .owl-controls .owl-page span {
		    background-color: #ec1b23;
		}
			
		@media (max-width: 883px) {
			.block-12 {padding: 0 2% 16px; width: 100%;margin-top:0px;}
		}
		
		
.dashboard_elezioni a, .dashboard_elezioni a:visited {
    color: #000;
}
/* 	SOLO caso di forchetta */
.dashboard_elezioni .owl-carousel .owl-item dl dd.seggi {
    font: 24px/26px lato-black,Arial,'Helvetica Neue',Helvetica,sans-serif;
}


@media (max-width: 670px) {
.seggi font {
font: 8px/10px lato-black,Arial,'Helvetica Neue',Helvetica,sans-serif;
}
}
@media (max-width: 380px) {
.seggi font {
font: 18px/20px lato-bold, Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
}

.cerchio {
-moz-border-radius: 180px;
-webkit-border-radius: 180px;
border-radius: 180px;
}
.centered {
position: absolute;
top: 50%;
left: 50%;
margin-top: -50px;
margin-left: -50px;
z-index:9999;
}
.rosso b {
color:#D20000;
font-size:20px;
}
.puntatore {cursor: pointer;}
.seggi {
filter: alpha(opacity=80);
/* IE */
-moz-opacity: 0.8;
/* Mozilla */
opacity: 0.8;
background-color:#fff;
width:100%;
}
.dashboard_elezioni .owl-carousel .owl-item dl {
background: url(<?php echo plugin_dir_url( __FILE__ )?>images/dashboard_candidati_v3.png?v2)0 0 no-repeat;
padding: 0 0 0 73px;
margin-right: 5px;
min-height: 60px;
min-width: 100px;
position: relative;
color: #333;
}

.seggi font {
font: 16px/18px lato-bold, Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.block-12 {
position: relative;
background: #fff;
border: 0px solid #dedede;
border-top: 4px #003a5a solid;
padding: 0 16px 16px;
width: 100%;
margin-left: 0px;
margin-top: 0px;
}
.live-news .block-overtitle:after {
    content: '';
    position: absolute;
    right: -16px;
    top: 12px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    animation-duration: 1s;
    animation-name: blink;
    animation-iteration-count: stop;
    animation-timing-function: steps(2,stop);
}

* {
  box-sizing: border-box;
}
.select {
  position: relative;
  width: 10px;
}
.select svg {
  position: absolute;
  right: 12px;
  top: calc(50% - 3px);
  width: 10px;
  height: 6px;
  stroke-width: 2px;
  stroke: #9098a9;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}
.select select {
  -webkit-appearance: none;
  padding: 7px 40px 7px 12px;
//  width: 100%;
  border: 1px solid #e8eaed;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 1px 3px -2px #9098a9;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  transition: all 150ms ease;
}
.select select:required:invalid {
  color: #5a667f;
}
.select select option {
  color: #223254;
}
.select select option[value=""][disabled] {
  display: none;
}
.select select:focus {
  outline: none;
  border-color: #07f;
  box-shadow: 0 0 0 2px rgba(0,119,255,0.2);
}
.select select:hover + svg {
  stroke: #07f;
}
.sprites {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  user-select: none;
}
.dashboard_elezioni .owl-carousel {
    padding-bottom: 1px;
}

    #dashboard-elections-tabber {
        font-family: Helvetica, Sans-Serif;
        font-size: 12px;
    }

    #dashboard-elections-tabber .gd-dashboard,
    #dashboard-elections-tabber .dashboard-elections {
        margin: 0 !important;
    }

    .dashboard-elections-tabber__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 4px;
        margin: 0 0 4px 0 !important;
        padding: 0 0 8px 0 !important;
        overflow-x: auto;
        white-space: nowrap;
        border-bottom: 1px solid #e1e1e1;
    }

    .dashboard-elections-tabber__nav li {
        display: block;
        padding: 4px 8px;
        border: 1px solid #E1E1E1;
        border-radius: 4px;
        font-weight: 700;
        text-transform: uppercase;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        cursor: pointer;
    }

    .dashboard-elections-tabber__nav li.is-active,
    .dashboard-elections-tabber__nav li:hover {
        background-color: #282828;
        color: #fff;
        border-color: #282828;
    }

    .dashboard-elections-tabber__content {
        position: relative;
        border-radius: 4px;
        overflow: hidden;

        /* medium */
        @media screen and (min-width: 768px) {
            min-height: 262px;
        }
    }

    .dashboard-elections-tabber__pane {
        display: none;
        opacity: 0
    }

    .dashboard-elections-tabber__pane.is-active {
        display: block;
        -webkit-animation: fadeIn 1.2s cubic-bezier(.39, .575, .565, 1) both;
        animation: fadeIn 1.2s cubic-bezier(.39, .575, .565, 1) both
    }

    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }

    @keyframes fadeIn {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }
    .gd-dashboard .gd-candidate__media {
    -ms-flex-preferred-size: 48px;
    /* flex-basis: 48px; */
    -ms-flex-negative: 0;
    /* flex-shrink: 0; */
    /* -webkit-box-flex: 0; */
    -ms-flex-positive: 0;
    /* flex-grow: 0; */
    /* display: block; */
    width: 48px;
    height: 48px;
    border-radius: 100%;
    margin: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 48px auto;
}
.container-fx {
  position: absolute;
    width: 140px;
    height: 140px;
    left: 0px;
    top: 0px;
}
.image-fx {
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: auto 100%;
    border-radius: 100%;
}
.margini_voti {
margin-left: 10px;
margin-right: 10px;
}
#risultato {
  background-color: #fff;
  border-radius: 12px;
  padding: 0 14px 0 14px;
  margin-top: 12px;
}

.gd-dashboard {
  border-radius: 12px;
  background-color: #fdfdfd;
}