.admin .modal-content {
  width: 600px;
}
.nimCardsAdmin .tab-pane
{
	margin-top:10px;
}

.admin.add_panel .modal-content {
  width: 700px;
}

.navbar-nav .dropdown-menu
{
	position:absolute !important;
}
#core-admin-dashboard .modal-body
{
	max-height:500px;
	overflow:scroll;
}
.tableoptions form
{
	margin:0px;
}
.tableoptions button.action-table-trash,
.btn_action_table
{
	border:0px;
	background:none;
	cursor:pointer;
}
.btn-primary.disabled, .btn-primary:disabled
{
	background-color:#6c757d !important;
	border:0px !important;
}

table.check_modules tbody th,
table.dataTable tbody td {
    white-space: nowrap;
}
table.check_modules
{
	table-layout:fixed
}

.modal-dialog.check_modules {
  width: auto !important;
  max-width: 960px !important;
}
