﻿/* ======== tabsLayout css ========= */

section {
	display: block;
	vertical-align: baseline;
	margin:2em 0;
}
.tabs-jol div, h2, li {
	direction: ltr;
}
.tabs-jol div {
	cursor: default;
}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.tabs-jol {
	font-size:16px;
	line-height:1.6em;
	border: 1px solid #e9e9e9;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 10px;
    width: 298px;
    margin: 15px auto;
    background: #fff;
}
.rail > *:not(.clear):not(:first-child) {
    margin-top: 20px;
    margin-bottom: 0px;
}

.tabs-jol h2 {
	color:#444444;
	font-family:'Roboto Condensed', san-serif;
	font-size:1.2em;
	font-weight:800;
	margin: 0 0 30px 0;
	text-transform:uppercase;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	direction: ltr;
	display: block;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
.tabs-jol .follow-links.untouched {
    margin-bottom: 115px;
}
.tabs-jol ul {
	position: relative;
	padding-left:0;
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-size: 1em;
	line-height: 1.6;
	margin-bottom: 1.25em;
	list-style-position: outside;
	font-family: inherit;
	direction: ltr;
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}
.tabs-jol ol, dl {
	font-size: 1em;
	line-height: 1.6;
	margin-bottom: 1.25em;
	list-style-position: outside;
	font-family: inherit;
	list-style: none;
}

.tabs-jol menu, dir {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}

.group:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.tabs-jol li {
	float: left;
	margin: 0 10px 5px 0;
	padding: 0;
	vertical-align: baseline;
	list-style: none;
	border: 0;
	display: list-item;
	text-align: -webkit-match-parent;
}
.tabs-jol li.selected:after {
    content: "";
    display: block;
    width: 20px;
    height: 25px;
    background: url(http://www.jobonline.it/0-HTML/pic/rail-sprite.png) no-repeat 0 -960px;
    top: 50px;
    left: 10px;
    position: absolute;
}

/* posizione :after guide */
.tabs-jol li.selected.lavoro:after {
    left: 9px;
}
.tabs-jol li.selected.edu:after {
    left: 57px;
}
.tabs-jol li.selected.orientamento:after {
    left: 102px;
}
.tabs-jol li.selected.normativa:after {
    left: 146px;
}
.tabs-jol li.selected.concorsi:after {
    left: 192px;
}
/* posizione :after community */
.tabs-jol li.selected.newsletter:after {
    left: 9px;
}
.tabs-jol li.selected.facebook:after {
    left: 56px;
}
.tabs-jol li.selected.twitter:after {
    left: 101px;
}
.tabs-jol li.selected.gplus:after {
    left: 145px;
}
.tabs-jol li.selected.linkedin:after {
    left: 192px;
}
.tabs-jol li.selected.rss:after {
    left: 236px;
}

.tabs-jol button {
    text-indent: -9999px;
    width: 35px;
    height: 40px;
    padding: 0;
    border: none;
    background: url(http://www.jobonline.it/0-HTML/pic/rail-sprite.png) no-repeat 0 0;
    margin: 0;
}

.tabs-jol button, .button {
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	transition: background-color 300ms ease-out;
	-webkit-appearance: none;
}


.tabs-jol button, .button {
    cursor: pointer;
    font-family: inherit;
    font-weight: bold;
    line-height: normal;
    position: relative;
    text-decoration: none;
    text-align: center;
    font-size: 1em;
    color: #fff;
}
.tabs-jol button, select {
    text-transform: none;
}
.tabs-jol button {
    align-items: flex-start;
}
.tabs-jol button {
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-shadow: none;
    font: 13.3333px Arial;
}
.tabs-jol button {
    -webkit-writing-mode: horizontal-tb;
}
/* STILE RELATIVO ELEMENTO ATTIVO ????*/
button:hover, button:focus, .button:hover, .button:focus {
    color: #fff;
}
/* ./STILE RELATIVO ELEMENTO ATTIVO */

/* Mappa Guide */

.tabs-jol .lavoro button {
    background-position: 0 -0px;
}

.tabs-jol .edu button {
    background-position: 0 -100px;
}

.tabs-jol .orientamento button {
    background-position: 0 -200px;
}

.tabs-jol .normativa button {
    background-position: 0 -300px;
}

.tabs-jol .concorsi button {
    background-position: 0 -400px;
}
.tabs-jol .lavoro button:hover, .tabs-jol .lavoro button:active, .tabs-jol .lavoro button:focus {
	background-position: 0 -50px;
}

.tabs-jol .edu button:hover, .tabs-jol .edu button:active, .tabs-jol .edu button:focus {
	background-position: 0 -150px;
}

.tabs-jol .orientamento button:hover, .tabs-jol .orientamento button:active, .tabs-jol .orientamento button:focus {
	background-position: 0 -250px;
}

.tabs-jol .normativa button:hover, .tabs-jol .normativa button:active, .tabs-jol .normativa button:focus {
	background-position: 0 -350px;
}

.tabs-jol .concorsi button:hover, .tabs-jol .concorsi button:active, .tabs-jol .concorsi button:focus {
	background-position: 0 -450px;
}

/* Mappa Community */

.tabs-jol .newsletter button {
    background-position: -110px -0px;
}

.tabs-jol .facebook button {
    background-position: -110px -100px;
}

.tabs-jol .twitter button {
    background-position: -110px -200px;
}

.tabs-jol .gplus button {
    background-position: -110px -300px;
}

.tabs-jol .linkedin button {
    background-position: -110px -400px;
}

.tabs-jol .rss button {
    background-position: -110px -500px;
}

.tabs-jol .newsletter button:hover, .tabs-jol .newsletter button:active, .tabs-jol .newsletter button:focus {
	background-position: -110px -50px;
}

.tabs-jol .facebook button:hover, .tabs-jol .facebook button:active, .tabs-jol .facebook button:focus {
	background-position: -110px -150px;
}

.tabs-jol .twitter button:hover, .tabs-jol .twitter button:active, .tabs-jol .twitter button:focus {
	background-position: -110px -250px;
}

.tabs-jol .gplus button:hover, .tabs-jol .gplus button:active, .tabs-jol .gplus button:focus {
	background-position: -110px -350px;
}

.tabs-jol .linkedin button:hover, .tabs-jol .linkedin button:active, .tabs-jol .linkedin button:focus {
	background-position: -110px -450px;
}

.tabs-jol .rss button:hover, .tabs-jol .rss button:active, .tabs-jol .rss button:focus {
	background-position: -110px -550px;
/*./ Mappa Community*/


}
.tabs-jol li .content {
    position: absolute;
    top: 50px;
    left: -11px;
    background: #F8F8F8;
    padding: 0 16px 16px 8px;
    border: 1px solid #E9E9E9;
    border-radius: 0 2px 2px 0;
    width: 298px;
    margin-top: 0 !important;
}
	.tabs-jol li .content ul {
		/*margin:1em 0;*/
	}
		.tabs-jol li .content li {
		  float: none;
		  list-style: none;
		  margin: 0;
		}
		.tabs-jol li .content li {
			padding:0.75em 0;
			border-bottom: 1px dotted #E9E9E9;
			margin-top: 0em;
		}
			.tabs-jol li .content li .cont-img { 
				text-align:left;
				font-size:0; 
				line-height:0;
				padding:0;
				float:left;
				border:0;
				width:70px;
				height:70px; 
			}
			.tabs-jol li .content li .img {
				text-align:left;
				width:100%;
				height:auto; 
				outline:none; 
				text-decoration:none; 
				line-height:100%;
			}
			.tabs-jol li .content li .cont-txt { 
				margin-left:70px;
				padding-left:1.5em;
				min-height:70px;
			}
			.tabs-jol li .content li .cont-txt a { 
				font-family: 'Roboto', san-serif;
				font-size: 0.85em;
				line-height:1.40em;
				font-weight:600;
				color:#519BD0;
				text-decoration:none;
			}
				.tabs-jol li .content li .cont-txt a:hover, .tabs-jol li .content li .cont-txt a:active { 
				color:#a4a4a4;
				text-decoration:none;
				}

.entry .content {
    margin-bottom: 10px;
    /*font: 13px/17px Arial, FreeSans, Helvetica, sans-serif;*/
}

.off {
    display: none;
}

/* ./======== tabsLayout css ========= */


