﻿.oreders-list{
    background: #d7dfe9;
}
.oreders-list .search-header  {
    background-color: #008496;
    display: inherit;
    position: relative;
    box-shadow: 0 3px 12px rgb(0 0 0 / 20%);
    z-index: 9;
}
.oreders-list .list{
    max-width: 1600px;
    margin: 0 auto;
    padding: 15px 0 25px 0;
}
.oreders-list table.dc-table{
    border-spacing: 0 2px;
    margin: 15px 0;
}
.oreders-list table.dc-table thead > tr > th{
    padding: 4px 8px;
}
.oreders-list table.dc-table thead > tr > th:first-child, 
.oreders-list table.dc-table tbody > tr > td:first-child{
    padding-left: 8px;
}

.oreders-list .status{
    background: #2196f3;
    color: #fff;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.01rem;
}
.oreders-list .status.submitted{
    background: #8253c7;    
}
.oreders-list .status.returned{
    background: #f44336;    
}
.oreders-list .status.accepted{
    background: #06a72e;    
}

