.navbar .dropdown ul{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.dropdown-form {
	color: #999;
	font-weight: normal;
	border-radius: 1px;
	border-color: #e5e5e5;
	box-shadow: 0 2px 8px rgba(0,0,0,.05);
}

button.btn-login{
    color: #FFF;
    background: #690b22;
    text-align: center !important;
    padding: 5px 10px !important;
    border: solid 1px #690b22 !important;
    justify-content: center !important;
}
button.btn-login:hover{
    background: #FFF;
    color: #690b22;
    border: solid 1px #690b22 !important;
    justify-content: center !important;
}

.text-logejat{
    color: #690b22 !important;

}

a.logout{
    padding-left: 0px !important;
}
.logout > i{
    font-size: 16px !important;
}

.pdfcontainer{
    height: 100vh;
    max-height: 541px;
}

.pdfembed{
    height: 100vh;
    max-height: 541px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.logos-footer > img{
    height: 40px;
    width: auto;
    margin-right: 10px;
}

.border_left{
    border-left: solid 2px #690b22 !important;
}
.destacat_confidencial{
    color: #690b22 !important;
    font-weight: 700 !important;
    text-align: right;
}

.contact .php-email-form button[type=submit] {
    border: solid 1px #690b22 !important;
}

.contact .php-email-form button[type=submit]:hover {
    background: #FFF !important;
    color: #690b22 !important;
}

#hero {
    background: #690b22 !important;
    background: linear-gradient(180deg, #690b22 0%, rgb(105,11,34) 35%, rgb(105,11,34) 100%) !important;
}

a.linksfooter{
    color: #FFF !important;
}

a.linksfooter:hover{
    /* color: #690b22 !important; */
    text-decoration: underline !important;
}

/*** FORM ADHESIO ***/
.form-control:focus, .select2:focus {
    color: #495057;
    background-color: #fff;
    border-color: #690b22;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(218, 41, 28, .25);
}

.form-check-input:checked {
    background-color: #690b22;
    border-color: #690b22;
}

.form-check-input:focus {
    border-color: #690b22;
    outline: 0;
    box-shadow:none;
}

.bg-privacitat{
    background-color: #eaebed;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    background: transparent;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #690b22;
    border: 1px solid #690b22;
    color: #FFF;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #FFF;
}

/** METODOLOGIA **/
ol.llista-general > li {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 20px;
}

ul.llista-interior > li, ol.llista-interior > li {
    font-size: 0.9rem;
    font-weight: 500;
}

div.meitat {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    font-size: 1.25rem !important;
    font-weight: 400 !important;
}

.lead {
    font-size: 0.9rem;
}

/** SURVEYS **/
.bg-enquesta{
    background-color: #FFF;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
    font-size: .9rem;
    background-color: #f8fafc;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
}

.bg-enquesta label, .bg-enquesta h3{
    color: #690b22 !important;
    font-weight: 500 !important;
}

#formedit .select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
#formedit .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #690b22;
    border: 1px solid #690b22;
    color: #FFF;
}
#formedit .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #FFF;
}

#formedit .select2-container .select2-selection--single{
    height: 58px;
}
#formedit .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

/** BOTONS **/
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #690b22;
    --bs-btn-border-color: #690b22;
    --bs-btn-hover-color: #690b22;
    --bs-btn-hover-bg: #FFF;
    --bs-btn-hover-border-color: #690b22;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #690b22;
    --bs-btn-active-bg: #FFF;
    --bs-btn-active-border-color: #690b22;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #690b22;
    --bs-btn-disabled-border-color: #690b22;
}

/** COLORS **/
.groc{
    color: #F9E333 !important;
}

.blau{
    color: #213b52 !important;
}

.vermell{
    color: #690b22 !important;
}

.blanc{
    color: #FFF !important;
}


@media (min-width: 991px) {
    li.btsolicitud{ margin-left: -15px !important; }
}
