﻿/* Cambio maquetación formulario rutas autobuses para cribado de mama en vista móbil */

@media (max-width: 959px) {
    #ctl00_panelPrincipalMestra section.content.container .consulta-ruta-autobuses .field-tab-contents .table-responsive-mobile {
        display: block !important;
    }

    #ctl00_panelPrincipalMestra section.content.container .consulta-ruta-autobuses .field-tab-contents .table-responsive-pc {
        display: none;
    };
}

#ctl00_panelPrincipalMestra section.content.container .consulta-ruta-autobuses .field-tab-contents .table-responsive-mobile {
    display: none;
}

#ctl00_panelPrincipalMestra section.content.container .consulta-ruta-autobuses .table-responsive-mobile .table-responsive-mobile-tr {
    border-bottom: 2px solid #E7EBF0;
}

#ctl00_panelPrincipalMestra section.content.container .consulta-ruta-autobuses .table-responsive-mobile .table-responsive-mobile-tr:first-child {
    border-top: 2px solid #E7EBF0;
}

#ctl00_panelPrincipalMestra section.content.container .consulta-ruta-autobuses .table-responsive-mobile .table-responsive-mobile-td {
    display: flex;
    flex-direction: row;
    border-bottom: 1px dotted #E7EBF0;
}

#ctl00_panelPrincipalMestra section.content.container .consulta-ruta-autobuses .table-responsive-mobile .table-responsive-mobile-td:last-child {
    border-bottom: none;
}

#ctl00_panelPrincipalMestra section.content.container .consulta-ruta-autobuses .table-responsive-mobile .table-responsive-mobile-td-head {
    font-weight: 700;
    min-width: 100px;
    width: 30%;
    padding: 8px 16px 7px 8px;
    align-self: center;
}

#ctl00_panelPrincipalMestra section.content.container .consulta-ruta-autobuses .table-responsive-mobile .table-responsive-mobile-td-body {
    width: 70%;
    padding: 8px 8px 7px 8px;
    align-self: center;
}