tbody>tr.deltaplus-invoice-waiting{
	opacity:1;
	background-color:#ededed !important;
}
tbody>tr.deltaplus-invoice-waiting>td:nth-child(1){
	border-left: 15px solid darkgray;
}
.agl_tile_tasks_list tbody tr.deltaplus-invoice-danger.deltaplus-invoice-full-line,
#invoice-history-table>tbody>tr.deltaplus-invoice-danger{
	opacity:1;
	background-color:#f4cbca !important;
}
tbody>tr.deltaplus-invoice-danger>td:nth-child(1){
	border-left: 15px solid red;
}
.agl_tile_tasks_list tbody>tr.deltaplus-invoice-warning.deltaplus-invoice-full-line,
#invoice-history-table tbody>tr.deltaplus-invoice-warning{
	opacity:1;
	background-color:#ffddb3 !important;
}
tbody>tr.deltaplus-invoice-warning>td:nth-child(1){
	border-left: 15px solid orange;
}
.text-center{
	text-align:center !important
}

.btn-group .btn-default{
	background-color: #9a9b9c !important;
    border-color: #9a9b9c !important;	
}
.btn-group .btn-default.active {
    background-color: #ffed0c !important;
    border-color: #e1c900 !important;
	color:black !important;
}
.fixedAnchor{
	z-index: 10;
    margin: 0;
}
.clickable{
	cursor:pointer
}
.deltaplus-loading{
	margin: 0;
    padding: 0 2px 0 25px;
    background: url(./images/loading_blanc_small.gif) no-repeat 5px center;
    font-weight: bold;
    color: #a5a6a8;
    width:10px;
    height:15px;
    
}
.dp-full-width-label{
	width:11%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}
.dp-full-width-field{
	width:89%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}
.dp-full-width-field.agl-documentsactivity-fileinput-container{
    padding-left: 0;
	
}

#NCForm .agl-exploreged-open{
	display:none;
}

#NCForm .agl-formactivity-panelLabel .btn{
	margin-left:10px;
}

#NCForm .agl-formactivity-panelLabel .btn:not(.clickable){
	pointer-events:none;
}
#NCForm .agl-formactivity-panelLabel .btn:not(.active){
	background-color : #f7f7f7;
	border-color : darkgrey;
	color : grey;
}
#NCForm .agl-formactivity-panelLabel .btn.active{
	font-weight:bold;
    box-shadow: none;
}
.modal-body{
	width: 100%;
}
#Ratings tbody td[data-aglcolumn="Rating"] .btn-default.agl-tableactivity-radioBtnLabel:not(.active){
	color:white !important;
}
#Ratings tbody td[data-aglcolumn="Rating"] .btn-default.agl-tableactivity-radioBtnLabel.active span{
	font-weight:bold !important;
}