
#elex_excluded_prods table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#elex_excluded_prods td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

#elex_excluded_prods tr:nth-child(even) {
    background-color: #dddddd;
}

.elex-gpf-icon2 {
    height: 100%;
    width: 100%;
    background-image: url("../images/product-image.jpg");
}
.elex-gpf-icon2-view {
    background-position: -539px -324px; 
}
.elex-gpf-icon-delete  {
   /* height: 16px;
    wid*/th: 16px;
    background-image: url("../images/delete.png");
}
.elex-gpf-manage-feed-table-box {
    background: #fff;
    /*border-radius: 10px;*/
    padding: 16px;
    height: auto;
    width: 90%;
    position: relative;
    /*border: solid;
    border-color: blue;*/
}
.elex-gpf-exclude-id {
	width: 10%;
}
.elex-gpf-exclude-name {
	width: 60%;
}
.elex-gpf-exclude-reason {
	width: 25%;
}

.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid black;
  background-color: white;
}

.pagination a.pag-active {
  background-color: #4CAF50;
  color: white;
  border: 1px solid #4CAF50;
}

.pagination a.pag-disable {
  background-color: #ddd;
  color: white;
  border: 1px solid #4CAF50;
  cursor: not-allowed;
}

.pagination a:hover:not(.pag-active) {background-color: #ddd;}


.header_banner {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: white;
  border: solid;
  width: 95%;
  border-radius: 10px;
}
.sub_header_banner {
  list-style-type: none;
  margin: 0;
  overflow: hidden;

}

.elex-sub-header {
    padding-top: 1%;
    padding-left: 1%;
    font-size: 18px;
    width: 50%;
}

.header_banner li {
  float: left;
}
.elex_delete_image_element {
     padding-top: 1%;
    font-size: 23px;
    font-weight: bold;
}

.elex-exc-prod-img, .elex-exc-prev-img {
    float:right;
    padding-right: 0.6%;
    padding-top: 0.6%;
}