﻿@font-face {
    font-family: 'DMSans-Regular';
    src: url('/webfonts/DMSans_18pt-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DMSans';
    src: url('/webfonts/DMSans_18pt-SemiBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'DMSans';
    src: url('/webfonts/DMSans_18pt-SemiBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'DMSans';
    src: url('/webfonts/DMSans_18pt-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'DMSans';
    src: url('/webfonts/DMSans_18pt-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'DMSans';
    src: url('/webfonts/DMSans_18pt-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'DMSans';
    src: url('/webfonts/DMSans_18pt-ExtraBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'DMSans';
    src: url('/webfonts/DMSans_18pt-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'DMSans';
    src: url('/webfonts/DMSans_18pt-ExtraLight.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'DMSans';
    src: url('/webfonts/DMSans_18pt-LightItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'DMSans';
    src: url('/webfonts/DMSans_18pt-ExtraLightItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'DMSans';
    src: url('/webfonts/DMSans_18pt-Medium.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'DMSans';
    src: url('/webfonts/DMSans_18pt-MediumItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}



@font-face {
    font-family: 'DMSans';
    src: url('/webfonts/DMSans_18pt-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'DMSans';
    src: url('/webfonts/DMSans_18pt-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'DMSans';
    src: url('/webfonts/DMSans_18pt-Black.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'DMSans';
    src: url('/webfonts/DMSans_18pt-BlackItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}


@font-face {
    font-family: 'DMSans';
    src: url('/webfonts/DMSans_18pt-Thin.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'DMSans';
    src: url('/webfonts/DMSans_18pt-ThinItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
* {
    font-family: "DMSans-Regular";
}
.fa-search, .fa-paper-plane {
    color: #f25940;
}

.form-control::placeholder { /* Firefox, Chrome, Opera */
    color: #f25940;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #f25940;
}

.form-control:-ms-input-placeholder { /* Microsoft Edge */
    color: #f25940;
}

a, #colorContacto, #colorCard, .genFile, .viewFichero, .table th, .btn-outline-primary.disabled, .btn-link, .page-link, .text-primary {
    color: #f25940;
}


#containerResize {
    left: 0px;
}

#cerrarSesion {
    float: right;
}


.socialMedia {
  margin-left: -20%;
}

.socialMediaImg {
    width: 25px;
}
.contFooter {
    font-size: 12px;
    margin-left: 20%;
}
/*EDITAR TABLAS*/
.tituloTabla {
    caption-side: top;
}

.textPrimary {
    color: #f25940 !important;
}


.btn-outline-primary {
    color: #f25940;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #f25940;
        border-color: #f25940;
    }

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #f25940;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #f25940;
    background-color: #f25940;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #f25940;
    background-color: #f25940;
}

.btn-primary {
    color: #fff;
    background-color: #f25940;
    border-color: #f25940;
}

.btn-outline-primary:disabled {
    color: #f25940;
    background-color: transparent;
}

a.dropdown-toggle.collapsed:focus {
    color: #fff; /*Cuando tiene el focus el navbar prevenimos que se quede todo azul*/
}

a.dropdown-toggle:focus {
    color: #fff;
}

a.dropdown-toggle.collapsed:focus {
    color: #fff;
}

#add {
    color: #f25940;
    background: #dee7ff;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #f25940;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #f25940;
    border-color: #f25940;
}


.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #f25940;
    border-color: #f25940;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    background-color: rgba(23, 55, 94, 0.2);
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background-color: #f25940;
    color: #fff;
}

.form-control::placeholder { /* Firefox, Chrome, Opera */
    color: #f25940;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #f25940;
}

.form-control:-ms-input-placeholder { /* Microsoft Edge */
    color: #f25940;
}

#barraTitulo {
    background-color: #f2e9e2;
}

#iconoLateral {
    color: white;
}


#barra-informativa {
    display: none;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: auto;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 99999;
    padding: 6px;
}

.inner {
    width: 100%;
    height: 100%;
    position: relative;
    padding-left: 5px;
    font-size: 0.95em;
    top: 30%;
}

    .inner a.info {
        padding-left: 5px;
        text-decoration: underline !important;
        color: #fff;
        font-size: 0.90em;
        font-weight: bold;
    }

    .inner a.ok {
        padding: 5px;
        margin: 0px;
        min-width: 0px;
        color: #ffffff;
        text-decoration: none;
        padding-left: 7px;
        padding-right: 7px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        text-transform: none;
        font-size: 0.90em !important;
    }

.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}

body {
    font-family: "DM Sans";
    font-size: calc(10px + (11 - 10)*(100vw - 400px)/(800 - 400));
    height: 100%;
}

.dl-horizontal dt {
    white-space: normal;
}

/*input,
select,
textarea {
    max-width: 350px;
}*/

.dataTables_filter {
    float: right !important;
}

.footer {
    display: block;
    margin-top: 30px;
    font-size: 12px;
}

   
    .footer a {
        color: black;
        margin: 15px 5px 5px 15px;
    }
    .footer h4 {
        font-family: 'DM Sans';
        margin: 5px 5px 5px 15px;
        font-size: 15px;
    }

.listInfFoot {
    display: block;
    color: black;
}

#sidebar.active {
    min-width: 5%;
    max-width: 15%;
    text-align: center;
}

#sidebar .sidebar-header strong {
    display: none;
}

#sidebar.active .sidebar-header h3 {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar .sidebar-body strong {
    display: none;
}

#sidebar.active .sidebar-body show {
    display: none;
}

#sidebar.active .sidebar-body strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
}

    #sidebar.active ul li a i {
        margin-right: 0;
        display: block;
        font-size: 1.8em;
        margin-bottom: 5px;
    }

/* Same dropdown links padding*/
#sidebar.active ul ul a {
    padding: 10px !important;
}

/* Changing the arrow position to bottom center position, 
   translateX(50%) works with right: 50% 
   to accurately  center the arrow */
#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}


/* End Sidebar configuracion */
.form-bienvenida {
    background-image: url("../Content/Images/bienvenido.jpg");
    min-height: 286px;
    background-repeat: no-repeat;
}

.cabeceraCard {
    cursor: pointer;
}

    .cabeceraCard:hover {
        color: #f25940;
    }

.OrangeCNV {
    color: #f25940;
}

.ColorGrayIcons {
    color: lightgray;
}

#overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    display: none;
}

#homeBienvenido2Img {
    max-width: 100%;
    min-width: 65%;
    content: url("/Content/Images/bienvenido2.jpg");
}

#homeBienvenidoImg {
    max-width: 100%;
    min-width: 65%;
    content: url("/Content/Images/bienvenido.jpg");
}



#imgHome {
    content: url("/Content/Images/LogoConversia.png");
    max-width: 100%;
}
#coberturaImg {
    content: url("/Content/Images/ServicioCobertura360.jpg");
}
#complianceImg {
    content: url("/Content/Images/ServiciosCompliance.jpg");
}
#MIGDImg {
    content: url("/Content/Images/ServiciosMIGD.jpg");
}
#PIGDImg {
    content: url("/Content/Images/ServiciosPIGD.jpg");
}

#AAFFImg {
    content: url("/Content/Images/administradoraaff.jpg");
}
#AppImg {
    content: url("/Content/Images/Servicio-APP-Conversia.jpg");
}

#docImg {
    width: 15%;
    height: 15%;
    content: url("/Content/Images/doc.png");
}

#docSend {
    width: 10%;
    height: 10%;
    content: url("/Content/Images/mail.png");
}

#docView {
    width: 5%;
    height: 5%;
    content: url("/Content/Images/lupa.png");
}

#okImg {
    width: 10%;
    height: 10%;
    content: url("/Content/Images/ok.png");
}

#koImg {
    width: 10%;
    height: 10%;
    content: url("/Content/Images/ko.png");
}


#cerrarSesion {
    float: none;
}

#containerResize {
    left: auto;
}

.form-control::placeholder { /* Firefox, Chrome, Opera */
    color: #f25940;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #f25940;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #f25940;
}

#barra-informativa {
    display: none;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: auto;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 99999;
    padding: 6px;
}

.inner {
    width: 100%;
    height: 100%;
    position: relative;
    padding-left: 5px;
    font-size: 0.95em;
    top: 30%;
}

    .inner a.info {
        padding-left: 5px;
        text-decoration: underline !important;
        color: #fff;
        font-size: 0.90em;
        font-weight: bold;
    }

    .inner a.ok {
        padding: 5px;
        margin: 0px;
        min-width: 0px;
        color: #ffffff;
        text-decoration: none;
        padding-left: 7px;
        padding-right: 7px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        text-transform: none;
        font-size: 0.90em !important;
    }

.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}


body {
    font-family: "DM Sans"; 
    height: 100%;
    background-color: white;
}

.dl-horizontal dt {
    white-space: normal;
}

/*input,
select,
textarea {
    max-width: 350px;
}*/

.footer {
    display: block;
    background-color: lightgray;
    margin-top: 30px;
    padding: 5px 5px 5px 15px;
    font-size: 12px;
}

/* Start Sidebar configuracion */
#content {
    width: 100%;
    padding: 25px;
    min-height: 100vh;
    transition: all 0.3s;
}

.wrapper {
    display: flex;
    align-items: stretch;
}

.sidebarCollapseButtons {
    position: absolute;
    margin-left: calc(100% - 5px);
    top: 1%;
}

.sidebarCollapseButtonsTransition {
    position: absolute;
    margin-left: calc(100% - 5px);
    top: 1%;
}

#sidebar {
    min-width: 25%;
    max-width: 25%;
    background: #221919;
    color: #fff;
    transition: all 0.3s;
}


/* display .overlay when it has the .active class */
.overlay.active {
    display: block;
    opacity: 1;
}

#dismiss {
    width: 35px;
    height: 35px;
    position: absolute;
    /* top right corner of the sidebar */
    top: 10px;
    right: 10px;
}

#sidebar .sidebar-header {
    padding: 25px 10px 0px 5px;
    background: #221919;
    color: #fff;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #fff;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

    #sidebar ul li a:hover {
        color: #f25940;
        background: #f2e9e2;
    }

#sidebar ul li.active > a {
    color: #f25940;
    /*background: #f25940;*/
}

a[aria-expanded="true"] { /* antes junto con la clase anterior*/
    color: #f2e9e2;
    background: #f25940;
}

a[data-toggle="collapse"] {
    position: relative;
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #221919;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}


li a, li a:hover, li a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

/* End Sidebar configuracion */
/* Shrinking the sidebar from 250px to 80px and center aligi>ning its content*/
#sidebar.active {
    min-width: 5%;
    max-width: 15%;
    text-align: center;
}
/* Toggling the sidebar header content, hide the big heading [h3] and showing the small heading [strong] and vice versa*/
#sidebar .sidebar-header strong {
    display: none;
}

#sidebar.active .sidebar-header h3 {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar .sidebar-body strong {
    display: none;
}

#sidebar.active .sidebar-body show {
    display: none;
}

#sidebar.active .sidebar-body strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
}

    #sidebar.active ul li a i {
        margin-right: 0;
        display: block;
        font-size: 1.8em;
        margin-bottom: 5px;
    }

/* Same dropdown links padding*/
#sidebar.active ul ul a {
    padding: 10px !important;
}

/* Changing the arrow position to bottom center position, 
   translateX(50%) works with right: 50% 
   to accurately  center the arrow */
#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}


/* End Sidebar configuracion */
.form-bienvenida {
    background-image: url("../Content/Images/bienvenido.jpg");
    min-height: 286px;
    background-repeat: no-repeat;
}

.cabeceraCard {
    cursor: pointer;
}

    .cabeceraCard:hover {
        color: #f25940;
    }

.OrangeCNV {
    color: #f25940;
}

.ColorGrayIcons {
    color: lightgray;
}

#overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    display: none;
}


#correcto {
    max-width: 100%;
    min-width: 65%;
    content: url("/Content/Images/correcto.png");
}

#docImg {
    width: 15%;
    height: 15%;
    content: url("/Content/Images/doc.png");
}

#docSend {
    width: 10%;
    height: 10%;
    content: url("/Content/Images/mail.png");
}

#docView {
    width: 8%;
    height: 8%;
    content: url("/Content/Images/lupa.png");
}

#okImg {
    width: 10%;
    height: 10%;
    content: url("/Content/Images/ok.png");
}

#koImg {
    width: 10%;
    height: 10%;
    content: url("/Content/Images/ko.png");
}

#complianceImg {
    content: url("/Content/Images/ServiciosCompliance.jpg");
}

#AAFFImg {
    content: url("/Content/Images/administradoraaff.jpg");
}

#HomeImg {
    content: url("Content/Images/LogoConversia.png");
    height: 2.25em;
}

#cnvMenu {
    content: url("/Content/Images/CNV_Menu.png");
    width: 23px;
    padding-bottom: 3px;
}

#homeBienvenido2Img {
    max-width: 100%;
    min-width: 65%;
    content: url("/Content/Images/bienvenido2.jpg");
}

#homeBienvenidoImg {
    content: url("/Content/Images/bienvenido.jpg");
    max-width: 100%;
    min-width: 100%;
}

#imgHome {
    content: url("/Content/Images/LogoConversia.png");
    max-width: 100%;
}

#legalitasImg {
    content: url("/Content/Images/Servicio-Conversia-Legalitas_1078x407.jpg");
    height: 100%;
    width: 100%;
}

#lssiImg {
    content: url("/Content/Images/ServiciosLSSI.jpg");
}

#facturaEImg {
    content: url("/Content/Images/ServiciosFacturaE.jpg");
}

#pbcImg {
    content: url("/Content/Images/ServiciosPBC.jpg");
}

#prpImg {
    content: url("/Content/Images/ServiciosPRP.jpg");
}

#rgpdImg {
    content: url("/Content/Images/ServiciosRGPD.jpg");
}

@media (max-width: 768px) {
    /* 80px and its content aligned to centre. Pushing it off the screen with the
       negative left margin
    */
    .socialMedia {
        margin-left: 0%;
        margin-top: 5px;
    }
    .contFooter {
        margin-left: 0%;
    }
    #sidebar.active {
        min-width: 5%;
        max-width: 25%;
        text-align: center;
        margin-left: -80px !important;
    }

    /* Reappearing the sidebar on toggle button click */
    #sidebar {
        margin-left: 0;
    }


        /* Toggling the sidebar header content, 
       hide the big heading [h3] and showing the small heading [strong] and vice versa
    */
        #sidebar .sidebar-header strong {
            display: none;
        }

        #sidebar.active .sidebar-header h3 {
            display: none;
        }

        #sidebar.active .sidebar-header strong {
            display: block;
        }

        /* Downsize the navigation links font size */
        #sidebar.active ul li a {
            padding: 20px 10px;
            font-size: 0.85em;
        }

            #sidebar.active ul li a i {
                margin-right: 0;
                display: block;
                font-size: 1.8em;
                margin-bottom: 5px;
            }

        /* Adjust the dropdown links padding*/
        #sidebar.active ul ul a {
            padding: 10px !important;
        }

    /* Changing the arrow position to bottom center position, 
      translateX(50%) works with right: 50% 
      to accurately  center the arrow */
    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
}

@media (max-width: 768px) {
    /* Start Sidebar configuracion */
    #content {
        width: 100%;
        padding: 25px;
        min-height: 100vh;
        transition: all 0.3s;
    }

    .wrapper {
        display: flex;
        align-items: stretch;
    }

    .sidebarCollapseButtons {
        position: absolute;
        margin-left: calc(100% - 5px);
        top: 1%;
    }

    .sidebarCollapseButtonsTransition {
        position: absolute;
        margin-left: calc(90% - 20px);
        top: calc(1% - 3px);
    }

    #sidebar {
        min-width: 100%;
        max-width: 100%;
        background: #343a40;
        color: #fff;
        transition: all 0.3s;
    }


    /* display .overlay when it has the .active class */
    .overlay.active {
        display: block;
        opacity: 1;
    }

    #dismiss {
        width: 35px;
        height: 35px;
        position: absolute;
        /* top right corner of the sidebar */
        top: 10px;
        right: 10px;
    }

    #sidebar .sidebar-header {
        padding: 25px 10px 0px 5px;
        background: #343a40;
        color: #fff;
    }

    #sidebar ul.components {
        padding: 20px 0;
        border-bottom: 1px solid #fff;
    }

    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }

    #sidebar ul li a {
        padding: 10px;
        font-size: 1.1em;
        display: block;
    }

        #sidebar ul li a:hover {
            color: #f25940;
            background: #fff;
        }

    #sidebar ul li.active > a {
        color: #f25940;
        /*background: #f25940;*/
    }

    a[aria-expanded="true"] { /* antes junto con la clase anterior*/
        color: #fff;
        background: #f25940;
    }

    a[data-toggle="collapse"] {
        position: relative;
    }

    ul ul a {
        font-size: 0.9em !important;
        padding-left: 30px !important;
        background: #343a40;
    }

    .dropdown-toggle::after {
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
    }

    li a, li a:hover, li a:focus {
        color: inherit;
        text-decoration: none;
        transition: all 0.3s;
    }

    /* End Sidebar configuracion */


    /* 80px and its content aligned to centre. Pushing it off the screen with the
       negative left margin
    */

    #sidebar.active {
        min-width: 5%;
        max-width: 25%;
        text-align: center;
        margin-left: -80px !important;
    }

    /* Reappearing the sidebar on toggle button click */
    #sidebar {
        margin-left: 0;
    }


        /* Toggling the sidebar header content, 
       hide the big heading [h3] and showing the small heading [strong] and vice versa
    */
        #sidebar .sidebar-header strong {
            display: none;
        }

        #sidebar.active .sidebar-header h3 {
            display: none;
        }

        #sidebar.active .sidebar-header strong {
            display: block;
        }

        /* Downsize the navigation links font size */
        #sidebar.active ul li a {
            padding: 20px 10px;
            font-size: 0.85em;
        }

            #sidebar.active ul li a i {
                margin-right: 0;
                display: block;
                font-size: 1.8em;
                margin-bottom: 5px;
            }

        /* Adjust the dropdown links padding*/
        #sidebar.active ul ul a {
            padding: 10px !important;
        }

    /* Changing the arrow position to bottom center position, 
      translateX(50%) works with right: 50% 
      to accurately  center the arrow */
    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
}

/*@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {*/
@media (max-width: 768px) {

    .tituloTabla {
        caption-side: top;
    }

    /* Force table to not be like tables anymore */
    table.tablaDocu, thead.tablaDocu, tbody.tablaDocu, th.tablaDocu, td.tablaDocu, tr.tablaDocu {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        thead.tablaDocu tr.tablaDocu {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    tr.tablaDocu {
        border: 1px solid #ccc;
    }

    td.tablaDocu {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

        td.tablaDocu:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
        }

        td.tablaDocu:nth-of-type(1):before {
            content: "Documentación";
            font-weight: bold;
        }

        td.tablaDocu:nth-of-type(2):before {
            content: "Descripción";
            font-weight: bold;
        }

        td.tablaDocu:nth-of-type(3):before {
            content: "Fecha Publicación";
            font-weight: bold;
        }

        td.tablaDocu:nth-of-type(4):before {
            content: "Descarga";
            font-weight: bold;
        }


        /*Tabla Facturas*/

    table.tablaFact {
        width: 100%;
        border-collapse: collapse;
    }

    th.tablaFact {
        background: #333;
        color: white;
        font-weight: bold;
    }

    td.tablaFact, th.tablaFact {
        padding: 6px;
        border: 1px solid #ccc;
        text-align: left;
    }


    table.tablaFact, thead.tablaFact, tbody.tablaFact, th.tablaFact, td.tablaFact, tr.tablaFact {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        thead.tablaFact tr.tablaFact {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    tr.tablaFact {
        border: 1px solid #ccc;
    }

    td.tablaFact {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

        td.tablaFact:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
        }

        td.tablaFact:nth-of-type(1):before {
            content: "Fecha Emisión";
            font-weight: bold;
        }

        td.tablaFact:nth-of-type(2):before {
            content: "Concepto";
            font-weight: bold;
        }

        td.tablaFact:nth-of-type(3):before {
            content: "Descarga";
            font-weight: bold;
        }
        /*Fin Tabla Facturas*/

    /* Force table to not be like tables anymore */
    table.tablaComuni, thead.tablaComuni, tbody.tablaComuni, th.tablaComuni, td.tablaComuni, tr.tablaComuni {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        thead.tablaComuni tr.tablaComuni {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    tr.tablaComuni {
        border: 1px solid #ccc;
    }

    td.tablaComuni {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

        td.tablaComuni:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
        }

        td.tablaComuni:nth-of-type(1):before {
            content: "Documento";
            font-weight: bold;
        }

        td.tablaComuni:nth-of-type(2):before {
            content: "Descarga";
            
            font-weight: bold;
        }

    td.tablaPres:nth-of-type(1):before {
        content: "Razon Social";
        font-weight: bold;
    }
    td.tablaPres:nth-of-type(2):before {
        content: "Cif";
        font-weight: bold;
    }
    td.tablaPres:nth-of-type(3):before {
        content: "Actividad";
        font-weight: bold;
    }

    td.tablaPres:nth-of-type(4):before {
        content: "Descarga";
        font-weight: bold;
    }

    td.tablaComunis:nth-of-type(1):before {
        content: "Cif";
        font-weight: bold;
    }

    td.tablaComunis:nth-of-type(2):before {
        content: "Razon Social";
        font-weight: bold;
    }

    td.tablaComuni:nth-of-type(3):before {
            content: "P.D.";
            font-weight: bold;
        }

    td.tablaComunis:nth-of-type(4):before {
        content: "CAE";
        font-weight: bold;
    }

    td.tablaComunis:nth-of-type(5):before {
        content: "";
        font-weight: bold;
    }

    td.tablaComp:nth-of-type(1):before {
        content: "Documentación";
        font-weight: bold;
    }

    td.tablaComp:nth-of-type(2):before {
        content: "";
        font-weight: bold;
    }

    td.tablaComDoc:nth-of-type(1):before {
        content: "Documentación";
        font-weight: bold;
    }

    /* Force table to not be like tables anymore */
    table.tablaComDoc, thead.tablaComDoc, tbody.tablaComDoc, th.tablaComDoc, td.tablaComDoc, tr.tablaComDoc {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        thead.tablaComDoc tr.tablaComDoc {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    tr.tablaComDoc {
        border: 1px solid #ccc;
    }

    td.tablaComDoc {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

        td.tablaComDoc:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
        }
    /* Force table to not be like tables anymore */
    table.tablaComp, thead.tablaComp, tbody.tablaComp, th.tablaComp, td.tablaComp, tr.tablaComp {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        thead.tablaComp tr.tablaComp {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    tr.tablaComp {
        border: 1px solid #ccc;
    }

    td.tablaComp {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

        td.tablaComp:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
        }

    /* Force table to not be like tables anymore */
    table.tablaComunis, thead.tablaComunis, tbody.tablaComunis, th.tablaComunis, td.tablaComunis, tr.tablaComunis {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        thead.tablaComunis tr.tablaComunis {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    tr.tablaComunis {
        border: 1px solid #ccc;
    }

    td.tablaComunis {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

        td.tablaComunis:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
        }


    /* Force table to not be like tables anymore */
    table.tablaPres, thead.tablaPres, tbody.tablaPres, th.tablaPres, td.tablaPres, tr.tablaPres {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        thead.tablaPres tr.tablaPres {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    tr.tablaPres {
        border: 1px solid #ccc;
    }

    td.tablaPres {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

        td.tablaPres:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
        }






    /* Force table to not be like tables anymore */
    table.tablaHistorico, thead.tablaHistorico, tbody.tablaHistorico, th.tablaHistorico, td.tablaHistorico, tr.tablaHistorico {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        thead.tablaHistorico tr.tablaHistorico {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    tr.tablaHistorico {
        border: 1px solid #ccc;
    }

    td.tablaHistorico {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

        td.tablaHistorico:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
        }


    /* Force table to not be like tables anymore */
    table.tablaCae, thead.tablaCae, tbody.tablaCae, th.tablaCae, td.tablaCae, tr.tablaCae {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        thead.tablaCae tr.tablaCae {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    tr.tablaCae {
        border: 1px solid #ccc;
    }

    td.tablaCae {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        text-align: center;
    }

        td.tablaCae:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
        }


        td.tablaCae:nth-of-type(1):before {
            content: "Actividad";
            font-weight: bold;
        }
        td.tablaCae:nth-of-type(2):before {
            content: "Razon Social Proveedor";
            font-weight: bold;
        }
        td.tablaCae:nth-of-type(3):before {
            content: "Cif Proveedor";
            font-weight: bold;
        }
        td.tablaCae:nth-of-type(4):before {
            content: "Actividad";
            font-weight: bold;
        }

        td.tablaCae:nth-of-type(5):before {
            content: "Email";
            font-weight: bold;
        }

        td.tablaCae:nth-of-type(6):before {
            content: "Fecha Envio";
            font-weight: bold;
        }

        td.tablaCae:nth-of-type(7):before {
            content: "";
            font-weight: bold;
        }


    td.tablaHistorico:nth-of-type(1):before {
        content: "Actividad";
        font-weight: bold;
    }

    td.tablaHistorico:nth-of-type(2):before {
        content: "Razon Social Proveedor";
        font-weight: bold;
    }
    td.tablaHistorico:nth-of-type(3):before {
        content: "Cif Proveedor";
        font-weight: bold;
    }

    td.tablaHistorico:nth-of-type(4):before {
        content: "Email";
        font-weight: bold;
    }

    td.tablaHistorico:nth-of-type(5):before {
        content: "Fecha Envio";
        font-weight: bold;
    }



    .envioCorreo {
        font-size: 10px;
        font-weight: bold;
    }

    .rellenarpdf {
        font-size: 10px;
        font-weight: bold;
    }
}

/*EDITAR TABLAS*/
table.tablaDocu {
    width: 100%;
    border-collapse: collapse;
}

table.tablaComuni {
    width: 100%;
    border-collapse: collapse;
}

table.tablaComp {
    width: 100%;
    border-collapse: collapse;
}

table.tablaComDoc {
    width: 100%;
    border-collapse: collapse;
}

table.tablaHistorico {
    width: 100%;
    border-collapse: collapse;
}

table.tablaComunis {
    width: 100%;
    border-collapse: collapse;
}
table.tablaPres {
    width: 100%;
    border-collapse: collapse;
}

table.tablaCae {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}


tr.tabla:nth-of-type(odd) {
    background: #eee;
}

th.tablaDocu {
    background: #333;
    color: white;
    font-weight: bold;
}

td.tablaDocu, th.tablaDocu {
    padding: 6px;
    border: 1px solid #ccc;
    text-align: left;
    width: 28%;
}

th.tablaComuni {
    background: #333;
    color: white;
    font-weight: bold;
}

td.tablaComuni, th.tablaComuni {
    padding: 6px;
    border: 1px solid #ccc;
    text-align: center;
}

th.tablaComp {
    background: #333;
    color: white;
    font-weight: bold;
    text-align: center;
}

td.tablaComp {
    text-align: center;
}

th.tablaComDoc {
    background: #333;
    color: white;
    font-weight: bold;
    text-align: center;
}
td.tablaComDoc {
    text-align: center;
}

th.tablaHistorico {
    background: #333;
    color: white;
    font-weight: bold;
    text-align: center;
}

td.tablaHistorico {
    text-align: center;
}

th.tablaComunis {
    background: #333;
    color: white;
    font-weight: bold;
}
th.tablaPres {
    background: #333;
    color: white;
    font-weight: bold;
}

th.tablaCae {
    background: #333;
    color: white;
    font-weight: bold;
    text-align: center;
}




#tablaComunis_previous {
    color: black;
    padding: 20px;
    background-color: transparent;
}

#tablaPrestadores_previous {
    color: black;
    padding: 20px;
    background-color: transparent;
}

#tablaComp_previous {
    color: black;
    padding: 20px;
    background-color: transparent;
}


#tablaComDoc_previous {
    color: black;
    padding: 20px;
    background-color: transparent;
}

#tablaHistorico_previous {
    color: black;
    padding: 20px;
    background-color: transparent;
}

.paginate_button {
    color: black;
    padding: 20px;
    background-color: transparent;
}

    .paginate_button:checked {
        color: red;
        padding: 20px;
        background-color: transparent;
    }

.footer {
    background-color: #f2e9e2;
}


