/* Start container for form*/
#form_container{
width:137px;
height:200;
background-color:#FFF;
border-radius: 15px;
padding-top: .5px;
padding-bottom:8px;
padding-left:8px;
padding-right:8px;
box-shadow:rgba(0,0,0,0.5) 0px 0px 24px; 0px;
}
#email {
text-align:center;
font-size:10px;
}
#name { text-align:center;
float:left;
margin-bottom:15px;
font-size:10px;
}
#select-one { margin:auto;
width:135px;
}
#submit { margin:auto;
}
.linespace { height: .5em;
}
/* End css for volunteer form*/
#secretshopper {
border: none;
margin-left:7px;
clear:both;
}
#background_image {
background-repeat:no-repeat;
background-position:center;
background-size: 100%;
width:100%;
height:100%;
position: absolute;
top: 0;
left: 0;
border: none;
}
.nobordericon {border:none;
}
/*Start of event photos container*/
#event_photo_container {
width:390px;
height:100;
background-color:#FFF;
border-radius: 15px;
padding-top: .5px;
padding-bottom:8px;
padding-left:8px;
padding-right:8px;
box-shadow:rgba(0,0,0,0.5) 0px 0px 24px; 0px;
overflow:hidden;
margin:auto;
margin-bottom:15px;
}
#event_photo_table {border:none;
overflow:hidden;
}
/*End of event photos container*/
/*Start of event social media container*/
#social_media_container
{width:8.8em;
height:3.438em;
background-color:#FFF;
border-radius: 0.625em;
padding-bottom:0.500em;
padding-left:0.250em;
padding-right:0.688empx;
box-shadow:rgba(0,0,0,0.5) 0px 0px 24px 0px;
overflow:hidden;
background: -webkit-gradient(linear, left top, left bottom,
color-stop(0%, white), color-stop(15%, white), color-stop(100%, #D7E9F5));
background: -moz-linear-gradient(top, white 0%, white 55%, #D5E4F3 130%);
}
#social_media_icons
{
display:inline-block;
padding:.3em;
margin-top:1px;
overflow:hidden;
clear: both;
}
.nobordericon
{border:none;
opacity:.8;
filter:alpha(opacity=90); /* For IE8 and earlier */
overflow:hidden;
}
.nobordericon:hover
{opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
overflow:hidden;
}
#secret_wrapper { margin-top:3.1em; }
#secret_container {
width:137px;
height:3.338em;
background-color:#FFF;
border-radius: 15px;
padding-top: .5em;
padding-bottom:8px;
padding-left:8px;
padding-right:8px;
box-shadow:rgba(0,0,0,0.5) 0px 0px 24px; 0px;
background: -webkit-gradient(linear, left top, left bottom,
color-stop(0%, white), color-stop(15%, white), color-stop(100%, #D7E9F5));
background: -moz-linear-gradient(top, white 0%, white 55%, #D5E4F3 130%);
}
.secret_h4 { text-align:center;
color:#900;
text-decoration:underline;
font-size:14px;
padding:0px;
margin-top:8px;
}
/*End of event social media container*/