﻿.modalBackground {
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
}
.blur {
    filter: blur(4px);
    pointer-events: none;
    opacity: 0.6;
}
.modalPanel {
    background-color: white;
    padding: 20px;
    width: 80%;
    max-width: 800px;
    margin: auto;
    border: 1px solid #ccc;
    z-index: 1001;
}

@charset "utf-8";
/*twitter*/
.twitter-groc {
    background: #FFCB05;
}

.banners img {
    border: 4px solid #FFF;
}

.top-space {
    margin-top: 127px;
}

.top-space-xxss {
    margin-top: 20px;
}

.nav-info a.active {
    font-weight: bolder !important;
}
/* custom */
.categoria {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 11px;
}

.swiper-button-prev, .swiper-button-next {
}
/*--------------------------------------------------
 Sidebar Menu interior]
----------------------------------------------------*/
/* Sidebar Menu v1
------------------------------------*/
.sidebar-nav-v1 li {
    padding: 0;
}

    .sidebar-nav-v1 li a {
        display: block;
        padding: 8px 30px 8px 10px;
    }

        .sidebar-nav-v1 li a:hover {
            text-decoration: none;
        }

.sidebar-nav-v1 > li.active, .sidebar-nav-v1 > li.active:hover {
    background: #717984;
}

    .sidebar-nav-v1 > li.active, .sidebar-nav-v1 > li.active:hover, .sidebar-nav-v1 > li.active:focus {
        border-color: #ddd;
    }

        .sidebar-nav-v1 > li.active > a {
            color: #fff;
        }
/*Sidebar Sub Navigation*/
.sidebar-nav-v1 li ul {
    padding: 0;
    list-style: none;
}

.sidebar-nav-v1 li ul, .sidebar-nav-v1 li.active ul a {
    background: #eeeeee;
}

    .sidebar-nav-v1 li ul a {
        color: #555;
        font-size: 14px;
        /*border-top: solid 1px #FFF;*/
        padding: 6px 30px 6px 17px;
    }

.sidebar-nav-v1 ul li:hover a, .sidebar-nav-v1 ul li.active a {
    color: #006AB4;
}
/*Sidebar Badges*/
.list-group-item li > .badge {
    float: right;
}

.sidebar-nav-v1 span.badge {
    margin-top: 8px;
    margin-right: 10px;
}

.sidebar-nav-v1 .list-toggle > span.badge {
    margin-right: 25px;
}

.sidebar-nav-v1 ul li span.badge {
    margin-top: 8px;
    font-size: 11px;
    padding: 3px 5px;
    margin-right: 10px;
}

main ul.sidebar-nav-v1 li a, main ul.sidebar-nav-v1 li a:active, main ul.sidebar-nav-v1 li a:focus {
    text-decoration: none !important;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: inherit;
    border: 1px solid #CCC;
}
    /* Sidebar List Toggle
------------------------------------*/
    .list-group-item:first-child, .list-group-item:last-child {
        border-radius: 0;
    }

.list-toggle:after {
    top: 7px;
    right: 10px;
    color: #777;
    font-size: 14px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
}

.list-toggle.active:after {
    color: #000;
    content: "\f107";
}

.sidebar-nav-v1 li ul a.active {
    color: #006AB4;
    font-weight: bolder;
}

.breadcrumb li a {
    background: #FFF;
    padding: 0 5px;
}

    .breadcrumb li a:hover {
        background: #006AB4;
        color: #FFF !important;
        padding: 0 5px;
    }

.breadcrumb ul > li:last-child {
    background: #FFF;
    padding: 0 5px;
}

.bg-turquesa {
    background-color: #00cbc1 !important;
}
/*tramits*/
.citaprevia {
    z-index: 1;
    position: absolute;
    margin-top: 40px;
    right: -30px;
}

.boto-citaprevia {
    background: #00cbc1;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    padding: 1.2rem 1.2rem;
    position: relative;
    line-height: 16px;
    height: 100px;
}

a.boto-citaprevia {
    display: block;
}

.citaprevia a:hover {
    color: #00cbc1 !important;
    background: #b2efec;
    display: block;
}

.citaprevia a:focus {
    color: #FFF !important;
    display: block;
}
/*boto perfil modificar cita previa*/
.cita-label.cita-label-with-icon {
    padding: .5rem .85rem;
}

.cita-label-blau {
    background-color: #006AB5;
}

a:hover .cita-label, a.cita-label:hover {
    background-color: #939598 !important;
    color: #FFFFFF !important;
}

.cita-label-turquesa {
    background-color: #00cbc1;
}

.cita-label-groc {
    background-color: #ffaa05;
}

.cita-label {
    display: inline-block;
    padding: .35rem .58rem;
    font-size: 11px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    border-radius: 5px;
}

.table.actes th {
    padding: .75rem;
    vertical-align: top;
    border-top: none !important;
}

#more {
    display: none;
}
/* agenda*/
#datepicker {
    margin: auto;
}

.inf-datepicker {
    position: absolute;
    width: 200px;
    left: 15px;
    top: 55px;
}

.ui-datepicker {
    /*width: 30em;
    padding: .2em .2em 0;*/
}

    .ui-datepicker .ui-datepicker-header {
        padding: 8px;
    }

#datepicker .ui-datepicker-prev {
    border: solid black;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 8px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    width: 0;
    height: 0;
    cursor: pointer;
    font-size: 0;
    /*top: 13px;*/
}

#datepicker .ui-datepicker-next {
    border: solid black;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 8px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 0;
    height: 0;
    cursor: pointer;
    font-size: 0;
    /*top: 13px;*/
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    /*top: 2px;*/
    width: 1.8em;
    height: 1.8em;
}

    .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }

#datepicker .ui-datepicker-prev, .datepicker-base .ui-datepicker-prev, #datepicker .ui-datepicker-next, .datepicker-base .ui-datepicker-next {
    cursor: pointer;
    font-size: 0;
}

#datepicker .ui-datepicker-title, .datepicker-base .ui-datepicker-title {
    font-size: 1.2rem;
    background-color: #000000;
    color: white;
    padding: 4px 17px;
    text-transform: uppercase;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker table {
    width: 100%;
    font-size: 1.1em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

#datepicker thead, .datepicker-base thead {
    display: none;
}

#datepicker tbody td, .datepicker-base tbody td {
    padding: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

#datepicker tbody td a, .datepicker-base tbody td a {
    border-bottom: 1px solid #c0c0c0;
    /*font-size: 1.8rem;*/
    color: #000000;
    text-align: center;
    position: relative;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

table.ui-datepicker-calendar {
    margin-top: 20px;
}

.ui-state-default {
}

.ui-datepicker-current-day {
}

#datepicker tbody td.ui-datepicker-week-end a {
    color: #CCC !important;
}

#datepicker tbody td.ui-state-active a {
    /*background-color: #006AB4 !important;*/
    background-color: #7ebae2 !important;
}

/*#datepicker tbody td.ui-datepicker-current-day a {
	color: white !important;
	background-color: #c9dbe7;
}*/

#datepicker tbody td.ui-datepicker-today a {
    color: white !important;
    background-color: #c9dbe7;
}

.cat1 {
    color: #0099ff;
}

.cat2 {
    color: #6666cc;
}

.cat3 {
    color: #339900;
}

.cat4 {
    color: #cc0000;
}

.cat5 {
    color: #fe8028;
}
/*fi agenda*/
/*avantatges i descomptes */
#map {
    height: 480px;
}

.avantGran {
    font-size: 12px;
}

    .avantGran h5 {
        font-family: 'Palatino Linotype', sans-serif;
        color: #006AB4;
        font-weight: bold;
        margin-bottom: 14px;
    }

    .avantGran .btn {
        font-size: 12px !important;
        margin-top: 10px;
        height: 20px;
        line-height: 20px;
        padding: 0 10px;
    }

.avant-banner {
    width: 100%;
    /* float: left;*/
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}

    .avant-banner.full {
        width: 100%;
        float: left;
        position: relative;
    }

    .avant-banner h3 {
        text-transform: uppercase;
        margin-bottom: 0;
        font-weight: 700;
        font-size: 2.2rem;
    }

    .avant-banner p {
        text-transform: uppercase;
        margin-bottom: 0;
        font-weight: 300;
        font-size: 1.6rem;
    }

    .avant-banner .opacity-overlay {
        border: 1px solid #fff;
    }
/*form*/
#extres {
    display: none;
}

.text-muted {
    color: #999 !important;
}

.form-control-file {
    border: none;
    padding: 0;
}

.g-font-size-default {
    font-size: 1rem !important;
}

.form-check-input {
    width: auto;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Cercar";
}
/* pàgina serveis*/
/* ===== Select Box ===== */
#blocs .feature-box-13 {
    min-height: 326px;
}

.feature-box-13 {
    overflow: visible;
    z-index: 1;
}

.sel {
    display: inline-block;
    /*margin: 3em 2em;*/
    width: 100%;
    background-color: transparent;
    position: relative;
    cursor: pointer;
}

    .sel::before {
        position: absolute;
        content: '\f063';
        font-family: "Font Awesome 5 Pro";
        font-size: 18px;
        color: #333;
        right: 20px;
        top: calc(40% - 0.5em);
    }

    .sel.active::before {
        transform: rotateX(-180deg);
    }

.sel__placeholder {
    display: block;
    font-weight: 600;
    font-family: 'Nunito Sans', sans-serif;
    color: #232323;
    padding: 0 0 10px 0;
    text-align: center;
    pointer-events: none;
    user-select: none;
    visibility: visible;
}

.sel.active .sel__placeholder {
    visibility: hidden;
}

.sel__placeholder::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 0 10px 0;
    content: attr(data-placeholder);
    visibility: hidden;
}

.sel.active .sel__placeholder::before {
    visibility: visible;
}

.sel__box {
    position: absolute;
    top: calc(100%+ 1px);
    left: 0;
    display: none;
    list-style-type: none;
    text-align: center;
    font-size: 1em;
    background-color: #b2efec;
    width: 100% !important;
    z-index: 100;
}

.sel.active .sel__box {
    display: block;
    animation: fadeInUp 500ms;
}

.sel__box__options {
    display: list-item;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 0.8em;
    color: #232323;
    padding: 0.4em 1em;
    user-select: none;
}

    .sel__box__options::after {
        content: '\f00c';
        font-family: "Font Awesome 5 Free";
        font-size: 0.5em;
        margin-left: 5px;
        display: none;
    }

    .sel__box__options.selected::after {
        display: inline;
    }

    .sel__box__options:hover {
        background-color: #ebedef;
    }
/* ----- Select Box Black Panther ----- */
.sel {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sel--black-panther {
    z-index: 3;
}
/* ----- Select Box Superman ----- */
.sel--superman {
    /*   display: none; */
    z-index: 2;
}
/* ===== Keyframes ===== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}
/* bg pàgines blocs*/
.bg-serveis {
    background-image: url("/images/bg-breadcrumb/bg-serveis.jpg");
    background-position: top center;
    background-size: cover;
}

.bg-comunicacio {
    background-image: url("/images/bg-breadcrumb/bg-comunicacio.jpg");
    background-position: top center;
    background-size: cover;
}

.bg-tramits {
    background-image: url("/images/bg-breadcrumb/bg-tramits.jpg");
    background-position: top center;
    background-size: cover;
}

.bg-comb {
    background-image: url("/images/bg-breadcrumb/bg-comb.jpg");
    background-position: top center;
    background-size: cover;
}

.bg-exercici {
    background-image: url("/images/bg-breadcrumb/bg-exercici.jpg");
    background-position: top center;
    background-size: cover;
}

.bg-salut {
    background-image: url("/images/bg-breadcrumb/bg-salut-benestar.jpg");
    background-position: top center;
    background-size: cover;
}

.bg-professional {
    background-image: url("/images/bg-breadcrumb/bg-vida-professional.jpg");
    background-position: top center;
    background-size: cover;
}

.bg-formacio {
    background-image: url("/images/bg-breadcrumb/bg-formacio.jpg");
    background-position: top center;
    background-size: cover;
}

.bg-altres {
    background-image: url("/images/bg-breadcrumb/bg-altres.jpg");
    background-position: top center;
    background-size: cover;
}

.bg-psalut {
    background-image: url("/images/bg-breadcrumb/bg-psalut.jpg");
    background-position: top center;
    background-size: cover;
}

.bg-registre {
    background-image: url("/images/bg-breadcrumb/bg-registre2.jpg");
    background-position: top center;
    background-size: cover;
}

.bg-covid {
    background-image: url("/images/bg-breadcrumb/bg-covid.jpg");
    background-position: top center;
    background-size: cover;
}

.bg-home {
    background-image: url("/images/bg-serveis.png");
    background-position: top right;
    background-size: cover;
    padding-top: 40px;
}
/*num resultats cerca*/
.contador {
    font-weight: bold;
}
/*botons xarxes socials*/
.xxss {
    position: relative;
    top: 200px;
    right: 0;
    z-index: 2000;
}

.xxss-right {
    margin-top: -60px;
    text-align: right;
    opacity: 1 !important;
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.cta {
    position: fixed;
    text-align: center;
    opacity: 1 !important;
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

    .cta li {
        display: block;
        margin: 0 0 8px -75px;
    }

@media (max-width: 768px) {
    .xxss-right {
        margin-top: -130px;
        text-align: left;
    }

    .xxss {
        top: 320px;
        display: none;
    }

    .top-space-xxss {
        margin-top: 0px;
    }
}
/* panell informatiu - on ens pots trobar*/
.container-info {
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 95px;
    right: 7%;
    z-index: 9999;
}

#toggle-info {
    display: none;
}

.button-info {
    position: inherit;
    z-index: 999;
    width: 43px;
    height: 43px;
    background: #00CBC1;
    border-radius: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 85%;
    right: 6%;
}

    .button-info:before {
        position: absolute;
        content: "";
        width: 20px;
        height: 2px;
        background: #fff;
        transform: rotate(90deg);
        transition: all 0.4s ease;
    }

#toggle:checked ~ .button-info:after {
    transform: rotate(135deg);
}

.button-info:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background: #fff;
    transition: all 0.4s ease;
}

.text-info {
    font-size: 16px;
    line-height: 16px;
    width: 280px;
    display: block;
    margin-top: -120px;
    margin-right: 30px;
    text-align: right;
    color: #00CBC1 !important;
    font-weight: bold;
}

.info-visible, .info-hidden {
    overflow: hidden;
}

.info-visible {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.4s linear;
}

.info-hidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.4s, opacity 0.4s linear;
}

    .info-visible > nav, .info-hidden > nav {
        background: #FFF url("../images/bg-contact.png") no-repeat top;
        width: 600px;
        border-radius: 5px;
        box-shadow: 2px 3px 10px 0 rgba(81, 81, 81, 0.1);
        border: 1px solid #e4e4e4;
        padding: 30px 80px 30px 30px;
    }

    .info-hidden > nav {
        margin-top: -10000px;
        transition: margin-top 0s 0.4s;
    }

.nav-info ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.nav-info li {
    list-style: none;
    margin: 0.4em 0;
}

#toggle-info:checked ~ .button-info:before {
    transform: rotate(225deg);
}

#toggle-info:checked ~ .button-info:after {
    transform: rotate(135deg);
}

.contact-box {
    padding-left: 10px;
}

    .contact-box i {
        color: #FFF;
        background-color: #006AB4;
        border-radius: 100%;
        padding: 10px;
        margin: 4px;
        position: relative;
        top: 10px;
        right: 10px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

@media (max-width: 1200px) {
    .button-info {
        /*left: 10%;*/
    }

    .nav-info {
        width: 600px;
    }

        .nav-info li {
            font-size: 14px;
            line-height: 20px;
            padding: 0;
        }
}

@media (max-width: 990px) {
    .button-info {
        /*left: 10em;*/
    }

    .nav-info {
        width: 500px;
    }

        .nav-info li {
            font-size: 12px;
            line-height: 18px;
        }
}

@media (max-width: 768px) {
    .button-info {
        /*left: 10em;*/
    }

    .nav-info {
        width: 400px;
    }

        .nav-info li {
            font-size: 11px;
            line-height: 14px;
        }
}
/* Format error camp obligatori */
/*.error-margin {
    display: block !important;
    margin-top: -20px;
}*/
/* borsa de treball*/
#ofertes_length {
    margin-top: 10px;
}

    #ofertes_length select {
        width: auto;
    }
/* borsa de treball pagination */
#ofertes_paginate {
    border-radius: 0;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    text-transform: uppercase !important;
    font-size: 12px;
    line-height: 20px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #999 !important;
    border: 1px solid #ddd !important;
    background: transparent;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333 !important;
    border: 1px solid #ddd !important;
    background: #f5f5f5 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
    border: 1px solid #ddd !important;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        color: #FFF !important;
        border: 1px solid #111;
        background: #CCC !important;
    }

#main_main_dlFitxaOferta .list-style-9 li:last-child {
    border-bottom: 1px solid #6f6f6f;
}

#main_main_dlFitxaOferta .list-style-9 li span {
    font-weight: bolder;
}

#main_main_NoLoginat {
    color: #333;
    background-color: #b2efec;
    border-color: #00cbc1;
    position: relative;
    padding: .75rem 1.25rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

    #main_main_NoLoginat p {
        padding: 0;
        margin: 0;
    }

.radio input[type=radio] {
    float: left;
    margin: 0 4px 0 0;
    width: auto;
}

.form-text {
    margin-top: -.8rem;
    font-size: .875em;
    color: #9d9d9c;
}

.counter-feature-box-1.active {
    background: #00cbc1;
    border-color: #00cbc1;
}

    .counter-feature-box-1.active p, .counter-feature-box-1.active i {
        color: #00cbc1 !important;
    }
/*taula perfil dataTable */
table.dataTable.no-footer {
    border-bottom: none !important;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 2px solid #dee2e6 !important;
}

#nou-anunci label {
    display: none;
}

.feature-box-5 img {
    position: absolute;
    top: 0;
    left: 0;
}

#anuncis p {
    margin: 10px 0;
}

addressMail:after {
    content: "@comb.cat";
}

addressMail {
    cursor: pointer;
    text-decoration: underline;
}

.nav-info addressMail {
    cursor: pointer;
    text-decoration: none;
}

addressMail:hover {
    color: #006AB4;
    text-decoration: underline;
}

.image-shadow {
    max-height: 15.625rem;
    box-shadow: 0.625rem 0.625rem 0 0 #006ab4;
    transition: all 0.2s ease-in-out;
    border-top: 1px solid #efefef;
    border-left: 1px solid #efefef;
}

.border-num {
    border-right: 1px solid #00cbc1;
}

.table-color tr td {
    background-color: rgba(0,0,0,.01) !important;
}

.list-group-horizontal .list-group-item {
    position: relative;
    display: block;
    padding: 5px;
    margin-bottom: -1px;
    background-color: inherit;
    border: 1px solid #CCC;
}

    .list-group-horizontal .list-group-item input {
        padding: 4px;
        background: none;
        border: none;
        margin: 0 !important;
        font-weight: 700;
    }

        .list-group-horizontal .list-group-item input:hover {
            padding: 4px;
            background: #00cbc1;
            color: #FFF;
            border: none;
            margin: 0 !important;
        }

.app-btn {
    border: #6f6f6f 1px solid;
    color: #FFF;
    font-size: 12px;
    margin: 0;
    padding: 10px 20px;
    font-weight: 700;
    border-radius: 4px;
}

.app-btn2 {
    background: #006ab4;
    color: #006ab4;
    font-size: 12px;
    margin: 0;
    padding: 10px 20px;
    font-weight: 700;
    border-radius: 0.2em;
}

.sales .list-group-horizontal .list-group-item {
    position: relative;
    display: block;
    padding: 5px;
    margin-bottom: -1px;
    background-color: #006AB4;
    color: #FFF;
    border: none;
    width: 15%;
    text-align: center;
    font-size: 11px;
}

.sales img {
    margin: 10px;
    height: 26px
}

table.sales tr td {
    padding: 10px;
    font-size: 11px;
}

table.sales tr {
    border-bottom: 1px solid #FFF;
}

table.sales {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

h3.name {
    margin: 25px 0 5px 0 !important;
}

.role {
    margin-bottom: 35px !important;
}

thead th {
    background: #B2D2E8;
    line-height: 14px;
}

.calendar-event a:before {
    border-color: transparent #006AB4 transparent transparent;
    border-style: solid;
    border-width: 0 9px 9px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}

.btn-comunicar {
    float: left;
}

.mr-2 {
    margin-right: 2%;
}

#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8); /* Black background with opacity */
    z-index: 20000 !important; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

#textSearch {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    padding: 0 20px;
}

.search-form .search-input {
    background: #000;
    padding-left: 10px;
}

    .search-form .search-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #FFF;
        opacity: 1; /* Firefox */
    }

    .search-form .search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #FFF;
    }

    .search-form .search-input::-ms-input-placeholder { /* Microsoft Edge */
        color: #FFF;
    }

.fl {
    float: left;
}

.fr {
    float: right;
}

input:required {
    box-shadow: none;
}

input:invalid {
    box-shadow: none;
}
/*cookies*/
#popup-cookies {
  background: none repeat scroll 0 0 #EFEFEF;
  border: 1px solid #CCC;
  color: #808080;
  font-size: 16px;
  padding: 30px;
  line-height: 24px;
  position: absolute;
  z-index: 2001;
  width: 100%;
  text-align: center;
  top: 106px;
}

  #popup-cookies p a {
    color: #006AB4;
    text-decoration: underline;
  }

    #popup-cookies p a.btn {
      color: #FFF;
      text-decoration: none;
    }

.close {
    cursor: pointer;
    text-align: right;
    float: right;
    font-size: 30px;
    filter: alpha(opacity=99);
    opacity: .99;
    line-height: 28px;
    text-shadow: none;
}

.titolPregunta {
    font-weight: 600;
    margin-bottom: 10px;
}

.calculadora .radio input[type=radio] {
    margin-top: 5px;
}

#grau h4 {
    margin-bottom: 0;
}
/* INICI CAPA Notificar error */
.modalClass_notificarError {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modalContingutClass_notificarError {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 35px;
    border: 1px solid #888;
    width: 400px; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.modalTancar_notificarError {
    color: #232323;
    float: right;
    margin-top: -30px;
    margin-right: -30px;
}

    .modalTancar_notificarError:hover,
    .modalTancar_notificarError:focus {
        /* color: black;*/
        text-decoration: none;
        cursor: pointer;
    }

/* FI CAPA Notificar error */

#main_main_capaAdrecesPubliques table td {
    vertical-align: middle;
}

.text-small-tb {
    font-size: 12px;
    line-height: 12px !important;
}

a.text-small-tb {
    text-decoration: underline;
}

/* INICI CAPA GENERICA CoMB */

/* INICI CAPA CoMB */
.modalClass_genericCoMB {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modalContingutClass_genericCoMB {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 35px;
    border: 1px solid #888;
    width: 500px; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.modalTancar_genericCoMB {
    color: #232323;
    float: right;
    margin-top: -30px;
    margin-right: -30px;
}

    .modalTancar_genericCoMB :hover,
    .modalTancar_genericCoMB :focus {
        /* color: black;*/
        text-decoration: none;
        cursor: pointer;
    }

/* FI CAPA CoMB */

/* FI CAPA GENERICA CoMB*/

/* INICI CAPA Condicions REMPe */
.modalClass_rempeCondicions {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modalContingutClass_rempeCondicions {
    background-color: #fefefe;
    margin: auto; /* 15% from the top and centered */
    padding: 0px;
    border: 1px solid #888;
    width: 800px; /* Could be more or less, depending on screen size */
}

/* FI CAPA Condicions REMPe*/

/*google forms responsive */
.container-iframe-1 {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.container-iframe-2 {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 40%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.container-iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 50%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

#rempe {
    background-color: #00cbc1;
    color: #FFF;
}

#main_pilotRempe a:hover, a:active {
    background-color: #00cbc1;
    color: #333 !important;
}

.number1 {
    font-size: 64px;
    line-height: 54px;
    color: #006AB4;
    margin-bottom: 10px;
}

.number2 {
    font-size: 32px;
    line-height: 32px;
    color: #00cbc1;
    margin-bottom: 10px;
}

.number3 {
    font-size: 64px;
    line-height: 54px;
    color: #ffaa05;
    margin-bottom: 10px;
}

.medium-icon i {
    font-size: 40px;
    width: 50px;
    height: 50px;
    line-height: 48px;
}
.select2-container--default .select2-selection--multiple {
 	border: 1px solid #d1d1d1;
    font-size: 14px;
    padding: 8px 15px;
    width: 100%;
    margin: 0;
    max-width: 100%;
    resize: none;
    color: inherit;
	 border-radius: 0;
}
#main_main_valorRadioEnten input, #main_main_valorRadioParla input, #main_main_valorRadioLlegeix input, #main_main_valorRadioEscriu input {
	width: 20px;
	margin-left: 10px;
}
#main_main_valorRadioEnten label, #main_main_valorRadioParla label, #main_main_valorRadioLlegeix label, #main_main_valorRadioEscriu label {
	text-align: center;
}
#popup-contacte {
  background: none repeat scroll 0 0 #EFEFEF;
  border: 1px solid #CCC;
  color: #808080;
  font-size: 16px;
  padding: 30px;
  line-height: 24px;
  position: absolute;
  z-index: 2001;
  width: 100%;
  text-align: center;
  top: 106px;
    left: 30%;
    margin: 15% auto; /* 15% from the top and centered */
    width: 50%; /* Could be more or less, depending on screen size */
}

  #popup-contacte p a {
    color: #006AB4;
    text-decoration: underline;
  }

    #popup-contacte p a.btn {
      color: #FFF;
      text-decoration: none;
    }
#textSearch .g-recaptcha .grecaptcha-badge{
    display: none !important;
}
#tipus  input[type=radio] {
    width: 50px !important;
}
.feature-box-16 .feature-box-content {
  height: 110px;
}
.card .list-style-9 li {
    padding: 5px 0;
    border-bottom: 0px;
}