/* This is the logo link clickable area */
#logo-zone {
top: 18px;
left: 11px;
height: 21px;
width: 20px;
}

/* Show in Large desktops and laptops OR Landscape tablets and medium desktops*/
@media (min-width: 280px) 
{
	.bgimg {
		background: url('../../Resources/Bg/bg_abstract1.jpg?n=0') no-repeat center center fixed;
		background-size: 100% 100%;
		height: 100%;
		width: 100%;
		overflow-x: hidden;
		overflow-y: auto;
	}

	/*.login-container
	{
		margin-right: 6%;
	}*/
}

/* Portrait tablets and small desktops */
@media (min-width: 280px) and (max-width: 991px) 
{
	#divAdv {
        display: none;
	}
  	/*.bgimg 
    {
    	background-image: none;
    }*/
}

html, body {
	height: 100%;
	width: 100%;
}

.absoluteBtmRight {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.btn-mobile-size {
    height: 50px;
    min-width: 90px;
}

@media (max-width: 880px) {
	.page-sidebar,
	.page-sidebar.sidebar-fixed:before {
		width: 100%;
	}
}