/* da togliere dopo aggiornamento*/
/*body {
    background-image:url("../img/AGGIORNAMENTO.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}*/



HTML, BODY {
    height:100%;
}


h1, h2, h3, h4, h5, h6 {
    margin: 12px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 1.2em;
    color: inherit;
    text-rendering: optimizelegibility;
}
/* HEADER INI*/
div.header {
    border: 1px solid #D3D3D3;
}
div.header {
    background: #d3d3d3;
    color: #fff;
    padding: 30px 20px;
    overflow: hidden;
    padding: 0 40px 0 80px;
    position: relative;
}
.header {
    padding-top: 4px !important;
    margin: 0px !important;
}

div#header-servizio {
    background: #0153A9;
    padding: 10px 40px 10px 80px;
    width: 100%!important;
    width: auto;
    color: #fff;
}
#header-servizio {
    height: 48px;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

#header-servizio h2 {
    font-size: 20px !important;
}
h2 {
    font-size: 22px;
    line-height: 24px;
}

div.header h1 a {
    color: #0153A9;
}

.header h1 {
    font-size: 18px !important;
    padding-top: 0px !important;
    margin: 0px !important;
}

.footer {
   /* background: #1E354D;*/
   background: #2a3f54;
   color: #E7E7E7;;
   border-top:1px solid #2a3f54;
   border-bottom:1px solid #0153A9;
}
.footer {
    padding-right: 80px;
    padding-left: 80px;
}

.footerSinfosal {
    padding: 40px 0px;
    overflow: hidden;
    width: auto;
}
/* HEADER FINE*/


.menuContainer
{
	border-right: 1px solid black;
}

.logincontainer
{
	margin-top:10em;
}

.accordion-heading{
    font-size: 20px;
    font-weight: normal;
    background: #f1f1f1;
    min-height: 9px;
    padding: 20px 20px 30px 10px;
    font-family: 'Open Sans', sans-serif;
    
}

.accordion-heading a{
	text-decoration: none;
	
}

.titledetail{
    padding:15px;
    /*border-bottom: 1px solid #000;*/
    background-color: #F1F1F1;
    z-index:55;
    margin-bottom: 1em;
    margin-top: -1em;
}

.vaiasezione
{
	font-size:12px;
}

.infospan
{
	text-decoration: none; 
	font-size:18px;
	cursor:pointer;
}

.tableBlueTh thead th{
	background-color: #1ABB9C; /*#428BCA;*/
	
	color:#FFF;
}

.tableBlueTh > thead > tr > th:first-child
{
	border-top-left-radius:4px;
}

.tableBlueTh > thead > tr > th:last-child
{
  border-top-right-radius:4px;
}

.st-sort-descent:before {
    content: '\25BC';
}
.st-sort-ascent:before {
    content: '\25B2';
}

.pointer{
	cursor:pointer;
}

.panel-title a{
	cursor:pointer;
	text-decoration:none;
}

.redCell{
background-color:#F08080 !important;
font-weight:bold;
}

.panel-primary>.panel-heading {
    background-color: #1ABB9C;
    border-color: #1ABB9C;
}

.pagination{
	cursor:pointer;
}


/* ELLIPSIS DIV */

.onerowtext
{
    text-overflow: ellipsis; 
    overflow: hidden; 
    white-space: nowrap;
   
}


/* background  */

.jumbotron-custom
{
    background: url("../img/operai.jpg") no-repeat !important;
    background-size: cover;
    background-position: center;
    color: #fde933;
}

.presentazione_home
{
    margin: 12px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 1.2em;
    color: inherit;
    text-rendering: optimizelegibility;
    font-size: 20px;
}

.filter_select {
  
  font-size:10px;
}

.totale_stat_categoria{
    
    position:absolute;
    right:40px;
    bottom: 0px;
    
}


/*togliere brutto bordo nero in ui-select*/
.ui-select-match.btn-default-focus{
    outline-width: 0px;
}

.cestinocontratto{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    font-size: large;
}

.addcontratto{
    display: block;
    margin-left: auto;
    margin-right: auto;    
    font-size: large;
    float:left;
}

.loader {
    border: 4px solid red;
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 13px;
    height: 13px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }