/*== FONT ==*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

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

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

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

.loginPage {
    background-image: url(../img/login.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

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

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

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

a, a h3, h2 strong {
    color: #353535;
    font-family: Montserrat; /*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: #ffffff !important;
    line-height: 33px;
    margin-left: 2px;
}

div#header div#langSelector div.lang:hover a {
    color: #ffffff !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: #c86c5f !important;
}
div.togglePlayContainer div.vrBtn span {
    color: #ffffff !important;
}
div.togglePlayContainer div.vrBtn:hover {
    background-color: #000000 !important;
}
div.togglePlayContainer div.vrBtn:hover span {
/*__BUTTON_TEXT_COLOR_HOVER__*/
}

div#backBtn span {
    color: #c86c5f !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: 500 !important;
/*__BUTTON_SIZE__*/
    text-transform: none !important;
    border-radius: 99px !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: transparent !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: #c86c5f !important;
    border-color: #c86c5f !important;
    color: #ffffff !important;
}
.btn-fluo:hover {
    background: #000000 !important;
    border-color: #000000 !important;
/*__BUTTON_TEXT_COLOR_HOVER__*/
}
.btn-fluo:active,
.btn-fluo.active {
    background: #000000 !important;
    border-color: #000000 !important;
/*__BUTTON_TEXT_COLOR_HOVER__*/
}
.btn-fluo:focus {
    background: #000000 !important;
    border-color: #000000 !important;
/*__BUTTON_TEXT_COLOR_HOVER__*/
}

.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__*/
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
/*__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__*/
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}
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: 8px !important;
    cursor: pointer;
    height: 103px !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.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;
/*__HEADER_LINK_TRANSITION__*/
    border-bottom: none !important;
}

div#homeTop ul#menuWhite li a {
    color: #492d2d !important;
    font-family: Montserrat; /*font-family: Lato, Arial, Helvetica, sans-serif;*/
/*__HEADER_LINK_SIZE__*/
    font-weight: 500 !important;
/*__HEADER_LETTER_SPACING__*/
    text-shadow: none;
    border-right: 0px !important;
    text-transform: none !important;
/*__HEADER_LINK_TRANSITION__*/
}

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: #c86c5f !important;
    text-decoration: none !important;
}
div#homeTop .container ul#menuWhite li.active a,
div#homeTop ul#menuWhite li.active a {
    color: #c86c5f !important;
    border-bottom-width: 0px !important;
    border-bottom-style: solid;
}

div#langSelectorWhite div.lang {
    background-color: #c86c5f !important;
    border: 1px solid #c86c5f !important;
    border-radius: 0px !important;
}
div#langSelectorWhite div.lang a, div#langSelectorWhite div.lang.active a {
    color: #ffffff !important;
    font-weight: 700;
    margin-left: 2px;
}

div#langSelectorWhite div.lang:hover a {
    color: #ffffff !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: #492d2d !important;
    font-family: Montserrat; /*font-family: Lato, Arial, Helvetica, sans-serif;*/
/*__SUBHEADER_LINK_SIZE__*/
    font-weight: 500 !important;
/*__SUBHEADER_LETTER_SPACING__*/
    text-shadow: none;
    text-transform: none !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: #c86c5f !important;
    text-decoration: none !important;
}
div#header ul#menu li.active > a, div#header ul#menu li.active > a:hover {
    /*colore link attivo*/
    color: #c86c5f !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: #c86c5f !important;
    border: 1px solid #c86c5f !important;
    border-radius: 0px !important;
    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: #c86c5f !important;
    border-color: #c86c5f !important;
}

div#langSelectorWhite {
    top: 40px;
}

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

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

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

/*== FORM ==*/
h1.formTitle {
    color: #492d2d !important;
    font-weight: 500 !important;
/*__REGISTER_TITLE_SIZE__*/
    text-transform: none !important;
}
div.singleFormPage div.passo div.passoInner h3 {
    color: #492d2d !important;
    font-weight: 500 !important;
/*__REGISTER_SUBTITLE_SIZE__*/
    text-transform: none !important;
}

div.singleFormPage div.passo div.passoInner h3 span.glyphicon {
    color: #c86c5f !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: #492d2d !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: #492d2d !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: none !important;
    transition: all 200ms linear 000ms !important;
}

div.passo div.passoInner h3 div.btn.btn-xs span.glyphicon.plus {
    color: #ffffff !important;
}
div.passo div.passoInner h3 div.btn.btn-xs:hover span.glyphicon.plus {
/*__BUTTON_TEXT_COLOR_HOVER__*/
}
div.passo div.passoInner h3 div.btn.btn-xs:active span.glyphicon.plus {
/*__BUTTON_TEXT_COLOR_HOVER__*/
}
div.passo div.passoInner h3 div.btn.btn-xs:focus span.glyphicon.plus {
/*__BUTTON_TEXT_COLOR_HOVER__*/
}

/*== JOBLIST ==*/
.searchresults.forCandidates
    .searchResultsBody
    .singleResult
    .details
    .dataContainer
    h3 {
    /*colore titolo ad nella lista*/
    color: #492d2d !important;
    line-height: 20px;
    text-transform: none !important;
/*__JOBLIST_TITLE_SIZE__*/
    font-weight: 600 !important;
    letter-spacing: 1px;
/*__HEADER_LINK_TRANSITION__*/
}

.searchresults.forCandidates
    .searchResultsBody
    .singleResult
    .details
    .dataContainer
    h3:hover {
    color: #492d2d !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: #c86c5f !important;
    padding: 0 !important;
    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: #c86c5f !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: #492d2d !important;
/*__VIEWAD_TITLE_SIZE__*/
    font-weight: 500 !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: Montserrat; /*font-family: 'Montserrat', sans-serif;*/
/*__VIEWAD_TITLE_H3_FONT_WEIGHT__*/
    line-height: 1.1;
    color: #492d2d !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 td span.glyphicon,
.viewAd .passo .detailsHead table th span.glyphicon, 
.dataContainer.headDetails span.glyphicon {
    /*colore iconcine annuncio*/
    display: inline-block;
    color: #c86c5f !important;
}
.container #compVerify p.tut strong {
    /*colore calcola conpatibilit� annuncio*/
    color: #c86c5f !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: #c86c5f !important;
}

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

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


/*== GENERAL BACKEND  ==*/

.slider-selection, div.message div.newmessage {
    /*colore barrettina slider e barrettina nuovi messaggi*/
    background-color: #c86c5f !important;
}
.filter .form-group.active {
    border-color: #c86c5f !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: #c86c5f !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: #c86c5f !important;
}
.tabajaxNav .nav-tabs > li.active {
    /*colore border tab attivo*/
    border-left: 1px solid #c86c5f !important;
    background-color: #c86c5f !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: #c86c5f !important;
}

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

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

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

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

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

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

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

.nav-tabs > li:not(.active):hover > a .badge {
    color: #c86c5f !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: #c86c5f !important;
    border-bottom: 2px solid #c86c5f !important;
}

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

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
}

.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: #c86c5f !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 #c86c5f !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#header ul#menu li > a,
#menuWhite li a {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    text-decoration: none;
    color: #c86c5f; /* Modifica il colore a seconda del tuo tema */
    transition: color 0.3s ease-in-out; /* Transizione per il colore del testo */
}

div#header ul#menu li > a::after,
#menuWhite li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 0; /* Inizialmente la larghezza è 0 */
    height: 2px; /* Altezza del bordo inferiore */
    background-color: #c86c5f; /* Colore del bordo */
    transition: width 0.3s ease-in-out; /* Effetto transizione da sinistra a destra */
}

div#header ul#menu li > a:hover::after,
#menuWhite li a:hover::after {
    width: 100%; /* Al passaggio del mouse, il bordo si espande a tutta larghezza */
}

div#loginModule h3 {
    color: #492d2d !important;
}

/*FOOTER*/

footer {
    /* Definizioni colori e variabili locali */
    --awb-color1: #492d2d;
    --awb-color1-h: 0;
    --awb-color1-s: 24%;
    --awb-color1-l: 23%;
    --awb-color1-a: 100%;
    --awb-color2: #c86c5f;
    --awb-color2-h: 7;
    --awb-color2-s: 49%;
    --awb-color2-l: 58%;
    --awb-color2-a: 100%;
    --awb-color3: #fffbf6;
    --awb-color4: #ffffff;
    --awb-color4-h: 0;
    --awb-color4-s: 0%;
    --awb-color4-l: 100%;
    --awb-color4-a: 100%;
    --awb-color5: #658073;
    --awb-color5-h: 151;
    --awb-color5-s: 12%;
    --awb-color5-l: 45%;
    --awb-color5-a: 100%;
    --awb-color6: #b4ddca;
    --awb-color7: #000000;
    --awb-color8: #cc3333;
    --awb-color8-h: 0;
    --awb-color8-s: 60%;
    --awb-color8-l: 50%;
    --awb-color8-a: 100%;
    /* Typography vars */
    --awb-typography1-font-family: Montserrat, Arial, Helvetica, sans-serif;
    --awb-typography1-font-size: 50px;
    --awb-typography1-font-weight: 600;
    --awb-typography3-font-family: Montserrat, Arial, Helvetica, sans-serif;
    --awb-typography3-font-size: 24px;
    --awb-typography3-font-weight: 500;
    --awb-typography4-font-family: Montserrat, Arial, Helvetica, sans-serif;
    --awb-typography4-font-size: 18px;
    --awb-typography4-font-weight: 400;
    --awb-typography4-line-height: 1.72;
    --awb-typography4-letter-spacing: 0.015em;
    --site_width: 1200px;
    --primary_color: var(--awb-color1);
    
    /* Footer specific vars from original 'body' block */
    --footer_area_padding-top: 30px;
    --footer_area_padding-bottom: 60px;
    --footer_area_padding-left: 0px;
    --footer_area_padding-right: 0px;
    --footer_divider_line-flex: block;
    --footer_widgets_padding: 16px;
    --footerw_bg_full-size: initial;
    --footerw_bg_full-position: var(--footerw_bg_pos);
    --footerw_bg_repeat: no-repeat;
    --footerw_bg_pos: top center;
    --footer_bg_color: var(--awb-color1);
    --footer_border_size: 0px;
    --footer_border_color: var(--awb-color1);
    --footer_link_color: var(--awb-color4);
    --footer_link_color_hover: var(--awb-color4);
    --copyright_padding-top: 20px;
    --copyright_padding-bottom: 20px;
    --copyright_bg_color: var(--awb-color2);
    --copyright_border_size: 0px;
    --copyright_border_color: var(--awb-color2);
    --copyright_link_color_hover: var(--awb-color4);
    --copyright_text_color: var(--awb-color4);
    --copyright_link_color: var(--awb-color4);
    --copyright_font_size: 14px;
    --footer_headings_typography-font-family: Montserrat;
    --footer_headings_typography-font-size: 16px;
    --footer_headings_typography-font-weight: 400;
    --footer_headings_typography-line-height: 1.5;
    --footer_headings_typography-letter-spacing: 0px;
    --footer_headings_typography-color: var(--awb-color4);
    --footer_text_color: var(--awb-color4);
    
    /* Reset variabili base per il contesto footer */
    --bg_image: none;
    --bg_repeat: no-repeat;
    --bg_color: var(--awb-color3);
    --content_bg_color: var(--awb-color3);
    --body_typography-font-family: var(--awb-typography4-font-family);
    --body_typography-font-size: var(--awb-typography4-font-size);
    --body_typography-font-weight: var(--awb-typography4-font-weight);
    --body_typography-line-height: var(--awb-typography4-line-height);
    --body_typography-letter-spacing: var(--awb-typography4-letter-spacing);
    --body_typography-color: var(--awb-color1);
    --link_color: var(--awb-color2);
    --link_hover_color: var(--awb-color2);

    /* H4 styles vars */
    --h4_typography-font-family: var(--awb-typography1-font-family);
    --h4_typography-font-weight: var(--awb-typography1-font-weight);
    --h4_typography-line-height: 1.2;
    --h4_typography-letter-spacing: -0.015em;
    --h4_typography-font-size: 24px;
    --h4_typography-color: var(--awb-color1);
    --h4_typography-text-transform: none;
    --h4_typography-margin-top: 1.33em;
    --h4_typography-margin-bottom: 1.33em;

    display: block;
    width: 100%;           /* Forza la larghezza al 100% del contenitore */
    max-width: 100vw;      /* Assicura che non superi mai la viewport */
    overflow-x: hidden;    /* <--- QUESTA è la regola magica: taglia i margini negativi in eccesso */
    margin: 0;             /* Rimuove margini esterni al footer */
    padding: 0;
}

/* Applicazione stili base SOLO al footer */
footer {
    background-color: var(--content_bg_color);
    color: var(--body_typography-color);
    font-size: var(--body_typography-font-size);
    font-family: var(--body_typography-font-family);
    background-image: var(--bg_image);
    font-weight: var(--body_typography-font-weight);
    letter-spacing: var(--body_typography-letter-spacing);
    font-style: normal;
    line-height: var(--body_typography-line-height);
    position: relative; /* dal wrapper */
    box-sizing: border-box;
}

/* Reset box-sizing solo dentro il footer */
footer * {
    box-sizing: border-box;
}

/* --- ELEMENTI INTERNI AL FOOTER --- */

footer .fusion-footer {
    --footer_area_padding-top: 30px;
    --footer_area_padding-bottom: 60px;
    --footer_area_padding-left: 0px;
    --footer_area_padding-right: 0px;
    --footer_divider_line-flex: block;
    --footer_widgets_padding: 16px;
}

footer .fusion-footer:before {
    content: url('https://www.iskaypet.com/wp-content/themes/grupo-iskaypet/assets/img/forma_footer.png');
    width: 100%;
    height: 58px;
    margin: 0 !important;
    padding: 0 !important;
    display: block;
}

footer .fusion-footer-widget-area {
    position: relative;
    padding: var(--footer_area_padding-top) 10px var(--footer_area_padding-bottom);
    border-top: var(--footer_border_size) solid var(--footer_border_color);
    background-image: var(--footerw_bg_image);
    background-repeat: var(--footerw_bg_repeat);
    background-color: var(--footer_bg_color);
    background-size: var(--footerw_bg_full-size);
    background-position: var(--footerw_bg_full-position);
    color: var(--footer_text_color);
    backface-visibility: hidden;
    /* Local Overrides */
    --footerw_bg_full-size: initial;
    --footerw_bg_full-position: var(--footerw_bg_pos);
    --footerw_bg_repeat: no-repeat;
    --footerw_bg_pos: top center;
    --footer_bg_color: var(--awb-color1);
    --footer_border_size: 0px;
    --footer_border_color: var(--awb-color1);
    --footer_link_color: var(--awb-color4);
    --footer_link_color_hover: var(--awb-color4);
}

footer .fusion-footer-copyright-area {
    z-index: 10;
    position: relative;
    padding: var(--copyright_padding-top) 10px var(--copyright_padding-bottom);
    border-top: var(--copyright_border_size) solid var(--copyright_border_color);
    background-color: var(--copyright_bg_color);
    /* Local Overrides */
    --copyright_padding-top: 20px;
    --copyright_padding-bottom: 20px;
    --copyright_bg_color: var(--awb-color2);
    --copyright_border_size: 0px;
    --copyright_border_color: var(--awb-color2);
    --copyright_link_color_hover: var(--awb-color4);
}

/* Griglia e Struttura dentro footer */
footer .fusion-row {
    margin: 0 auto;
}

footer .fusion-footer-widget-area .fusion-row,
footer .fusion-footer-copyright-area .fusion-row {
    max-width: var(--site_width);
}

footer .fusion-footer-widget-area > .fusion-row,
footer .fusion-footer-copyright-area > .fusion-row {
    padding-left: var(--footer_area_padding-left);
    padding-right: var(--footer_area_padding-right);
}

footer .fusion-row:after, 
footer .fusion-row:before,
footer .fusion-clearfix:after, 
footer .fusion-clearfix:before {
    content: " ";
    display: table;
}

footer .fusion-row:after,
footer .fusion-clearfix:after {
    clear: both;
}

footer .fusion-columns {
    margin: 0 -15px;
}

footer .fusion-footer footer .fusion-columns {
    margin: 0 calc((var(--footer_widgets_padding)) * -1);
}

footer .fusion-footer footer .fusion-row .fusion-columns {
    display: var(--footer_divider_line-flex);
    flex-flow: wrap;
}

footer .fusion-copyright-content {
    display: table;
    width: 100%;
}

/* Colonne Grid */
footer .col-lg-4, 
footer .col-md-4, 
footer .col-sm-4 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 0px) {
    footer .col-sm-4 {
        float: left;
        width: 33.33333333%;
    }
}

@media (min-width: 992px) {
    footer .col-md-4 {
        float: left;
        width: 33.33333333%;
    }
}

@media (min-width: 1200px) {
    footer .col-lg-4 {
        float: left;
        width: 33.33333333%;
    }
}

footer .fusion-columns-3 .fusion-column:nth-of-type(3n + 1) {
    clear: both;
}

footer .fusion-footer footer .fusion-columns .fusion-column {
    padding-left: var(--footer_widgets_padding);
    padding-right: var(--footer_widgets_padding);
}

footer footer .fusion-row .fusion-columns .fusion-column.fusion-column-last {
    border-right: none;
}

footer .fusion-clearfix {
    clear: both;
}

/* Copyright Text */
footer .fusion-copyright-notice {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    color: var(--copyright_text_color);
    font-size: var(--copyright_font_size);
    /* Local Overrides */
    --copyright_text_color: var(--awb-color4);
    --copyright_link_color: var(--awb-color4);
    --copyright_font_size: 14px;
}

footer :where([style*="border-width"]) {
    border-style: solid;
}

footer .fusion-footer-widget-column {
    margin-bottom: 50px;
}

footer .fusion-footer-widget-column:last-child {
    margin-bottom: 0;
}

/* Immagini dentro footer */
footer img {
    border-style: none;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

footer :where(img[class*="wp-image-"]) {
    height: auto;
    max-width: 100%;
}

/* Widget Text */
footer .textwidget {
    font-size: 14.6px !important;
    line-height: 1.75 !important;
}

/* Titoli H4 dentro footer */
footer h4 {
    line-height: var(--h4_typography-line-height);
    margin-top: var(--h4_typography-margin-top);
    margin-bottom: var(--h4_typography-margin-bottom);
    font-family: var(--h4_typography-font-family);
    font-weight: var(--h4_typography-font-weight);
    letter-spacing: var(--h4_typography-letter-spacing);
    text-transform: var(--h4_typography-text-transform);
    font-style: normal;
    font-size: var(--h4_typography-font-size);
    color: var(--h4_typography-color);
}

footer h4.widget-title {
    font-size: 20px !important;
    font-weight: bold !important;
}

footer .fusion-footer-widget-area .widget-title {
    margin: 0 0 28px;
    text-transform: uppercase;
    font-family: var(--footer_headings_typography-font-family);
    font-size: var(--footer_headings_typography-font-size);
    font-weight: var(--footer_headings_typography-font-weight);
    line-height: var(--footer_headings_typography-line-height);
    letter-spacing: var(--footer_headings_typography-letter-spacing);
    font-style: normal;
    color: var(--footer_headings_typography-color);
}

/* Links dentro footer */
footer a {
    text-decoration: none;
    transition-property: color, background-color, border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
    color: var(--link_color);
}

footer .fusion-copyright-notice a {
    color: var(--copyright_link_color);
}

footer a:hover {
    color: var(--link_hover_color);
}

footer .fusion-footer-copyright-area a:hover {
    color: var(--copyright_link_color_hover);
}

/* Liste e Menu dentro footer */
footer ul {
    box-sizing: border-box;
}

footer .fusion-footer-widget-area ul {
    font-size: 14.6px !important;
    line-height: 1.75 !important;
    list-style: none;
    margin: 0;
    padding: 0;
}

footer .fusion-footer-widget-area a {
    color: var(--footer_link_color);
}

footer .fusion-footer-widget-area a:hover {
    color: var(--link_hover_color);
}

footer .fusion-footer-widget-area .widget a:hover {
    color: var(--footer_link_color_hover);
}

footer .fusion-footer-widget-area ul li {
    border-color: var(--footer_divider_color);
}

footer .fusion-widget-area .widget_nav_menu li {
    display: block;
    padding: 10px 10px 10px 12px;
    position: relative;
}

footer .fusion-footer-widget-area .widget_nav_menu li {
    border-color: var(--footer_divider_color);
    color: var(--footer_text_color);
}

footer .fusion-widget-area .widget_nav_menu > div > ul > li:first-child {
    padding-top: 0;
}

footer .fusion-footer-widget-area ul li a {
    display: block;
    position: relative;
}

/* Correzione per menu dentro widget */
footer .fusion-footer-widget-area .fusion-footer-widget-column ul:first-child > li:first-child > a {
    background-image: none;
    padding-top: 0;
}

footer .fusion-widget-area .current-menu-item > a,
footer .fusion-widget-area .current_page_item > a {
    color: var(--primary_color);
}

footer .fusion-footer-widget-area .current-menu-item > a, 
footer .fusion-footer-widget-area .current_page_item > a {
    color: var(--footer_link_color_hover);
}

footer .fusion-footer-widget-area .widget_nav_menu li a::before {
    content: '' !important;
}

/* Icone freccia nei widget */
footer .fusion-footer-widget-area .widget li a::before,
footer .fusion-widget-area .widget_nav_menu li a::before {
    position: absolute;
    font-family: awb-icons; /* Assicurati che il font sia caricato globalmente */
    content: "\f105";
    margin-left: -12px;
    color: var(--footer_link_color);
}

footer .fusion-footer-widget-area ul li a:hover {
    color: var(--footer_link_color_hover);
}

footer .fusion-footer-widget-area .widget li a:hover::before {
    color: var(--footer_link_color_hover);
}

/* ID Specifici scopati per footer */
footer #media_image-3.style-dNEXC {
    border-style: solid;
    border-color: transparent;
    border-width: 0px;
}
footer #style-RUQnZ.style-RUQnZ {
    max-width: 100%;
    height: auto;
}
footer #style-BQkY4.style-BQkY4 {
    clear: both;
}
footer #text-3.style-GvVgs {
    border-style: solid;
    border-color: transparent;
    border-width: 0px;
}
footer #style-Fv6k1.style-Fv6k1 {
    clear: both;
}
footer #text-2.style-jOodF {
    border-style: solid;
    text-align: left;
    border-color: transparent;
    border-width: 0px;
}
footer #style-ETUcs.style-ETUcs {
    clear: both;
}
footer #media_image-2.style-86BfA {
    border-style: solid;
    text-align: left;
    border-color: transparent;
    border-width: 0px;
}
footer #style-RvPmI.style-RvPmI {
    max-width: 100%;
    height: auto;
}
footer #style-aoZON.style-aoZON {
    clear: both;
}
footer #nav_menu-2.style-a6L4j {
    border-style: solid;
    text-align: left;
    border-color: transparent;
    border-width: 0px;
}
footer #style-r1sJt.style-r1sJt {
    clear: both;
}
footer #style-bR3Dv.style-bR3Dv {
    padding-bottom: 0px;
}