.stock-nav-tabs .nav-tabs > button.active:nth-child(1) {
    background-color: #ededed;
}

.stock-nav-tabs .nav-tabs > button.active:nth-child(2) {
    background-color: #e1eaf7;
}

.stock-nav-tabs + .tab-content tr td {
    vertical-align: middle;
}

.stock-nav-tabs + .tab-content table:nth-child(1) tr:not(:last-child) {
    border-bottom: 1px solid #a19a9a;
}

.stock-nav-tabs + .tab-content thead {
    /*display: none;*/
}

.thumbnail {
    position: relative;
}

.thumbnail.selected::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 9px solid #ed1c24;
    position: absolute;
    top: -8px;
    left: 7px;
}

.stock-nav-tabs + .tab-content input {
    padding: 2px 10px
}

.stock-nav-tabs + .tab-content table:nth-child(1) {
    margin-bottom: 0;
}

.stock-nav-tabs + .tab-content table:nth-child(2) {
    border-top: 1px solid #a19a9a;
}

.stock-nav-tabs + .tab-content #ready_stock_nav .table-responsive {
    background-color: #EFEFEF;
    padding: 15px 0;
}

.stock-nav-tabs + .tab-content #intend_stock_nav .table-responsive {
    background-color: #e1eaf7;
    padding: 15px 0;
}

.stock-nav-tabs + .tab-content .table-responsive td:nth-child(1) {
    width: 48%;
}

.stock-nav-tabs + .tab-content .table-responsive td:nth-child(2) {
    width: 52%;
}