.table {
    color: inherit
}

.table thead th {
    border-top: 0;
    border-bottom-width: 1px;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.table th {
    color: #9aa0ac;
    font-size: .875rem;
    font-weight: 400;
    text-transform: uppercase
}

.table td,
.table th {
    border-color: #E8E9E9;
    font-size: 14px
}

.table.table_custom {
    border-collapse: separate;
    border-spacing: 0 5px !important
}

.table.table_custom.spacing5 {
    border-spacing: 0 5px !important
}

.table.table_custom.spacing8 {
    border-spacing: 0 8px !important
}

.table.table_custom thead tr {
    background: transparent
}

.table.table_custom tr {
    background: #f5f5f5
}

.table.table_custom tr th,
.table.table_custom tr td {
    border: 0
}

.table.table-md th,
.table.table-md td {
    padding: .5rem
}

.table.table-vcenter td,
.table.table-vcenter th {
    vertical-align: middle
}

.table.table-center td,
.table.table-center th {
    text-align: center
}

.table.table-striped tbody tr:nth-of-type(odd) {
    background: transparent
}

.table.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, 0.04)
}

.table.table-custom {
    border-collapse: separate !important
}

.table.table-custom.spacing5 {
    border-spacing: 0 5px !important
}

.table.table-custom.spacing8 {
    border-spacing: 0 8px !important
}

.table.table-custom td,
.table.table-custom th {
    vertical-align: middle;
    border-top: 0
}

.table.table-custom2 {
    border-collapse: separate !important;
    border-spacing: 1px 1px !important
}

.table.table-custom2 tr td,
.table.table-custom2 tr th {
    border: none;
    font-size: 15px
}

.table.table-custom2 thead,
.table.table-custom2 tbody {
    background: #fff
}

.table.text-wrap td,
.table.text-wrap th {
    white-space: nowrap
}

.table.table-hover tbody tr:hover {
    color: #666A6D
}

.table-calendar {
    margin: 0 0 .75rem
}

.table-calendar td,
.table-calendar th {
    border: 0;
    text-align: center;
    padding: 0 !important;
    width: 14.2857142857%;
    line-height: 2.5rem
}

.btn{
    color: white;
    background-color: #21a5e3;
}

.btn:hover{
    color: white;
    background-color: #21a5e3;
}