
body
{
	-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	
}

.info_classDispari
{
    background-color: #E0F2C6;
}


.sezione
{
	border-left: 3px solid #37D04F;
	-border-bottom: 1px solid #37D04F;
	padding:5px;	
	color: green;
	background-color:#F9F9F9;
	font-size: 16px;
	margin: 5px 0;
	overflow: auto;
}
.sezione p {margin-bottom: 0;}

.dati-dipendente
{
	padding:5px;
	border-top: solid silver 1px;
	background-color:#FCFFF9;
	border-bottom: solid green 2px;
	overflow: auto;
	margin-bottom: 5px;
}
.dati-dipendente p
{
	margin-bottom: 0;
}



.table-clean > tbody > tr > th,
.table-clean > tbody > tr > td
{
	border: none;
}

h2 {margin: 0;}

.accesso-negato
{
	text-align: center;
	font-size: xx-large;
	font-weight: bold;
	
}

.dropdownXX-submenu {
    position: relative;
}

.dropdownXX-submenu>.dropdownXX-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdownXX-submenu:hover>.dropdownXX-menu {
    display: block;
}

.dropdownXX-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdownXX-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdownXX-submenu.pull-left {
    float: none;
}

.dropdownXX-submenu.pull-left>.dropdownXX-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.-error 
{    
    border-radius: 5px; 
    padding: 5px;
    border: solid 1px; 
	margin-top: 0px;
    background-color: #FCD6D6;    
    border-color: red;
    float:none;    
    background-image: url("res/img/retinatura.png");
    -font-family: 'Ubuntu', Arial, sans-serif;    

}
.error p 
{
    -font-family: 'Kelly+Slab', Arial, sans-serif;
    font-size:12px;        
    -line-height: 110%;
}

.error h2 
{    
    color: red;
}

.error p 
{
    font-weight: bold;
}

.glyph
{	
	width:16px; 
	height:16px;
}

.panel_hidden {display: none;}
.panel_collapsed {visibility:collapse;}
.panel_visibile  {visibility:visible;}




.horizontal-style-list-l, 
.horizontal-style-list-r, 
.horizontal-style-list 
{
  width: 100%;
  display: table;
  table-layout: fixed;
  padding-left: 0;
  -margin: 17px 0;
  border-radius: 4px;
}



.horizontal-style-list-l > li, 
.horizontal-style-list-r > li, 
.horizontal-style-list > li 
{
  display: table-cell;
  -padding: 6px 12px;
  -line-height: 1.42857143;
  text-decoration: none;  
  -color: #428bca;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-right:none;
  font-weight: bold;
  padding: 0;
}


.horizontal-style-list-l > li:first-child , 
.horizontal-style-list > li:first-child 
{
  width:30px;
  border-right:none;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  padding: 0px 0px;
}

.horizontal-style-list-r > li:last-child, 
.horizontal-style-list > li:last-child 
{
  width:30px;
  border-bottom-right-radius: 4px;
  border-right:1px solid #dddddd;
  border-top-right-radius: 4px;
  padding: 0px 0x;
}

.horizontal-style-list-l > li:hover, 
.horizontal-style-list-r > li:hover, 
.horizontal-style-list > li:hover
{
  color: #2a6496;
  background-color: #eeeeee;
  border-color: #dddddd;
}

.horizontal-style-list-l a, 
.horizontal-style-list-r a, 
.horizontal-style-list a 
{
  display: block;
  text-align: center;
  text-decoration: none;
  border:none;
  width:100%;
  padding: 6px 0px;
  background-color: inherit;
  color: inherit;
}


.horizontal-style-list-l a:hover, 
.horizontal-style-list-r a:hover, 
.horizontal-styale-list a:hover
{
  color: #2a6496;
  background-color: #eeeeee;
  border-color: #dddddd;
}

.horizontal-style-list-selected a 
{
    background-color: #2a6496;
	background-color: #428BCA;
	color: #ffffff;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: transparent;
  opacity: 1;
}

.alert {
padding: 8px 35px 8px 14px;
margin-bottom: 18px;
color: #c09853;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background-color: #fcf8e3;
border: 1px solid #fbeed5;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.alert-heading {
color: inherit;
}

.alert .close {
position: relative;
top: -2px;
right: -21px;
line-height: 18px;
}
.alert-danger,
.alert-error {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}

.bordered-list .row
{
  border-top: 1px solid #ddd;
  padding: 5px;
  margin: 0 0 0 0px;  
} 

.bordered-list .row:nth-child(odd) 
{
  background-color: #f9f9f9;
}

@media screen and  (max-width: 480px) {
  .bold-xs {
    font-weight: bold;
  }
}

.table-borderless tbody tr td, .table-borderless tbody tr th, .table-borderless thead tr th {
    border: none;
}

