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

/*== GENERALI ==*/
body {
    font-family: Open Sans; /*font-family: 'Open Sans';*/
}

body, html {
    color: #626262;
    font-family: Open Sans; /*font-family: Lato;*/
    font-size: 14px;
}

p:has(span) {
    color: #005176;
}

.loginPage {
    background-image: url(../img/login.jpg);
    background-repeat: no-repeat; /* Impedisce la ripetizione dell'immagine */
    background-position: center;  /* Centra l'immagine */
    background-size: cover;      /* Opzionale: assicura che l'immagine copra sempre l'intero spazio */
    background-attachment: fixed; /* Opzionale: mantiene l'immagine fissa anche durante lo scroll */
    height: 100%;
}

#loginForm div.ricordami a:hover {
    color: #005176 !important;
}

.logoCompany {
    margin: 20px;
    max-width: unset !important;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 55px !important
}

@media screen and (max-width: 1600px) {
    .logoCompany {
        top: -10px;
    }
}

a, a h3, h2 strong {
    color: #353535;
    font-family: Open Sans; /*font-family: Lato;*/
    text-decoration: none;
}

h1 {
    color: #000;
    font-size: 38px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

a:hover, a:hover h3 {
    color: #e35e01;
    text-decoration: none;
}

div#header div#langSelector div.lang a, 
div#header div#langSelector div.lang.active a {
    color: #005176 !important;
    line-height: 33px;
    margin-left: 2px;
}

div#header div#langSelector div.lang:hover a {
    color: #005176 !important;
}

.nav-tabs > li > a:hover {
    color: #273238 !important;
}

div.vrBtn {
    opacity: 1 !important;
}

div.vrBtn#editCompanyDetails span {
    color: #273238;
}

div.togglePlayContainer div.vrBtn {
    background-color: #fed060 !important;
}
div.togglePlayContainer div.vrBtn span {
    color: #005176 !important;
}
div.togglePlayContainer div.vrBtn:hover {
    background-color: #005176 !important;
}
div.togglePlayContainer div.vrBtn:hover span {
    color: #fed060 !important;
}

div#backBtn span {
    color: #fed060 !important;
}

div.vrBtn:hover span {
    color: #273238;
}

div.vrBtn.active span {
    color: #273238 !important;
}

div.vrBtn.active, div.vrBtn.active:hover {
    background-color: #273238;
}

div.vrBtn.active span, div.vrBtn.active:hover span {
    color: #273238ff;
}

div.backBtn {
    color: #273238ff !important;
}
.btn {
    font-weight: 600 !important;
/*__BUTTON_SIZE__*/
    text-transform: uppercase !important;
/*__BUTTON_BORDER_RADIUS__*/
    border: 1px solid !important;
    -webkit-transition: all 200ms linear 000ms !important;
    -moz-transition: all 200ms linear 000ms !important;
    -o-transition: all 200ms linear 000ms !important;
    -ms-transition: all 200ms linear 000ms !important;
    transition: all 200ms linear 000ms !important;
}

.btn-fluo,
.btn-fluo.disabled {
    background-color: #fed060 !important;
    border-color: #fed060 !important;
    color: #005176 !important;
}
.btn-fluo:hover {
    background: #005176 !important;
    border-color: #005176 !important;
    color: #fed060 !important;
}
.btn-fluo:active,
.btn-fluo.active {
    background: #005176 !important;
    border-color: #005176 !important;
    color: #fed060 !important;
}
.btn-fluo:focus {
    background: #005176 !important;
    border-color: #005176 !important;
    color: #fed060 !important;
}

.btn#GoogleLoginBtn {
  border: 0 !important;
}

.form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control {
/*__FORM_INPUT_BOXSHADOW__*/
    -webkit-appearance: none;
/*__FORM_INPUT_BACKGROUND_COLOR__*/
/*__FORM_INPUT_BORDER__*/
/*__FORM_INPUT_BORDER_RADIUS__*/
/*__FORM_INPUT_BOXSHADOW__*/
/*__FORM_INPUT_COLOR__*/
/*__FORM_INPUT_HEIGHT__*/
    transition: none;
}

input.form-control.notEmpty, select.form-control.notEmpty {
/*__FORM_INPUT_BORDER_COLOR_MANDATORY__*/
}
.form-control:focus {
/*__FORM_INPUT_BORDER_FOCUS__*/
/*__FORM_INPUT_BOXSHADOW_FOCUS__*/
/*__FORM_INPUT_BACKGROUND_FOCUS__*/
}

.form-control:hover {
/*__FORM_INPUT_BORDER_HOVER__*/
}
div.likeNormalInput ul li.token-input-token-mac {
/*__FORM_INPUT_BORDER_RADIUS__*/
}
div.likeNormalInput li.token-input-input-token-mac {
/*__FORM_INPUT_BOXSHADOW__*/
    -webkit-appearance: none;
/*__FORM_INPUT_BACKGROUND_COLOR__*/
/*__FORM_INPUT_BORDER__*/
/*__FORM_INPUT_BORDER_RADIUS__*/
/*__FORM_INPUT_BOXSHADOW__*/
/*__FORM_INPUT_HEIGHT__*/
    transition: none;
}
div.likeNormalInput li.token-input-input-token-mac:focus-within {
/*__FORM_INPUT_BORDER_FOCUS__*/
/*__FORM_INPUT_BOXSHADOW_FOCUS__*/
}
div.likeNormalInput.likeNotEmptyField li.token-input-input-token-mac {
/*__FORM_INPUT_BORDER__*/
}

div.passo.trasparentbg {
    box-shadow: none !important;
}
div.passo div.passoInner label {
/*__FORM_TITLE_COLOR__*/
/*__FORM_TITLE_WEIGHT__*/
/*__FORM_TITLE_SIZE__*/
}
/*== LOGO ==*/

div#homeTop.short {
    height: 115px;
}

div#homeTop div.container img#logoHeader {
    position: absolute;
    top: 32px !important;
    cursor: pointer;
    height: 55px !important;
/*__HEADER_IMAGE_LEFT__*/
}
div#homeTop.candidatePage div.container #logoHeader {
    top: 8px !important;
}
div#homeTop.candidatePage div.container img#logoHeader.logoDossier,
div#header #logo {
    height: 36px !important;
    top: 2px !important;
/*__SUBHEADER_IMAGE_LEFT__*/
    position: relative;
    margin-top: 0 !important
}

/*== HEADER ==*/

/*---velina---*/
div#homeTop div#velina40, div#homeTop div#velina50 {
    /*velina nascosta in canidate e front pages perch� sfondo bianco*/
    display: none;
}
div#homeTop.aproClientHomeTop div#velina40 {
    /*velina visibile in employer perch� sfondo bianco*/
    display: block;
}
div#homeTop div#homeTopBgMask {
    border-bottom: 1px solid #ccc;
/*__HEADER_SPACER_SHADOW__*/
}
div#homeTop.candidate div#homeTopBgMask {
    border-bottom: 1px solid #ccc;
}

div#homeTop.simple div.container {
    background-image: none;
}

/*---menuwhite---*/
div#homeTop ul#menuWhite {
    top: 18px;
    padding-left: 0px;
    height: 100px;
}

div#homeTop ul#menuWhite li {
    height: 55px;
    padding: 0px;
    top: 14px;
    position: relative;
    line-height: 54px;
    color: #273238;
    font-weight: bold;
    cursor: pointer;
    margin-right: 16px;
    transition: all 200ms linear 000ms !important;
    border-bottom: none !important;
}

div#homeTop ul#menuWhite li a {
    color: #81abbd !important;
    font-family: Open Sans; /*font-family: Lato, Arial, Helvetica, sans-serif;*/
/*__HEADER_LINK_SIZE__*/
    font-weight: 600 !important;
/*__HEADER_LETTER_SPACING__*/
    text-shadow: none;
    border-right: 0px !important;
    text-transform: uppercase !important;
    transition: all 200ms linear 000ms !important;
}

div#header ul#menu li.last a {
    border-right: 0px !important;
}

div#homeTop ul#menuWhite li.active, div#homeTop ul#menuWhite li:hover {
    background-color: rgba(255, 255, 255, 0) !important;
    border-bottom: none !important;
}

div#homeTop ul#menuWhite li:hover a {
    color: #005176 !important;
    text-decoration: none !important;
}
div#homeTop .container ul#menuWhite li.active a,
div#homeTop ul#menuWhite li.active a {
    color: #005176 !important;
    border-bottom-width: 0px !important;
    border-bottom-style: solid;
}

div#langSelectorWhite div.lang {
    background-color: #fed060 !important;
    border: 1px solid #fed060 !important;
/*__HEADER_LANGUAGEBOX_BORDER_RADIUS__*/
}
div#langSelectorWhite div.lang a, div#langSelectorWhite div.lang.active a {
    color: #005176 !important;
    font-weight: 700;
    margin-left: 2px;
}

div#langSelectorWhite div.lang:hover a {
    color: #005176 !important;
}

div#homeTop {
/*__HEADER_EXTRA_IMAGE_PATH__*/
    background-repeat: no-repeat;
/*__HEADER_EXTRA_IMAGE_POSITION__*/
/*__HEADER_EXTRA_IMAGE_SIZE__*/
}

/*---topmenu---*/
div#header {
    background-color: #ffffff !important;
    border-bottom: none;
    box-shadow: 0 0 10px #333 !important
}
div#header ul#menu li > a, div#header ul#menu li > span.a {
    color: #81abbd !important;
    font-family: Open Sans; /*font-family: Lato, Arial, Helvetica, sans-serif;*/
/*__SUBHEADER_LINK_SIZE__*/
    font-weight: 600 !important;
/*__SUBHEADER_LETTER_SPACING__*/
    text-shadow: none;
    text-transform: uppercase !important;
    border-right: 0px !important;
}

div#header ul#menu li:hover > a, div#header ul#menu li:hover > span.a, div#header ul#menu li > a:hover {
    /*colore link hover*/
    color: #005176 !important;
    text-decoration: none !important;
}
div#header ul#menu li.active > a, div#header ul#menu li.active > a:hover {
    /*colore link attivo*/
    color: #005176 !important;
}
div#header ul#menu li.active {
    /*colore sottolineatura top menu link attivo*/
    border-top: none;
    border-bottom: none;
    border-top-color: none;
    background: #12121200 !important;
}

div#header ul#menu li:hover {
    /*colore sottolineatura top menu link attivo*/
    border-top: none;
    border-bottom: none;
    border-top-color: none;
    background: rgba(255, 255, 255, 0) !important;
    transition: background 0.25s ease;
    border-bottom: none !important;
}

div#langSelector div.lang.active {
    opacity: 1;
}

div#header div#langSelector div.lang {
    background-color: #fed060 !important;
    border: 1px solid #fed060 !important;
/*__HEADER_LANGUAGEBOX_BORDER_RADIUS__*/
    color: #273238;
    font-weight: 700;
}

div#langSelector div.lang:not(.active) {
    opacity: 0.4;
}

div#header div#langSelector div.lang:hover {
    opacity: 1 !important;
    background: #fed060 !important;
    border-color: #fed060 !important;
}

div#langSelectorWhite {
    top: 40px;
}

div#langSelectorWhite div.lang.active {
    opacity: 1 !important;
}

div#langSelectorWhite div.lang:hover {
    opacity: 1 !important;
    background: #fed060 !important;
    border-color: #fed060 !important;
}

div#header ul#menu li {
    height: 38px !important;
}

/*== FORM ==*/
h1.formTitle {
    color: #005176 !important;
    font-weight: 700 !important;
/*__REGISTER_TITLE_SIZE__*/
    text-transform: uppercase !important;
}
div.singleFormPage div.passo div.passoInner h3 {
    color: #005176 !important;
    font-weight: 700 !important;
/*__REGISTER_SUBTITLE_SIZE__*/
    text-transform: uppercase !important;
}

div.singleFormPage div.passo div.passoInner h3 span.glyphicon {
    color: #fed060 !important;
}

div.passo div.passoInner.collapser div.collapserHead, div.passo div.passoInner.collapser div.collapserHead span {
    color: #273238 !important;
}
.filter .passo .filterHeader, .order .passo .filterHeader {
    background-color: #000000 !important;
}
div#progressBar div#progressBarInner {
    background-color: #273238;
}

div.token-input-dropdown-mac ul li.token-input-dropdown-item-mac.odd {
    background-color: #005176 !important;
}
div.token-input-dropdown-mac ul li.token-input-selected-dropdown-item-mac, div.token-input-dropdown-mac ul li.token-input-selected-dropdown-item-mac.odd {
    background-color: #005176 !important;
}

textarea.form-control {
    height: auto !important;
}

/*.filter .passo .filterHeader span, .order .passo .filterHeader span {
    display: none;
}*/

h1.formTitle:after {
    width: 100%;
    height: 3px;
    background: #12121200 !important; /*linear-gradient(to right, #ce1013 40%,#fff 40%, #fff 50%, #fff 50%, #fff 60%, #0097a7 60%);*/
    content: "";
    display: block;
}

.btn.btn-xs {
    text-transform: uppercase !important;
    transition: all 200ms linear 000ms !important;
}

div.passo div.passoInner h3 div.btn.btn-xs span.glyphicon.plus {
    color: #005176 !important;
}
div.passo div.passoInner h3 div.btn.btn-xs:hover span.glyphicon.plus {
    color: #fed060 !important;
}
div.passo div.passoInner h3 div.btn.btn-xs:active span.glyphicon.plus {
    color: #fed060 !important;
}
div.passo div.passoInner h3 div.btn.btn-xs:focus span.glyphicon.plus {
    color: #fed060 !important;
}

/*== JOBLIST ==*/
.searchresults.forCandidates
    .searchResultsBody
    .singleResult
    .details
    .dataContainer
    h3 {
    /*colore titolo ad nella lista*/
    color: #005176 !important;
    line-height: 20px;
    text-transform: none !important;
/*__JOBLIST_TITLE_SIZE__*/
    font-weight: 700 !important;
    letter-spacing: 1px;
    transition: all 200ms linear 000ms !important;
}

.searchresults.forCandidates
    .searchResultsBody
    .singleResult
    .details
    .dataContainer
    h3:hover {
    color: #005176 !important;
}

.searchresults.forCandidates .searchResultsBody .singleResult {
    border-color: rgba(0, 0, 0, 0.117647) !important;
    box-shadow: rgba(0, 0, 0, 0.117647) 0 1px 3px;
}
.searchresults.forCandidates
    .searchResultsBody
    .singleResult
    .details
    .dataContainer
    h3:hover {
    text-decoration: underline !important;
}
.searchresults
    .searchResultsBody
    .singleResult
    .details
    .dataContainer
    .detailsData
    p {
    font-size: 14px;
    line-height: 1.5;
}

.searchresults
    .searchResultsBody
    .singleResult
    .details
    .dataContainer
    .detailsHead
    span.glyphicon {
    /*colore iconcine dettaglio*/
    border-radius: 100px;
    background-color: #fff;
    color: #fed060 !important;
    padding: 3px 4px;
    margin-bottom: 12px;
}
.filterFloatter.forCandidates {
    padding-right: 8px !important;
}
.searchresults.forCandidates, .searchResultsHeader {
    padding-left: 6px !important;
}
.searchresults.forCandidates
    .searchResultsBody
    .singleResult
    div.details
    .moreDataContainer.jobList
    span.newJobSideLabel {
    background-color: #fed060 !important;
}

.pseudofilter .matchSelector .vrBtn,                  
.filter .matchSelector .vrBtn {
  background-color: #ddd !important;
  color: #333;
  border: 1px solid #f2f2f2
}
.pseudofilter .matchSelector .vrBtn.active,
.filter .matchSelector .vrBtn.active {
  background-color: #000 !important;
  border: 1px solid #000
}
.pseudofilter .matchSelector .vrBtn.active span,
.filter .matchSelector .vrBtn.active span {
  color: #fff !important
}

/*== VIEWAD ==*/
.viewAd .passo h1.title, div h1.jobTitle span.jTitle {
    /*colore titolo annuncio*/
    color: #005176 !important;
/*__VIEWAD_TITLE_SIZE__*/
    font-weight: 700 !important;
    letter-spacing: 0px;
    line-height: 1.1;
    margin-bottom: 0px !important;
    text-transform: none !important;
}
.viewAd .passo h1.title:first-letter, div h1.jobTitle span.jTitle:first-letter {
    /*colore titolo annuncio*/
    text-transform: none !important;
}
.viewAd .passo .passoInner h3 {
    /*colore titoletti annuncio*/
    font-family: Open Sans; /*font-family: 'Montserrat', sans-serif;*/
    font-weight: 700 !important;
    line-height: 1.1;
    color: #005176 !important;
}
.viewAd.expandApro .passo .passoInner h3 {
    /*colore titoletti annuncio*/
    color: #1f2123;
}

.viewAd .passo .passoInner.forceStyle span p > strong {
    color: #000 !important;
}

.dataContainer h2, .dataContainer h1, .dataContainer h3, .forceStyle h2, .forceStyle h1, .forceStyle h3 {
    /*color:#273238 !important;*/
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
}
.viewAd .passo .detailsHead table th span.glyphicon, .dataContainer.headDetails span.glyphicon {
    /*colore iconcine annuncio*/
    color: #fed060 !important;
}
.container #compVerify p.tut strong {
    /*colore calcola conpatibilit� annuncio*/
    color: #005176 !important;
}

.viewAd .passo .passoInner.forceStyle div.descriptionContainer p {
    color: #666 !important;
}

div.btn.applyJob {
    font-size: 16px !important;
}

div h4.mansionariManagerTitle {
    color: #273238;
}

div.passo.relatedJobs div.passoInner:first-child {
    background-color: #000 !important;
}

.sideFloatter
    .searchresults
    .searchResultsBody
    .singleResult
    span.label.label-success.newJobAd {
    background-color: #fed060 !important;
}

div.sideFloatter div.relatedJobs h3 {
    color: #fff !important;
}

.searchresults.relatedJobs
    .searchResultsBody.passoInner
    .singleResult
    .details
    .dataContainer
    h4
    span.luogo
    span:before {
    color: #fed060 !important;
}


/*== GENERAL BACKEND  ==*/

.slider-selection, div.message div.newmessage {
    /*colore barrettina slider e barrettina nuovi messaggi*/
    background-color: #fed060 !important;
}
.filter .form-group.active {
    border-color: #fed060 !important;
}

.nav-tabs > li.active > a .badge, .table td .badge {
    /*colore badge in tab attivo*/
    color: #fff !important;
    background-color: none !important;
}
.nav-tabs > li > a .badge {
    /*colore badge in tab NON attivo*/
    color: #273238 !important;
    background-color: transparent !important;
}

div.passo div.passoInner.headDashboard h3 span.notifications {
    /*notifica in dashboard numero in head*/
    color: #273238 !important;
}

.cropAndResize {
    outline-color: #fed060 !important;
}

div.customDossierTitleHead {
    color: #273238 !important;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
div.customDossierTitleMovingHead div.innerCustomDossierTitleMovingHead.tipo1, div.customDossierTitleMovingHead div.innerCustomDossierTitleMovingHead.tipo3 {
    color: #f58c3b;
}
div.customDossierTitleMovingHead div.innerCustomDossierTitleMovingHead.tipo2, div.customDossierTitleMovingHead div.innerCustomDossierTitleMovingHead.tipo4 {
    color: #4676b8;
}
/*---tabajax---*/
.nav-tabs > li.active, .moreDetails .nav-tabs > li.active, .moreDetails .nav-tabs > li.active:hover, .moreDetails .nav-tabs > li.active:hover a, .moreDetails .nav-tabs > li.active a, .nav-tabs > li.active:hover {
    /*colore sfondo tab attivo*/
    background-color: #005176 !important;
}
.tabajaxNav .nav-tabs > li.active {
    /*colore border tab attivo*/
    border-left: 1px solid #005176 !important;
    background-color: #005176 !important;
}
.tabajaxSubNav .nav-tabs > li.active > a, .tabajaxSubNa .nav-tabs > li.active > a:hover {
    /*colore border inferiore SUBtab attivo*/
    border-color: #273238 !important;
}
.tabajaxSubNav .nav-tabs > li.active {
    /*fix colore di sfondo SUBtab. NON CAMBIARE MAI*/
    background-color: #fdfdfd !important;
}
#tabsContentContainer .tabajaxSubNa .nav-tabs > li.active > a:hover, .moreDetails .nav-tabs > li.active:hover {
    /*colore scritta*/
    color: #273238 !important;
}
.moreDetails .nav-tabs > li.active:hover a {
    /*colore scritta tab attivo hover*/
    color: #273238 !important;
}
.tabajaxSubNav .nav-tabs > li.active {
    border-left: 0px !important;
    margin-left: 0px !important;
}

/*---underBtns---*/
div.stepOperations div.stepOperationsUnderBtn:hover, div.adsOperations div.adsOperationsUnderBtn:hover, div.adsOperations div.adsOperationsUnderBtn.highlighted, div.adsOperations div.adsOperationsUnderBtn.highlighted strong, div.inlineClientBtn:hover, a div.inlineClientBtn:hover {
    color: #273238 !important;
}

/*---tutorial---*/
div#tutorialBtn {
    background-color: #273238 !important;
}

div.tutorialStep div.stepNumber {
    background-color: #273238 !important;
}

/*== CANDIDATE BACKEND  ==*/
div#editCompanyDetails {
    background: #fff;
    border: 1px solid #ccc;
}
div#companyTexts, div#homeTop.candidate div#companyTexts p.completeness {
    color: #000000 !important;
}

div.vrBtn span.editCompanyLabel {
    color: #273238 !important;
}

div#homeTop.candidate div#companyTexts * {
/*__CANDIDATE_TEXT_DASHBOARD_FONT_WEIGHT__*/
}

.imgCornice {
    border: 1px solid #ccc;
}
div.passo div.message p.text {
/*__CANDIDATE_TEXT_INNER_FONT_WEIGHT__*/
}
div.videoCvPage div.videoCvPromo div.distinguish, div.videoCvPage div.introVideoCv div.singleIntro.red, div#videoCv strong, div.videoCvPage div.introVideoCv div.singleIntro.red span.glyphicon, div.tab-pane div.jobTestPage div.jobTestPromo div.whatkind {
    color: #273238 !important;
}
.nav-tabs {
    font-size: 14px;
}
div.tutorialElement {
    line-height: 37px;
}
div.tutorialElement div.improve, div.tutorialElement div.check, div.tutorialElement div.ifnot {
    line-height: 20px;
}
div.tutorialElement {
    line-height: 37px;
}

table#jobagents_table tr td.btnIn {
    width: 360px !important;
}

/*div.passo div.passoInner.headDashboard span.glyphicon.envelope.headDashboardIcon {
        color: #ce1013;
    }*/

/*== COMPANY AREA  ==*/

div#header
    div#navigation
    ul#menu
    li
    > span#editCompanyDetails.a.active
    > span.glyphicon {
    color: #005176 !important;
}

div.passo div.passoInner a:hover {
    text-decoration: none;
}

div.passo div.passoInner a h3 {
    color: #005176 !important;
    text-transform: none;
}
div.passo div.passoInner a h3:hover {
    color: #005176 !important;
    text-decoration: underline !important;
}

.fullFeedBack ul.progressList > li.new {
    border-left: 2px solid #005176 !important;
}

div.movingHead h3.fastRangeSetter a.fastDateChoose:hover {
    color: #005176 !important;
}

div.movingHead h3.fastRangeSetter a.fastDateChoose.active {
    color: #005176 !important;
}

div.scrolloaderFilter div.form-group.active {
    border-left: 3px solid #005176 !important;
}

.tabajaxSubNav .nav-tabs > li.active > a .badge, .table td .badge {
    color: #005176 !important;
    background-color: #fff !important;
}

.nav-tabs > li:not(.active):hover > a .badge {
    color: #005176 !important;
    background-color: #eee !important;
}

ul.activities td {
    font-size: 14px;
}

div.movingHead .form-control {
    max-height: 30px !important;
}

div.tabajaxSubNav .nav-tabs > li.active > a, div.tabajaxSubNav .nav-tabs > li.active > a:hover {
    color: #005176 !important;
    border-bottom: 2px solid #005176 !important;
}

div.selectAndInput select,
div.selectAndInput input {
/*__FORM_INPUT_BORDER_RADIUS__*/
}

div#homeTop div#homeTopBgMask {
  border-bottom: 1px solid #eaeaea;
  box-shadow: 10px 0px 30px -2px rgba(0,0,0,0.14);
  -webkit-box-shadow: 10px 0px 30px -2px rgba(0,0,0,0.14);
  -moz-box-shadow: 10px 0px 30px -2px rgba(0,0,0,0.14);
}

div#header {
    border-bottom: none;
    box-shadow: 0 0 10px #333
}

.pseudofilter .matchSelector .vrBtn,                  
.filter .matchSelector .vrBtn {
  background-color: #ddd !important;
  color: #333;
  border: 1px solid #f2f2f2
}

.pseudofilter .matchSelector .vrBtn.active,
.filter .matchSelector .vrBtn.active {
  background-color: #000 !important;
  border: 1px solid #000
}

.pseudofilter .matchSelector .vrBtn.active span,
.filter .matchSelector .vrBtn.active span {
  color: #fff !important
}

.nav-tabs>li.active:hover,
.moreDetails .nav-tabs>li.active:hover a {
  background-color: rgba(255, 255, 255, 0) !important;
}

div.tabajaxNavContainer .nav-tabs>li.active:hover {
  background-color: #005176 !important  
}

div.tabajaxNavContainer .nav-tabs>li.active:hover a {
  color: #fff !important
}
 
.tabajaxSubNav .nav-tabs>li.active:hover {
    background-color: rgba(255, 255, 255, 0) !important;
}

.tabajaxSubNav .nav-tabs>li.active {
    border-bottom: 2px solid #005176 !important
}

div.passo.relatedJobs div.passoInner.line h3 {
    color: #fff !important
}

.form-control {    
    background-color: #fff !important;
	border-radius: 0px !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: 1px solid #ccc !important;
}
li.token-input-input-token-mac {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0px !important;
    background-color: #fff !important;
}
input.form-control, 
select.form-control, 
li.token-input-input-token-mac {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #ccc !important;
}
textarea.form-control {
    background-color: #fafafa !important;
    border-radius: 0px !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #ccc !important;
}

div#homeTop div#homeTopBgMask {
  border-bottom: 1px solid #eaeaea;
  box-shadow: 0px 3px 6px rgba(0,0,0,.0784313725)
}

div#header {
	border-bottom: none;
	box-shadow: 0 0 10px #333
}

/*FOOTER*/
 
@media all {
  footer body {
    font: Open Sans;
    color: #03567b;
    font-family: sans-serif;
    line-height: 1.15;
  }
}

footer body {
  transition: opacity ease-in 0.2s;
}

@media all {
  footer body {
    margin: 0;
  }

  footer body {
    font: Open Sans;
    color: #03567b;
  }

  footer html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }

  footer html {
    font: Open Sans;
    color: #03567b;
  }

  footer {
    display: block;
  }

  footer {
    background: #03567b;
    color: #fff;
    padding: 4rem 0 1rem;
  }

  footer > div {
    margin: 3rem 20px;
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  footer > div {
    margin: 3rem auto;
    max-width: 80%;
  }
}

@media all {
  footer .newsletter {
    text-align: center;
  }

  footer .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  footer .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media all {
  footer .bottom1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-lex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}     

@media screen and (min-width: 768px) {
  footer .bottom1 {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  footer .bottom1 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (min-width: 1400px) {
  footer .bottom1 {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media all {
  footer .bottom2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 3rem auto 0;
    -ms-lex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  footer .bottom1 > * {
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
  }
}

@media screen and (min-width: 1400px) {
  footer .bottom1 > * {
    -ms-flex-preferred-size: initial;
    flex-basis: initial;
  }
}

@media all {
  footer ul {
    box-sizing: border-box;
  }

  footer .main ul#link_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-self: end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    list-style: none;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  footer .main ul#link_social {
    -ms-flex-wrap: initial;
    flex-wrap: initial;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }
}

@media all {
  footer .main ul#link_social li {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  footer .main ul#link_social li {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media all {
  footer .main ul#link_social li:nth-child(1) {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media screen and (min-width: 768px) {
  footer .main ul#link_social li:nth-child(1) {
    -ms-flex-preferred-size: initial;
    flex-basis: initial;
  }
}

@media all {
  footer .main ul#link_social li:nth-child(2) {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media screen and (min-width: 768px) {
  footer .main ul#link_social li:nth-child(2) {
    -ms-flex-preferred-size: initial;
    flex-basis: initial;
  }
}     

@media all {
  footer .bottom1 .menu {
    list-style: none;
    font-family: Open Sans;
    padding: 0;
    min-width: 180px;
  }

  footer a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
  }
}

@media all {
  footer a {
    color: #fff;
    line-height: 30px
  }

  footer a:active,
  footer a:hover {
    outline-width: 0;
  }

  footer a:hover {
    color: #fff;
  }

  footer .main ul#link_social li a {
    display: block;
    border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    margin: 7px;
    text-align: center;
    background: #fdd073;
    color: #03567b;
    border: 1px solid #fdd073;
    padding: 1.25rem 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  footer .main ul#link_social li a {
    padding: 8px 13px;
  }
}

@media all {
  footer a:hover,
  footer a:focus {
    color: #fff;
  }

  footer .main ul#link_social li a:hover {
    color: #fdd073;
    background: #03567b;
    border-color: #fdd073;
  }

  footer .bottom1 .menu .external {
    position: relative;
    padding-right: 25px;
  }

  footer .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
  }

  footer .fab {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
  }

  footer .fa-facebook-f:before {
    content: "\f39e";
  }

  footer .fa-linkedin-in:before {
    content: "\f0e1";
  }

  footer .fa-instagram:before {
    content: "\f16d";
  }

  footer .bottom1 .menu > li > a {
    text-align: left;
    font: Open Sans;
    letter-spacing: 0px;
    color: #fff;
    text-decoration: none;
    font-weight: 750;
    font-size: 18px
  }

  footer .bottom1 .menu .sub-menu {
    font-family: Open Sans;
    list-style: none;
    padding: 0;
  }

  footer .bottom1 .menu .external a::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0) url(https://www.farmagora.it/wp-content/themes/farmaciefarmagora/images/external_link.svg) no-repeat 100% 100%;
    background-size: cover;
    height: 16px;
    width: 16px;
  }

  footer .bottom1 .menu .sub-menu > li > a {
    text-align: left;
    font: Open Sans;
    letter-spacing: 0px;
    color: #fff;
    text-decoration: none;
  }
}

footer {
    background: #03567b;
    color: #fff !important;
    padding: 4rem 0 1rem;
}