.action_button_wrap {
    margin-bottom: 10px;
}
.table-striped tbody tr:nth-of-type(odd){
  background-color: unset;
}
.delete_red_row{
	background: #f8040473 !important;
  background-color: #f8040473 !important;
    color: #fff;
}
.green_row{
	background: #00800057 !important;
  background-color: #00800057 !important;
    color: #fff;
}
.center {
  text-align: center;
}

.pagination_main_wrap .pagination_item {
  display: inline-block;
}


.pagination_main_wrap .pagination_item a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px;
}

.pagination_main_wrap .pagination_item a.active {
  background-color: #00800057;
  color: white;
  border: 1px solid #00800057;
}

.pagination_main_wrap .pagination_item a:hover:not(.active) {background-color: #ddd;}
.first_radio_wrap{margin-right: 12px;}

.bg-login-image {
    background: url('https://forgarment.com/webwork/multyimg/images/ancient-town-lake-china_1112-11661627662032.jpg');
    }


.producttable table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
.producttable table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before{
  top: 40%;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    height: 1.5em;
    text-align: center !important;
    width: 7em;
    margin-top: -9px;
    display: block;
    position: absolute;
    color: white;
    border: .15em solid white;
    border-radius: 1em;
    box-shadow: 0 0 0.2em #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: "Courier New",Courier,monospace;
    line-height: 1.5em;
    content: "Details";
    background-color: #0275d8;
}
.producttable table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before,
.producttable table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before{
content: "Closed";
background-color: #d33333;
}

.producttable .dataTables_filter{
  display: none;
}
.product_list_ul_wrap{
  padding: 10px;
  border: 1px solid;
  width: 50%;
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
.product_list_ul_wrap{
  width: 100%;
}
}