/*!
 * Custom CSS class
 */
 
 #risultatiRicercaTable thead tr th{
 	background-color: #1BBAF1 !important;
 	font-weight: bold !important;
 	color: white !important;
 }
 
  #risultatiRicercaTable tbody tr td {
  	color: gray !important;
  }
  
 .cercaDropdown li {
    color: gray !important;
    }
  .cercaDropdown li:hover {
  	 color: black !important;
  }
 
 .selectCerca {
 	border: #1BBAF1 !important;
 }
 
 .selectCerca option:checked, option:hover {
  	background-color: #1BBAF1 !important;
  	color: white !important;
 }
.onboardfalse {
 	background-color: #b3b3ff !important;
 	color: white !important;
 	text-align: center;
 	margin-top:5px;
 	padding: 4px;
 }
 
.onboardtrue {
 	background-color: #379bff !important;
 	color: white !important;
 	text-align: center;
 	margin-top:5px;
 	padding: 4px;
 } 
 
  .icon-user:hover {
  	background-color: #569dcd !important;
  }
  
  #valGenerale {
	  border-left-style: inset;
	  border: 3px;
	  margin-top: 15px;
  }
  
 .pagination > .active > a,
 .pagination > .active > a:hover,
 .pagination > .active > a:focus,
 .pagination > .active > span,
 .pagination > .active > span:hover,
 .pagination > .active > span:focus{
	background: #8fc23e;
    border-color: #8fc23e;
}

 .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
 .pagination > li {
  display: inline;
}
 .pagination > li > a,
 .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
 .pagination > li:first-child > a,
 .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
 .pagination > li:last-child > a,
 .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
 .pagination > li > a:hover,  .pagination > li > a:focus,
 .pagination > li > span:hover,
 .pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
 .pagination > .active > a,  .pagination > .active > a:hover,  .pagination > .active > a:focus,
 .pagination > .active > span,
 .pagination > .active > span:hover,
 .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
 .pagination > .disabled > span,
 .pagination > .disabled > span:hover,
 .pagination > .disabled > span:focus,
 .pagination > .disabled > a,
 .pagination > .disabled > a:hover,
 .pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
 .pagination-lg > li > a,
 .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
 .pagination-lg > li:first-child > a,
 .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
 .pagination-lg > li:last-child > a,
 .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
 .pagination-sm > li > a,
 .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
 .pagination-sm > li:first-child > a,
 .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
 .pagination-sm > li:last-child > a,
 .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/*!
 * Important Class for disable-ing an icon
 */
.vanishIcon{
    cursor: not-allowed;
    color:#d3d3d3;
}
.pointer{
	cursor: pointer;}

@media all and (max-width: 767px) {

.table-responsive{
	overflow-x: scroll;
	height: 100%;
   }
}	

#form_ricerca_candidato {
	margin-left: 20px;
} 

.table td a li{
	padding: 2px;
}


.preview-border {
 	border-style: groove;
}

#generateExcelErrors {
    color: red;
}
.utenzaDiv {
	height:33px;
}

/* classes used in menu.jsp  */
.backgroudDiv {
	background-color: #1bbaf0;
}

.textClass {
	color: #fff !important;
	text-shadow: 0 0px 0 #f9f9f9 !important;
}
.nav-item a:hover{
 color: #ddd !important;
}

.modal{
    position: relative;
    display: table; 
    overflow-y: auto;    
    overflow-x: auto;
    width: auto;
    min-width: 300px;   
}
   
.largeNumbers{
	font-size: larger;
}
.more{
	cursor: pointer;
}
.more:hover{
	background-color: #f0efef;
}

#modelAssegnareList .stripedRow{
	background-color: #c1c1c1;
	color: #5b5b5b;
}

.externalLinkModal 
  {
    white-space: normal !important;
   }   

/* Unsetting transition effect on a elements for CKEditor */   
#cke_descrizione a {
	transition: none;
}
.resultsTable{
	word-wrap: break-word;
    table-layout: fixed;
}

.marginTop20 {
	margin-top: 20px;
}

.fontSize17{
	font-size: 17px !important;
}