﻿
.min-h-100 {
    min-height: 100px;
}

/* Left sidebar hidden (MENU_LEFT_SIDEBAR_HIDE or users without roles) */
body.no-left-sidebar .content-page {
	margin-left: 0;
	width: 100%;
}

body.no-left-sidebar .footer {
	left: 0;
}

@media (min-width: 992px) {
	body.no-left-sidebar[data-layout-mode=detached] #wrapper {
		max-width: 100%;
	}

	body.no-left-sidebar[data-layout-mode=detached] .navbar-custom .container-fluid {
		max-width: 100%;
	}
}

.min-h-150 {
    min-height: 150px;
}

.min-h-200 {
    min-height: 200px;
}

.min-h-300 {
    min-height: 300px;
}

.min-h-400 {
    min-height: 400px;
}

.min-h-500 {
    min-height: 500px;
}
