/* Add here all your CSS customizations */
.dataTables_wrapper .dataTables_filter label {
	width: 100%;
}
table.module-summary>tbody>tr>td{
	/*padding: 5px;*/
}
/*table#dt_manage_safety_topics tbody > tr >td:nth-child(3) {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media screen and (max-width: 991px){
	table#dt_manage_safety_topics {
		background: yellow;
	}
}*/

.multiselect-container > li.disabled.active label.checkbox{
	color:#fff !important;
}
.form-action-buttons{
    position: absolute;
    top: 10px;
    right: 10px;
}
.newAddMenu {
    z-index: 5;
    display: block;
    position: absolute;
    cursor: pointer;
    margin-top: -46px;
}