#showHistoric {
    margin-right: 10px;
}

#buscadorArea {
    font-size: 0.9rem;
}

#ocupaciones-form .form1 {
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
}

#ocupaciones-form .form1 div:nth-of-type(2) {
    margin-bottom: 16px;
}

@media (max-width: 767px) {
    #ocupaciones-form .form1 {
        flex-direction: column;
    }
}

@media (max-width: 996px) {
    #ocupaciones-form .form1 {
        flex-wrap: wrap;
    }
}

@media (min-width: 996px) {
    #ocupaciones-form .form1 div:nth-of-type(2) {
        margin-right: 16px;
    }
}

#adv-form {
    margin-top: 30px;
}

form#ocupaciones-form input,
form#ocupaciones-form button {
    height: auto;
    border-radius: 30px;
    box-shadow: none;
    padding: 0;
}

form#ocupaciones-form .btn-form {
    padding: 0.3rem 1.5rem;
    background: transparent linear-gradient(112deg, #4c75aa 0%, #0B2241 100%) 0% 0% no-repeat padding-box;
}

form#ocupaciones-form .btn-form:hover,
form#ocupaciones-form .btn-form:focus {
    background: transparent linear-gradient(106deg, #154481 0%, #0B2241 100%) 0% 0% no-repeat padding-box;
}

.buscadorArea form,
#buscadorHistoricArea .glosarioMenu {
    background-color: #d7e5e9;
    border-radius: 50px 0;
    padding: 30px 50px;
    margin-bottom: 20px;
}

.buscadorArea .btn-form {
    background: transparent linear-gradient(106deg, #154481 0%, #0B2241 100%) 0% 0% no-repeat padding-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.buscadorArea .btn-form.btn-second {
    background: transparent linear-gradient(106deg, #000000 0%, #343434 100%) 0% 0% no-repeat padding-box;
}

.buscadorArea .btn-form svg {
    fill: #fff;
    margin-right: 1rem;
}

.buscadorArea input[type=button],
.buscadorArea input[type=reset],
.buscadorArea input[type=submit],
.buscadorArea input[type=text] {
    background-color: transparent;
}

#buscadorHistoricArea input[type=submit] {
    background: transparent linear-gradient(106deg, #154481 0%, #0B2241 100%) 0% 0% no-repeat padding-box;
}

.buscadorArea .note-link {
    display: flex;
    justify-content: end;
    margin-bottom: 30px;
}

.buscadorArea form .select-obs {
    background-color: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
    width: 46%;
}

.buscadorArea form .select-obs label {
    margin-bottom: 0;
}

.buscadorArea form .select-obs ul {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 40px;
    z-index: 5000;
    width: 100%;
    background-color: #f3f3f3;
    padding: 1rem;
    border-radius: 30px;
}

.buscadorArea form .select-obs ul li {
    padding: 5px 15px;
    list-style: none;
}

.buscadorArea form .select-obs:hover,
.buscadorArea form .select-obs input:hover {
    cursor: pointer;
}

.buscadorArea form .select-obs ul li:hover {
    cursor: pointer;
    background-color: #154481;
    color: #ffffff;
    border-radius: 30px
}

.buscadorArea form .row.form1 .select-obs .select-obs_button {
    background-image: url('/magnoliaAuthor/.resources/site-portal-sepe/webresources/img/expand_more_grey2.png');
    background-repeat: no-repeat;
    background-size: 24px;
    appearance: none;
    background-position: center right;
    width: 100%;
}

.buscadorArea form .search-box,
.buscadorArea form .select-obs,
.buscadorArea .btn-form,
#buscadorHistoricArea .buscador-red-trabaja input {
    height: 38px;
    border-radius: 30px;
    max-width: 100%;
    padding: 0 20px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}

.buscadorArea form .search-box #ocupacion-busc {
    width: 80%;
}

.buscadorArea form .btn-row {
    display: flex;
    justify-content: center;
}

.buscadorArea form .btn-row.oculto {
    display: none;
}

.buscadorArea form .btn-row.jtf-spbw {
    justify-content: space-between;
}

.buscadorArea form .search-box {
    background-color: #ffffff;
    padding: 8px 20px;
    width: 50%;
    float: left;
    margin-right: 24px;
}

.buscadorArea form .search-box button.btn-search {
    float: right;
    background: #ffffff;
    color: #024d88;
}

.buscadorArea form .search-box button.btn-search path {
    fill: #024d88;
}

.buscadorArea form select {
    border-right: 10px solid transparent;
}

.buscadorArea form .row.form1 select {
    width: 16%;
    margin-left: 20px;
}

.buscadorArea form #adv-form .select-obs {
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
}

.buscadorArea form #adv-form .select-obs .select-obs_button {
    background-image: url('/magnoliaAuthor/.resources/site-portal-sepe/webresources/img/expand_more_grey2.png');
    background-repeat: no-repeat;
    background-size: 24px;
    appearance: none;
    background-position: center right;
    width: 100%;
}

#buscadorOcupacionesResultados .se-pan--cont {
    background-color: #fff;
    box-shadow: none;
    border-radius: 0;
}

#buscadorOcupacionesResultados .row.se-pan--cont h3 {
    color: #004A89;
    font-weight: bold;
    margin-bottom: 2rem;
}

#buscadorOcupacionesResultados .row.se-pan--cont .titleButton-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#buscadorOcupacionesResultados .se-pan--cont table,
#buscadorOcupacionesResultados .se-pan--cont thead {
    border: none;
}

#buscadorOcupacionesResultados .se-pan--cont thead th:nth-child(1) {
    width: 16%;
    border: none;
}

#buscadorOcupacionesResultados .se-pan--cont thead th:nth-child(2) {
    width: 16%;
}

#buscadorOcupacionesResultados .se-pan--cont thead {
    border-bottom: 2px solid #f2c800;
}

#buscadorOcupacionesResultados .se-pan--cont thead th {
    padding: 12px;
    text-align: left;
}

#buscadorOcupacionesResultados .se-pan--cont tbody td {
    padding: 12px;
    text-align: left;
    background-color: unset;
    border-bottom: 1px solid #c7c7c7;
}

@media (max-width: 767px) {
    .buscadorArea form .select-obs {
        width: 100%;
    }
}

@media (max-width: 996px) {

    .buscadorArea form,
    #buscadorHistoricArea .glosarioMenu {
        padding: 20px;
    }

    .buscadorArea form .search-box {
        width: 100%;
        margin-right: 0;
    }

    .buscadorArea form .row.form1 select {
        width: 48%;
        margin-left: 0;
        margin-right: 5px;
    }

    .buscadorArea form .btn-row,
    .buscadorArea form .btn-row.jtf-spbw {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .buscadorArea form .btn-form {
        width: 210px;
    }

}

@media (min-width: 996px) {

    .buscadorArea form .btn-content .btn-row .btn-form:first-child,
    .buscadorArea form #adv-form .btn-row .btn-form:first-child {
        margin-right: 24px;
    }

    .buscadorArea form .select-obs {
        width: 25%;
    }
}

#buscadorOcupacionesResultados .result-list li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
}

#buscadorOcupacionesResultados .result-list li span {
    color: #154481;
    font-weight: 600;
    cursor: pointer;
}

#buscadorOcupacionesResultados .pagination p.page-link {
    background-color: #dee2e6;
    color: #252525;
    margin: 0;
}

.buscadorArea a[href$=".pdf"] {
    background: url(../../../site-portal-sepe/webresources/img/icons/pdf.svg) no-repeat center right 2px;
    background-size: auto;
    padding: 6px 40px 5px 0px;
    margin-right: 1rem;
    height: 1.5rem;
    display: inline-block;
    background-size: 2em;
}

.se-obs--title {
    display: flex;
    justify-content: space-between;
    padding: 0 20px 5px;
    margin: 0 0 20px;
    font-family: Roboto, sans-serif;
    font-size: 1.563rem;
    font-weight: 400;
    color: #123f6e;
    border-bottom: 2px solid #F2C800;
}

/*TABS*/
.se-tabs {}

.se-tabs [role="tabpanel"] {
    visibility: hidden;
    position: fixed;
    height: 0rem;
}

.se-tabs [role="tabpanel"][aria-hidden="false"] {
    display: block;
    visibility: visible;
    height: auto;
    position: relative;
}

.se-tabs {}

.se-tabs--lst {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0;
    padding: 40px 0;
    margin: 0 0 60px;
}

.se-tabs--lst::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 0;
    width: 40%;
    height: 135px;
    background-color: #F2C800;
    border-radius: 30px 30px 30px 0;
}

.se-tabs--lst::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 135px;
    background-color: #123f6e;
    border-radius: 30px 0 30px 30px;
}

.se-tabs--item {
    flex-basis: 16%;
    display: block;
    padding: 0 1% 30px;
    box-sizing: border-box;
    z-index: 1;
}

.se-tabs--lnk {
    display: flex;
    max-width: 11rem;
    min-height: 11rem;
    min-width: 11rem;
    flex-flow: column;
    padding: 30px 10% 10px;
    margin: 0 auto;
    height: 100%;
    text-align: left;
    text-decoration: none;
    color: #323232;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    border-radius: 30px 20px;
    box-sizing: border-box;
}

.js-tabpannels .se-tabs--lnk {
    display: none;
}

@media (max-width: 767px) {
    .se-tabs--lst {
        display: none;
    }

    .js-tabpannels .se-tabs--lnk {
        display: block;
        width: 100%;
        max-width: unset;
        min-height: unset;
        margin: 30px 0;
        padding: 25px;
    }

    .se-tabs--lst::before,
    .se-tabs--lst::after {
        display: none;
    }
}

.se-tabs--lnk:hover,
.se-tabs--lnk:focus,
.se-tabs--lnk[aria-selected="true"] {
    color: #fff;
    background: transparent linear-gradient(180deg, #154481 0%, #011C3F 100%) 0% 0% no-repeat padding-box;
    text-decoration: none;
}

.se-tabs--img {
    width: 50px;
    height: 50px;
}

.se-tabs--lnktitle {
    font-size: 1rem;
    font-weight: 600;
    margin: 15px 0 .6rem;
}

.se-tabs--lnktxt {
    font-size: .75rem;
    margin: 0 0 1rem;
}

/*tab panel*/
.se-tabs--pan {}

.se-pan-2cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.se-pan--col {
    flex-basis: 48%;
    margin-bottom: 20px;
}

.se-pan--cont {
    height: 100%;
    padding: 20px;
    font-size: 0.9rem;
    background-color: #fff;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    border-radius: 20px;
}

.se-pan--title {
    font-size: 1.1rem;
    font-weight: 600;
    border-bottom: 1px solid currentcolor;
    padding: 0 0 3px;
    margin: .25rem 0 1em;
}

.se-pan--cont b {
    font-family: 'Montserrat Bold', Montserrat, sans-serif;
    font-weight: 800;
    color: #123f6e;
}

.se-pan--cont ul {
    padding-left: 0px;
}

.se-pan--cont ul li {
    margin: 0 0 .5rem 1.5rem;
}

.se-pan--cont table {
    width: 100%;
    border: 15px solid #f3f3f3;
    border-bottom: 0;
    border-collapse: collapse;
}

.se-pan--cont caption {
    caption-side: top;
    padding: 0;
    color: inherit;
    font-weight: 800;
    font-size: 1rem;
}

.se-pan--cont thead {
    border: 15px solid #fff;
}

.se-pan--cont thead th {
    padding: 5px 3px;
    font-family: 'Montserrat Bold', Montserrat, sans-serif;
    font-weight: 600;
    color: #123f6e;
    text-align: center;
}

.se-pan--cont tbody th {
    padding: 5px 5px 5px 0;
    background-color: #f3f3f3;
    font-weight: 400;
    border-bottom: .5px solid currentcolor;
    /*.5px: Chrome bug*/
    border-left: 15px solid #f3f3f5;
    text-align: left;
}

.se-pan--cont tbody th[colspan] {
    padding: 8px 5px 3px 0;
    border-top: 16px solid #fff;
    font-weight: 600;
    border-bottom: none;
}

.se-pan--cont tbody td {
    padding: 5px;
    text-align:
        center;
    background-color: #f3f3f3;
    font-weight: 400;
    border-bottom: .5px solid currentcolor;
}

.se-pan--cont tbody tr:last-child th,
.se-pan--cont tbody tr:last-child td {
    border-bottom: none;
}

.se-footnote {
    line-height: 1.2;
    margin: 1rem 0 0;
    font-size: 12px;
}

.se-databanner {
    max-width: 25rem;
    margin: 15px auto;
}

.se-databanner--wrapper {
    padding: 25px;
    border-radius: 20px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    background: #154481;
    background: linear-gradient(150deg, rgba(10, 120, 210, 1) 0%, rgba(21, 68, 129, 1) 55%);
}

.se-databanner__type01 .se-databanner--wrapper {
    background: linear-gradient(150deg, #CC9B01 0%, #630E00 70%);
}

.se-databanner--title {
    font-size: 1rem;
    line-height: 1.2;
    margin: 0 0 36px 18px;
    padding: 0 0 0 18px;
}

.se-databanner--title::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-color: #fff;
    margin: 0 0px 0 -36px;
    float: left;
}

.se-databanner--content {
    display: flex;
    justify-content: stretch;
    align-items: flex-start;
}

.se-databanner__type01 .se-databanner--content {
    align-items: end;
}

.se-databanner--figure {
    margin: 0;
    display: flex;
    flex-direction: column;
}

.se-databanner--figure:first-child {
    margin: 0 0 25px 0;
}

.se-databanner--digit {
    font-family: "Montserrat Bold", Montserrat, sans-serif;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
    vertical-align: middle;
}

.se-databanner--txt {
    font-size: 1rem;
}

.se-databanner--variation {
    flex-grow: 1;
    font-size: 1.25rem;
    text-align: right;
    white-space: nowrap;
}

.se-databanner--variation::after {
    content: "\f062";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 2.5rem;
    vertical-align: middle;
    margin: 0 0 0 6px;
    display: inline-block;
}

.se-databanner--variation.se-var-down::after {
    content: "\f063";
}

@media (max-width: 767px) {
    .se-pan-2cols {
        display: block;
    }

    .se-pan--cont {
        overflow-x: auto;
    }
}

@media (max-width: 440px) {
    .se-databanner--content {
        display: block;
    }
}

.se-pan--col.cont-xl {
    flex-basis: 100%;
}

.se-pan--col.cont-xl table.tableCCAA-xl {
    border: none;
    font-size: 14px
}

.se-pan--col.cont-xl table.tableCCAA-xl caption {
    margin-bottom: 1rem
}

.se-pan--col.cont-xl table.tableCCAA-xl tr:nth-child(odd) td:not(:first-child) {
    background-color: transparent;
}

.se-pan--col.cont-xl table.tableCCAA-xl tbody td {
    padding: 3px;
}

.se-pan--col.cont-xl table.tableCCAA-xl tbody td:not(:first-child) {
    height: 50px;
}

.se-pan--col.cont-xl table.tableCCAA-xl tbody tr td:first-child {
    background-color: #f3f3f3;
}

.se-pan--col.cont-xl table.tableCCAA-xl tbody tr td:first-child b {
    padding: 5px 3px;
    font-family: 'Montserrat Bold', Montserrat, sans-serif;
    font-weight: 600;
    text-align: center;
}

.se-pan--col.cont-xl table.tableCCAA-xl tbody tr:not(:first-child) td:first-child,
.se-pan--col.cont-xl .tableCCAA-xl thead tr:first-child th:not(:first-child) {
    border-right: 2px solid #123f6e;
}

.se-pan--col.cont-xl table.tableCCAA-xl tbody tr:nth-child(odd) td:first-child {
    background-color: #fff;
    padding: 1rem;
}

.se-pan--col.cont-xl table.tableCCAA-xl tbody tr:nth-child(odd) td:first-child b {
    color: #123f6e;
}

.se-pan--col.cont-xl table.tableCCAA-xl tbody tr:first-child td {
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    transform: rotate(180deg);
    text-align: center;
    border-bottom: none;
}

.se-pan--col.cont-xl table.tableCCAA-xl thead {
    border: none;
}

.se-pan--col.cont-xl table.tableCCAA-xl thead th {
    padding: 1rem !important;
}

.se-pan--col.cont-xl table.tableCCAA-xl thead tr:nth-child(2) th:first-child {
    font-size: 1.5rem
}

.se-pan--col.cont-xl table.tableCCAA-xl thead tr:nth-child(2) th:not(:first-child) {
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-l;
    -ms-writing-mode: tb-rl;
    transform: rotate(180deg);
    height: 8rem;
    min-width: 50px;
}

.se-pan--col.cont-xl table.tableCCAA-xl thead tr th:nth-child(even) {
    background-color: #f3f3f3;
}

.se-pan--col.cont-xl table.tableCCAA-xl thead tr th:nth-child(odd) {
    background-color: #fff;
}

.se-pan--col.cont-xl table.tableCCAA-xl thead tr:nth-child(2) th:not(:first-child) {
    border-bottom: 3px solid #123f6e;
}

#buscadorOcupacionesResultados table a {
    visibility: hidden;
}

#buscadorOcupacionesResultados table a[href$=".html"]:before {
    display: block;
    content: '';
    background-image: url('../img/eye-solid.svg');
    background-size: 25px 25px;
    height: 25px;
    width: 25px;
    margin-left: 1rem;
    fill: #123f6e;
    visibility: visible;
    position: absolute;

}

.se-pan--cont tbody td.ccaa {
    background-color: bisque;
}

.se-pan--cont tbody td.dpccaa {
    text-align: left;
}

.graphTooltip {
    font-family: 'Montserrat', sans-serif;
    padding: 15px;
    margin-top: 8x;
    line-height: 14px;
}

.graphTooltip p.top-text {
    color: grey;
    font-size: 10pt;
    font-weight: bold;
}

.graphTooltip p.value-text {
    color: darkred;
    font-size: 16pt;
    font-weight: bold;
}

.tableSepe8 > .se-table-wrapper{max-width: 100% !important;}
