/* your styles go here */

.orderList.IsActive {
    display: none;
}

.orderList {
    display: block;
}

.dataTables_wrapper .dataTables_length {
    float: right !important;
}

.dataTables_wrapper .dataTables_filter {
    float: left !important;
    text-align: right;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(169 169 169 / 5%) !important;
}

.nctable tbody td {
    padding-left: 20px !important;
}

.header-button {
    padding: 30px 2rem 10px 2rem;
}

    .header-button ul {
        display: flex;
        list-style: none;
        float: right;
    }

        .header-button ul li {
            padding-left: 20px;
        }

.btn-primary-grey {
    color: #fff;
    background-color: #2a2a2a;
    border-color: #2a2a2a;
}
.btn-primary-yellow {
    color: #fff;
    background-color: #fcad02;
    border-color: #fcad02;
    padding:0 10px !important;
}

.DocumentNo {
    position: relative;
    float: left;
    padding: 5px 0;
    top: -15px;
    font-weight:500
}
.DealerName {
    position: relative;
    float: right;
    padding: 5px 0;
    top: -15px;
    font-weight: 500
}
.text-muted-blue {
    color: #4680ff !important;
    font-weight:600;
}
/*Stock Page List Style*/
.stockList{
   
}
.stockList p{
   margin:0;
}
    .stockList .title {
        font-weight: 600;
        color: #323232;
       
        margin-top: 15px;
    }

.stockList .stock{
    display:block;
    width:100%;
    border:1px solid rgba(42, 42, 42, 0.25);
    border-radius:5px;
    margin-top:10px;
    
}
    .stockList .stock .stockCodetitle {
        background: #4680ff;
        border-radius: 5px 5px 0 0;
        padding: 2px;
        color: #fff;
        width: 100%;
        text-align: center;
    }
.stockList .stock p i{
    font-size:15px;
    color:#4680ff;
    padding:0 5px;
    width:30px;
    text-align:center;
}
    .stockList .stock p{
        font-size: 14px;
        font-weight:500;
        color: #2a2a2a;
        
    }
.orderList .stockList {
    display: block;
}
.orderList .IsActive {
    display: none;
}

.link a{
    text-decoration:none;
}
.stockCount{
    float:right;
    font-weight:600;
    font-size:15px;
    color:#2a2a2a;
    
}
/*Kreasyon Orders*/