.group::after, .tabBlock-tabs::after {
    clear: both;
    content: "";
    display: table;
}

*, ::before, ::after {
    box-sizing: border-box;
}

.unstyledList, .tabBlock-tabs {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tabBlock {
    margin: 0 0 2.5rem;
}

.tabBlock-tab {
    background-color: #fff;
    border-color: #d8d8d8;
    border-right-style: solid;
    border-top: solid;
    border-width: 2px;
    color: #1565c0;
    cursor: pointer;
    display: inline-block;
    font-weight: 300;
    float: right;
    padding: 0.625rem 1.25rem;
    position: relative;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}
.tabBlock-tab:last-of-type {
    border-left-style: solid;
}
.tabBlock-tab::before, .tabBlock-tab::after {
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}
.tabBlock-tab::before {
    background-color: #1565c0;
    left: -2px;
    right: -2px;
    top: -2px;
}
.tabBlock-tab::after {
    background-color: transparent;
    bottom: -2px;
    left: 0;
    right: 0;
}
@media screen and (min-width: 700px) {
    .tabBlock-tab {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}
.tabBlock-tab.is-active {
    position: relative;
    color: #8bc34a;
    z-index: 1;
}
.tabBlock-tab.is-active::before {
    background-color: #8bc34a;
}
.tabBlock-tab.is-active::after {
    background-color: #fff;
}

.tabBlock-content {
    background-color: #fff;
    border: 2px solid #d8d8d8;
    padding: 1.25rem;
}

.tabBlock-pane > :last-child {
    margin-bottom: 0;
}


table.stocks {
    direction: rtl!important;
    text-align: center;
    width:100%;
    border: 1px solid #dedede;
}

table.stocks thead tr th {
    padding: 20px;
    border: 1px solid #dedede;
    color: #000
}

table.table-striped tbody tr:nth-of-type(odd) {
    background: #b9b4b4;
}

table.stocks tr td {
    padding: 10px 20px;
    border: 1px solid #dedede;
    direction: ltr;
}

table.stocks tr td img {
    max-width: 32px;
    float: left;
    margin-right: 11px;
    margin-top: 1px;
    border: 1px solid #dedede
}

.ar {
    direction: rtl;
    text-align: right;
}

.text-center {
    text-align: center!important;
}
