/** This file contains css for mobile. It should be imported using a media query
    eg:   @import url("../custom-table-tabs-mobile.css") only screen and (max-width: 767px);
*/

.tabs-alt .tabs__wrapper {
    position: static;
}

.tabs .nav-bodytype-tabs ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.tabs .nav-bodytype-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    padding-left: 2rem;
}

.tabs .tabs__head:after {
    display: block;
}

.tabs .tabs__head {
    position: relative;
}

.tabs-alt .tab__table tbody td:nth-child(2) {
    width: 20%;
}

.tabs-alt .tab__table tbody td:first-child {
    padding-left: 3%;
    width: 52.5%;
}

.tabs-alt .tab__table tbody td:first-child {
    text-align: left;
    padding-left: 1.1rem;
    padding-right: 0;
}

.tabs-alt .tab__table tbody td {
    height: 3.1rem;
    text-align: right;
    padding-right: 2.6rem;
}

.tabs-alt .tab__table-row-highlighted {
    font-size: 1.8rem;
    line-height: 1.36;
    height: 3.6rem;
}

.tabs-alt .tab__table--sticky thead th:first-child {
    padding-left: 3%;
    width: 52.5%;
}

.tabs-alt .tab__table--sticky thead th:first-child {
    padding-left: 1%;
    width: 40%;
    text-align: left;
}

.tabs-alt .tab__table--sticky thead th {
    height: 5.2rem;
    padding-right: 0.5rem;
    text-align: right;
}

.tabs-alt .tab__table--sticky {
    position: relative;
}

.tabs-alt .tabs__tbl-row.is-current-tab .tabs__wrapper {
    display: flex;
}


.tabs-alt .tabs__tbl-body .tabs__wrapper {
    left: 30rem;
    position: static;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.tabs-alt .tabs__tbl-cell a svg {
    position: absolute;
    top: 50%;
    right: 0.6rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
}

.tabs-alt .tabs__tbl-cell a {
    font-size: 1.4rem;
    line-height: 1.36;
    position: relative;
    display: block;
    padding-right: 3.5rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

.tabs-alt .tabs__tbl-cell:first-child {
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.6%;
    flex: 0 0 31.6%;
    /*padding-left: 1.3rem;*/
}

.tabs-alt .tabs__tbl-cell {
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    height: auto;
    min-height: 4.8rem;
    position: relative;
}

.tabs-alt .tabs__tbl-head-cell:first-child {
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.6%;
    flex: 0 0 31.6%;
    /*padding-left: 1.3rem;*/
}

.tabs-alt .tabs__tbl-head-cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    min-height: 5.1rem;
    height: auto;
}

.tabs-alt .tabs__tbl-head {
    display: block;
}
