.sla_col1 {
	width: 120px;
	padding: 15px;
	text-align: left;
}

.sla_col {
	width: 70px;
	padding: 15px;
	text-align: center;
}

label {
	margin-right: 10px
}

/*span {
	margin-right: 10px
}*/

.padded {
    padding-bottom: 8px;
}

.ui-datatable-hor-scroll .ui-datatable-tablewrapper, .scrolling-div .ui-datatable-tablewrapper
	{
	overflow: auto;
	width: 100%;
	padding-bottom: 50px;
}

.btn-ulx {
    color: #fff;
    background-color: #00adba;
    border-color: #a42e39;
}

.btn-ulx {
  background-image: -webkit-linear-gradient(top, #00adba 0%, #00adba 100%);
  background-image: -o-linear-gradient(top, #00adba 0%, #00adba 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00adba), to(#00adba));
  background-image: linear-gradient(to bottom, #00adba 0%, #00adba 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
}

.btn-ulx-deny {
    color: #fff;
    background-color: #ce171a;
    border-color: #a42e39;
}

.btn-ulx-deny {
  background-image: -webkit-linear-gradient(top, #ce171a 0%, #ce171a 100%);
  background-image: -o-linear-gradient(top, #ce171a 0%, #ce171a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ce171a), to(#ce171a));
  background-image: linear-gradient(to bottom, #ce171a 0%, #ce171a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
}