#report-listing-dialog-mask{
	position:absolute;
	height:0;
	visibility: hidden;
	background-color: rgba(0,0,0,0);
	transition: background-color 0.5s ease-out;
	z-index: 1001;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	overflow: hidden;
}

#report-listing-dialog-mask.showing{
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	height: 100%;
	visibility: visible;
	background-color: rgba(0,0,0,.60);
}

#report-listing-dialog-container{
	position:absolute;
	height:0;
	max-width: 600px;
	opacity: 0;
	transition: opacity 0.4s ease-out .1s, transform 0.4s ease-out .1s;
	background: #eee;
	border-radius: 6px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	border: 1px solid #333;	
	left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    top: 80px;
    -webkit-transform: translate3d(0,-150px,0);
	transform: translate3d(0,-150px,0);
    overflow: hidden;
}

#report-listing-dialog-mask.showing #report-listing-dialog-container{
	height: 420px;
	-webkit-transform: translate3d(0,0px,0);
	transform: translate3d(0,0px,0);
	opacity: 1;
}

.report-listing-header-footer{
	font-size: 18px;
	line-height: 40px;
	margin: 0;
	font-weight: normal;
	text-align: center;
	width: 100%;
	position: absolute;
}

#report-listing-header{
	color: #555;
	top: 5px;
}

#report-listing-footer{
	color: #aaa;
	bottom: 0px;
}

#report-listing-cancel-btn{
    bottom: 5px;
    left: 13px;   
}

#report-listing-send-btn{
    bottom: 5px;
    right: 13px;
}

#report-listing-text {
	position: absolute;
    top: 50px;
    bottom: 60px;
    left: 0;
    right: 0;
    border: 3px solid #cccccc;
    padding: 5px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    box-sizing: border-box;
}

#report-copy-listing-agent {
	position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    padding: 5px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    color: #555;
}

#report-listing-success {
	display: none;
    position: absolute;
    bottom: 45px;
    width: 100%;
    text-align: center;
}

#report-listing-error {
	display: none;
    position: absolute;
    bottom: 45px;
    width: 100%;
    text-align: center;
    color: #ff6666;
}

#report-listing-text.invalid {
	border-color: #ff6666;
}

.report-listing-dialog-btn{
	position: absolute;
	color: #2E9BFF;
    text-decoration: none;
    line-height: 40px;
    font-size: 18px;
    outline: 0;
    background-repeat: no-repeat;
}

#report-listing-link-container {
	text-align: center;
	margin-top: 5px;
}

#report-listing-link {
	text-decoration: none;
	color: #2E9BFF;
	font-size: 14px;
}