@charset "UTF-8";

body { color: #777678; }
/* Main Font */
    body, h1, h2, h3, h4, h5, h6,  input[type="text"], input[type="password"], input[type="email"],
    textarea, select, input[type="button"], input[type="submit"], button, body .pac-container
    { font-family: 'Open Sans', sans-serif; text-transform: none; }

.section.gray { background: #e6e6e6;}
span.button,
button.button,
input[type="button"],
input[type="submit"],
a.button {
    border-radius: 0;
}
.button.small {
    font-size: 15px;
    padding: 5px 15px;
    font-weight: 600;
}
.button.small:hover {
    background-color: #e6e6e6;
    color:#333;
}
.button.red {
    background-color: #e53038;
    color:#fff;
}


body .button.small i {
    font-size: 16px;
    top: 3px;
    position: relative;
}
button.inverted { background-color: #fff; color: #68c6b8; }
button.button-gray { background-color: #787778;color: #ffffff; }
.section-headline h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 800;
    color: #777678;
}
.section-headline-right {
    text-align:right;
    position: absolute;
    right: 0;
    top: 0;
}
a.headline-link2 {
    position: absolute;
    right: 0;
    top: 0;
}
a.headline-link2 img {
    max-height:70px;
}
input,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea,
select {
    height: 34px;
    line-height: 34px;
    padding: 0 12px;
    font-size: 14px !important;
    color: #555555;
    border-radius: 0;
    border: 1px solid #777678;
    box-shadow:none;
}
textarea.form-control { border: 1px solid #777678 !important; }

input:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea.form-control:focus {
    color: #555555;
    transition: box-shadow 0.2s !important;
    opacity: 1;
    border: 1px solid #777678;
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
}
.select2-search__field {
    margin:0;
}
input[type="checkbox"] {
    width:16px;
    height:16px;
    display:block;
}
input[type="radio"]:focus {
    background: none;
    border:none;
    opacity:0;
}
.checkbox label {
    padding-left:20px;
}

.custom-select-lg {
    height:34px;
    border-radius:0;
    border: 1px solid #777678;
}

.select2-container--krajee-bs4 .select2-selection--single .select2-selection__placeholder { color: #808080; }
.select2-container--krajee-bs4 .select2-selection { border-radius: 0; border: 1px solid #777678;}
.select2-container--krajee-bs4 .select2-results__option.select2-results__option--selected, .select2-container--krajee-bs4 .select2-results__option[aria-selected="true"] {
    color: #68c6b8;
    background-color: #f8f8f8;
}
.select2-container--krajee-bs4 .select2-results__option--highlighted[aria-selected] { background-color: #68c6b8; color: #fff; }
.select2-selection__placeholder, input::placeholder, textarea::placeholder {
    color: #c0c0c0 !important;
}
.select2-results__option {
  font-size:14px;
  line-height:20px;
}

.radiolist {
    border: 1px solid #777678;
    padding:3px 8px;
}
.radiolist>label {
    display:inline;
    margin-right:10px;
}
.radiolist>div {
    display:inline-block;
}
.disabled-element {
  opacity:0.5 !important;
}
.input-with-icon-left i {
    width:34px;
    height:34px;
    line-height:34px;
}
.input-with-icon-left input {
    padding-left: 45px;
}
.inline{ display: inline !important;}

/* Dark Style */
button.button.gray,
input[type="button"].gray,
input[type="submit"].gray,
a.button.gray {
    background-color: #777678;
    color: #fff;
    box-shadow: none;
}

button.button.gray:hover,
input[type="button"].gray:hover,
input[type="submit"].gray:hover,
a.button.gray:hover {
    background-color: #e0e0e0;
}


.alert-success { text-align: center; background-color:#68c6b8; color:#fff; font-size:16px; }
.alert-success p { font-size:18px; }
.alert-success h2 { color:#fff; margin-bottom:15px;margin-top:20px; }
.alert-success h2 i { font-size:48px; vertical-align: middle; }

.flash-success {
    font-size: 40px;
}

.bg-green { background-color: #68c6b8; color: #ffffff; }
.green { color: #68c6b8; }
a.inverted { background-color: #ffffff; color: #68c6b8; }

p.login-text { font-size: 0.8em; line-height: 24px; }
.btn-sm2 { padding: 0.10rem 0.25rem; }
.list-3 li {
    margin-top:5px !important;
    margin-bottom:0;
    margin-left:18px;
}
.list-3 li:before {
    content: "\e930";
    font-family: "Feather-Icons";
    font-weight: 500;
    font-size: 16px;
    line-height:31px;
    margin-left:-20px;
}

/* ---------- HEADER -----------*/
header { background: #e6e6e6; }
#header { height: 185px; box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1); }
#wrapper { padding-top: 215px; }
#logo { border:0; }
#logo img { height: 95px; }
#navigation { margin-top: 82px; }
#navigation ul li a,
#navigation ul ul li a { color: #777678; }
#navigation ul a { font-weight:600; }
@media (max-width: 1099px) {
    #logo img { max-width: 212px; }
}
.btnlang {
    display:block;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #68c6b8;
    background-color: #fff;
    text-align:center;
    padding:0;
    margin:0;
    font-size: 12px;
    font-weight: 800;
}
.btnlang:hover {
    background-color: #e6e6e6;
}
.btnlang.active {
    color: #fff;
    background-color: #68c6b8;
}
.btnlang.btnaccess {
    color: #fff;
    background-color: #68c6b8;
    width: auto;
    padding: 0 8px;
}
#container-top { position: relative; height: 30px; }
#container-top .left-side {
    float: left;
    width: 100%;
    position: relative;
    flex: 1;
    display: inline-block;
}
#container-top .right-side {
    float: right;
    text-align: right;
    width: auto;
    position: absolute;
    right: 25px;
    background-color: #fff;
    flex: 1;
    display: inline-block;
}
/* ---------- FI HEADER -----------*/





/* ---------- BANNER -----------*/
.intro-banner { padding: 145px 0; }
.intro-banner:after,
.intro-banner:before { background:none; }
.intro-banner .background-image-container { left:0; width:100%; }
.intro-stats li span, .intro-stats li strong { display:inline-block; }
.intro-stats li { border:0; padding:15px; background-color:#fff; }
.intro-stats li strong { color: #68c6b8; font-size:50px;line-height:50px; margin-right:5px;font-weight:800; }
.intro-stats li span { color: #68c6b8; font-weight:600; font-size:16px;line-height:24px; }
.intro-stats li:last-child { padding-right:15px; }
@media (max-width: 992px) {
    .intro-banner { display: none; }
}
/* ---------- FI BANNER -----------*/






/* ---------- OFERTES HOME -----------*/
.grid-layout .job-listing { width: calc(100% * (1/3) - 30px); }
@media (max-width: 992px) {
    .grid-layout .job-listing {
        width: calc(100% * (1/2) - 30px);
    }
}
@media (max-width: 768px) {
    .grid-layout .job-listing {
        margin: 0 0 30px 0;
        width: 100%;
    }
}
.job-listing { border-radius: 0; }
.job-listing div.job-listing-date { font-size: 15px; color: #777678; font-weight: 100; }
.job-listing div.job-listing-id { font-size: 16px; color: #777678; font-size: 14px; margin-top:4px; }
.job-listing h3.job-listing-title { font-size: 18px; color: #68c6b8; line-height: 30px; font-weight: 600; }
.job-listing h4.job-listing-company {font-size: 16px; color: #777678; font-weight: 600; }
.grid-layout .job-listing-details { align-items: inherit; }
.job-listing .job-listing-footer { border-radius:0; background:none; }
.job-listing.green { background-color: #68c6b8; color: #fff;  }
.job-listing.green:hover { transform: none; }

#oferteslupa {
    width: 60px;
    height: 60px;
    background-color: #fff;
    color: #68c6b8;
    line-height: 60px;
    text-align: center;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.share-buttons-icons { left:-70px; z-index: 99; }
.share-buttons-icons li { margin-right:0 !important; }
.share-buttons-content { width: 180px; display:block; }
.share-buttons-icons li a i { color:#fff !important; margin-right:0 !important; }
.job-listing-btn { margin-left:10px; font-size:20px; }

#ofestesbotons {
    /*width: 360px;*/
    height: 60px;
    color: #68c6b8;
    line-height: 60px;
    text-align: center;
    margin: 0;
    padding: 0;
    display: inline-block;
    float: right;
}
/* ---------- FI OFERTES HOME -----------*/



/* ---------- NOTICIES HOME -----------*/
.article-layout{
    transition:all 0.8s ease 0s;
    -moz-transition:all 0.8s ease 0s;
    -webkit-transition:all 0.8s ease 0s;
}
.article-layout .content-bg{
    border:1px solid #eaeaea;
    padding:0;
    overflow:hidden;
}
.article-image { position:relative; }
.article-grid .article-image { margin-bottom:14px; max-height: 270px; overflow-y: hidden; }
.article-grid .article-image img{ width:100%; }
.article-layout .article-name h2 a{
    color:#68c6b8;
    line-height:28px;
    font-size:18px;
    font-weight: 600;
}
.article-layout .article-name h2 a:hover{
    color:#333;
}
.article-layout .article-name{
    margin-bottom:10px;
}
.article-layout .article_dt{
    padding: 0 8px 20px 18px;
}

.article-layout .article_dt .article-title{
    line-height:1.55em;
}
.article-grid {
    display: inline-block;
    float: none;
    margin-bottom: 40px;
    margin-right: -3px;
    vertical-align: top;
    padding-left: 7px !important;
    padding-right: 7px !important;
}
.time-stamp {
    color: #777678;
    font-weight: 100;
    font-size:15px;
    line-height:22px;
    display:block;
}
.article-layout .time-stamp{
    margin-top:20px;
}
.article-layout .article-title p {
    overflow: hidden;
    height: 135px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.article-cat {
    position:absolute;
    top:0;
    left:0;
    background-color: #68c6b8;
    color: #fff;
    padding:5px 15px;
    font-size: 15px;
    font-weight: 600;
}

/* ---------- FI NOTICIES HOME -----------*/



/* ---------- LLISTAT OFERTES -----------*/
.compact-list-layout { background: none; border-radius:0; box-shadow:none; }
.compact-list-layout .job-listing { padding:15px; margin-bottom:10px; }
.job-listing .job-listing-company-date {
    flex: 1;
    max-width: 80px;
    margin-right: 25px;
    position: relative;
    top: 3px;
    font-size: 16px;
    color: #c0c0c0;
}
.job-listing .job-listing-description {
    max-width: 460px;
}
.job-listing .job-listing-company-city {
    flex: 1;
    max-width: 420px;
    margin-right: 25px;
    position: relative;
    top: 3px;
    font-size: 16px;
    font-weight: 800;
}
.job-listing .job-listing-company-buttons {
    flex: 1;
    max-width: 220px;
    background-color: #f8f8f8;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.job-listing .job-listing-company-buttons-small {
    flex: 1;
    max-width: 112px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.job-listing .job-listing-wide {
  flex: 1;
  position: relative;
  display: flex;
}
.job-listing .job-listing-wide p {
    margin: 15px 0 0 0;
    padding: 0;
    color: #666;
}

.share-buttons-wrapper { display:none; }
.share-buttons-icons-custom {
    float:left;
    margin-bottom:6px;
    padding:0;
}
.share-buttons-icons-custom li {
    display: inline-block;
    float: left;
}
.share-buttons-icons-custom li:first-child a { border-radius: 4px 0 0 4px; }
.share-buttons-icons-custom li:last-child a { border-radius: 0 4px 4px 0; }
.share-buttons-icons-custom li a {
    height: 44px;
    width: 44px;
    display: inline-block;
    line-height: 44px;
    text-align: center;
    background-color: #333;
    color: #fff;
    font-size: 14px;
}
.share-buttons-icons-custom li a i {
    position: relative;
    top: 1px;
}
.tippy-box { background: none; }
.compact-list-layout .job-listing:first-of-type, .compact-list-layout .job-listing:last-of-type { border-radius:0; }
.compact-list-layout .job-listing .job-listing-company-buttons { background: none; }
.pagination ul li a, .pagination ul li a i { border-radius:0; font-weight: 500; }
.section.gray .pagination ul li, .section.gray .pagination .pagination-arrow a { background-color: #fff; }
.pagination ul li a i { font-size: 16px; }
/* ---------- FI LLISTAT OFERTES -----------*/


/* ---------- FITXA DE OFERTA -----------*/
.ofertadetail {
    background-color: #fff;
}
.ofertadetail_header {
    background-color: #68c6b8;
    padding:20px 15px;
}
.ofertadetail_header h3 {
    color: #fff;
    font-size:24px;
    font-weight: 600;
}
.ofertadetail_header h4 {
    color: #fff;
    margin-bottom:10px;
    font-weight: 100;
    font-size:15px;
}
.section-headline-right {
    line-height:37px;
}
.section-headline-right a.button {
    padding:5px;
    vertical-align: middle;
}
.section-headline-right a.button i {
    font-size:24px;
}
.ofertadetail_body {
    padding:15px;
}
.ofertadetail_body h5 {
    width:100%;
    margin: 10px 0 20px;
    color: #68c6b8;
    font-size:14px;
    font-weight:800;
    text-transform:uppercase;
    border-bottom: .1em solid #68c6b8;
    line-height:28px;
}
.ofertadetail_body strong {
    font-weight:600;
}
/* ---------- FIFITXA DE OFERTA -----------*/

/* ---------- FOOTER -----------*/
#footer {
    background-color: #fff;
    color: #777678;
}
.footer-bottom-section a {
    color: #fff;
}
.footer-bottom-section strong {
    color: #fff;
    font-weight: 600;
}
.footer-bottom-section {
    padding: 10px 0;
    border-top: 0;
    text-align: center;
    background-color: #68c6b8;
    color: #fff;
}
.footer-links ul li a {
    color: #777678;
}
.footer-links ul li a:hover {
    color: #c0c0c0;
}
.footerlogos img {
    max-height:85px;
}
/* ---------- FI FOOTER -----------*/


/* ---------- FORMULARI REGISTRE D'USUARI -----------*/
.boxed {
    background-color:#fff;
    padding: 25px;
}
.boxed h2 {
    background: url('../images/clock.png') no-repeat left center;
    background-size: 48px;
    font-size: 18px;
    line-height: 52px;
    padding-left: 60px;
    margin-bottom: 20px;
}
.boxed h3 {
    margin-bottom: 20px;
    font-size:18px;
    color:#777678;
}
.boxed h3 strong {
    color: #68c6b8;
}
.boxed h4 {
    color:#777678;
    font-size:18px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight:bolder;
}
.boxed h5 {
    color:#777678;
    font-size:14px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight:bolder;
}
/* ---------- FI FORMULARI REGISTRE D'USUARI -----------*/


/* ---------- DASHBOARD -----------*/

.user-dashboard-menu-item {
    padding: 20px 25px 15px;
    margin-bottom:30px;
}

.user-dashboard-menu-item h4 {
    color: #68c6b8;
    font-size:18px;
    font-weight: 600;
    margin-bottom:20px;
}

.user-dashboard-menu-item-identity {
    background: #ffffff url("../images/identity.png") no-repeat right 20px bottom 23px;
    background-size: 27px 34px;
}

.user-dashboard-menu-item-edit {
    background: #ffffff url("../images/edit.png") no-repeat right 20px bottom 23px;
    background-size: 36px 34px;
}

.user-dashboard-menu-item-pdf {
    background: #ffffff url("../images/pdf.png") no-repeat right 20px bottom 23px;
    background-size: 25px 34px;
}

.user-dashboard-menu-item-history {
    background: #ffffff url("../images/history.png") no-repeat right 20px bottom 23px;
    background-size: 34px 34px;
}

.user-dashboard-menu-item-help {
    background: #ffffff url("../images/help.png") no-repeat right 20px bottom 23px;
    background-size: 34px 34px;
}
/* ---------- FI DASHBOARD -----------*/



/* ---------- NOTICIES -----------*/
.noticia-cat {
    display: inline-block;
    position: relative;
    background-color: #68c6b8;
    color: #fff;
    padding: 5px 15px;
    font-size: 15px;
    font-weight: 600;
    margin-top: 0em;
    margin-bottom: 1em;
}

/* ---------- FI NOTICIES -----------*/
