/* SmartAdmin 4.5.3 bug hotfix */
.mod-skin-dark:not(.mod-skin-light) .page-logo {
	border-bottom: none !important;
}

.mod-skin-dark:not(.mod-skin-light) .primary-nav {
	border-top: 1px solid #131313;
}

tr.alert-danger {
	color:#f40300 !important;
	background:#ffefee !important;
}

tr.alert-warning {
	color:#c19600 !important;
	background:#fffae9 !important;
}

tr.alert-success {
    color:#45a15a !important;
    background:#f7fdf9 !important;
}

.actions {
	white-space: nowrap;
}

.actions a {
	font-size:120%;
	padding: 0 3px;
}

textarea {
	font-family:monospace, consolas;
	font-size:12px;
}


