@charset "UTF-8";
/* CSS Document */

.summary-wrapper
{
	background-color:#292929;
	height:100%;
	
	position:absolute;
	
	display:table;
}

#summary-inner-wrapper
{
	display:table-cell;
	
	vertical-align:middle;
}

#submit-wrapper
{
	width:100%;
	height:100%;
	
	position:absolute;
	
	top:0;
	
	text-align:center;
	
	color:#FFF;
	font-family:Avenir-Black;
	font-size:22px;
}

#submit-inner-wrapper
{
	position:absolute;
	
	top:40%;
	left:50%;
	
	margin-left:-30px;
}

#submit-bg
{
	width:100%;
	height:100%;
	
	background-color:#000;
	
	opacity:0.8;
	
	position:absolute;
	
	top:0;
}

#submit-loader
{
	margin-bottom:10px;
}

.summary-input-wrapper
{
	margin-top:5px;
	padding-top:15px;
	padding-bottom:15px;
	
	width:100%;
	
	background-color:#333;
	
	text-align:center;
	
	color:#FFF;
}

#summary-img-wrapper
{
	position:relative;
	
	height:auto;
}

#summary-img
{
	position: absolute; width:auto; height:auto; max-width:150px; max-height:150px; margin: auto; top: 0; left: 0; right: 0; bottom: 0;
}

.summary-label
{
	color:#FFF;
	font-family:Avenir-Medium;
	font-size:16px;
	
	width:100px;
}

#summary-comment-text
{
	resize:none;
	vertical-align:top;
	padding: 10px;
	outline:none;
	border:none;
	font-family:Avenir-Medium;
	font-size:15px;
}

#summary-followup-checkbox
{
	-ms-transform: scale(1.5); /* IE */
	-moz-transform: scale(1.5); /* FF */
	-webkit-transform: scale(1.5); /* Safari and Chrome */
	-o-transform: scale(1.5);	
}

