﻿table,
table tr th,
table tr td {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

td, th {
    height: 40px;
    line-height: 40px;
}

table {
    width: 100%;
    text-align: center;
    border-color: #E4E4E4;
    border-collapse: collapse;
}

td {
    text-align: center;
    background-color: #fff;
    border-bottom: 1px dashed #E4E4E4;
}

th {
    background-color: #F4F4F4;
    text-align: center;
}

.none {
    display: none;
}

.hr-tabs__header {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
}

.hr-tabs__nav {
    white-space: nowrap;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear,-webkit-transform .2s linear;
}

.hr-tabs__item {
    padding: 0 6px;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    display: inline-block;
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    color: #303133;
    position: relative;
}

.is-active {
    color: #FF6600;
    border-bottom: 1px solid #FF6600;
}

.hr-state-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
}

.f-bold {
    font-weight: bold;
}

.margin-left-right-2 {
    margin: 0px 2px;
}
