/**
 * @file jquery.ui.sharecard.css
 * Default style declarations for Sound Transit ShareCard UI widget.
 */

.sharecard {
	display:none;
	position: absolute;
	overflow:hidden;
}

.sharecard .card_container {
	position: absolute;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.sharecard .card_container:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.sharecard .card {
	position: relative;
	float: left;
	background-color: rgba(255,255,255, .85);
	color: #575756;
	font-family: Helvetica, Arial, sans-serif;
}

.card .close_btn {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 10px;
	background: #797979;
	color: #cacaca;
	font-weight: bold;
	height: 20px;
	width: 20px;
	line-height: 19px;
	padding-left: 1px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-box-shadow:  0px 1px 0px 0px #fff;
	box-shadow:  0px 1px 0px 0px #fff;
	opacity: .8;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.card .close_btn:hover {
	opacity: 1;
}

.back_btn {
	position:absolute;
	left: 10px;
	top: 10px;
	width: 22px;
	height:17px;
	background: url("../img/btn_back.png") no-repeat left top;
	cursor: pointer;
	text-indent: -9999px;
	overflow:hidden;
}

.card .options {
	position: absolute;
	left: 171px;
	top: 108px;
	margin: 0;
	padding: 0;
}

.card .chosen {
	position: absolute;
	left: 147px;
	top: 85px;
}

.card .options h1,
.card .chosen h1 {
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.card .chosen h1 {
	margin-left: 50px;
}

.card .options .facebook-icon,
.card .options .twitter-icon,
.card .options .email-icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 34px;
	overflow: hidden;
	opacity: .6;
	-moz-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	-webkit-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}

.card .options .facebook-icon:hover,
.card .options .twitter-icon:hover,
.card .options .email-icon:hover {
	opacity: 1;
	cursor: pointer;
}

.big_buttons {
	float: left;
}

.bro {
	float: left;
	margin-right: 18px;
	margin-top: 18px;
	display: none;
}

.big_buttons .btn {
	display:block;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 8px;
	margin-bottom: 8px;
	background: rgba(255,255,255, .6);
	border: #fff 1px solid;
	-webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .2);
	box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .2);
	font-weight: bold;
	color: #777676;
	text-decoration: none;
	font-size: 12px;
	text-shadow: #fff 0px 1px 1px;
}

.big_buttons .btn:hover {
	background: rgb(255,255, 255);
}
