/* Small (sm) */
@media (max-width: 576px) 
{
	.container-size-sm
	{
		max-width: 992px !important;
	}
}

/* Medium (md) */
@media (min-width: 576px) 
{
	.container-size-sm
	{
		max-width: 992px !important;
	}
}

/* Large (lg) */
@media (min-width: 992px) 
{
	.container-size-sm
	{
		max-width: 500px !important;
	}
}

/* Extra large (xl) */
@media (min-width: 1200px) 
{
}

/* MAX Medium (md) */
@media (max-width: 768px) 
{
	/* Unset min-height from tolerance calculation  */
	.left-col
	{
		min-height: unset !important;
	}
	.right-col
	{
		min-height: unset !important;
	}
}

.dropdown-full-width > .dropdown-toggle
{
	width: 100% !important;
}

#iframe-to-place > iframe
{
	height: 250px !important;
}

.login-footer > .navbar-container
{
	/*replace this if possible*/
	height: fit-content !important;
}

.right-col
{
	overflow-y: auto;
}
