#top-message {
	pointer-events: none;
	/*display: none;*/
}

/*#top-message.show {
	display: block;
}

#top-message.show {
	pointer-events: none;
}*/

#top-message .center-toast.show, #top-message .right-toast.show {
	margin-top: 1rem !important;
}

.no-navbar main {
	margin-top: 50px !important;
}

.dropdown-menu.scroll {
	margin-right: 0; /*-8px !important;*/
	padding-right: 0; /*8px !important;*/
}
.check-button .custom-control { top: -2px; }

@media (max-width:575px) {
	#app-container.condensed.menu-mobile main {
		margin-left: 4px !important;
		margin-right: 4px !important;
	}

	.sw-main ul.card-header {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}
	.sw-main .tab-content {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}
}

.sw-main>ul.step-anchor.ps {
	margin-top: -2px;
    padding-bottom: 18px;
}

.sw-main.sw-theme-default>ul.step-anchor.ps>li.active>a::before {
	margin-top: 0;
}

.sw-main.sw-theme-check>ul.step-anchor.ps>li>a:before, .sw-main.sw-theme-dots>ul.step-anchor.ps>li>a:before {
	top: 42px;
}

.sw-main.sw-theme-check>ul.step-anchor:before, .sw-main.sw-theme-dots>ul.step-anchor:before {
	top: 67px;
}

.sw-theme-check .sw-container {
	min-height: unset;
}

.dataTable.table-condensed thead th,.dataTable.table-condensed tbody td {
    padding: 0.65rem 0.5rem !important;
}
