.scroll {
   float:right;
   width: 42px;
    height: 42px;
    text-align: center;
    background: whiteSmoke;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    display: none;
    background: url(images/scrolltop.png) no-repeat;
    background-size:42px;
}

.tab-label{
    font-family: Roboto,"Helvetica Neue",sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: 32px;
    padding: 0 10px;
    cursor: pointer;
    min-width: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    flex-grow: 1;
}
.tab-header{
    display: flex;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,.12);
}
.tab-header-pag{
    display: flex;
    cursor: default;
    padding-left: 4px;
    position: relative;
    justify-content: center;
    align-items: center;
    min-width: 32px;
    z-index: 2;
    overflow:hidden;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
    cursor: pointer;
}
.pag-che{
    transform: rotate(-135deg);
    border-color: rgba(0,0,0,.38);
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: '';
    height: 8px;
    width: 8px;
}
.tab-label-cont{
    display: flex;
    flex-grow: 1;
    overflow: hidden;
}
.tab-list{
    flex-grow: 1;
    position: relative;
    transition: transform .2s cubic-bezier(.35,0,.25,1);
}
.tab-labels{
    display: flex;
    flex-wrap:wrap;
}
.tab-label:hover {color:#ff6b00;}
.bar {
    position: absolute;
    bottom: 0;
    height: 5px;
    transition: .5s cubic-bezier(.35,0,.25,1);
    background-color:#ff6b00;
}


.hx {display: none;}



