/* styles fancybox gal:*/
.fancybox-inner, .fancybox-image {
    height: 519px !important;
}

/*@media screen and (min-width:901px){
overflow:hidden; width:102%;


}*/

.search-block .button-search-container .search-block-button {
    background-color: #ff0000 !important;
    cursor: pointer;
}

.search-block .search-block-button {
    background-color: #ff0000 !important;
    cursor: pointer;
}


.module-videos-searchresult .column .pdd, .module-images-searchresult .column .pdd {
    min-height: 12em;
}

@media screen and (min-width:40em) {
    .search-block.contact-search .input-search-container {
        width: 46% !important;

    }

        .search-block.contact-search .input-search-container.full-width {
            width: 100% !important;
            max-width: none !important;
        }
}

.module-aside input.button {
    background: #ff0000;
}

.table-container .reduce-font {
    font-size: 13px;
}

/*.text-intro{ border-bottom:none;}*/

/* IE select focused :: */
select:focus::-ms-value {
    background: transparent !important;
    color: black;
}
/*hide arrow in IE select :: */
select::-ms-expand {
    display: none;
}
/* max width of selects :*/
.search-block .select01 select {
    max-width: 100% !important
}

/* Fix Z-Index Cabecera - Sobre Slider */
.header.style02 {
    z-index: 60;
}

/* Fix margin meteo-data by IE error */
.meteorological-date-solar .meteorological-date-solar-wrapColoumn > li.data-month > ul li h3 + .data-month-label-wrap > li + li {
    margin-left: 25px;
}


/* Fix Responsive issues */

/* Added Change User feature if IsAdmin on Mobile and Tablet:*/
@media only screen and (max-width: 53.75em) {
    .header.header-solar nav ul.primary-menu li .half-option-menu.isadmin {
        width: 100%;
        border-top: 1px solid #a60000;
    }

    .breadcrumbs-container .cell + .cell {
        display: table-cell;
    }

    .fancybox-image {
        height: 320px !important;
    }
}

/* Video thumbnails cutted by half in mobile devices: */
@media only screen and (max-width: 40em) {
    .column .module-graphic img {
        margin-left: 0
    }

    .full-module .module-video-rollover .flash_kplayer iframe {
        width: 1px;
        height: 1px;
    }
}
/* selectboxes in charts views ...  */

.select01.drop1 {
    width: 70%;
    float: left;
}

.select01.drop2 {
    width: 27%;
    float: left;
    margin-left: 3%;
}

@media screen and (max-width: 53.75em) {
    .select01.drop1 {
        width: 100%;
        float: left;
    }

    .select01.drop2 {
        width: 100%;
        float: left;
        margin-left: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

/* Instalations Module Hide on Desktop or Mobile */
.DesktopHidden, .MobileHidden {
    display: none;
}

div.MobileHidden + hr,
div.DesktopHidden + hr {
    display: none !important;
}

@media only screen and (max-width: 860px) {
    .DesktopHidden {
        display: block;
        margin: 60px 0;
    }
}

@media only screen and (min-width: 861px) {
    .MobileHidden {
        display: block;
    }
}


.touchDevice .header.header-solar .secondary-menu .user-wrap-menu:hover .user-menu {
    display: block;
}

    .touchDevice .header.header-solar .secondary-menu .user-wrap-menu:hover .user-menu:before {
        opacity: 1;
    }

    .touchDevice .header.header-solar .secondary-menu .user-wrap-menu:hover .user-menu li {
        opacity: 1;
    }

/* SPINNER */
.fa {
    margin-left: -12px;
    margin-right: 8px;
}

.faUploadFilesButton {
    margin-left: 0px !important;
}

.button-spinner {
    font-family: 'Bliss', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    pointer-events: none;
}

.resizeButtonSearchDocuments {
    padding: 14px 39px !important;
    pointer-events: auto;
}

.resizeButtonLogin {
    padding: 14px 39px !important;
    pointer-events: auto;
}

.resizeButton {
    padding: 14px 39px !important;
    pointer-events: auto;
}

.resizeUploadFilesButton {
    padding: 10px 22px !important;
    pointer-events: auto;
}

.hiddenSpinner {
    visibility: hidden !important;
    margin-right: 0px !important;
}

.login-button {
    background: #ff0000;
    background-color: #ff0000 !important;
    min-width: 245px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.075em !important;
    border: 0px solid #000;
    color: #fff;
    padding: 14px 12px;
    outline: none;
    -webkit-transition: background 0.3s ease-out;
    backface-visibility: hidden;
}

.search-block .search-block-button {
    padding: 14px 20px;
}

.module-aside input.button {
    padding: 14px;
}

@media only screen and (max-width: 53.75em) {
    .primary-level-heading-mobile-tablet {
        display: none;
    }
}

.black {
    color: #000;
}


/* FIX CENTER DASHBOARD HEADER */

@media only screen and (min-width: 53.75em) {
    .dashboard-header-solar .dashboard-header-solar-outstanding > li {
        padding: 0;
    }
}

.dashboard-header-solar .dashboard-header-solar-outstanding > li p {
    padding: 0 60px;
}

/* MODAL ERROR ACCEPT POLICY CHECKBOX */
.access-template-solar .width-modal .modal-wrapper .wysiwyg h1 {
    padding: 7% 0;
}

.access-template-solar .width-modal {
    word-break: break-all;
    display: block;
    border: 1px solid #bfbfbf;
    position: fixed;
    background: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    opacity: 1;
    width: Calc(100% - 30px);
    height: Calc(100% - 40%);
    margin: 0 auto;
    margin-top: 30%;
    padding: 0;
    padding-top: 60px;
}

    .access-template-solar .width-modal .modal-wrapper {
        padding-left: 15px;
    }


@media screen and (min-width:480px) and (max-width:767px) {
    .access-template-solar .width-modal {
        width: Calc(100% - 100px);
        height: Calc(100% - 60%);
        margin-top: 30%;
    }
}

@media screen and (min-width:768px) {
    .access-template-solar .width-modal {
        width: Calc(100% - 20%);
        height: Calc(100% - 60%);
        margin-top: 0;
        top: 30%;
        max-width: 768px;
    }
}

@media screen and (min-width:1366px) {
    .access-template-solar .width-modal {
        width: Calc(100% - 30%);
        height: Calc(100% - 70%);
        margin-top: 0;
        top: 30%;
        max-width: 768px;
    }
}

@media screen and (orientation: landscape) {
    .access-template-solar .width-modal .modal-wrapper .wysiwyg h1 {
        padding: 0.5% 0;
    }

    .access-template-solar .width-modal {
        width: Calc(100% - 10%);
        height: Calc(100% - 40%);
        margin-top: 5%;
    }
}

@media screen and (min-width:481px) and (max-width:767px) and (orientation: landscape) {
    .access-template-solar .width-modal .modal-wrapper .wysiwyg h1 {
        padding: 0;
    }

    .access-template-solar .width-modal {
        width: Calc(100% - 100px);
        height: Calc(100% - 20%);
        margin-top: 5%;
    }
}

@media screen and (min-width:768px) and (orientation: landscape) {
    .access-template-solar .width-modal {
        width: Calc(100% - 20%);
        height: Calc(100% - 60%);
        margin-top: 0;
        top: 30%;
        max-width: 768px;
    }
}

@media screen and (min-width:768px) and (max-height: 420px) and (orientation: landscape) {
    .access-template-solar .width-modal {
        width: Calc(100% - 20%);
        height: Calc(100% - 40%);
        margin-top: 0;
        top: 20%;
        max-width: 768px;
    }
}


@media screen and (min-width:1366px) and (orientation: landscape) {
    .access-template-solar .width-modal {
        width: Calc(100% - 30%);
        height: Calc(100% - 70%);
        margin-top: 0;
        top: 30%;
        max-width: 768px;
    }
}


.column.annual-report-module .module-button-full-container a span {
    display: block;
    width: 100%;
    text-align: left;
}

.column.annual-report-module .module-button-full a span:after {
    content: "\e006";
    font-family: "acciona" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 9px;
    margin-left: 5px;
    color: #ff0000;
}

.column.annual-report-module .module-button-full a:after {
    display: none;
}

/* :LOGO as ACCIONA + Legend(Green Energy): */
.header.style02 .prelogo, .access-template-header .prelogo, .logo-huertas .prelogo {
    font-size: 33px;
    font-weight: bold;
    max-width: 330px;
    line-height: 40px;
    color: #191919;
    vertical-align: middle;
    display: inline-block;
    text-align: left;
    margin-left: 0;
    margin-top: 16px;
    position: relative;
    padding-right: 30px;
    margin-right: 26px;
    padding-bottom: 6px;
}

.access-template-solar .access-template-footer .container {
    max-width: 1200px;
}

    .access-template-solar .access-template-footer .container > ul > li {
        width: 60%;
    }

        .access-template-solar .access-template-footer .container > ul > li:last-child {
            width: 40%;
        }


.header.style02 .prelogo, .footer.style02 .prelogo, .access-template-header .prelogo, .logo-huertas .prelogo,
.access-template-footer .prelogo {
    font-size: 28px;
    padding-right: 0px !important;
    padding-left: 22px !important;
}

.access-template-solar .access-template-footer .prelogo {
    font-size: 28px;
    font-weight: bold;
    max-width: 330px;
    line-height: 20px;
    color: #191919;
    vertical-align: middle;
    display: inline-block;
    text-align: left;
    margin-top: 16px;
    position: relative;
    padding-right: 30px;
    margin-right: 0;
    margin-left: 26px;
    padding-bottom: 0;
}

    .access-template-solar .access-template-footer .prelogo:after {
        content: "";
        height: 50px;
        width: 1px;
        background-color: #dddddd;
        position: absolute;
        left: 0;
        right: unset;
        top: 50%;
        margin-top: -25px;
    }

.header.style02 .prelogo, .access-template-header .prelogo, .logo-huertas .prelogo {
    margin-right: 0;
    margin-left: 26px;
    padding-bottom: 0;
}

    .header.style02 .prelogo:after, .access-template-header .prelogo:after, .logo-huertas .prelogo:after {
        content: "";
        height: 50px;
        width: 1px;
        background-color: #dddddd;
        position: absolute;
        left: 0;
        right: unset;
        top: 50%;
        margin-top: -25px;
    }

.logo-huertas {
    text-align: center;
    margin: 0 auto;
}

    .logo-huertas .logo, .logo-huertas .prelogo {
        display: inline-block;
        margin-top: 26px;
    }

.header.style02 .header-bottom a {
    float: left;
}

.header.style02 .prelogo {
    line-height: 20px;
}

@media only screen and (max-width: 40em) {
    .header.style02 .header-bottom .prelogo, .access-template-header .prelogo {
        float: none;
        display: inline-block;
        max-width: 190px;
        font-size: 23px;
        margin-top: 24px;
        margin-bottom: 24px;
        vertical-align: middle;
        padding-right: 17px;
        margin-right: 13px;
        padding-bottom: 0;
        margin-left: -10px;
    }

    .access-template-solar .access-template-footer .container > ul > li {
        width: 100%;
    }

        .access-template-solar .access-template-footer .container > ul > li:last-child {
            width: 100%;
            text-align: center;
        }

    .access-template-solar .access-template-footer .prelogo {
        padding-left: 10px !important;
        font-size: 22px;
        margin-left: 10px;
    }
}

@media only screen and (max-width: 53.75em) {
    .header.style02 .header-bottom .prelogo, .access-template-header .prelogo {
        margin-top: 30px;
        padding-left: 30px;
        padding-right: 0;
        margin-left: 26px;
        margin-right: 0;
    }

    .access-template-solar .access-template-footer .prelogo {
        padding-left: 12px !important;
        font-size: 22px;
        margin-left: 10px;
    }
}


.billing-claims table tr td:nth-child(1) {
    padding: 1.250em 20px;
}

.billing-claims table tr th:nth-child(1) {
    padding: 1.7em 5px;
}

.billing-claims table tr td:nth-child(2) {
    padding: 1.250em 0px 1.250em 0px;
    min-width: 50px;
}

.billing-claims table tr th:nth-child(2) {
    padding: 1.7em 0px;
    min-width: 50px;
}

/*Tooltip*/

.tooltip {
    position: relative;
}

    .tooltip .tooltiptext {
        display: inline-block;
        visibility: visible;
        width: 150px;
        height: 27px;
        background-color: white;
        border: 1px solid #555;
        border-style: solid;
        text-align: center;
        border-radius: 12px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 80%;
        top: 73%;
        margin-left: -60px;
        opacity: 1;
        transition: opacity 0.3s;
        content: "";
    }

        .tooltip .tooltiptext::after {
            width: 0;
            height: 24px;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-bottom: 5px solid #555;
            border-width: 5px;
            content: ' ';
            position: absolute;
            bottom: 100%;
            left: 10%;
        }

table.incidences-table tr:last-child {
    height: 75px;
}

    table.incidences-table tr:last-child .tooltip .tooltiptext {
        top: 60%;
    }
/*    table.incidences-table tr:last-child .tooltip .tooltiptext::after {
        width: 0;
        height: 24px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #555;
        border-width: 5px;
        content: ' ';
        position: absolute;
        bottom: -120%;
        left: 10%;
        transform: rotate(-180deg);
    }*/
.visibility-span {
    display: none;
    visibility: hidden
}

table.incidences-table tr td, table.incidences-table tr th,
table.incidences-table tr td:first-child, table.incidences-table tr th:first-child {
    padding-left: 0.4em;
    padding-right: 0.4em;
}

    table.incidences-table tr td:last-child, table.incidences-table tr th:last-child {
        width: 100px;
    }

table.incidences-table tr td {
    cursor: pointer;
}

    table.incidences-table tr td:last-child {
        cursor: default;
    }

@media screen and (max-width:480px) {
    table .incidences-table tr td span a {
        font-size: 0.9em;
    }
}

.span-chart-co2 {
    position: relative;
    padding-left: 25px;
    top: 48px;
    font-weight: bold;
    font-size: 15px;
}

.select01.drop2.year-dropdown-styled {
    float: none;
    margin: 20px auto;
    display: block;
    width: 33%;
}

.title-dropdown {
    position: relative;
    top: 27px;
}

.module-tax {
    height: 151.67px;
}

    .module-tax .module-title {
        border-bottom: 0px;
    }

.table_selector.tax-service {
    width: 75%;
    float: none;
    margin: 0 auto;
}

.tax-service .select01.drop1 {
    float: none;
    margin: 0 auto;
}

.taxmanage-title {
    position: relative;
    top: 20px;
}

#results {
    max-width: 480px;
    padding-top: 20px;
}

/*Tooltip on mouse over*/
/*.t {
    position: relative;
    border-bottom: 1px dotted black;
}

    .t .tx {
        visibility: hidden;
        width: 120px;
        height: 18px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        position: absolute;
        z-index: 1;
        bottom: 0%;
        left: 50%;
        margin-left: -30px;
        margin-bottom: 10px;
        margin-top: 10px;
        opacity: 0;
        transition: opacity 0.3s;
    }

        .t .tx::after {
            width: 0;
            height: 20px;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-bottom: 5px solid #333;
            border-width: 8px;
            content: ' ';
            position: absolute;
            bottom: 80%;
            left: 10%;
        }

    .t:hover .tx {
        visibility: visible;
        opacity: 1;
    }*/

.ie11 .module-chart .module-tax .table-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.info-covid19 {
    position: absolute;
    background-color: #e6e6e6;
    width: 62%;
    height: 94%;
    z-index: 10;
    opacity: 0.9;
    margin-left: 26px;
    margin-top: 10px;
    font-weight: bold !important;
    left: 16%;
}

#list-covid19 {
    font-size: 12px;
    margin-left: 50px;
    margin-right: 50px;
    text-align: initial;
    color: #666;
    /*color: #303030;*/
}

    #list-covid19 a:hover {
        cursor: pointer;
        color: red;
    }

.link-covid19 {
    display: block;
    list-style-type: disc;
}

.container-links-covid19 {
    display: inline-flex;
}

.bold-covid19 {
    /*font-weight: bold !important;*/
    color: black;
}

@media screen and (max-width: 965px) and (min-width: 320px) {
    .container-links-covid19 {
        display: inline;
    }

    .link-covid19 {
        margin-left: 20px !important;
    }
}

@media screen and (max-width: 623px ) and (min-width: 320px) {

    #info-covid19 {
        width: 86% !important;
    }
}

@media screen and (max-width: 404px) and (min-width: 320px) {

    #info-covid19 {
        height: 107% !important;
    }
}

#close-covid {
    position: absolute;
    color: black;
    background-color: #e6e6e6;
    right: 10px;
    font-size: 12px;
    font-weight: bold;
}

.display-none-covid {
    display: none;
}

#footer-landing-aviso {
    position: relative;
    height: 180px;
    bottom: -1px;
}

.link-landing-aviso {
    color: blue !important;
}

.small_message a:hover {
    color: red !important;
}

#section-landing-aviso {
    /*position:relative;*/
    height: 100%;
}

.main-landing-aviso {
    /*position: relative;*/
    height: 100%;
}

#body-general {
    height: 100%;
}

#general {
    height: 100%;
}

.access-template-solar {
    height: 100%;
}

.small_message {
    font-size: 17px;
}

.container.table-installation-file {
    position: relative;
    top: 110px;
}

.check-verde-table {
    height: 20px;
    width: 20px;
    position: relative;
    left: 50px;
    top: 11px;
}

.check-rojo-table {
    font-size: 18px;
    font-weight: bold;
    color: red;
}


@media screen and (min-width:360px) and (max-width:767px) {
    #th-guarantee-insurance-table {
        width: 0px !important;
    }
}

#th-guarantee-insurance-table {
    width: 307px;
}

.button-retributiveParameters {
    -webkit-appearance: none;
    border-radius: 0;
    background: #ff0000 !important;
    border: 0;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 0.75em !important;
    letter-spacing: 0.1em;
    /*text-transform: uppercase;*/
    font-weight: bold;
    position: relative;
    left: 60.3em;
    bottom: 2.8em;
}

.table-show-parameter {
    margin-bottom: 50px;
}

.link-CodeIT {
    font-weight: bold;
    text-align: right;
    font-size: 0.813em !important;
    display: inline;
    width: 50%;
}

.module-title.title-tables-pretributives {
    padding: 20px !important;
    /*background-color:transparent;*/
}

.arrow-before {
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid black;
    font-size: 0px;
    line-height: 0px;
    top: 0px;
    left: 287px;
    position: relative;
}

.arrow-after {
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid white;
    font-size: 0px;
    line-height: 0px;
    top: -5px;
    left: 287px;
    position: relative;
    z-index: 1000;
}

.container-gestor {
    width: 200px;
    height: auto;
    padding: 5px;
    font-family: verdana;
    position: relative;
    bottom: 6px;
    left: 272px;
    z-index: 100;
    border: 1px solid #666;
    border-radius: 3px;
    background-color: #fff;
}

#name-gestor {
    font-family: 'Bliss', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    left: 4px;
    pointer-events: none !important;
    cursor: default !important;
}

#img-gestor {
    width: 18px;
    height: 18px;
    left: 157px;
    top: 4px;
}

#subtitle-gestor {
    font-family: 'Bliss', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 10px;
    position: absolute;
    left: 0;
}

#email-gestor {
    font-size: 9px;
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: -5px;
}

#solargarden-gestor {
    font-size: 10px;
    position: relative;
    display: inline-block;
    font-weight: bold;
    pointer-events: none;
}

#link-gestor {
    position: absolute;
    right: 3px;
    bottom: 0;
}

.div-gestor {
    position: relative;
    height: 74px;
}

#label-extension {
    font-size: 9px;
    position: relative;
    display: inline-block;
    font-weight: bold;
}

#label-telf {
    font-size: 9px;
    position: relative;
    display: inline-block;
    pointer-events: none;
}

.fontsize-td {
    font-size: 18px;
}

.gestor-contact-container {
    position: relative;
    left: 5px;
}

.gestor.tlf-container {
    display: block;
    width: 100%;
    position: relative;
}

#label-email {
    font-size: 9px;
    position: relative;
    display: inline-block;
}

@media screen and (max-width: 880px) and (min-width: 320px) {

    #gestor-mobile {
        float: none;
    }

        #gestor-mobile a {
            color: #fff !important;
        }

    .half-option-menu.menu-mobile {
        padding-left: 10px;
    }
}

.span-gestor-mobile {
    background-color: white;
    color: black !important;
}

#email-gestor-mobile {
    color: black;
    font-size: 10px;
    color: #fff !important;
}

.gestor-tlf-container-mobile {
    font-size: 10px;
}

.menu__gestor-mobile {
    display: none !important;
    opacity: 0;
}

@media screen and (max-width:53.75em) {
    .menu__gestor-mobile {
        display: block !important;
        opacity: 1;
    }

    .span.half-option-menu.span-gestor-mobile {
        background: #f1f1f1;
        padding-top: 20px !important;
        text-align: center;
        display: block;
    }

    .gestor-contact-container.gestor-mobile {
        width: 90%;
        margin-top: 10px;
        display: inline-block;
        text-align: center;
    }

    #email-gestor-mobile,
    .gestor-tlf-container-mobile {
        display: inline-block;
        width: 100% !important;
    }
}

@media screen and (max-width:1024px) {

    .button-retributiveParameters {
        top: 10px !important;
        bottom: 0 !important;
        margin: 0 auto;
        left: unset !important;
        position: relative;
        display: block;
        width: 59.81% !important;
        float: none !important;
    }

    #retributiveParameterId .search-block .form {
        position: relative;
        height: 100px;
    }
}

@media screen and (max-width:640px) {

    .button-retributiveParameters {
        top: 10px !important;
        bottom: 0 !important;
        width: 100% !important;
        float: none !important;
    }

    #retributiveParameterId .search-block .form {
        position: relative;
        height: 100px;
    }
}

.highlightModule {
    margin: 80px;
    margin-top: -30px;
}
