.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;
}
/* Asset list */
.asset_list_table tr i
{
	padding:0px 5px;
}
@media (max-width: 767px)
{
.responsive-table {
    overflow-x: auto !important;
}
}
/* View assets */
/* upcoming events table */
.upcoming_events_table tr i
{
	padding:0px 5px;
}
/* inspection table */
.viewassets_inspectionlist_table tr i
{
	padding:0px 5px;
}
/* inspection table */
.viewasset_schedulelist_table tr i
{
	padding:0px 5px;
}
/* View assets Schedule list */
.viewasset_schedulelist_table tr i
{
	padding:0px 5px;
}
/*Schedule list */
.schedulelist_schedule_table tr i
{
	padding:0px 5px;
}