/************************************************
	#Branded Pages: test environment
************************************************/
/************************************************
	body.test-environment
************************************************/
body.test-environment .page-body{
	margin-bottom: 80px !important;
}


/************************************************
	#test-environment-bar
************************************************/
#test-environment-bar{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	background: #069EE9;
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	z-index: 100;
}
#test-environment-bar.development-server{
	background: #FF4500;
}
@media screen and (min-width: 650px)
{
	#test-environment-bar{
		padding: 30px;
	}
}

/************************************************
	.message-dialog
************************************************/
.message-dialog{
	max-width: 500px;
	margin: 0 auto;
	font-size: 15px;
	text-align: center;
}
.message-dialog :checked ~ label .icon{
	color: #069EE9 !important;
}
.message-dialog .button{
	padding: 0 40px;
	background: #069EE9;
	color: #FFF;
	font-size: 15px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.message-dialog .dialog-header{
	background: #069EE9;
	font-weight: 700;
	
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.message-dialog .dialog-header h1{
	padding: 10px;
	margin: 0;
	color: #FFF;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}
.message-dialog .dialog-header .close-dialog-button{
	top: 0;
	right: 7px;
}
.message-dialog .dialog-header .close-dialog-button .icon{
	font-size: 24px;
}
.message-dialog .dialog-content{
	padding: 20px;
	background: #FFF;
}
.message-dialog .section{
	margin: 20px 0 0;
}
.message-dialog .section:first-child{
	margin: 0;
}
.message-dialog .dialog-footer{
	padding: 10px;
	border-top: 1px solid #DAE1EA;
	background: #FFF;
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}