﻿/* GENERAL */
body {
    color: #333333;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

.BetaTester {
    position: fixed;
    right: 0.2em;
    top: 0.2em;
    color: #b4b4b4;
    font-weight: bold;
    z-index: 9999;
}

.VersionWeb {
    position: fixed;
    left: 0.1em;
    bottom: 0.1em;
    color: #b4b4b4;
    font-family: cursive;
    z-index: 9999;
    font-size:0.8em;
}

.content {
    padding: 0;
    margin: 0;
}

button {
    text-align: center;
    border-radius: 0.5em;
    padding: 0.6em 1em;
    cursor: pointer;
    margin: 0.2em;
}
/* Menu de Quality */
.MenuQuality svg {
    margin: 50px;
    width: 10em;
    height: 10em;
    cursor: pointer;
}

    .MenuQuality svg .cls-1 {
        fill: #fff;
    }

    .MenuQuality svg .cls-2 {
        fill: #448f2b;
    }

    .MenuQuality svg:hover {
        cursor: pointer;
    }

        .MenuQuality svg:hover > .cls-1 {
            fill: #448f2b;
        }

        .MenuQuality svg:hover > .cls-2 {
            fill: #fff;
        }

    .MenuQuality svg path, .MenuQuality svg rect {
        transition: fill .6s ease-in-out;
    }
/* /Menu de Quality */

/* TUTORIALS */
.infoNote {
    position: absolute;
    right: 0;
    padding: 0;
    margin: 0;
}

    .infoNote span {
        border-bottom-left-radius: 100%;
    }

        .infoNote span:hover {
            cursor: pointer;
        }

/* GENERAL */

.btn:hover {
    cursor: pointer;
}

.btn-info {
    background: #4888ec;
    text-align: center;
}

.btn-success {
}

hr {
    background: #7f7f7f;
}

.contenido {
    max-width: 67em;
    margin-left: calc((100% - 67em)/2);
}

.clear {
    width: 100%;
    height: 0;
    padding: 0;
    margin: 0;
    clear: both;
}

.titletip {
    display: inline;
    position: relative;
    text-align: center;
}

    .titletip:hover:after {
        background: #333;
        background: rgba(0,0,0,.8);
        border-radius: 5px;
        top: 16px;
        color: #fff;
        content: attr(title);
        left: -100%;
        padding: 5px 15px;
        position: absolute;
        z-index: 98;
        min-width: 12em;
        /*width: 220px;*/
    }

    .titletip:hover:before {
        border: solid;
        border-color: #333 transparent;
        border-width: 6px 6px 0 6px;
        bottom: 20px;
        content: "";
        left: 50%;
        position: absolute;
        z-index: 99;
    }

.container {
    margin: 1em 0;
    padding: 0;
}

textarea {
    resize: none;
}

.col-centered {
    float: none;
    margin: 0 auto;
}
/*required*/
*:required, .required {
    border-color: red;
    border-style: solid;
    box-shadow: 4px 4px 20px rgba(200, 0, 0, 0.85);
}

    *:required:after, .required:after {
        content: 'Required!';
    }

    .required:after {
        padding: 0.2em;
        display: none;
        position: absolute;
        bottom: -1.6em;
        left: calc(100%/4);
        width: 150px;
        text-align: center;
        background-color: #b00;
        color: #fff;
        border: 1px solid #b00;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 0px 0px 4px #222;
        -webkit-box-shadow: 0px 0px 4px #222;
        box-shadow: 0px 0px 4px #222;
        background-image: -moz-linear-gradient(top, #DD0000, #BB0000);
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #DD0000),color-stop(1, #BB0000));
        background-image: -webkit-linear-gradient(top, #DD0000, #BB0000);
        background-image: -moz-linear-gradient(top, #DD0000, #BB0000);
        background-image: -ms-linear-gradient(top, #DD0000, #BB0000);
        background-image: -o-linear-gradient(top, #DD0000, #BB0000);
    }

    .required:hover:after {
        display: block;
    }

/*MODAL*/
div.ModalFondo {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    /*z-index: 1040;*/
    z-index: 1055;
    background-color: rgba(0,0,0,.5);
    padding: 0;
    margin: 0;
}

div.ModalVentana {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    /*z-index: 1050;*/
    z-index: 1056;
    margin: 0;
    height: 98vh;
    overflow-y: auto;
}
    div.ModalVentana.Move .modal-header .close{
        background-color:#b00;
        color:#fff;
    }
    div.ModalVentana.Move .modal-content {
        border: #000 solid 3px;
        background-color: #EEE;
    }

    div.ModalVentana .modal-header {
        height: 1em;
        background: #D1E1EE;
        border-bottom: #D1E1EE solid 1px;
        border-bottom-right-radius: inherit;
        border-top-left-radius: 9px;
        border-top-right-radius: 9px;
        border: none;
    }

    div.ModalVentana.Move .modal-header:hover {
        cursor: move;
    }

    div.ModalVentana .modal-header h5 {
        font-weight: bold;
        margin: 0;
        padding: 0;
        margin-top: -0.5em;
    }

    div.ModalVentana .modal-header .close {
        outline: none;
        cursor: pointer;
        padding: 0.15em 0.5em;
        background: #FFF;
        border-radius: 5%;
        opacity: initial;
        border-top-right-radius: 6px;
        padding-bottom: 5px;
    }

    div.ModalVentana .modal-content {
        border-radius: 9px;
    }

    div.ModalVentana .modal-footer {
        background: #F1F1F2;
        height: 3.5em;
        border-bottom-right-radius: 9px;
        border-bottom-left-radius: 9px;
    }

    div.ModalVentana .modal-body.optional {
        background: #EEFFE8;
    }
    /*MODAL INFO*/
    div.ModalVentana.Info .modal-content {
        /*border: solid 0.2em #36a3f4;*/
    }

        div.ModalVentana.Info .modal-content .modal-header {
            /*background: white;*/
            /*color: #36a3f4;*/
            /*border-bottom: solid 0.2em #36a3f4;*/
        }

            div.ModalVentana.Info .modal-content .modal-header h5 {
                /*color: #2058dc;*/
            }

            div.ModalVentana.Info .modal-content .modal-header .close {
                /*background: #36a3f4;*/
                /*color: white;*/
            }

        div.ModalVentana.Info .modal-content .modal-body {
            /*background: #36a3f4;
        color: white;*/
            font-size: 1.15em;
            font-weight: 500;
            /*color: #36a3f4;*/
        }

        div.ModalVentana.Info .modal-content .modal-body {
            overflow: auto;
            /*min-height: 10em;*/
            max-height: 75vh;
        }

        div.ModalVentana.Info .modal-content .modal-footer {
            /*background: white;*/
            /*color: #36a3f4;*/
            /*border-top: solid 0.2em #36a3f4;*/
        }
    /* MODAL EXIT */
    div.ModalVentana.exitSave .modal-content {
        border: solid 0.2em #f44336;
    }

        div.ModalVentana.exitSave .modal-content .modal-header {
            background: white;
            /*color: #f44336;*/
            border-bottom: solid 0.2em #f44336;
        }

            div.ModalVentana.exitSave .modal-content .modal-header .close {
                background: #f44336;
                color: white;
            }

        div.ModalVentana.exitSave .modal-content .modal-body {
            /*background: #f44336;
        color: white;*/
            font-size: 1.15em;
            font-weight: 500;
            color: #f44336;
        }

    div.ModalVentana .modal-content .modal-body {
        overflow: auto;
        /*min-height: 10em;*/
        max-height: 75vh;
    }

    div.ModalVentana.exitSave .modal-content .modal-footer {
        background: white;
        /*color: #f44336;*/
        border-top: solid 0.2em #f44336;
    }


/* MODAL SwitchingScore */
.SwitchingScore .modal-content, .SwitchingScore .modal-footer {
    background: #d9ffce !important;
    border-top: none !important;
}

.SwitchingScore .modal-header {
    background: #68e13c !important;
}

.SwitchingScore .btn {
    background: #8aab7e;
    color: #fff;
    font-size: 1em;
    min-height: 2.5em;
}

/*MODAL MultiSelect */
.MultiSelect .Opcion {
    /*
    width: 49%;
    padding: 0.8em;
    margin: 0.1em 0;
    float: left;
    */
    width: 46%;
    padding: 0.8em;
    margin: 2%;
    border: solid 0.1em #447ca5;
    display: inline-block;
    vertical-align: central middle;
    border-radius: 5px;
    text-align: left;
    color: #447ca5;
}

    .MultiSelect .Opcion:hover {
        cursor: pointer;
        background: #d0e2f0;
    }

    .MultiSelect .Opcion.activo {
        color: #0093ff;
        border-color: #0093ff;
        background: #e4f3ff;
    }

    .MultiSelect .Opcion input[type=checkbox] {
        display: none;
    }

/* FILE *
input[type=file] {
    /*display: none;*
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    /*
            position: absolute;
            top: 0;
            right: 0;
            margin: 0;
            border: solid transparent;
            border-width: 0 0 100px 200px;
            opacity: .0;
            filter: alpha(opacity= 0);
            direction: ltr;
            cursor: pointer;
            *
}

    input[type=file] + label {
        width: 100%;
        font-weight: 600;
        background-color: #D1E1EE;
        display: inline-block;
        padding: 0.3em;
        border: 2px dashed #5c5c5c;
        border-radius: 5px;
    }

        input[type=file] + label .btn {
            color: #fff;
        }

        input[type=file]:focus + label, input[type=file] + label:hover, input[type=file] + label:hover .btn {
            color: inherit;
        }

    input[type=file] + label {
        cursor: pointer; /* "hand" cursor *
    }

    input[type=file].inputfile:focus + label {
        outline: 1px dotted #000;
        outline: -webkit-focus-ring-color auto 5px;
    }

    input[type=file] + label * {
        pointer-events: none;
    }
*/
/* CRÉO ESTE ESTILO PARA MOMENTANEAMENTE AJUSTAR EL DRAG & DROP DEL UPLOAD */
input[type=file] {
    /* Quitamos configuracion de ocultar */
    opacity: initial;
    overflow: visible;
    position: relative;
    z-index: initial;
    /* Establecemos nuevo estilo */
    width: 100%;
    font-weight: 600;
    background-color: #D1E1EE;
    display: inline-block;
    padding: 0.3em;
    border: 2px dashed #5c5c5c;
    border-radius: 5px;
    /*height: 2.7em;*/
    /*vertical-align: middle;*/
}

    input[type=file] + label {
        display: none;
    }

    ::-webkit-file-upload-button, input[type=file]::file-selector-button {
        background: #030274;
        color: #e1e1e1;
        /*padding: 1em;*/
        border: none;
        border-radius: 5px;
        padding: 0.2em 0.5em;
        cursor: pointer;
    }

.btnAdd {
    background: #ffffff;
    padding: 0.3em;
    border-radius: 5%;
    width: 100%;
    font-size: 0.9em;
}

    .btnAdd.disabled {
        background: #c3d4d8;
    }
/* MODAL Upload FILE API */
div.ModalFondo.frmFileAPI {
    z-index: 1155 !important;
}

div.ModalVentana.frmFileAPI {
    z-index: 1156 !important;
}


/* MENU */
nav {
    padding: 0;
    margin: 0;
    /*width: 100%;*/
}

    nav#menu {
        height: 100px;
        margin: 0;
        padding: 0;
        /*width: 67em;*/
        /*margin-left: calc((100% - 67em)/2);*/
    }

        nav#menu #logo img.pyrosoft-logo {
            margin-top: 1em;
            /*width: 12em !important;*/
            height: inherit;
            max-height: 78px;
            max-width: 250px;
        }
        /*
        nav#menu #logo .pyrosoft-logo {
            margin-top: 1em;
            min-height: 5em;
            min-width: 13em;
        }
        */
        /* menu */
        nav#menu ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            nav#menu ul#opciones {
                padding: 3em 0 0 0;
            }

                /* items del menu */
                nav#menu ul#opciones #menu li ul li {
                }

            nav#menu ul li {
                color: #5c5c5c;
                /*background-color:#2e518b;*/
            }

            /* enlaces del menu */
            nav#menu ul a {
                color: #5c5c5c;
                display: block;
                text-decoration: none;
                font-weight: bold;
                font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
                letter-spacing: 1px;
            }

                nav#menu ul a:hover {
                }

            /* items del menu */
            nav#menu ul li {
                position: relative;
                z-index: 80;
                float: left;
                margin: 0;
                padding: 0.2em 0.5em;
            }

                /* efecto al pasar el ratón por los items del menu */
                nav#menu ul li:hover {
                    /*background:#5b78a7;*/
                }

                nav#menu ul li#logo {
                    /*width: 60%;*/
                    padding: 1em;
                }

                nav#menu ul li#menu {
                }

                nav#menu ul li#perfil {
                    margin: 0.2em 0;
                    padding: 0.4em;
                    font-size: 0.75em;
                    /*height:2.3em;*/
                    background: #eeeeee;
                    text-align: right;
                    border-right: solid 1px #000;
                    border-left: solid 1px #000;
                }

                    nav#menu ul li#perfil i#notifi {
                        float: left;
                        padding: 0.3em;
                    }

                nav#menu ul li#lang {
                }
            /* menu desplegable */
            nav#menu ul ul {
                display: none;
                position: absolute;
                top: 100%;
                left: 0;
                padding: 0;
                font-size: 0.7em;
                background: #f6f6f6;
                color: #5c5c5c;
                border-right: solid 1px #5c5c5c;
                border-bottom: solid 1px #5c5c5c;
                border-left: solid 1px #5c5c5c;
                border-radius: 0.5em;
                border-top: solid 1px #5c5c5c;
                /*margin-top:0.5em;*/
            }

            nav#menu ul li#menu ul {
                text-align: left;
                background: #62ca3f;
                border: none;
            }

                nav#menu ul li#menu ul .icon {
                    margin-right: 0.5em;
                }

            nav#menu ul li#perfil ul {
                text-align: left;
                margin-left: calc((100% - 20em)/3);
                font-size: 0.88em;
                width: 20em;
            }

            nav#menu ul li#perfil .icon:first-child {
                margin-top: 0.2em;
            }

            nav#menu ul li#lang ul {
                margin-left: 2em;
            }

            /* items del menu desplegable */
            nav#menu ul ul li {
                float: none;
                /*width:7em;*/
                color: #FFF;
            }

            nav#menu ul li#menu ul li {
                width: 13.8em;
            }

            nav#menu ul li#perfil ul li {
                text-align: left;
            }

            nav#menu ul li#perfil ul li {
                text-align: left;
            }

            nav#menu ul li#lang ul li {
                width: 5.9em;
            }

                nav#menu ul li#lang ul li:hover {
                    background: #afd4b5;
                }

            nav#menu ul li#menu ul li a:hover {
                color: #5c5c5c;
            }

            nav#menu ul li#perfil ul li a:hover {
                text-decoration: underline;
            }

            nav#menu ul li#lang ul li a:hover {
                color: #000;
            }

            /* enlaces de los items del menu desplegable */
            nav#menu ul ul a {
                line-height: 120%;
                padding: 0.5em 0.8em;
                color: #5c5c5c;
            }

            nav#menu ul li#menu ul a {
                color: #FFF;
            }

            nav#menu ul li#perfil ul a {
            }

            nav#menu ul li#lang ul a {
            }

            /* items del menu desplegable al pasar el ratón */
            nav#menu ul li:hover > ul {
                display: block;
            }

            nav#menu ul li#perfil div#subMenu:hover > ul {
                display: block;
            }

        nav#menu #menuMbl {
            display: none;
        }


    /* BUSCADOR */
    nav#buscador {
        margin: 0;
        padding: 10px 0;
        background: #448f2b;
        color: white;
        font-size: 1.1em;
        height: 65px !important;
    }

        nav#buscador #modulo {
            /*font-size: 0.81em;*/
            font-size: 0.81em;
        }

        nav#buscador .button, nav#buscador input[type=text], nav#buscador select {
            display: inline-block;
            height: 45px !important;
            margin: 0;
            border-radius: 0px;
            font-size: 0.9em;
            padding: 0.6em 1.3em;
            float: left;
        }

        nav#buscador .button {
            background-color: #d3ffc5;
            color: #448f2b;
            border: solid 1px #d3ffc5;
            border-top-right-radius: 0.5em;
            border-bottom-right-radius: 0.5em;
            font-size: 0.7em;
        }

            nav#buscador .button:hover {
                cursor: pointer;
            }

        nav#buscador input[type=text], nav#buscador select, nav#buscador select option {
            background-color: #448f2b;
            border: solid #fff 0.1em;
            color: white;
        }

        nav#buscador .primer {
            border-top-left-radius: 0.5em;
            border-bottom-left-radius: 0.5em;
        }

        nav#buscador select {
            background: url("data:image/svg+xml;charset=utf8,%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 86.55 74.96'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:%23fff;}%3C/style%3E%3C/defs%3E%3Ctitle%3Etriangulo-blanco%3C/title%3E%3Cpolygon class='cls-1' points='43.28 74.96 86.55 0 0 0 43.28 74.96'/%3E%3C/svg%3E") no-repeat right content-box;
            background-size: 15px;
            -moz-appearance: none;
            -webkit-appearance: none;
            -ms-appearance: none;
            -o-appearance: none;
            appearance: none;
            cursor: pointer;
        }

            nav#buscador select:hover {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 86.55 74.96'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:%23b3ffb9;}%3C/style%3E%3C/defs%3E%3Ctitle%3Etriangulo-blanco-green%3C/title%3E%3Cpolygon class='cls-1' points='43.28 74.96 86.55 0 0 0 43.28 74.96'/%3E%3C/svg%3E");
            }

/* NAVIGATION */
.navegacion {
    width: 100%;
    background-color: #eeeeee;
    padding: 0.8em 0;
    margin: 0;
}

    .navegacion > div {
        max-width: 67em;
        margin-left: calc((100% - 67em)/2);
    }

    .navegacion .botones .btn-success {
        height: 2.4em;
    }

    .navegacion button.btn {
        font-size: 0.85em;
    }

.status {
    text-align: center;
}

    .status .statusBar {
        text-align: center;
        vertical-align: middle;
        margin: 1em 0;
        color: #62ca3f;
        font-weight: bold;
        background: url('../imagenes/StatusBar_Back1.png') repeat-x 100%;
        height: 1.5em;
    }

        .status .statusBar b {
            width: 1.5em;
            height: 1.5em;
            margin: 0;
            font-family: "Lucida Console", Monaco, monospace;
            padding: 0.4em 0.5em 0.2em 0.5em;
            border: #62ca3f solid 2px;
            border-radius: 50%;
            background: #fff;
        }

            .status .statusBar b:hover {
                cursor: pointer;
                border-color: #448f2b;
                background-color: #448f2b;
                color: #fff;
            }

        .status .statusBar p {
            color: #000;
            font-size: 0.7em;
            margin-top: 0.3em;
        }

        .status .statusBar.activo {
            color: #fff;
            background: url('../imagenes/StatusBar_Back_active.png') repeat-x 100%;
        }

            .status .statusBar.activo b {
                border-color: #448f2b;
                background-color: #448f2b;
            }

/* FICHA */
.ficha.titulo {
    color: #fff;
    width: calc(97% - 2em);
    background: none;
    font-weight: bold;
    padding: 0;
    margin: 0;
    margin-left: 2em;
    border: none;
    border-bottom: 0.2em solid #808080;
    padding-bottom: 0.8em;
}

    .ficha.titulo span {
        background-color: #808080;
        margin: 0;
        padding: 1em;
        min-width: 10em;
    }


.fichaTop, .fichaFoot, .fichaSubTypes, .ficha {
    background: #eeeeee;
    padding: 1em 1.5em;
}

.fichaTop {
    border-top: #b4b4b4 1px solid;
    border-right: #b4b4b4 1px solid;
    border-left: #b4b4b4 1px solid;
}

.fichaFoot {
    border-bottom: #b4b4b4 1px solid;
    border-right: #b4b4b4 1px solid;
    border-left: #b4b4b4 1px solid;
}

.ficha.fichaSubTypes.titulo {
    border-top: #b4b4b4 1px solid;
    border-bottom: #b4b4b4 1px solid;
    background: #f9f9f9;
    padding: 1em 1.5em;
    color: initial;
    font-weight: initial;
    padding: 0;
    margin: 0;
    width: 100%;
}

    .ficha.fichaSubTypes.titulo div {
        color: #b4b4b4;
        width: calc(97% - 2em);
        margin: 0;
        margin-left: 2em;
        border-bottom: solid 0.1em #b4b4b4;
        background: none;
        padding: 0;
        font-variant: small-caps;
    }

.fichaSubTypes {
    border-top: #b4b4b4 1px solid;
    border-bottom: #b4b4b4 1px solid;
    background: #f9f9f9;
    padding: 1em 1.5em;
}

.ficha .nota, .fichaTop .nota {
    background: #d9ffce;
    padding: 1em;
    position: absolute;
    width: 25%;
    float: right;
    z-index: 10;
    right: 2.5em;
    border: #b4b4b4 1px solid;
}

    .ficha .nota h4, .fichaTop .nota h4 {
        font-size: 1.1em;
        margin-bottom: 0.5em;
        display: inline-block;
    }

    .ficha .nota i.icon, .fichaTop .nota i.icon {
        color: #448f2b;
        float: right;
        font-size: 1.3em;
    }

    .ficha .nota p, .fichaTop .nota p {
        font-size: 0.9em;
    }

.fichaInfo {
    background: #afd4b5;
}

.contentFoto {
}

    .contentFoto img {
        max-width: 100% !important;
        text-align: center;
    }

/* FOOTER */
.footer {
    margin: 0;
    padding: 0;
    width: 100%;
}

    .footer button {
        background: #efefef;
        color: #5a5a5a;
        border: none;
    }

    .footer #app {
        padding: 7em 0;
        background: green;
        background-image: url('/imagenes/download-app-bg.jpg');
        background-position: center;
        background-repeat: no-repeat;
        text-align: center;
    }

        .footer #app button {
            color: #000;
        }

    /* items del menu */
    .footer #firma {
        padding: 1.5em 0 1em 0;
        background: #7f7f7f;
    }

        .footer #firma a, .footer #firma a:hover {
            color: white;
        }

        .footer #firma ol {
            color: #fff;
            font-size: 0.8em;
            margin: 0.2em;
        }

            .footer #firma ol.title {
                font-size: 1em;
                font-weight: bold;
            }
        /*INFO*/
        .footer #firma #info ol {
            margin: 0;
            padding: 0;
        }
        /*FEATURES*/
        .footer #firma #features {
        }
        /*GET IN TOUCH*/
        .footer #firma #getintouch {
        }
        /*Lang*/
        .footer #firma #lang ul li {
            list-style: none;
            color: white;
            border: none;
            border-radius: 0.3em;
            position: relative;
            float: left;
            margin: 0 0.3em;
            padding: 0.2em 0.5em;
            font-size: 0.9em;
        }

            .footer #firma #lang ul li a {
                color: white;
            }

            /* efecto al pasar el ratón por los items del menu */
            .footer #firma #lang ul li:hover {
                /*background:#5b78a7;*/
            }
        /* menu desplegable */
        .footer #firma #lang ul ul {
            display: none;
            z-index: 70;
            position: absolute;
            top: 100%;
            left: 0;
            padding: 0;
            background: #000000;
            border-radius: 0.5em;
        }
            /* items del menu desplegable */
            .footer #firma #lang ul ul li {
                margin: 0;
                text-align: left;
                float: none;
                /*width:7em;*/
                color: #4f4f4f;
                border: none;
            }

                .footer #firma #lang ul ul li:hover {
                    background: #b4b4b4;
                }
        /* items del menu desplegable al pasar el ratón */
        .footer #firma #lang ul li:hover > ul {
            display: block;
        }


/* TABLADATOS - OVERWRITE */

/*table.ajstdTablaDatos tbody {
    display: inline-block;
    max-height: 25em;
    overflow: auto;
}
    table.ajstdTablaDatos thead, table.ajstdTablaDatos tbody tr, table.ajstdTablaDatos tfoot {
        display: table;
        width: 100%;
        table-layout: fixed; 
    }
table.ajstdTablaDatos thead, table.ajstdTablaDatos tfoot {
    width: calc( 100% -1em )
}*/
.ajstd {
    overflow-x: auto;
    /*max-height:800px;*/
    margin-bottom: 0;
    padding-bottom: 0;
}

    .ajstd table {
        margin-bottom: 0 !important;
    }

.btnSobreTabla a {
    margin: 0 4px;
}

table.ajstdTablaDatos {
    margin: 0;
    padding: 0;
    margin-bottom: 0.5em;
    min-width: 100%;
}

    table.ajstdTablaDatos > thead {
        border-bottom: solid #b4b4b4 0.1em;
    }

    table.ajstdTablaDatos > tfoot {
        border-top: solid #b4b4b4 0.2em;
    }

    table .ajstdTablaDatos, table.ajstdTablaDatos tbody, table.ajstdTablaDatos tbody tr {
        border: none;
    }

        table.ajstdTablaDatos thead tr {
            font-size: 0.75em;
            height: 2em;
        }

            table .ajstdTablaDatos thead tr, table.ajstdTablaDatos thead tr td {
                vertical-align: middle;
                font-size: 0.9em;
                color: #7e7e7e;
                background: #fff;
                background-color: #fff;
            }

                table.ajstdTablaDatos thead tr .fas {
                    font-size: 1.2em;
                }

        table.ajstdTablaDatos thead tr {
            padding: 0.8em 0;
        }
            /*table.ajstdTablaDatos thead tr:nth-child(odd) { display: none; }/* Oculatamos el Title */
            table.ajstdTablaDatos thead tr:nth-child(odd) {
                background: #f1f1f2;
            }
            /* cambiamos color de la cabecera*/
            table.ajstdTablaDatos thead tr:nth-child(even) {
                font-size: 1.1em;
            }
            /* cambiamos tamaño de los iconos del menu superior */
            table.ajstdTablaDatos thead tr.accionesSup {
                font-size: 0.7em;
            }

        table.ajstdTablaDatos thead .Filtrar, table.ajstdTablaDatos thead .Filtrar td, table.ajstdTablaDatos thead .Filtrar div {
            padding: 0;
            margin: 0;
            border: none;
            height: 20px;
        }

            table.ajstdTablaDatos thead .Filtrar td div, table.ajstdTablaDatos thead .Filtrar td div div {
                background: #fff !important;
                background-color: #fff !important;
            }

            table.ajstdTablaDatos thead .Filtrar div input {
                margin: 0;
                border: none;
                border-left: 0.5px solid #b4b4b4;
                color: #D1E1EE;
                padding: 0;
                padding-left: 3px;
                height: 15px;
                width: 100%;
            }

            table.ajstdTablaDatos thead .Filtrar div i {
                font-size: 0.8em;
                color: #D1E1EE;
            }

            table.ajstdTablaDatos thead .Filtrar div input[type=date] {
                height: 10px;
                font-size: 9px;
                padding: 0;
                margin: 0;
                color: #b3d1ea;
            }

            table.ajstdTablaDatos thead .Filtrar div input[type="number"]::-webkit-outer-spin-button,
            table.ajstdTablaDatos thead .Filtrar div input[type="number"]::-webkit-inner-spin-button {
                -webkit-appearance: none;
                margin: 0;
            }

            table.ajstdTablaDatos thead .Filtrar div input[type="number"] {
                -moz-appearance: textfield;
            }

        table .ajstdTablaDatos tbody {
            border-top: solid 1px #d1d1d1;
        }

            table.ajstdTablaDatos tbody tr {
                border-bottom: solid 1px #d1d1d1;
            }

        table.ajstdTablaDatos thead tr.accionesSup button {
            background: #7F7F7F;
            padding: 0.5em;
            margin: 0;
        }

            table.ajstdTablaDatos thead tr.accionesSup button:hover {
            }

        table.ajstdTablaDatos tbody tr {
            font-size: 0.7em;
        }

        table.ajstdTablaDatos thead td.acciones {
            min-width: 55px !important;
        }

        table.ajstdTablaDatos tbody tr:hover td.acciones {
            text-decoration: none;
        }

        table.ajstdTablaDatos tbody td.acciones i {
            margin: 0px 2px;
        }

        table.ajstdTablaDatos tbody tr:nth-child(even) {
            background-color: #f8f8f8;
        }

        table.ajstdTablaDatos tbody tr:hover td:first-of-type {
            /*text-decoration: underline;*/
        }

        table.ajstdTablaDatos tbody tr:hover, table.ajstdTablaDatos tbody tr.Activo {
            font-weight: normal;
            background: #e4ffce;
            color: #7e7e7e;
        }

        /*table.ajstdTablaDatos tfoot tr:nth-child(odd) {
        display: none;
    }*/
        table.ajstdTablaDatos tfoot {
            border: none;
        }

            table.ajstdTablaDatos tfoot tr, table.ajstdTablaDatos tfoot tr:nth-child(odd) {
                border: none;
                font-size: 0.9em;
                padding: 0.5em;
                margin: 0;
                text-align: center;
                border-bottom: solid 1px #d1d1d1;
            }

                table.ajstdTablaDatos tfoot tr td {
                    cursor: pointer;
                }
/* Oculatamos el Foot */

/* SUBTABLA*/
table.ajstdSubTablaDatos {
    width: 100%;
}

table.ajstdTablaDatos tbody td.Elements {
    background-color: #d3ffc5;
}

table.ajstdSubTablaDatos:hover, table.ajstdSubTablaDatos tbody:hover, table.ajstdSubTablaDatos tbody tr:hover, table.ajstdSubTablaDatos tbody tr td:hover, table.ajstdSubTablaDatos tbody tr.Activo:hover, table.ajstdSubTablaDatos tbody tr.Activo td:hover {
    text-decoration: none !important;
}

table.ajstdSubTablaDatos thead {
    display: none;
}

table .ajstdSubTablaDatos tbody tr, table.ajstdSubTablaDatos tbody td, table.ajstdSubTablaDatos tbody tr.Activo, table.ajstdSubTablaDatos tbody tr.Activo td {
    background: #EEFFE8 !important;
    color: #5c5c5c !important;
    font-weight: 300 !important;
    border: none;
    border-bottom: dashed 0.1em #448f2b;
}

table.ajstdTablaDatos table.ajstdSubTablaDatos tbody tr:hover td:first-of-type {
    text-decoration: none;
}

table.ajstdSubTablaDatos tbody td {
    /*border-right:red 1em solid !important;*/
}

/* FORM */
.input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
    line-height: 30px
}

.form-control-static.input-lg, .form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm, textarea.input-sm {
    height: auto
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}
