#sld_preview_img{position: relative;
width: 224px;}
#sld_preview_img img{
width: 134px;
border: 1px solid #ddd;
padding: 4px;
margin: 6px;
}
.sld_remove_bg_image{
	font-size: 11px;
position: absolute;
right: 62px;
top: -8px;
background: #fff;
border: 1px solid #ddd;
padding: 8px 10px;
border-radius: 50%;
cursor: pointer;
line-height: 10px;
}
.sld_remove_bg_image:hover{
	color:#000;
}

/************************************//
/* css for custom table */

/* Table Css for slider list page */
.qc_sld_table_area{margin-top: 20px;}



.qc_sld_table {
  margin: 0 0 40px 0;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: table;
}
.sld_responsive_head{
	display:none;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {

  .qc_sld_cell {
    display: block !important;
  }
  .qc_sld_row {
	display: block !important;
}
.sld_header{display:none !important;}
.sld_responsive_head{

	display: block;
	float: left;
	width: 100px;
	font-size: 14px;
	font-weight: bold;
}
}

.qc_sld_table_head{
	color:#333 !Important;
}
.qc_sld_row {
  display: table-row;
  background: #fff;
}
.qc_sld_row:nth-of-type(odd) {
  background: #e9e9e9;
}
.qc_sld_row.sld_header {
  font-weight: 900;
  
  background: #e8e8e8;
}
.qc_sld_row.sld_header .slider_hero_cell{
	color:#fff;
}
.qc_sld_cell {
  color: #555;
  display: table-cell;
  font-weight: normal;
  padding: 8px 12px;
  vertical-align: middle;
	max-width: 250px;
}
.entry_list_edit{
	background: #4B99AD;
    padding: 8px 15px 8px 15px;
    border: none;
    color: #fff;
	cursor:pointer;
    min-width: 65px;
}
.entry_list_delete{
	background: #d02c2c;
    padding: 8px 15px 8px 15px;
    border: none;
    color: #fff;
	margin-top: 4px;
	cursor:pointer;
    min-width: 65px;
}
