/* your styles go here */
.c-red{
    color: #ff4566;
}
.pagination{
    justify-content: flex-end;
}
.pagination li a {
    cursor: pointer;
    padding: 0.5rem 0.75rem;
    line-height: 1.25;
    color: #33b35a;
    background-color: #fff;
    border: 1px solid #ddd;
    position: relative;
    display: block;
    margin-left: -1px;
}
.pagination li span {
    cursor: pointer;
    padding: 0.5rem 0.75rem;
    line-height: 1.25;
    color: #33b35a;
    background-color: #fff;
    border: 1px solid #ddd;
    position: relative;
    display: block;
    margin-left: -1px;
}
.pagination .active a{
    z-index: 3;
    color: #fff;
    background-color: #33b35a;
    border-color: #33b35a;
}
.del-img{
    width: 100%;
    padding: 2px;
    position: absolute;
    top: 0px;
    display: none;
}
.del-img div{
    background-color: #6c757d;
    opacity: 0.8;
    text-align: center;
}
.del-icon{
    width: 20px;
    height: 20px;
    display: inline-block;
}
.goods_img{
    width: 100%;
    max-height: 100px;
}
.addpic {
    margin-top: 6px;
    display: block;
    width:80px;
    height: 80px;
    line-height: 80px;
    float: left;
    border: 1px dashed #ccc;
    background: #f9f9f9;
    text-align: center;
    font-size: 40px;
    color: #cfcfcf;
    margin-right: 10px;
    position: relative;
    padding: 0;
    cursor: pointer;
}
.table td, .table th{
    padding: 0.4rem 0.75rem;
    vertical-align: middle;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #343a40;
}
.table thead th {
    border-bottom: 2px solid #343a40;
}
.table{
    color: #343a40;
}
.form-control{
    border: 1px solid #343a40;
}
.table-responsive{
    white-space: nowrap;
}