﻿.modalw {
    position: fixed;
    top: 8%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.6);
}

    .modalw .modal-main {
        position: fixed;
        height: 85%;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        overflow-y: scroll
    }

        .modalw .modal-main .container {
            background-color: white;
            border-radius: 8px;
            padding: 1rem 0rem 3rem 0rem;
        }

.modal-main form {
    padding: 0.5rem 2rem;
}

.modalw .modal-main button {
    float: right;
    padding: 0.3rem 1rem;
    margin-left: 1rem;
}

.col-md-6 button {
    width: 0.9rem;
    height: auto;
    fill: #808080;
}

select {
    width: 15rem;
    border-radius: 0 !important;
    word-wrap: normal
}

body {
    font: 16px Arial;
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

footer,
header,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    line-height: 1.5;
    background-color: #fff
}

h3 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.75rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

b,
strong {
    font-weight: bolder
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

    a:hover {
        color: #0056b3;
        text-decoration: underline
    }

    a:not([href]) {
        color: inherit;
        text-decoration: none
    }

        a:not([href]):hover {
            color: inherit;
            text-decoration: none
        }

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color
    }

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-6,
.col-lg-8,
.col-md-6,
.col-md-8,
.col-sm-12,
.col-sm-4,
.col-sm-8 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:576px) {

    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:768px) {

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
}

@media (min-width:992px) {

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

@media (min-width:576px) {

    .form-inline,
    .form-inline .input-group {
        width: auto
    }

    .form-inline {
        align-items: center;
        justify-content: center
    }

    .form-inline {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

    .btn-info:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b
    }

    .btn-info.focus,
    .btn-info:focus {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b;
        box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
    }

    .btn-info.disabled,
    .btn-info:disabled {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

    .btn-info:not(:disabled):not(.disabled).active,
    .btn-info:not(:disabled):not(.disabled):active,
    .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #117a8b;
        border-color: #10707f
    }

        .btn-info:not(:disabled):not(.disabled).active:focus,
        .btn-info:not(:disabled):not(.disabled):active:focus,
        .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
        }

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-outline-danger.focus,
    .btn-outline-danger:focus {
        box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
    }

    .btn-outline-danger.disabled,
    .btn-outline-danger:disabled {
        color: #dc3545;
        background-color: transparent
    }

    .btn-outline-danger:not(:disabled):not(.disabled).active,
    .btn-outline-danger:not(:disabled):not(.disabled):active,
    .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

        .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
        .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
        .show > .btn-outline-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
        }

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

    .btn-link:hover {
        color: #0056b3;
        text-decoration: underline
    }

    .btn-link.focus,
    .btn-link:focus {
        text-decoration: underline;
        box-shadow: none
    }

    .btn-link.disabled,
    .btn-link:disabled {
        color: #6c757d;
        pointer-events: none
    }

.collapse:not(.show) {
    display: none
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

    .nav-link:hover {
        text-decoration: none
    }

    .show .nav-link,
    .nav-link.active {
        color: #495057;
        background-color: #fff;
        border-color: #dee2e6 #dee2e6 #fff
    }

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem
}

    .navbar .container,
    .navbar .container-fluid {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between
    }

.navbar-nav {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    position: static;
    float: none
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

    .navbar-toggler:focus,
    .navbar-toggler:hover {
        text-decoration: none
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width:575.98px) {

    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-sm .navbar-nav {
            flex-direction: row
        }

    .navbar-expand-sm {
        position: absolute
    }

        .navbar-expand-sm .nav-link {
            padding-right: .5rem;
            padding-left: .5rem
        }

        .navbar-expand-sm > .container,
        .navbar-expand-sm > .container-fluid {
            flex-wrap: nowrap
        }

        .navbar-expand-sm .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-sm .navbar-toggler {
            display: none
        }
}

.navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}


@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

@media (min-width:576px) {

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

@media (min-width:576px) {

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

@media (min-width:576px) {

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }
}

@media (min-width:768px) {

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }
}

@media (min-width:992px) {

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }
}

@media (min-width:1200px) {

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }
}

button {
    border-radius: 30px;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: rgba(58, 176, 195, 0.3);
}

    ::-webkit-scrollbar-thumb:hover {
        background: rgba(58, 176, 195, 0.5);
    }

.active {
    fill: white !important;
}

.col-md-6 button {
    width: 0.9rem;
    height: auto;
    fill: #808080;
}

.button:nth-child(2) {
    width: 1rem;
    height: auto;
}

.button:nth-child(3) {
    width: 0.8rem;
    height: auto;
}

html,
nav,
body {
    font-family: 'Roboto', sans-serif;
}

i {
    width: 1rem;
    height: 1rem;
}

button,
input,
select {
    outline: none !important;
    border: 1px solid transparent;
    box-shadow: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

    button:focus,
    input:focus,
    select:focus {
        outline: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    }

@media only screen and (max-width: 2560px) and (max-height: 1440px) {

    html,
    nav,
    body {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1920px) and (max-height: 1200px) {

    html,
    nav,
    body {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1920px) and (max-height: 1080px) {

    html,
    nav,
    body {
        font-size: 16px !important;
    }

    .modal {
        overflow: auto;
        height: 600px;
    }
}

@media only screen and (max-width: 1680px) and (max-height: 1050px) {

    html,
    nav,
    body {
        font-size: 16px !important;
    }

    .modal {
        overflow: auto;
        height: 600px;
    }
}

@media only screen and (max-width: 1600px) and (max-height: 900px) {

    html,
    nav,
    body {
        font-size: 15px !important;
    }

    .modal {
        overflow: auto;
        height: 500px;
    }
}

@media only screen and (max-width: 1440px) and (max-height: 810px) {

    html,
    nav,
    body {
        font-size: 13px !important;
    }

    .modal {
        overflow: auto;
        height: 500px;
    }
}

@media only screen and (max-width: 1368px) and (max-height: 768px) {

    html,
    nav,
    body {
        font-size: 12px;
    }

    .modal {
        overflow: auto;
        height: 500px;
    }
}

@media only screen and (max-width: 1280px) and (max-height: 720px) {

    html,
    nav,
    body {
        font-size: 11px;
    }

    .modal {
        overflow: auto;
        height: 500px;
    }

    .huha .input-field {
        width: 100%;
    }
}

.input-group .btn-outline-info {
    color: darkgray;
    border-color: darkgrey;
    border-radius: 30px;
}

    .input-group .btn-outline-info:hover {
        color: darkgray;
        background-color: white;
        border-color: #00a5ad;
    }

.bottom-data i {
    color: gray;
}

li:hover button {
    color: #00a5ad;
}

.select {
    width: 100%;
    background-color: inherit;
}

.input-text {
    width: 100%;
    border: 0.09rem solid #bbb;
    border-radius: 0.3rem;
}

.choose-language label {
    background-color: white;
}

button {
    border: 1px solid transparent;
    background: none;
}

a {
    color: grey;
}

.nav-link:hover {
    border: 1px solid transparent;
}

.link {
    color: #000;
}

p {
    margin: 4px 0 !important;
}

i {
    color: gray;
}

.label-filtro {
    margin-top: 2%;
    color: black;
}

.input-filtro {
    margin-left: 0%;
}

.span-filtro {
    width: 50%;
    margin-top: 1%;
    margin-bottom: 1%;
}

.nombre-filtro-izquierda {
    width: 40%;
    margin-top: 2%;
    margin-right: 5%;
}

.filtro-comarca {
    width: 40%;
    margin-top: 2%;
    margin-left: 34.5%;
}

.filtro-municipi {
    width: 40%;
    margin-top: 2%;
    margin-left: 33.8%;
}

.filtro-operacio {
    width: 40%;
    margin-top: 2%;
    margin-left: 30%;
}

.formato {
    width: 40%;
    margin-top: 1%;
    margin-bottom: 2%;
    margin-right: 5%;
}

.css-b62m3t-container {
    position: relative;
    box-sizing: border-box;
}

.css-1s2u09g-control {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: hsl(0, 0%, 100%);
    border-color: hsl(0, 0%, 80%);
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    cursor: default;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    min-height: 38px;
    outline: 0 !important;
    position: relative;
    -webkit-transition: all 100ms;
    transition: all 100ms;
    box-sizing: border-box;
}

    .css-1s2u09g-control:hover {
        border-color: hsl(0, 0%, 70%);
    }

.css-319lph-ValueContainer {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: grid;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2px 8px;
    -webkit-overflow-scrolling: touch;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.blue {
    padding-top: 2%;
}

.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
}

.btn {
    padding: 0.1rem 0.8rem 0.1rem 0.8rem;
}
