
@media only screen and (max-width:992px)
{
	.header-dashboard-icons { margin-top:10px!important; }
	.modal-xl, .modal-lg { max-width:none!important; }

	.lg-text-center { text-align: center !important; }
}

@media only screen and (max-width:576px)
{
	.modal-xl, .modal-lg { max-width:none!important; }
	.mobile-text-center { text-align: center !important; }

	.dashboardcode-bsmultiselect ul li {
		width: 100% !important;
	}
}

@media only screen and (max-width:768px)
{
	#footer .footer-nav .footer-link-column {
		text-align: center !important;
		padding: 0 !important;
	}

	#footer .footer-nav .footer-large {
		display: none;
	}

	#footer .footer-nav .footer-mobile {
		display: block !important;
	}

	#footer .footer-nav .right-box {
		border-left: 0;
	}


	#footer .footer-nav .row-footer-links {
		max-width: none;
		width: 100%;
	}

	.dashboardcode-bsmultiselect ul li {
		width: 50%;
	}

	.articles-top-carousel .carousel-inner .card {
		max-width: 250px;
	}
}