/* html5 for older browsers */
article, aside, details, figcaption, figure, footer, header,
hgroup, menu, nav, section {
    display: block;
}

.activity-container {
    margin: 5px 0;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 5px rgba(51, 51, 51, 0.7);
    padding: 10px 5px 5px 5px;
}

.activity-name {
    padding-left: 10px;
    padding-right: 10px;
}

.bs-form-box {
    border: 1px solid #eee;
    border-top-color: #e5e5e5;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05) inset;
    padding: 45px 15px 15px;
    position: relative;
    border-radius: 4px;
}

.bs-title {
    color: #959595;
    font-size: 12px;
    font-weight: 700;
    left: 15px;
    letter-spacing: 1px;
    position: absolute;
    text-transform: uppercase;
    top: 15px;
}

.col-activity {
    height: 100px;
    overflow: hidden;
    margin: 0;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 5px rgba(51, 51, 51, 0.7);
    padding: 15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 4px;
    padding-right: 4px;
}

/* BOOSTRAP CAROUSEL ================================================== */
/* Overriding the indicators list style of bootstrap*/
.carousel-indicators {
    bottom: 50px;
}

.carousel-indicators .active {
    border: 2px solid #016cbe;
    background-color: #016cbe;
    height: 40px;
    margin: 0;
    width: 40px;
}

.carousel-indicators li {
    border: 2px solid #efefef;
    background-color: #efefef;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    margin: 1px;
    text-indent: -999px;
    width: 30px;
    border-radius: 50%;
}

.carousel-indicators li > img {
    height: 30px;
    width: 30px;
    display: block;
    max-height: 100%;
    max-width: 100%;
}

.carousel-indicators li.active > img {
    height: 40px;
    width: 40px;
    display: block;
    max-height: 100%;
    max-width: 100%;
}

/* END BOOSTRAP CAROUSEL ================================================== */

/* CAROUSEL ================================================== */
.list_carousel {
    margin-left: -10px;
    margin-bottom: 20px;
}

.list_carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.list_carousel li {
    width: 25%;
    display: block;
    float: left;
    margin-left: 10px;
    cursor: default !important;
    height: auto;
}

.list_carousel.responsive {
    width: auto;
    margin-left: -10px;
}

.clearfix {
    float: none;
    clear: both;
}

.list_carousel .carousel_nav {
    position: absolute;
    padding-right: 11px;
    right: 0;
    top: -52px;
    background: #fff;
    padding-left: 5px;
}

a.prev, a.next {
    width: 24px;
    height: 24px;
    display: block;
    position: relative;
    float: left;
    margin-left: 3px;
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box;;
}

a.prev:hover, a.next:hover {
    background-color: #0E8FAB
}

a.prev {
    background-position: -2px 0
}

a.prev.disabled {
    background-color: #555
}

a.next {
    background-position: -22px 0
}

a.next.disabled {
    background-color: #555
}

a.prev.disabled, a.next.disabled {
    cursor: default
}

a.prev span, a.next span {
    display: none
}

.pager {
    float: left;
    width: 300px;
    text-align: center;
}

.pager a {
    margin: 0 5px;
    text-decoration: none;
}

.pager a.selected {
    text-decoration: underline
}

.timer {
    background-color: #999;
    height: 6px;
    width: 0px;
}

.testimonials .list_carousel li {
    width: 330px
}

.carousel-content {
    float: left;
    width: 100%;
}

.featured-projects {
    background: #fff;
    font-size: 12px;
    -moz-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    text-align: center;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    border: 1px solid #eee;
    border-bottom: double #ddd;
}

.featured-projects:hover {
}

.featured-projects-image {
    padding: 0px
}

.featured-projects-image img {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.featured-projects-image a {
    display: block
}

.featured-projects-content {
    padding: 0 10px
}

.featured-projects-content p {
    margin-bottom: 10px
}

.featured-projects-content h1 {
    font-size: 13px;
    line-height: 1;
    font-family: OpenSansRegular;
    font-weight: bold;
}

.featured-projects-content h1 a {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    display: block;
    color: #222;
}

.small {
    font-size: 12px
}

/* END CAROUSEL ================================================== */

/* DASHBOARD ================================================== */
table.dashboard td {
    text-align: center;
    vertical-align: middle;
    padding: 1px 1px 1px 1px;
}

table.dashboard {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
}

.dashboard-highchart-graphic {
    max-width: 98%;
    margin: 0 auto;
}

/* END DASHBOARD ================================================== */

/* DropDown user menu*/
.dropdown-menu-inverse {
    background-image: linear-gradient(to bottom, #3c3c3c 0px, #222 100%);
    background-repeat: repeat-x;
}

.dropdown-menu-inverse > li > a {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color: #9d9d9d;
}

.dropdown-menu-inverse .divider {
    background-color: #080808;
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
}

.dropdown-menu-inverse > li > a:hover {
    color: #fff;
}

/* DropDown user menu*/

/*events*/

.event-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.event-list > li {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 5px rgb(51, 51, 51);
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
    padding: 0px;
    margin: 0px 0px 15px;
}

.event-list > li.cal-day {
    margin-bottom: 5px;
}

.event-list > li > time {
    display: inline-block;
    width: 100%;
    color: rgb(255, 255, 255);
    /*background-color: rgb(52, 60, 69);*/
    background-image: linear-gradient(to bottom, #3c3c3c 0px, #222 100%);
    background-repeat: repeat-x;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

.event-list > li > time > span {
    display: none;
}

.event-list > li > time > .day {
    display: block;
    /*    font-size: 56pt;
        font-weight: 100;*/
    line-height: 1;
}

.event-list > li time > .month {
    display: block;
    /* font-size: 24pt;*/
    font-weight: 900;
    line-height: 1;
    padding: 10px;
}

.event-list > li > img {
    width: 100%;
}

.event-list > li > .info {
    padding: 5px;
    text-align: center;
}

.event-list > li > .info > .title {
    font-size: 17pt;
    font-weight: 700;
    margin: 0px;
}

.event-list > li > .info > ul,
.event-list > li > .social > ul {
    display: table;
    list-style: none;
    margin: 10px 0px 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
}

.event-list > li > .social > ul {
    margin: 0px;
}

.event-list > li > .info > ul > li,
.event-list > li > .social > ul > li {
    display: table-cell;
    cursor: pointer;
    color: rgb(30, 30, 30);
    font-size: 11pt;
    font-weight: 300;
    padding: 3px 0px;
}

.event-list > li > .info > ul > li > a {
    display: block;
    width: 100%;
    color: rgb(30, 30, 30);
    text-decoration: none;
}

.event-list > li > .social > ul > li {
    padding: 0px;
}

.event-list > li > .social > ul > li > a {
    padding: 3px 0px;
}

.event-list > li > .info > ul > li:hover,
.event-list > li > .social > ul > li:hover {
    color: rgb(30, 30, 30);
    background-color: rgb(200, 200, 200);
}

/* Filters*/
.filters select {
    width: 100%;
}

.filters select.lab-date, .filters input.lab-date {
    width: 90%;
}

.jumbotron-container {
    margin-top: 60px;
}

/* DropDown user menu*/

.jumbotron-container {
    margin-top: 60px;
}

.label-field-param {
    margin-bottom: 5px;
}

.navbar-logo {
    padding: 5px 15px;
}

.navbar-main-menu {
    margin-bottom: 0;
}

.navbar-static-top {
    border-width: 0 0 2px;
}

/* LAB PANEL  ================================================== */
/* index list of elements */

.lab-dashboard-container {
    margin: 0.1rem;
}

.lab-item-panel {
    text-align: left;
    padding: 0.05em 0.7em 0.05em 1em !important;
}

.lab-panel-heading {
    /*background-color: #D3E1F1 !important;*/
    background-image: -webkit-linear-gradient(#C1E3F3, #E6F1F6) !important;
    background-image: linear-gradient(#C1E3F3, #E6F1F6) !important;
    background-repeat: repeat-x;
    padding-top: 2px !important;
}

.lab-panel:hover {
    webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.lab-panel-body {
    padding-top: 0.3rem !important;
    min-height: 63px;
}

.lab-compact-container-panel {
    height: 55px;
    overflow: auto;
}

.lab-short-container-panel {
    height: 100px;
    overflow: auto;
}

.lab-small-container-panel {
    height: 148px;
    overflow: auto;
}

.lab-container-panel {
    height: 202px;
    overflow: auto;
}

.lab-almost-large-container-panel {
    height: 225px;
    overflow: auto;
}

.lab-large-container-panel {
    height: 252px;
    overflow: auto;
}

.lab-little_large-container-panel {
    height: 300px;
    overflow: auto;
}

.lab-very-large-container-panel {
    height: 325px;
    overflow: auto;
}

.lab-almost-huge-container-panel {
    height: 390px;
    overflow: auto;
}

.lab-huge-container-panel {
    height: 415px;
    overflow: auto;
}

.lab-extra-huge-container-panel {
    height: 450px;
    overflow: auto;
}

.lab-item-description {
    color: #337AB7 !important;
    padding: 0.3rem;
    font-size: 1em;
    margin-bottom: 0;
    text-align: justify;
    overflow: hidden
}

h4.lab-item-name {
    font-size: 1.3em;
    font-weight: 700;
    margin-bottom: 0.3em;
    height: 43px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: flex; /*adds begin*/
    align-items: center;
    margin: 0;
    height: 60px;
    overflow: auto; /*adds end*/
}

h4.lab-item-name input {
    margin: 0
}

/* retrieve information*/

.lab-wrapper {
    width: 100%;
    margin: 2em auto;
    text-align: left;
}

.lab-flex {
    display: flex;
    width: 100%;
}

.lab-retrieve {
    color: #333;
}

.lab-retrieve-general {
    color: #333;
    width: 33%;
}

.lab-retrieve-title {
    background: #889c9c;
    color: #fff;
    width: 33%;
}

.lab-retrieve-identifier {
    background: #889c9c;
    color: #fff;
    width: 33%;
}

.lab-retrieve-description {
    background: #889c9c;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    width: 33%;
}

.lab-retrieve-icon {
    padding: 0;
}

.lab-retrieve-panel-heading {
    padding-bottom: 2px !important;
}

.modal-panel {
    margin-bottom: 0;
}

.panel-body > p {
    text-align: left;
}

/* END LAB PANEL  ================================================== */

/* PORTAL ================================================== */
.portal-container {
    /*min-height: 500px;*/
}

h3.page-header {
    border-bottom: 1px solid #909090;
}

.portal-container .panel, .thumbnail, .item-list {
    margin-bottom: 10px;
}

.portal-navbar > li > a:hover {
    background-image: linear-gradient(to bottom, #337ab7 0px, #265a88 100%);
    background-repeat: repeat-x;
    border-color: #245580;
}

.portal-navbar > li > .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 1px;
}

.portal-caption {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    color: white;
    height: auto;
    padding: 0 15px;
    position: absolute;
    width: 100%;
}

.portal-caption > h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.portal-caption-container {
    height: 50px;
}

/* END PORTAL ================================================== */

.requests-badges {
    padding: 2px 7px;
}

.resource-block {
    margin-bottom: 10px;
}

.rotate_loading {
    display: none;
    position: fixed;
    opacity: 0.8 !important;
    height: 100%;
    width: 100%;
    background: transparent url("/assets/plugin_assets/labpro_errors/ajax-loader-f1b9b97b.gif") 50% 50% no-repeat;
}

/*Interesting sites*/
.site-description {
    color: #a6a6a6;
    text-align: center !important;
    font-size: 1.1em;
    font-style: italic;
    margin: 0;
    padding: .5em .5em 0 0;
}

div.siteLink:hover {
    cursor: hand;
    cursor: pointer;
    opacity: .8;
}

a.siteLink {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
}

/*Interesting sites end*/
/* MULTIPLE RESPONSIVE TABLE*/


/* New version resonsive tables ================================================== */
/***** Tables *****/
table.labpro_responsive {
    text-rendering: optimizeLegibility;
    border: 1px solid #e4e4e4;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 4px;
    border-radius: 3px;
    border-spacing: 2px;

}

table.labpro_responsive thead th {
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-top-color: #ddd;
    border-right-color: #ddd;
    border-left-color: #ddd;
    border-bottom-color: #ddd;
    padding: 0.4rem 0.4rem 0.4rem 0.4rem;
}

table.labpro_responsive, .table-list-header th {
    background-color: #EEEEEE;
    padding: 4px;
    white-space: nowrap;
    font-weight: bold;
}

table.labpro_responsive tbody tr:not(:last-child) {
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    border-inline: 1px solid transparent;
}

table.labpro_responsive td {
    text-align: center;
    vertical-align: middle;
    padding: 0.4rem 0.4rem 0.4rem 0.4rem;
    font-weight: normal;
}

table.labpro_responsive td.id {
    width: 2%;
    text-align: center;
}

table.labpro_responsive td.name, table.labpro_responsive td.description {
    text-align: left;
}

table.labpro_responsive td.subject, table.labpro_responsive td.parent-subject {
    text-align: left;
}

table.labpro_responsive td.comments, table.labpro_responsive td.roles {
    text-align: left;
}

table.table.labpro_responsive td.attachments, table.labpro_responsive td.text {
    text-align: left;
}

table.labpro_responsive td.short_description {
    text-align: left;
}

table.labpro_responsive td.attachments span {
    display: block;
    height: 16px;
}

table.labpro_responsive td.attachments span a.icon-download {
    display: inline-block;
    visibility: hidden;
}

table.labpro_responsive td.attachments span:hover a.icon-download {
    visibility: visible;
}

table.labpro_responsive td.tick {
    width: 15%
}

table.labpro_responsive td.checkbox {
    width: 15px;
    padding: 2px 0 0 0;
}

table.labpro_responsive .checkbox input {
    padding: 0px;
    height: initial;
}

table.labpro_responsive td.buttons, div.buttons {
    white-space: nowrap;
    text-align: right;
}

table.labpro_responsive td.buttons a, div.buttons a {
    margin-right: 0.6em;
}

table.labpro_responsive td.buttons a:last-child, div.buttons a:last-child {
    margin-right: 0;
}

table.labpro_responsive td.buttons img, div.buttons img {
    vertical-align: middle;
    border-top: 24px solid #ddd;
    border-bottom: 24px solid #ddd;
}

table.labpro_responsive avatar {
    vertical-align: middle;
    border-top: 4px solid #ddd;
    border-bottom: 4px solid #ddd;
}

table.labpro_responsive td.reorder {
    width: 15%;
    white-space: nowrap;
    text-align: center;
}

table.labpro_responsive table.progress td {
    padding-right: 0px;
    height: 0.5rem;
    vertical-align: middle;
    align: center;
}

table.labpro_responsive caption {
    text-align: left;
    padding: 0.3em 0.3em 0.3em 0.3em;
}

table.labpro_responsive tr.overdue td.due_date {
    color: #c22;
}

table.labpro_responsive.enumerations {
    table-layout: fixed;
    margin-bottom: 2em;
}

table.labpro_responsive:not(.odd-even) tbody tr:nth-child(odd), .odd, #issue-changesets div.changeset:nth-child(odd) {
    background-color: #f6f7f8;
}

table.labpro_responsive:not(.odd-even) tbody tr:nth-child(even), .even, #issue-changesets div.changeset:nth-child(even) {
    background-color: #fff;
}

table.labpro_responsive:not(.odd-even) tbody tr:nth-child(odd):hover, .odd:hover, #issue-changesets div.changeset:nth-child(odd):hover,
table.labpro_responsive:not(.odd-even) tbody tr:nth-child(even):hover, .even:hover, #issue-changesets div.changeset:nth-child(even):hover {
    background-color: #ffffdd;
}

@media screen and (max-width: 600px) {
    table.labpro_responsive caption {
        background-image: none;
    }

    table.labpro_responsive thead {
        display: none;
    }

    table.labpro_responsive tbody td {
        display: block;
        padding: .6rem;
    }

    table.labpro_responsive tbody tr td:first-child {
        background: #EEEEEE;
        color: #333;
    }

    table.labpro_responsive tbody td:before {
        content: attr(data-th);
        font-weight: bold;
        display: inline-block;
        float: left;
    }
}


/* RESPONSIVE TABLES ================================================== */

table#labpro {
    text-rendering: optimizeLegibility;
    border: 1px solid #e4e4e4;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 4px;
}

table#labpro thead th {
    border-width: 1px;
    border-style: solid;
    border-top-color: #ddd;
    border-right-color: #ddd;
    border-left-color: #ddd;
    border-bottom-color: #ddd;
}

table#labpro th {
    background-color: #EEEEEE;
    padding: 4px;
    white-space: nowrap;
    font-weight: bold;
}

table#labpro tbody tr:not(:last-child) {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 600px) {
    table#labpro caption {
        background-image: none;
    }

    table#labpro thead {
        display: none;
    }

    table#labpro tbody td {
        display: block;
        padding: .6rem;
    }

    table#labpro tbody tr td:first-child {
        background: #EEEEEE;
        color: #333;
    }

    table#labpro tbody td:before {
        content: attr(data-th);
        font-weight: bold;
        display: inline-block;
    }
}


/*
Menu
*/
.labpro_butn_menu_portal {
    background: transparent;
    border: none;
    color: #fff;
    margin: 1.5rem;
}

/* END RESPONSIVE TABLE ================================================== */

.twbs .panel {
    margin-bottom: 0 !important;
}

@media screen and (max-width: 899px) {
    .dashboard-highchart-graphic, .dashboard-table-graphic {
        min-width: 99% !important;
        autoscroll: true
    }
}

@media (min-width: 768px) {
    .event-list > li {
        width: 100%;
        padding: 0px;
    }

    .event-list > li > time,
    .event-list > li > img {
        display: inline-block;
    }

    .event-list > li > .info {
        background-color: rgb(245, 245, 245);
        overflow: hidden;
    }

    .event-list > li > time,
    .event-list > li > img {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

    .event-list > li > .info {
        position: relative;
        text-align: left;
        padding: 15px;
    }

    .event-list > li > .info > ul {
        position: absolute;
        left: 0px;
        bottom: 0px;
    }

    .event-list > li > .info > p {
        padding: 5px;
        text-align: justify;
    }
}

/*events*/

@media (max-width: 768px) {
    .logo {
        max-height: 100%;
        max-width: 100%;
    }

    .col-request {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-height: 768px) {
    .logo {
        max-height: 100px;
        max-width: 100px
    }

    .col-request {
        padding-left: 3px;
        padding-right: 3px;
    }

}

@media screen and (max-width: 768px) {
    .filters input {
        width: 100%;
    }
}

.labpro_front_table {
    border-collapse: collapse; /* Elimina los bordes entre las celdas */
    background-color: transparent; /* Elimina el fondo de la tabla */
    font-family: Arial, sans-serif; /* Establece la fuente del texto */
    font-size: 14px; /* Establece el tamaño del texto */
    width: 100%;
    margin-inline: 4px;
}

.labpro_front_table thead {
    /*background-color: #f2f2f2;*/ /* Establece un fondo gris claro para la fila de encabezado */
}

.labpro_front_table th {
    font-weight: bold; /* Establece el peso de la fuente en negrita para los encabezados */
    text-align: center; /* Establece la alineación del texto a la izquierda */
    padding: 4px 10px;
    background-color: #ececec;
    /*border-radius: 25px;*/
}

.labpro_front_table tbody td {
    text-align: center; /* Establece la alineación del texto al centro para las celdas del cuerpo */
    padding: 8px; /* Agrega un relleno de 8 píxeles alrededor del contenido de las celdas */
}

.labpro_front_table tbody tr:hover td {
    background-color: rgba(0, 255, 255, 0.1);
    border-radius: 50px;
}

.labpro_front_table tbody td:first-child {
    text-align: left; /* Establece la alineación del texto al centro para las celdas del cuerpo */
    padding: 8px; /* Agrega un relleno de 8 píxeles alrededor del contenido de las celdas */
    padding-left: 24px;
    display: flex;
    align-items: flex-start;
}

.labpro_front_table tbody td:first-child a {
    display: flex;
    flex-direction: column;
    font-weight: bold;
}

fieldset#filters td.values select {
    max-width: 300px !important;
}

@media screen and (max-width: 899px) {
    table.labpro_responsive.tabular tbody td:not(:first-child) {
        position: relative;
        padding-left: 45%;
    }

    table.labpro_responsive.tabular tbody td:not(:first-child)::before {
        position: absolute;
        left: 0;
        width: 45%;
        text-align: right;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    table.labpro_responsive.tabular tbody td:not(:first-child) {
        text-align: left;
        margin-left: 10px;
    }
    table.labpro_responsive.tabular tbody td:after {
        content: '\00a0';
    }
}

.labpro_responsive thead tr:last-child th {
    position: sticky;
    top: -2px;
    z-index: 2;
}
.labpro_responsive tr.group td {
    position: sticky;
    top: 0px;
}
.labpro_responsive tr.group td::after, .labpro_responsive thead tr:last-child th::after {
    border-bottom: 1px solid #ccc;
    content: '';
    position: absolute;
    width: 100%;
    bottom: -1px;
    left: 0;
}