.textcode {
    padding: 2px 4px;
    font-size: 90%;
    color: #ffffff;
    background-color: #dd4b39 !important;
    border-radius: 4px;
}
.example-modal .modal {
      position: center;
      top: 20%;
      bottom: auto;
      right: auto;
      left: 30%;
      display: block;
      z-index: 1;
}

.example-modal .modal {
      background: transparent !important;
}

.descheight {
	  height: 80px;
	  overflow-wrap: break-word;
	  word-wrap: break-word;
	  word-break: break-all;
}

.example-modal .modal {
      position: relative;
      top: auto;
      bottom: auto;
      right: auto;
      left: auto;
      display: block;
      z-index: 1;
}

.example-modal .modal {
     background: transparent !important;
}
   
.fade-scale {
	  transform: scale(0);
	  opacity: 0;
	  -webkit-transition: all .25s linear;
	  -o-transition: all .25s linear;
	  transition: all .25s linear;
}

.fade-scale.in {
  	opacity: 1;
  	transform: scale(1);
}

.table th {
    border-top: none !important;
}

.box-top-color {
	border-top-color:#00c0ef;
}

@media (max-width: 767px)
{
.responsive-table {
    overflow-x: auto !important;
}
}

table.dataTable thead > tr > th{
 padding-right: 30px;
 font-size: 14px;
}
table.table-bordered tbody th, table.table-bordered tbody td {
border-left-width: 0;
border-bottom-width: 0;
font-size: 14px;
}
table thead > tr > th{
 padding-right: 30px;
 font-size: 14px;
}
table tbody th, table tbody td {
border-left-width: 0;
border-bottom-width: 0;
font-size: 14px;
}
.addRemoveSelectBox {
	height: 122px !important;
}
.alignAddRemove{
	 width: 104px;
	margin-top:10%;
    margin-left: 7% !important;
    margin-right: 7% !important;
}
.wid80{
	width: 80px;
}
.bottom3 {
    margin-bottom: 3%;
}
.top3 {
	margin-top:3%;
}
.addRemoveSelectBox {
	height: 122px !important;
}
.padd0{
	padding : 0px;
}
.left3 {
	margin-left: 3% !important;
}