﻿/* Sticky footer styles
-------------------------------------------------- */


html {
    position: relative;
    min-height: 100%;
}

body {
    width: 100%;
    background: #fff;
    /*  font-size: .80em;*/
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px 0px 0px 0px;
    /* padding: 0px 0px 0px 0px; */
    color: #575756;
    font-size: 14px;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 1;
}

footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
/*    margin-left: -15px;
*/    /*height: 60px;*/
    clear: both;
}

.footer {
/*    position: absolute;
*//*    width: 90%;
*/    /* Set the fixed height of the footer here */
/*    height: 60px;
*/    background-color: #ffffff;
    color: #4e5766;
/*    padding: 8px 0px 0px 0px;
*/    margin: 0px auto;
    text-align: center;
    line-height: normal;
/*    bottom: 0px;
*/    clear: both;
}

footer > .ccontainer {
    margin-right: 15px;
    margin-left: 15px;
}

label {
    /*font-weight: bold;*/
    margin-bottom: 5px;
    font-size: small;
}

/*select.form-control
{
    height:auto !important;
}*/

.card-block {
    padding: 5px;
    ;
}

a {
    color: initial;
}

    a:link, a:visited {
        color: inherit;
    }

    a:hover {
        text-decoration: underline;
    }

    a:active {
        color: #034af3;
    }

p {
    margin-bottom: 2px;
}

th {
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
}

    th > label {
        cursor: pointer;
        margin-bottom: 0px;
    }


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .ccontainer-fluid {
}



code {
    font-size: 80%;
}

/* HEADINGS   
----------------------------------------------------------*/
hr {
    margin: 5px 0px;
    border-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

h2 {
    margin-top: 10px;
    font-size: 1.5em;
    font-weight: 600;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

h3 {
    font-size: 1.2em;
    margin-top: 5px;
}

h4 {
    margin-top: 10px;
    font-size: 1.6em;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0 !important;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

h5 {
    font-size: 1em;
}

h6 {
    margin-top: 2px;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0 !important;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}





/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/*.page
{
    width:100%;
    background-color: #fff;
    margin:  5px auto 0px auto;
    border: 1px solid #496077;
}*/

.header {
    /*position: relative;*/
    margin: 0px;
    padding: 0px;
    /*background: #4b6c9e;*/
    background: #898e05;
    width: 100%;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

main {
    margin-bottom: 60px;
}

.main {
    padding: 0px 12px;
    margin: 12px 8px 8px 60px;
    /*min-height: 420px;*/
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    /*min-height: 200px;*/
}


tr > td {
    border-top-color: #999999 !important;
    border-bottom-color: #999999 !important;
    text-align: left;
    padding-left: 10px;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    /*background-color:#3a4f63;*/
    background-color: #000063;
    width: 100%;
}

div.menu {
    padding: 4px 0px 4px 8px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            /*background-color: #465c71;*/
            background-color: #101063;
            border: 1px #4e667d solid;
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                background-color: #bfcbd6;
                color: #465c71;
                text-decoration: none;
            }

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 0px 0px;
    padding: 1em;
    border: 1px solid #ccc;
}



    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    width: auto;
    border: none;
    padding: 3px 7px;
    margin-bottom: -10px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

.ajust {
    width: auto;
    height: auto;
}

.expand {
    width: 100%;
    height: auto;
    text-align: left;
    vertical-align: middle;
}

.borde {
    width: 100%; /*background-color:#B5C7DE;*/
    background-color: #E0E0E0;
}

.bordew {
    width: 2px;
}


.Titulo1 {
    Font-Size: Larger;
    font-weight: bold;
}

.Titulo2 {
    Font-Size: medium;
    font-weight: bold;
}

.etiquetaIzq {
    font-weight: normal;
    vertical-align: top;
}

.etiquetaCentral {
    font-weight: normal;
    vertical-align: top;
    text-align: center;
}

.cmpopc {
    Font-Size: small;
    font-weight: normal;
    background-color: white;
    width: 100%;
}

.weti1 {
    width: 50px;
}

.weti2 {
    width: 100px;
}

.weti3 {
    width: 150px;
}

.tabdiv {
    width: 150px;
    background-color: #B5C7DE;
}

.cmpread {
    font-size: small;
    font-weight: normal;
    background-color: #C0C0C0;
    width: 100%;
}

.cmpreq {
    font-size: small;
    font-weight: normal;
    background-color: #FFFFCC;
    width: 100%;
}

.cmpaut {
    font-size: small;
    font-weight: normal;
    background-color: #CCFFFF;
    width: 100%;
}

.grid {
    width: 100%;
    height: auto;
    font-size: small;
    font-weight: normal;
    font-style: normal;
    /*border-style: groove;
    border-width: medium;
    border-color: black;*/
    border: 1px solid #496077;
    padding: 1px;
    margin: 0px;
    background-color: White;
}

.gridtr {
    background-color: whitesmoke;
    cursor: pointer;
}

.gridtrbis {
    background: #eeefc9;
    cursor: pointer;
}


/*.grid td {
        border-bottom:1px solid #496077;
     }*/

.gridalt {
    width: 100%;
    height: auto;
    font-size: small;
    font-weight: normal;
    font-style: normal;
    border-style: groove;
    border-width: medium;
    padding: 1px;
    margin: 0px;
    background-color: #FCFCFC;
}

.grid th {
    /*background-color: #B5C7DE;
    background-color: #000063;*/
    font-weight: bold;
    color: white;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 6px;
}

.table thead th {
    vertical-align: middle !important;
    border-bottom: none;
}

.grid2 {
    width: 100%;
    height: auto;
    font-size: small;
    font-weight: normal;
    font-style: normal;
    /*border-style: groove;
    border-width: medium;
    border-color: black;*/
    border: 1px solid #496077;
    padding: 1px;
    margin: 0px;
    background-color: White;
}

    .grid2 tr, .grid2tr {
        background-color: #e6f9d1;
    }

    .grid2 th, .grid2th {
        /*background-color: #B5C7DE;*/
        background-color: #72B431;
        font-weight: bold;
        color: white;
    }

.grid3 {
    width: 100%;
    height: auto;
    font-size: small;
    font-weight: normal;
    font-style: normal;
    /*border-style: groove;
    border-width: medium;
    border-color: black;*/
    border: 1px solid #496077;
    padding: 1px;
    margin: 0px;
    background-color: White;
}

.grid3tr {
    background-color: #d5d5d5;
    cursor: pointer;
}

.grid3 tr {
    background-color: #d5d5d5;
    cursor: pointer;
}

.grid3 th {
    /*background-color: #B5C7DE;*/
    background-color: #4040A3;
    font-weight: bold;
    color: white;
}

.grid4 {
    width: 100%;
    height: auto;
    font-size: small;
    font-weight: normal;
    font-style: normal;
    /*border-style: groove;
    border-width: medium;
    border-color: black;*/
    border: 1px solid #496077;
    padding: 1px;
    margin: 0px;
    background-color: White;
}

    .grid4 tr, .grid4tr {
        background-color: #efd0ce;
    }

    .grid4 th, .grid4th {
        /*background-color: #B5C7DE;*/
        background-color: #ef3c13;
        font-weight: bold;
        color: white;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #ffffff;
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem;
}

.custom-control-label::before {
    left: .4rem;
}

.custom-control-label::after {
    left: .4rem;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 10px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }


        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        color: #fff;
        cursor: default;
        background-color: #585657;
        border-color: #585657;
    }

    .pagination > li > a, .pagination > li > span {
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #3C2A79;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
    }
/*Capa de datos*/



.Cargando {
    position: absolute;
    top: 50%;
    left: 20%;
    width: 60%;
    text-align: center;
    background-color: whitesmoke;
    vertical-align: middle;
    margin-top: 0px;
}

.navbar-expand-md {
    background-color: #fff;
    border-bottom: solid 1px;
    border-color: #959300;
}

.navbar-nav > li > a {
    color: #6f6f6f !important;
}

    .navbar-nav > li > a:hover {
        color: #72B431 !important;
    }

.nav > li > a {
    color: #6f6f6f !important;
}

    .nav > li > a:hover {
        color: #72B431 !important;
    }

.navbar-brand {
    padding: 2px 2px !important;
}

.breadcrumb {
    background-color: #fff;
    padding-bottom: 0px !important;
    color: #72B431 !important;
    font-weight: bold;
}

    .breadcrumb a {
        font-weight: normal;
        color: #7c7c7c !important;
        padding-right: 5px;
    }

    .breadcrumb label {
        font-weight: normal;
        color: #7c7c7c !important;
        padding-right: 5px;
    }


.datepicker-dropdown {
    z-index: 1500 !important;
}

.datepicker-inline {
    display: none !important;
}

.ccontainer {
    width: auto;
    background-color: #fff;
}

@media (min-width: 950px) {
    .navbar > .ccontainer .navbar-brand {
        margin-left: 0px;
    }
}
/*AJUSTES EMASA*/
.btn-default {
    color: #575756;
    background-color: #fff;
    border-color: #ccc;
    line-height: 1em;
}

.card {
    margin-bottom: 0px;
    background-color: #fff;
    /*border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);*/
    border-color: white;
}

.card-header {
    background-color: #72B431 !important;
    color: #fff !important;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.card-primary {
    border-color: #72B431;
}

.card-title > a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.card-title {
    font-size: 16px;
    color: #fff;
}

.alert-error {
    font-size: 14px;
    line-height: 1.42857143;
    background-image: linear-gradient(to bottom, #a94442 0px, rgba(169, 68, 66, 0.69) 100%);
    background-repeat: repeat-x;
    border-color: #a94442;
    padding: 15px;
    margin-bottom: 30px;
    color: #fff;
    width: 95%;
}

h2.h2-error {
    margin-top: 120px;
    margin-bottom: 30px;
    font-size: 30px;
}

.form-signin {
    margin: 20px auto;
    max-width: 450px;
    padding: 15px;
    background: none;
}

.row {
    margin: 0px;
}

.row-space {
    margin-top: 5px;
    padding-top: 7px;
    margin-bottom: 0px;
}

.input-group-addon {
    background-color: #e6f9d1 !important;
}

.form-control-label {
    display: inline-block !important;
    text-align: left;
    margin-right: 15px;
    white-space: nowrap;
    line-height: 20px;
}

.form-control {
    width: 100% !important;
    background-color: #e6f9d1 !important;
    font-size: small;
    color: #555;
    height: 25px;
    padding: 2px 0px 3px 6px;
    line-height: 1.42857143;
    overflow: auto; /*PDiaz*/
    /*height: 100% !important;*/
}

.form-label {
    padding: 4px 0px 4px 0px;
    /*padding-right: 5px;*/
    display: inline-block;
    font-weight: normal;
    justify-content: unset !important;
}

.form-label2 {
    display: inline-block !important;
    font-weight: normal;
}

.custom-checkbox {
    padding-left: 20px;
    width: 20px;
    height: 20px;
    margin-top: 1px;
}

.form-checkbox {
    margin-top: 0px !important;
    display: inline-block;
    font-weight: normal;
    vertical-align: middle;
    height: 25px;
}


.custom-control-label::before {
    color: #fff;
    background-color: #e6f9d1;
    border: 1px solid #555;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #959300;
}

.item {
    white-space: nowrap;
    margin: 0px;
}


.control-label {
    display: inline-block !important;
}

.control-label-margin {
    padding: 4px 0px;
    margin: 4px 0px;
}



.btn {
    margin: 4px;
    font-size: small;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

.circle-btn {
    font-size: 24px;
    text-decoration: none !important;
    color: #959300 !important;
}

    .circle-btn:hover {
        text-decoration: none !important;
        color: #00567C !important;
    }

.no-margin {
    margin: 0px;
}

.btn-primary {
    background-color: #585657 !important;
    border-color: #72B431 !important;
    color: #fff !important;
}

    .btn-primary:hover:enabled {
        color: #fff;
        background-color: #72B431 !important;
        border-color: #72B431;
    }

.btnInformes {
    min-width: 100px;
    width: 500px;
}


td > .form-control {
    height: auto !important;
    padding: 2px;
}

td > div > .form-control {
    height: auto;
    padding: 2px;
}

.loginMargin {
    margin-bottom: 15px;
}

.form-inline .form-control {
    min-width: 50px;
}

.form-inherit {
    min-width: 50px;
    display: inherit !important;
}


.form-group {
    vertical-align: top !important;
    margin-bottom: 10px !important;
}

.btn-danger {
    background-color: #c9302c !important;
    border-color: #ac2925 !important;
}

.btn-success {
    background-color: #959300 !important;
    border-color: #88A700 !important;
}

.btn-danger:hover {
    background-color: #ac2925 !important;
    border-color: #c9302c !important;
}

.btn-info:hover {
    color: #fff;
    background-color: #39b3d7 !important;
    border-color: #269abc;
}

.btn-success:hover {
    background-color: #699934 !important;
    border-color: #699974 !important;
}


.btn-info:hover {
    color: #fff;
    background-color: #39b3d7 !important;
    border-color: #269abc;
}

.form-modal {
    width: 100%;
}

.modal-title {
    float: left;
}



.modal-dialog {
    width: 450px;
    margin: 30px auto;
    max-width: none;
}



.modal-header {
    background-color: #72B431 !important;
    color: #fff !important;
}

    .modal-header h4 {
        color: #fff !important;
    }

.ancho {
    width: 100%;
}

.extended {
    width: 90%;
}

.medium {
    width: 75%;
}

.close {
    color: #fff;
    opacity: 1;
}

    .close:hover {
        color: #fff;
        opacity: 1;
    }

ul, menu, dir {
    /* PDIAZ: list-style-type: none !important;*/
    padding: 0px !important;
}

h2.h2-error {
    color: #a94442;
}

.nav > li {
    font-size: 14px;
}

.navbar-nav > li {
    text-align: right;
    margin-top: 20px;
}

.breadcrumb {
    margin-top: 50px;
}

    .breadcrumb > li {
        float: left;
        padding: 5px;
    }

    .breadcrumb li:last-child {
        color: #72B431 !important;
        font-weight: bold;
    }

td > a {
    text-decoration: underline;
    color: #00567C !important;
}

td > form > a {
    text-decoration: underline !important;
    color: #00567C !important;
    cursor: pointer;
}

.navbar {
    height: 45px;
}

.navbar-expand-md .navbar-nav > li > a:hover {
    text-decoration: underline;
}

.input-group .form-control {
    margin: 0px !important;
}

.card-group {
    margin-bottom: 0px;
}



.sam {
    height: 300px;
    overflow: auto;
}

.sam-2 {
    height: 180px;
    overflow: auto;
}

.dropdown-menu {
    z-index: 9999;
}

.ordenable:before {
    content: "\f0dc"; /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    font-weight: normal;
    font-size: initial;
    float: right;
}

.ordenado:before {
    content: "\f0dd"; /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    font-weight: bold;
    font-size: initial;
}

.ordenado_desc:before {
    content: "\f0de"; /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    font-weight: bold;
    font-size: initial;
}

a.fa:before {
    padding-right: 5px;
}

a.fa {
    font-weight: 400;
    line-height: 1.5;
    font: 400 13.3333px;
}


.text-danger {
    background-color: #fff;
}

.text-box {
    display: inline-block;
}

.margen {
    margin: 4px;
}

.input-group {
    width: auto;
    display: table;
    vertical-align: middle;
}
/*Pdiaz*/
.checkboxlistfor {
    margin-top: 12px;
}

    .checkboxlistfor > input {
        display: inline-block;
    }

    .checkboxlistfor > label {
        display: inline-block;
        font-weight: normal;
    }

.input-group-addon {
    padding: 2px 6px 3px 6px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: table-cell;
    white-space: nowrap;
    vertical-align: middle;
    border-collapse: separate;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

    .input-group-addon:last-child {
        border-left: 0;
    }

.pull-right {
    float: right;
    z-index: 100;
}

.pull-clear {
    clear: both;
}

.block {
    display: block !important;
}

.completada {
    background: #d5fcc2 !important;
}

.cerradasinenviarasap {
    background: #bbbbbb !important;
}

.incompleta {
    background: #ffd2d2 !important;
}

.sin-asignar {
    background: #e6e6e6 !important;
}

.parcialmente_enviada {
    background: #e9fbc6 !important;
}

.enviadaasap {
    background: #d5fcc2 !important;
}

.asignada {
    background: #cbdcfb !important;
}

.pendientedeasignar {
    background: #ffd2d2 !important;
}

.parcialmenteasignada {
    background: #a5acc2 !important;
}

.parcialmenteenviadaasap {
    background: #e9fbc6 !important;
}

.encurso {
    background: #b5bdf7 !important;
}

.finalizada_lector {
    background: #efddaa !important;
}

option :disabled {
    display: none !important;
}
/*PDiaz*/
.tituloGama {
    font-weight: bold;
    background-color: white !important;
    /* border: none !important; */
    font-size: small;
}
/**/
select[disabled] {
    background-color: #D0D0D0 !important;
}

input[disabled] {
    background-color: #D0D0D0 !important;
}

input:read-only {
    background-color: #D0D0D0 !important;
}

input[readonly], input[readonly="readonly"] {
    background-color: #D0D0D0 !important;
}


.disabled {
    background-color: #D0D0D0 !important;
}

.topaligned {
    align-items: initial !important;
}

.totalWidth {
    width: 100%;
    font-size: smaller;
}



.navbar-toggler {
    color: #575756 !important;
    border-color: #575756 !important;
}

    .navbar-toggler:hover {
        background-color: #72B431 !important;
    }

    .navbar-toggler:visited {
        background-color: #72B431 !important;
    }

.navbar-toggler-icon {
    color: #575756 !important;
}

.navbar-right {
    float: right !important;
    text-align: right;
}

.navbar-collapse {
    padding-right: 15px;
}

.nav-link {
    padding: 0px;
}

.modal-error {
    background: #e84242 !important;
}

.modal-correcto {
    background: #959300 !important;
}

.modal-aviso {
    background: #00567C !important;
}

#divConfirmacion {
    z-index: 2000;
}

#pnlModal {
    z-index: 2000;
}

.centrado {
    position: absolute;
    left: 50%;
    margin-left: -225px;
    margin-top: 300px;
}

.PDFPreview {
    position: absolute;
    /*left:50%;
    margin-left: -375px;*/
    margin-top: 40px;
}

.centradoMenus {
    margin: 20px auto;
    max-width: 550px;
    padding: 15px;
    background: none;
}

#mapDiv {
    position: absolute;
    height: 100%;
    width: 90%;
    margin: 0;
    padding: 0;
}

.esriControlsBR {
    display: none !important;
}


.toggle-button {
    margin: 5px 0;
    border-radius: 20px;
    border: 2px solid #D0D0D0;
    height: 26px;
    cursor: pointer;
    width: 50px;
    position: relative;
    display: inline-block;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
}

    .toggle-button span {
        position: absolute;
        left: 0;
        top: 1px;
        border-radius: 100%;
        width: 26px;
        height: 26px;
        background-color: white;
        float: left;
        margin: -3px 0 0 -3px;
        border: 2px solid #D0D0D0;
        transition: left 0.3s;
    }

.toggle-button-selected {
    background-color: #e6f9d1;
    border: 2px solid #959300;
}

    .toggle-button-selected span {
        left: 25px;
        top: -1px;
        background-color: #959300;
        margin: 0;
        border: none;
        width: 24px;
        height: 24px;
    }

.hidden {
    display: none;
}



@media (min-width: 950px) {
    .navbar-right {
        margin-right: 0px;
    }

    .verInforme {
        width: 90%;
        /*height: 90%; PDiaz: quitado 209-01-2020*/
        margin-left: 15px;
    }

    .responsive-right {
        float: right;
    }
}

@media (max-width: 949px) {
    .navbar-right {
        padding: 20px 0px;
    }

    .verInforme {
        width: 95%;
        height: 6em;
        margin-left: 15px;
    }

    .responsive-right {
        float: left;
    }

    .navbar {
        padding: 0px !important;
    }

    .navbar-collapse {
        background-color: #FAFAFA;
    }

    .navbar-expand-md .navbar-nav > li > a {
        color: #00567C !important;
    }

    .navbar-expand-md .navbar-collapse, .navbar-expand-md .navbar-form {
        border-color: #959300 !important;
        border: 1px solid;
        border-top: none;
    }
}

@media (max-width: 366px) {
    body {
        margin-top: 100px;
    }
}

.modal-dialog-extended {
    width: 70%;
    margin: 30px auto;
    max-width: none;
}

.container {
    max-width: 2000px !important;
}

.tab .nav-tabs {
    border-bottom: 0 none;
    height: auto !important;
}

    .tab .nav-tabs li a {
        position: relative;
        padding: 15px;
        color: #804000;
        font-size: 17px;
        z-index: 1;
        line-height: 26px;
    }

        .tab .nav-tabs li a:hover {
            background: transparent;
            border: 1px solid transparent;
        }

    .tab .nav-tabs li {
        margin-right: -1px;
        line-height: 33px;
        margin-bottom: -7px;
        padding-top: 6px;
    }

        .tab .nav-tabs li.active a:before {
            background: #804000;
        }

        .tab .nav-tabs li a.active,
        .tab .nav-tabs li a:focus,
        .tab .nav-tabs li a:hover {
            border: 1px solid #72B431;
            background: #fff;
            color: #72B431 !important;
            /*font-weight: 600; PDiaz quitado*/
            z-index: 2;
            border-bottom-color: transparent !important;
        }

.tab-content .tab-pane {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom: 1px solid #72B431;
    border-top: none;
    border-left: 1px solid #72B431;
    border-right: 1px solid #72B431;
    /*padding: 20px; PDIAZ*/
    padding: 10px;
    background: #FFF;
}

    .tab-content .tab-pane h4 {
        margin-top: 0;
        font-weight: 700;
        font-size: 20px;
    }



a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

.tab .nav-tabs {
    border: none;
    border-bottom: 1px solid #72B431;
    margin: 0;
}

    .tab .nav-tabs li a {
        padding: 10px 10px;
        padding-bottom: 1px;
        margin: 0 10px -1px 0;
        font-size: 13px !important;
        font-weight: 200;
        color: #293241;
        text-transform: uppercase;
        border: 1px solid #ccc;
        border-bottom: none;
        border-radius: 5px 5px 0 0;
        z-index: 1;
        position: relative;
        transition: all 0.3s ease 0s;
    }

        .tab .nav-tabs li a:hover,
        .tab .nav-tabs li.active a {
            background: #fff;
            color: #72B431;
            border: 1px solid #72B431;
            border-bottom-color: transparent;
            /*font-weight: 600;PDiaz*/
        }


        .tab .nav-tabs li a:before {
            content: "";
            display: block;
            height: 2px;
            background: #fff;
            position: absolute;
            bottom: -2px;
            left: 0;
            right: 0;
            transform: scaleX(0);
            transition: all 0.3s ease-in-out 0s;
        }

        .tab .nav-tabs li.active a:before,
        .tab .nav-tabs li a:hover:before {
            transform: scaleX(1);
        }

.tab .tab-content {
    color: #6f6f6f;
    line-height: 30px;
    /*letter-spacing: 1px;*/
    position: relative;
}

.tab a {
    font-size: 14px !important;
}

.tabContent label {
    font-size: 12px !important;
}


.MvcDynamicFieldError {
    font-weight: 300;
    color: red;
    font-size: 15px;
    margin-left: 15px;
    margin-top: 5px;
}

.divCampos {
    display: flex;
    vertical-align: bottom;
}

.um {
    margin-left: 5px;
}

.precio {
    margin-left: 10px;
    font-size: 13px;
    text-decoration: underline;
    margin-top: 10px;
}

.bootstrap-select:not([class*=span]):not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: auto !important;
}

.btn-group {
    float: right !important;
}

.ui-autocomplete {
    width: auto
}

.ui-helper-hidden-accessible {
    display: none;
}

.ui-menu {
    border: 1px solid #72B431;
    padding: 5px !important;
    background-color: #fff;
}

.linkRecuperar {
    font-weight: 600;
    color: #72B431 !important;
    cursor: pointer;
}

    .linkRecuperar:hover {
        font-size: 16px;
        font-weight: 600;
        text-decoration: underline !important;
        color: #72B431 !important;
        cursor: pointer;
    }

.datepicker {
    padding-top: 0px !important;
}

.textDecorationNone {
    text-decoration: none !important;
}

.btn-default:hover {
    background-color: #72B431;
    color: #fff;
}

.PagePrint {
    width: 25cm;
    padding-bottom: 50px;
    clear: both;
    overflow-y: auto;
    overflow-x: auto;
}

#contenido {
    padding-bottom: 50px;
    height: calc(100vh - 200px);
    /*border-top: 2px #72B431 solid;*/
}

.borderFTK td {
    /*PDIAZ: border: 1px solid black;*/
    font-size: 12px;
}

.PagePrintOverflow {
    overflow-x: auto;
    height: 33.5cm;
}

.TotalSize {
    max-height: 100%;
    max-width: 100%;
}

.icon-default {
    color: #7D817C;
    font-size: 17px;
    margin-left: 2px;
    margin-right: 2px;
}

    .icon-default:hover {
        color: #72B431;
    }

.margin-bottom5 {
    margin-bottom: 5px;
}

[data-notify="progressbar"] {
    margin-bottom: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
}

.espaciado {
    height: 10px;
}

.fuentePDF {
    color: #000;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    line-height: 1.1;
    font-size: 1em;
}

    .fuentePDF table {
        color: #000;
        font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
        line-height: 1.1;
        font-size: 1em;
    }

        .fuentePDF table > tbody > tr > td {
            color: #000;
            /*font-family:Calibri;*/
            line-height: 1.1;
            border-color: #000 !important;
        }

.TablaPDF {
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    font-size: 12px;
    text-align: center;
}

#pie {
    display: none;
}

.line-breaks {
    white-space: pre-line;
}

.no-padding {
    padding: 0px;
}

.sinCapaEspera #resultLoading {
    opacity: 0;
}

.ancho40Porciento {
    width: 40%;
}

.centrado-porcentual {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
}

.ui-autocomplete {
    position: absolute;
    z-index: 9999;
}

/*input[type=number]{
    text-align:right;
}*/

.carousel-control-next {
    /*right: -20px;*/
    background-color: #72B431;
    width: 20px;
    opacity: 1;
}

.carousel-control-prev {
    left: 0;
    background-color: #72B431;
    float: left;
    width: 20px;
    opacity: 1;
}

    .carousel-control-prev:hover {
        background-color: #72B431;
        opacity: 1;
    }

.carousel-control-next:hover {
    background-color: #72B431;
    opacity: 1;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    /*margin-left: 20px; PDiaz*/
}

.carousel {
    position: relative;
    /*width: 64%; PDiaz*/
    padding-right: 0;
}

.flagselector {
    width: 100% !important;
}

    .flagselector button {
        background-color: #e6f9d1 !important;
    }

    .flagselector ul {
        background-color: #e6f9d1 !important;
    }

    .flagselector div {
        background-color: #e6f9d1 !important;
    }

.flagselector {
    float: left !important;
}

.vistaprevia {
    line-height: unset !important;
}

    .vistaprevia label {
        margin-bottom: 0px;
    }

.subrayado {
    border-bottom: #ddd solid 0.1em
}

div.capaFija {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}

.blockdisplay {
    display: block !important;
}

@media (max-width: 950px) {
    .subrayado_campo {
        border-bottom: none !important;
    }

    .centradoMenus {
        margin: 20px auto;
        max-width: 100%;
        padding: 15px;
        background: none;
    }
}

.itemComboImage {
    width: 300px;
    height: 200px;
    padding: 5px;
}


.animacion {
    /*position: absolute;*/
    animation-name: parpadeo;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: parpadeo;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

#divPanelResultadoFichasListado {
    margin-top: -40px;
}

.PDFPreview {
    margin-top: 50px !important;
}

#grid th {
    font-size: small;
}

.BordercolorRooftop {
    border: 1px solid #41732e;
    border-radius: 0.25rem;
}

.BackgroundcolorRooftop {
    background-color: #41732e !important;
}

.BordercolorAireAgua {
    border: 1px solid #3ea3dc;
    border-radius: 0.25rem;
}

.BackgroundcolorAireAgua {
    background-color: #3ea3dc !important;
}

.colorBlack {
    color: black !important;
}

.linkAireAire {
    text-transform: uppercase;
    font-size: 1.4em;
    border: 1px solid #41732e;
    border-radius: 0.25rem;
    background-color: #41732e !important;
    padding: 0px;
    margin: 0;
}

.linkAireAgua {
    text-transform: uppercase;
    font-size: 1.4em;
    border: 1px solid #3ea3dc;
    border-radius: 0.25rem;
    background-color: #3ea3dc !important;
    padding: 0px;
    margin: 0;
}

    .linkAireAgua:hover:enabled {
        color: #fff;
        background-color: #3ea3dcb5 !important;
        border-color: #72B431;
    }

@media only screen and (min-width:1300px) {
    /**TABLE SCROLL**/
    .table-scroll * {
        margin: 0;
        padding: 0;
        border: 0 none;
        position: relative;
    }

        .table-scroll *, .table-scroll *:before, .table-scroll *:after {
            box-sizing: inherit;
        }

    .table-scroll html {
        box-sizing: border-box;
        background: #0D757D;
        font-size: 1rem;
        color: #e6eff0;
        font-family: Roboto Slab;
    }

    .table-scroll h1 {
        font-weight: normal;
        font-variant: small-caps;
        text-align: center;
    }

    .table-scroll table * {
        height: auto;
        min-height: none;
    }
    /* fixed ie9 & <*/
    .table-scroll table {
        background: #15BFCC;
        table-layout: fixed;
        margin: 1rem auto;
        width: 98%;
        box-shadow: 0 0 4px 2px rgba(0,0,0,.4);
        border-collapse: collapse;
        border: 1px solid rgba(0,0,0,.5);
        border-top: 0 none;
    }

    .table-scroll thead {
        background: #72B431;
        text-align: center;
        z-index: 2;
    }

        .table-scroll thead tr {
            padding-right: 17px;
            box-shadow: 0 2px 6px rgba(0,0,0,.6);
            z-index: 2;
            height: 100px;
            background: #72B431;
        }

    .table-scroll th {
        border-right: 2px solid rgba(0,0,0,.2);
        padding: .7rem 0;
        /*font-size: 1.5rem;
    font-weight: normal;*/
        font-variant: small-caps;
        height: 100%;
    }

    .table-scroll tr th:first-child {
        width: 2.5%;
    }

    .table-scroll tr th:last-child, .table-scroll tr td:last-child {
        width: 4%;
    }

    .table-scroll tbody {
        display: block;
        height: calc(50vh - 1px);
        min-height: calc(200px + 1 px);
        /*use calc for fixed ie9 & <*/
        overflow-Y: scroll;
        color: #000;
    }

    .table-scroll tr {
        display: block;
        overflow: hidden;
        height: 50px;
    }

    .table-scroll tbody tr th, .table-scroll tbody tr td {
        height: 50px;
    }

    .table-scroll tbody tr:nth-child(odd) {
        /*background: rgba(0,0,0,.2);*/
    }

    .BombaCalorKCR th, .BombaCalorKCR td {
        width: 5.5%;
        float: left;
    }

    .BombaCalorChiller th, .BombaCalorChiller td {
        width: 6.2%;
        float: left;
    }

    .SoloFrioKCR th, .SoloFrioKCR td {
        width: 6.23%;
        float: left;
    }

    .SoloFrioChiller th, .SoloFrioChiller td {
        width: 7.18%;
        float: left;
    }

    .table-scroll td {
        padding: 5px 3px 5px 3px !important;
    }

    .table-scroll td {
        padding: .5rem 0 .5rem 1rem;
        border-right: 2px solid rgba(0,0,0,.2);
    }

        .table-scroll td:nth-child(2n) {
            /*color: #fff;*/
        }

    [data-campo='Mail'] {
        width: 30%;
    }

    .table-scroll th:last-child, .table-scroll td:last-child {
        width: 7%;
        text-align: center;
        border-right: 0 none;
        padding-left: 0;
    }
}

@media only screen and (max-width:1500px) and (min-width:1200px) {
    .table-scroll th {
        font-size: smaller;
    }
}

.table p {
    text-overflow: ellipsis;
    overflow: hidden;
}

#menu-container {
    padding-right: 0px;
    padding-left: 10px;
}

#tituloCarpeta {
    margin-top: 35px;
}

    #tituloCarpeta .row {
        padding-bottom: 5px;
    }

#reportarError {
    /*margin-left:30px;*/
}

    #reportarError:hover, #cambioColor:hover {
        background: #72B431 !important;
    }

#modalConfirm textarea {
    height: 100%;
    margin-top: 5px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.oculto {
    display: none !important;
}

.texto_derecha {
    float: right;
    z-index: 100;
    margin-top: 3.8mm;
    font-size: 14pt;
}

.ecolabel_contenedor {
    width: 132.83mm;
    height: 253mm;
    padding: 6.35mm;
    border: 1pt solid black !important;
}

.ecolabel_border {
    width: 100%;
    height: 100%;
    padding: 3.795mm;
    border: 4pt solid #00ffff !important;
    border-radius: 6.35mm !important;
    border-color: #00ffff !important;
}

.ecolabel_linea_separadora {
    border-bottom: 1pt solid #00ffff !important;
    width: 108.8mm;
    height: 15.18mm;
    margin-bottom: 2.53mm;
}

.ecolabel_logo_europa {
    width: 108.8mm;
    height: 21.5mm;
}

.ecolabel_div_calefaccion {
    width: 108.8mm;
    height: 15.18mm;
    font-size: 14pt;
}

.ecolabel_div_letras {
    width: 108.8mm;
    height: 78.43mm;
    font-size: 14pt;
}

.ecolabel_div_dibujos {
    width: 108.8mm;
    height: 78.43mm;
    font-size: 14pt;
    margin-top: 13.915mm;
    margin-bottom: 1.265mm;
}

.ecolabel_div_pie {
    width: 108.8mm;
    height: 3.795mm;
    font-size: 10pt;
}

.letra_A1 {
    width: 29.1mm;
    height: 8.855mm;
    font-size: 14pt;
    background-color: #00DE00;
    margin-top: 15.18mm;
    margin-bottom: 1.265mm;
}

.letra_A2 {
    width: 32.89mm;
    height: 8.855mm;
    font-size: 14pt;
    background-color: #43DE00;
    margin-bottom: 1.265mm;
}

.letra_A3 {
    width: 36.685mm;
    height: 8.855mm;
    font-size: 14pt;
    background-color: #9BDE00;
    margin-bottom: 1.265mm;
}

.letra_A4 {
    width: 40.48mm;
    height: 8.855mm;
    font-size: 14pt;
    background-color: #ffff00;
    margin-bottom: 1.265mm;
}

.letra_B {
    width: 44.275mm;
    height: 8.855mm;
    font-size: 14pt;
    background-color: #DEDE00;
    margin-bottom: 1.265mm;
}

.letra_C {
    width: 48.07mm;
    height: 8.855mm;
    font-size: 14pt;
    background-color: #DE9B00;
    margin-bottom: 1.265mm;
}

.letra_D {
    width: 51.865mm;
    height: 8.855mm;
    font-size: 14pt;
    background-color: #DE4300;
}

.flecha_A1 {
    border-bottom: 4.428mm solid transparent;
    border-top: 4.428mm solid transparent;
    border-left: 5.06mm solid #00DE00;
    margin-top: 15.18mm;
    margin-bottom: 1.265mm;
}

.flecha_A2 {
    border-bottom: 4.428mm solid transparent;
    border-top: 4.428mm solid transparent;
    border-left: 5.06mm solid #43DE00;
    margin-bottom: 1.265mm;
}

.flecha_A3 {
    border-bottom: 4.428mm solid transparent;
    border-top: 4.428mm solid transparent;
    border-left: 5.06mm solid #9BDE00;
    margin-bottom: 1.265mm;
}

.flecha_A4 {
    border-bottom: 4.428mm solid transparent;
    border-top: 4.428mm solid transparent;
    border-left: 5.06mm solid #ffff00;
    margin-bottom: 1.265mm;
}

.flecha_B {
    border-bottom: 4.428mm solid transparent;
    border-top: 4.428mm solid transparent;
    border-left: 5.06mm solid #DEDE00;
    margin-bottom: 1.265mm;
}

.flecha_C {
    border-bottom: 4.428mm solid transparent;
    border-top: 4.428mm solid transparent;
    border-left: 5.06mm solid #DE9B00;
    margin-bottom: 1.265mm;
}

.flecha_D {
    border-bottom: 4.428mm solid transparent;
    border-top: 4.428mm solid transparent;
    border-left: 5.06mm solid #DE4300;
    margin-bottom: 1.265mm;
}

.letra_A1_left {
    width: 22.77mm;
    height: 15.18mm;
    font-size: 24pt;
    background-color: black;
    margin-top: 11.385mm;
    margin-bottom: 1.265mm;
    z-index: 100;
}

.letra_A2_left {
    width: 22.77mm;
    height: 15.18mm;
    font-size: 24pt;
    background-color: black;
    margin-bottom: 1.265mm;
    margin-top: -6.325mm;
    z-index: 100;
}

.letra_A3_left {
    width: 22.77mm;
    height: 15.18mm;
    font-size: 24pt;
    background-color: black;
    margin-bottom: 1.265mm;
    margin-top: -6.325mm;
    z-index: 100;
}

.letra_A4_left {
    width: 22.77mm;
    height: 15.18mm;
    font-size: 24pt;
    background-color: black;
    margin-bottom: 1.265mm;
    margin-top: -6.325mm;
    z-index: 100;
}

.letra_B_left {
    width: 22.77mm;
    height: 15.18mm;
    font-size: 24pt;
    background-color: black;
    margin-bottom: 1.265mm;
    margin-top: -6.325mm;
    z-index: 100;
}

.letra_C_left {
    width: 22.77mm;
    height: 15.18mm;
    font-size: 24pt;
    background-color: black;
    margin-bottom: 1.265mm;
    margin-top: -6.325mm;
    z-index: 100;
}

.letra_D_left {
    width: 22.77mm;
    height: 15.18mm;
    font-size: 24pt;
    background-color: black;
    margin-top: -6.325mm;
    z-index: 100;
}

.flecha_A1_left {
    border-bottom: 7.59mm solid transparent;
    border-top: 7.59mm solid transparent;
    border-right: 5.06mm solid black;
    margin-top: 11.385mm;
    margin-bottom: 1.265mm;
}

.flecha_A2_left {
    border-bottom: 7.59mm solid transparent;
    border-top: 7.59mm solid transparent;
    border-right: 5.06mm solid black;
    margin-bottom: 1.265mm;
    margin-top: -6.325mm;
}

.flecha_A3_left {
    border-bottom: 7.59mm solid transparent;
    border-top: 7.59mm solid transparent;
    border-right: 5.06mm solid black;
    margin-bottom: 1.265mm;
    margin-top: -6.325mm;
}

.flecha_A4_left {
    border-bottom: 7.59mm solid transparent;
    border-top: 7.59mm solid transparent;
    border-right: 5.06mm solid black;
    margin-bottom: 1.265mm;
    margin-top: -6.325mm;
}

.flecha_B_left {
    border-bottom: 7.59mm solid transparent;
    border-top: 7.59mm solid transparent;
    border-right: 5.06mm solid black;
    margin-bottom: 1.265mm;
    margin-top: -6.325mm;
}

.flecha_C_left {
    border-bottom: 7.59mm solid transparent;
    border-top: 7.59mm solid transparent;
    border-right: 5.06mm solid black;
    margin-bottom: 1.265mm;
    margin-top: -6.325mm;
}

.flecha_D_left {
    border-bottom: 7.59mm solid transparent;
    border-top: 7.59mm solid transparent;
    border-right: 5.06mm solid black;
    margin-bottom: 1.265mm;
    margin-top: -6.325mm;
}

.letra {
    color: white;
    margin-left: 5.06mm;
    padding-top: 1.265mm;
}

.white {
    background-color: white;
    border: 0;
    z-index: 0 !important;
    visibility: hidden;
}

.letra_left {
    color: white;
    padding-top: 1.265mm;
}

.ecolabel_div_sonido {
    border: 2pt solid #00ffff !important;
    border-radius: 4.428mm !important;
    border-color: #00ffff !important;
    width: 31.625mm;
    margin-right: 3.795mm;
}

.ecolabel_div_mapa {
    border: 2pt solid #00ffff !important;
    border-radius: 4.428mm !important;
    border-color: #00ffff !important;
    width: 73.37mm;
}

    .ecolabel_div_mapa .row {
        margin-top: 3.795mm;
    }

.ecolabel_div_casa_dentro {
    margin: 6.325mm;
    margin-bottom: 0mm;
}

    .ecolabel_div_casa_dentro .row {
        width: 100%;
    }

.ecolabel_div_casa_fuera {
    margin: 8.855mm 3.795mm 0 1.265mm;
}

    .ecolabel_div_casa_fuera .row {
        width: 100%;
    }

.ecolabel_div_valorSonido {
    font-size: 20pt;
}

.ecolabel_div_dB {
    font-size: 15pt;
    margin-top: 1.5mm;
    margin-bottom: 0;
    margin-left: 1.265mm;
}

.ecolabel_div_presionSonoraDB {
    margin-left: 6.325mm;
    margin-top: 2.53mm;
}

.ecolabel_div_color1 {
    background-color: #247dff;
    width: 3.795mm;
    height: 3.795mm;
}

.ecolabel_div_color2 {
    background-color: #78ebff;
    width: 3.795mm;
    height: 3.795mm;
}

.ecolabel_div_color3 {
    background-color: #c4fffa;
    width: 3.795mm;
    height: 3.795mm;
}

.ecolabel_div_pot1 {
    font-size: 18pt;
    margin: -2mm 1mm 0mm 1mm;
}

.ecolabel_div_pot2 {
    font-size: 20pt;
    margin: -2mm 1mm 0mm 1mm;
}

.ecolabel_div_kw {
    font-size: 13.5pt;
}

.manuales, .faq {
    max-width: 800px;
}

.faqContainer {
    background: #65bc46;
    width: 100%;
}

.faqQuestion {
    color: white;
    text-transform: uppercase;
    font-size: large;
    font-weight: bold;
}

.faqTitle {
    font-weight: bold;
    text-transform: uppercase;
}

.faqAnswer {
    font-size: large;
}

.RecuadroInformativo {
    color: black;
    font-weight: bold;
}

[id*="Psicrometrico"] {
    max-width: 100%;
}

.preview_carpeta {
    position: absolute;
    min-width: 600px;
    text-align: center;
    background-color: white;
    box-shadow: 7px 10px 7px 10px #888888;
}

.gridPreviewCarpeta {
    width: 100%;
    height: auto;
    font-size: small;
    font-weight: normal;
    font-style: normal;
    border: 3px solid #496077;
    padding: 1px;
    margin: 0px;
    background-color: White;
}

.list-group-item-Log {
    position: relative;
    display: block;
    padding: 0.5rem 3.25rem;
    margin-bottom: 0px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-right: 0;
    border-top: 0;
    border-left: 0;
    border-radius: 0;
}


.highcharts-figure,
.highcharts-data-table table {
    min-width: 310px;
    max-width: 800px;
    margin: 1em auto;
}

#container {
    height: 400px;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.terms_conditions_text {
    white-space: pre-wrap; /* Since CSS 2.1 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    overflow: hidden;
    color: #000;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    line-height: 1.1;
    font-size: 1em;
    text-align: justify;
}

.fondoPortada {
    background-image: url("images/Portada_alternativa.png");
}

.portadaKeyter {
    /*background: rgb(221,255,180);*/
    /*background: radial-gradient(circle, rgba(221,255,180,1) 38%, rgba(176,233,134,0.01) 100%);*/
    font-size: 4em;
    font-weight: bold;
}

.border1 {
    border: 2px solid rgba(0,0,0,0.54);
    border-radius: 8px;
    background: rgba(200, 200, 200, 0.25);
}

.border2 {
    border-color: #b7cfa4 !important;
    border-style: double;
    background: rgba(233, 240, 175, 0.31);
}

.border3 {
    border-color: #bfdca8 !important;
    border-style: double;
    /* background-image: url("images/Portada_alternativa.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;*/
}

.animacion_info {
    top: 35px;
    z-index: 1021;
    background: yellow;
}

    .animacion_info h2 span {
        letter-spacing: 0;
        padding: .25em 0 .325em;
        display: block;
        margin: 0 auto;
        text-shadow: 0 0 80px rgba(255,255,255,.5);
        /* Clip Background Image */
        background: url("images/animated-text-fill.png") repeat-y;
        -webkit-background-clip: text;
        background-clip: text;
        /* Animate Background Image */
        -webkit-text-fill-color: transparent;
        -webkit-animation: aitf 4s ease infinite;
        /* Activate hardware acceleration for smoother animations */
        -webkit-transform: translate3d(0,0,0);
        -webkit-backface-visibility: hidden;
    }
/* Animate Background Image */

@-webkit-keyframes aitf {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

.margin5 {
    margin: 0 -5% 0 5%;
}

.borderContenido {
    border-bottom: 1px #72B431 solid;
}

.tablaResultados {
    margin-top: 15px !important;
    border: 1px solid rgb(242,242,242) !important;
/*    border: 1px #808080 solid !important;*/

}

    .tablaResultados td {
        border: 1px solid rgb(242,242,242) !important;
        /*border: 1px #808080 solid !important;*/
        padding: 4px !important;
    }

    .tablaResultados thead {
        background: #D8E4BC;
        /*font-size: large;*/
        font-weight: bold;
    }

.textCentrado {
    text-align: center !important;
}

.plantillaPDF {
    color: #808080;
    font-family: 'Segoe UI';
    line-height: 1.1;
    font-size: 9pt;
    position: relative;
}

    .plantillaPDF table {
        color: #808080;
        font-family: 'Segoe UI';
        line-height: 1.1;
        font-size: 9pt;
    }

        .plantillaPDF table > tbody > tr > td {
            color: #808080;
            font-family: 'Segoe UI';
            line-height: 1.1;
            font-size: 9pt;
            /*border-color: #808080 !important;*/
            border: 1px solid rgb(242,242,242) !important;
        }

.marcaAgua {
    z-index: -10;
    position: absolute;
    text-align: center;
    margin-left: 20%;
}

.ancho70por {
    width: 70%;
}

.ancho29por {
    width: 29%;
}

.ancho30por {
    width: 30%;
}

.ancho35por {
    width: 35%;
}

.ancho21por {
    width: 21%;
}

.ancho15por {
    width: 15%;
}
.ancho11por {
    width: 11%;
}

.salto_linea span {
    font-size: 1em;
    color: white !important;
    display: block;
}

#datosbasicos {
    top: 10px;
    font-size: smaller;
}

* {
    scrollbar-width: thin;
}
    /* Works on Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 12px;
        height: 12px;
        display: flex; /* Ocultar scroll */
        background-color: darkgrey;
    }

    *::-webkit-scrollbar-thumb {
        border: 2px solid gray !important;
        background-color: black;
    }

.barraDespLigera {
    height: 675px;
    overflow: auto;
    scrollbar-width: thin;
    z-index: 1;
}

    /* Works on Chrome, Edge, and Safari */
    .barraDespLigera::-webkit-scrollbar {
        width: 10px;
        height: 25px; /* Tamaño del scroll en horizontal */
        display: flex; /* Ocultar scroll */
    }

    .barraDespLigera::-webkit-scrollbar-thumb {
        border: 2px solid gray !important;
        background-color: white;
    }

        /* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
        .barraDespLigera::-webkit-scrollbar-thumb:hover {
            background: #b3b3b3;
            box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
        }

.seleccion {
    white-space: normal;
    border: 0;
}

    .seleccion h4 {
        font-size: smaller;
    }

    .seleccion img {
        width: 75%;
    }

.botonSelector {
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: inherit;
    margin-right: -5px !important;
    border: 0;
}

.botonAcciones {
    margin: 0 !important;
    padding: 2px !important;
    vertical-align: inherit;
   /* margin-right: -5px !important;*/
    border: 0;
}

#contenedorFormulario {
    margin-top: -45px;
}

#IdiomaForm {
    margin-bottom: -10px
}

    #IdiomaForm ul {
        font-size: smaller;
    }

#divFiltro select {
    height: 100% !important;
}

* select {
    height: calc(1.5rem + 2px) !important;
}

.justificacionSCOPNETjustificado {
    font-size: 1.6em;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.35;
}

    .justificacionSCOPNETjustificado a {
        color: #007bff;
        text-decoration: underline;
    }

.card-body {
    padding: 0.75rem;
}

.panel-expandido td {
    font-size: 1.2rem !important; /* o el valor que quieras */
    transition: font-size 0.3s ease;
}


.celda-oculta {
    visibility: hidden;
    background: transparent;
}
