/* Metro Banner v2 */
body{
	margin: 0px;
	position: relative;
}

.MetroBannerBox{
	position: fixed;
	font-family: 'Segoe UI', Tahoma, Helvetica, Sans-Serif !important;
	color: white;
	z-index: 400000 !important;

	padding: 8px 0px;
	opacity: 0;

	-webkit-box-shadow: 0 2px 20px 0 rgba(0,0,0,0.5);
	box-shadow: 0 2px 20px 0 rgba(0,0,0,0.5);
}

.mbtop{
	top: 0px;
	left: 0px;
	width: 100%;
}

.mbbottom{
	bottom: 0px;
	left: 0px;
	width: 100%;
}

.mbleft{
	left: 0px;
	top: 0px;
	height: 100%;
	width: 300px;
}

.mbright{
	right: 0px;
	top: 0px;
	height: 100%;
	width: 300px;
}

.mbTableContainer{
	border: 0px !important;
	width: 100%;
	border-spacing: 0;
  	border-collapse: collapse;
}

.mbTableContainer td,
.mbTableContainer th {
  padding: 0;
}

.mbW35l,.mbW35r{
	width: 35px;
}

.mbW35r img{
	padding-right: 10px;
}

.mbW35l img{
	padding-left: 10px;
}

.mbTitle{
	display: block;
	font-size: 18px;
	font-weight: lighter;
}

.mbContent{
	display: block;
	font-size: 14px;
}


.mbClose, .mbIcon{
	width: 45px;
}

.mbClose{
	cursor: pointer;
}


/* Left or Right Position */
.mbTableHeightContainer{
	width: 100%;
	height: 100%;
}

.mbTableHeightContainer .mbTitle{
	font-size: 25px;
}

.mbLeft .mbClose{
	position: absolute;
	right: 10px;
}

.mbIconLeftRight{
	margin-top: 90px;
	width: 100px;
}

.mbRight .mbClose{
	position: absolute;
	left: 10px;
}


.mbContent input{

	color: black;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border: 0px;
	margin-right: 5px;
	margin-top: 5px;

}

.mbContent .mbbutLogIng{
	font-family: 'Segoe UI', Tahoma, Helvetica, Sans-Serif !important;
	font-size: 14px;
	display: block;
	margin-top: 5px;
	background-color: #572080;
	padding: 5px;
	width: 75px;
	border: 1px solid white;
	cursor: pointer;

	color: white;
}



/* Small Screen */
@media (max-width: 450px){

	.mbW35{
		width: 25px;
	}

	.mbClose,.mbIcon{
		width: 25px;
	}

}

@media (max-height: 450px){

	.mbIconLeftRight{
		margin-top: 20px;
		width: 80px !important;
	}

	.mbClose{
		width: 30px;
	}
}