
.addmoreprodtxtbx {
    background-color: #FFFFFF;
    background-image: url("<?=$this->base;?>/app/webroot/img/list_add.png");
    background-repeat: no-repeat;
    border: medium none;
    cursor: pointer;
    height: 16px;
    width: 16px;
}
.removeprodtxtbx {
    background-color: #FFFFFF;
    background-image: url("<?=$this->base;?>/app/webroot/img/list_remove.png");
    background-repeat: no-repeat;
    border: medium none;
    cursor: pointer;
    height: 15px;
    margin-left: 5px;
    width: 16px;
}
.editprodtxtbx {
    background-color: #FFFFFF;
    background-image: url("<?=$this->base;?>/app/webroot/img/edit.png");
    background-repeat: no-repeat;
    border: medium none;
    cursor: pointer;
    height: 15px;
    margin-left: 5px;
    width: 16px;
}
.img-circle {
  transition: transform .2s; /* Animation */
  width: 30%;
  margin: 0 auto;
}

.img-circle:hover {
  transform: scale(2.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


	.ui-wrapper {
    height: 28px;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
    top: 0;
    width: 154px;
}


table {
  table-layout: fixed;
  width: 100%;
  border: 1px solid black;
}

td {
  border: 1px solid black;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

th {
  border: 1px solid white;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.svgwidth{
       font-size: 29px;
}
