
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


body.loginPage, html.loginPage {
    background-color: #fff;
}
div#homeTop div#velina40{
  display: none;
}
div#homeTop ul#menuWhite li a {
    color: #000;    
    text-shadow: none;
}
div#langSelectorWhite div.lang {
    background-color: #666666;
}
div#langSelectorWhite div.lang a,div#langSelectorWhite div.lang.active a {
  color: #fff !important;
  }  
div#companyTexts, div#homeTop.candidate div#companyTexts p.completeness {
    color: #273238 !important;
}
div.vrBtn span.editCompanyLabel {
    color: #273238 !important;
}
div#homeTop div#homeTopBgMask {
    border-bottom: 1px solid #ccc;
}

div#homeTop div.container #logoHeader {
  height: 60px;
  top: 32px;
}

div#header #logo {
  height: 30px;
  margin-top: 5px
}

/* === WIDGET === */

span.widgetHorizontal{
    position: absolute;
    top: 34%;
    cursor: pointer
}

.slick-dots{
  display: none !important;
}

span.widgetHorizontal.chevron-right{
    right: 0px;
    z-index: 99999;
    font-size: 40px;
    color: rgb(51 51 51);
}
span.widgetHorizontal.chevron-left{
    z-index: 99999;
    left: 0px;
    font-size: 40px;
    color: rgb(51 51 51);
}

body.lastJobWidget {
    overflow-y: auto;
}

div.lastJobsWidget,
body.lastJobWidget, 
html.lastJobWidget {
  background-color: #fff !important;
  font-family: 'Open Sans';
}
body div.lastJobsWidget.horizontal {
    width: 100% !important;
    padding: 0px 30px;
}

div.lastJobsWidget ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  padding-bottom: 10px;
  padding-top: 6px;
}

div.lastJobsWidget ul li{
   
    padding: 13px 16px !important;
    
    margin: 0px !important;
    padding: 0 !important;
}

div.lastJobsWidget.horizontal ul li{
  width: 24.85% !important;
  height: 250px !important

}
div.lastJobsWidget.horizontal ul li div.innerLi {
  width: 95%;
  margin: 0 auto;
  background: #fff;
  height: 100%;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 0 15px
}
div.lastJobsWidget.horizontal ul li div.details div.titleContainer{
    padding: 10px;
    white-space: normal;
    max-height: 154px;
    position: absolute;
    width: 100%;
}

div.lastJobsWidget.horizontal ul li div.details table{
    position: absolute;
    top: 100px;
    table-layout: fixed;
    width: 100%;
}

div.lastJobsWidget.horizontal ul li div.details table tr td {
    font-weight: 600;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: baseline;
    line-height: 30px;
}
div.lastJobsWidget.horizontal ul li div.details table tr td.sectorTd label {display: none;}
div.lastJobsWidget.horizontal ul li div.details table tr td.siteTd label { display: none;}

.searchresults .searchResultsBody .singleResult .details .dataContainer .detailsHead span.citySpan {
    text-transform: uppercase;
}

div.lastJobsWidget.horizontal ul li div.details table tr td span.siteSpan {
  text-transform: uppercase;
  display: block;
  line-height: 1.2;
}

div.lastJobsWidget ul li:first-child{
  margin-left:8px;
}

div.lastJobsWidget ul li h3{
    text-align: left;
    color: #000 !important;
    font-weight: bold !important;
    font-family: 'Open Sans' !important;
    padding-bottom: 45px;
    font-size: 21px !important;
    margin-top: 10px;
    text-transform: none !important;
}

div.lastJobsWidget ul li table tr td{
  line-height: 23px;
  padding-left:10px;
}

div.lastJobsWidget ul li table tr td span{
  white-space: normal;
  color: #575757;
}

div.lastJobsWidget ul li table tr td span.glyphicon {
  color: #7E6A5E;
}

div.lastJobsWidget ul li div.fasciaRossaLinkWidget{
    background-color: #fff;
    /* width: 110%; */
    /* margin: 0 auto; */
    position: relative;
    /* left: -16px; */
    /* top: 13px; */
    /* height: 70px; */
    /* margin-top: 27px; */
    text-align: left;
    padding-left: 10px;
    bottom: 0;
    position: absolute;
    height: 70px;
    cursor: pointer;
    width: 100% !important;
}
div.lastJobsWidget ul li div.fasciaRossaLinkWidget:hover {
  background-color: #fff;
}
div.lastJobsWidget ul li div.fasciaRossaLinkWidget a:hover{
  color: #0B784F !important;
}
div.lastJobsWidget ul li div.fasciaRossaLinkWidget a{
    color: #0B784F;
    line-height: 68px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    text-transform: none !important;
    display: block;
    height: 100%;
}

div.lastJobsWidget span.glyphicon.google-maps {
  color: #fc1d3d;
}

div.lastJobsWidget ul div.spacer {
  display: none;
}

div.lastJobsWidget ul div.detailsData{
  display: none;
}

div.lastJobsWidget ul div.details div.date,
div.lastJobsWidget label.jobRoleLabel {
  display: none;
}

div.lastJobsWidget ul li table tr td span.roleSpan,
div.lastJobsWidget ul li table tr td span.sectorSpan {
  display: block;
  line-height: 1.2;
}

div.lastJobsWidget.horizontal ul li div.details table tr td {
  word-break: break-word !important;
}

div.lastJobsWidget.horizontal ul li div.details table tr td.labelCell {
  width: 25px;
}

@media only screen and (max-width: 600px) {
  div.lastJobsWidget ul li h3 {
    font-size: 21px !important;
  }
}

/* Stili per tablet */
@media (max-width: 1010px) {
    div.lastJobsWidget.horizontal ul li {
        width: calc(50% - 10px) !important; /* Due box per riga */
        margin-bottom: 30px !important
    }
}

/* Stili per smartphone */
@media (max-width: 555px) {
    div.lastJobsWidget.horizontal ul li {
        width: 100% !important; /* Un box per riga */
        margin-bottom: 30px !important
    }
}

/* Scrollbar Verticale */
.lastJobWidget::-webkit-scrollbar {
  width: 3px; /* Larghezza dello scrollbar verticale */
}

/* Scrollbar Orizzontale */
.lastJobWidget::-webkit-scrollbar:horizontal {
  height: 3px; /* Altezza dello scrollbar orizzontale */
}

/* Track */
.lastJobWidget::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
  background: #f1f1f1;
}

/* Handle */
.lastJobWidget::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 10px;
}

/* Handle al passaggio del mouse */
.lastJobWidget::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* === END === */