/* Auth ------------------------------------------------------------------------------------------------------------- */

#auth {
	background: rgba(255, 255, 255, 0.95);
	-moz-box-shadow: 0 0 20px #000;
	-webkit-box-shadow: 0 0 20px #000;
	box-shadow: 0 0 20px #000;
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F2FFFFFF", endColorstr="#F2FFFFFF");
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#F2FFFFFF', endColorstr='#F2FFFFFF');
	padding: 50px 0;
	text-align: center;
}

#auth a {
	border-bottom: 2px solid #d3d3d3;
	color: #333;
	display: inline-block;
	font-size: 12px;
	text-decoration: none;
}

#auth h1 {
	display: block;
	float: none;
	font-size: 46px;
	font-weight: 300;
	letter-spacing: -.04em;
	line-height: 100%;
	margin: 0 0 10px 0;
	text-transform: capitalize;
}

#auth form {
	margin: 25px 0 10px 0;
}

#auth input,
#auth label {
	vertical-align: middle;
}

#auth input[type="text"],
#auth input[type="password"] {
	font-size: 20px;
	padding: 5px;
	height: 42px;
	width: 240px;
}

#auth input[type="text"],
#auth input[type="password"],
#auth input[type="submit"] {
	margin: 5px 5px 5px 0;
}

#auth input[type="checkbox"] {
	transform: initial;
}

#auth label {
	font-size: 12px;
	text-transform: capitalize;
}

/*
We need to repeat 'placeholder' rule because when a browser doesn't understand a selector,
it invalidates the entire line of selectors
*/

/* WebKit browsers */
#auth ::-webkit-input-placeholder {
	color: #c5c5c5;
	font-size: 30px;
	font-style: italic;
	font-weight: 100;
	line-height: 30px;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}

/* Mozilla Firefox 4 to 18 */
#auth :-moz-placeholder {
	color: #c5c5c5;
	font-size: 30px;
	font-style: italic;
	font-weight: 100;
	line-height: 30px;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}

/* Mozilla Firefox 19+ */
#auth ::-moz-placeholder {
	color: #c5c5c5;
	font-size: 30px;
	font-style: italic;
	font-weight: 100;
	line-height: 30px;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}

/* Internet Explorer 10+ */
#auth :-ms-input-placeholder {
	color: #c5c5c5;
	font-size: 30px;
	font-style: italic;
	font-weight: 100;
	line-height: 30px;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}

/* Customization ---------------------------------------------------------------------------------------------------- */

#customization {
	position: relative;
}

#customization .icon {
	vertical-align: inherit;
}

/* Customization Menu */
#customization > ul {
	background: url('/member/images/striped-texture.png');
	border: 1px solid #ddd;
	border-radius: 0 0 10px 10px;
	-webkit-box-shadow: 0px 8px 10px #ccc;
	-moz-box-shadow: 0px 8px 10px #ccc;
	box-shadow:			 0px 8px 10px #ccc;
	display: none;
	list-style: none;
	position: absolute;
	right: 5px;
	top: -8px;
	width: 275px;
	z-index: 200;
}

#customization > ul > li,
#add li.active a {
	background: #f9f9f9;
	border-bottom: 1px solid #e7e7e7;
	border-top: 2px solid #fff;
	clear: both;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	width: 100%;
}

#customization > ul > li:last-child {
	border-bottom: 0;
}

#customization > ul > li:hover {
	background: #fff;
}

#customization > ul > li > a,
#add li.active a {
	color: #306589;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	padding: 0 10px;
	text-transform: capitalize;
}

#customization > ul > li:hover > a {
	text-decoration: none;
}

#customization > ul > li.widget > a:first-child {
	float: left;
}

#customization > ul > li > a span {
	display: inline-block;
}

#customization > ul > li.widget > a:first-child {
	cursor: move;
	width: 160px;
}

#customization > ul > li.widget > a:first-child > span:first-child {
	background-position: -29px -62px;
	height: 12px;
	margin: 0 13px -1px 5px;
	width: 18px;
}

#customization > ul > li.widget > a:first-child:hover > span:first-child {
	background-position: -29px -74px;
}

#customization > ul > li.widget > a.disabled {
	color: #d1d1d1;
}

/* Drag&Drop selected widget */
#customization > ul > li.ui-sortable-helper {
	border: 1px solid #306589;
	-webkit-box-shadow: 0px 1px 1px #000;
	-moz-box-shadow: 0px 1px 1px #000;
	box-shadow: 0px 1px 1px #000;
	cursor: pointer;
}

#customization > ul > li.ui-sortable-helper a:first-child span {
	background-position: -29px -74px !important;
}

#customization li.ui-sortable-helper a.remove {
	display: none;
}

/* Drag&Drop placeholder */
#customization li.placeholder {
	background: none !important;
	border-top: 0;
	padding-top: 2px;
}

/* Remove */
#customization ul li a.remove {
	float: right;
	font-size: 9px;
	text-transform: none;
}

#customization ul li a.remove span:first-child {
	background-image: none;
	visibility: hidden;
}

#customization ul li a.remove:hover span:first-child {
	visibility: visible;
}

#customization ul li a.remove span.close {
	background-position: 0 -62px;
	height: 9px;
	margin: 0 5px -1px 5px;
	width: 9px;
}

#customization ul li a.remove:hover span.close {
	background-position: 0 -71px;
}

/* AddMore and Cancel */
#customization #add,
#customization #cancel {
	background-color: #f0f5f5;
	border-top: 0;
}

#customization #add:hover,
#customization #cancel:hover {
	background-color: #dae6e5
}

#customization #add > a,
#customization #cancel > a {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
	color: #79adbb;
	width: 100%;
}

#customization #add > a:hover,
#customization #cancel > a:hover {
	color: #306589;
	text-decoration: underline;
}

#customization #add > a:first-child > span:first-child {
	background-position: -9px -62px;
	height: 12px;
	margin: 0 16px -1px 8px;
	width: 12px;
}

#customization #add:hover > a:first-child > span:first-child {
	background-position: -9px -74px;
}

/* AddMore's arrow */
#customization #add > a span.arrow {
	background-position: -21px -66px;
	float: right;
	height: 4px;
	margin: 19px 5px 0 0;
	width: 8px;
	visibility: hidden;
}

#customization #add:hover > a span.arrow {
	visibility: visible;
}

#customization #add.active {
	background: none;
	height: auto;
}

#customization #add.active a {
	color: #fff;
}

#customization #add.active a:hover {
	text-decoration: none;
}

#customization #add.active > a span:first-child {
	background-position: -9px -86px !important;
}

#customization #add.active > a span.icon {
	background-position: -21px -98px;
	visibility: visible;
}

#customization #add.active ul li a.remove {
	display: none;
}

/* AddMore's Menu */
#customization #add.active ul {
	list-style: none;
}

#customization #add.active ul li {
	line-height: 100%;
}

#customization #add.active ul li a {
	display: list-item;
	font-size: 11px;
	padding: 9px 0 9px 0;
	text-transform: capitalize;
	background: url('/member/images/spacer.gif');
}

#customization #add.active ul li a:hover {
	background: rgba(0, 0, 0, 0.5);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000",endColorstr="#80000000");
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#80000000', endColorstr='#80000000'); /* Opacity property in IE */
}

#customization #add.active ul li a span:first-of-type {
	background-position: -9px -86px;
	display: inline-block;
	height: 12px;
	margin: 0 16px -2px 18px;
	visibility: hidden;
	width: 12px;
}

#customization #add.active ul li a:hover span:first-of-type {
	visibility: visible;
}

/* Selected Widget */
#customization #add.active ul li.ui-sortable-helper a {
	background: #f9f9f9;
	border: 1px solid #306589;
	-webkit-box-shadow: 0px 1px 1px #000;
	-moz-box-shadow: 0px 1px 1px #000;
	box-shadow: 0px 1px 1px #000;
	color: #306589;
	-ms-filter: none;
	filter: none; /* Opacity property in IE */
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	padding: 0;
}

#customization #add.active ul li.ui-sortable-helper a:first-child span {
	background-position: -9px -74px;
	visibility: visible;
}

/* Cancel & Reset */
#customization #cancel {
	border-radius: 0 0 5px 5px;
}

#customization #cancel a > span {
	background-position: -47px -62px;
	height: 15px;
	margin: 0 12px -2px 5px;
	width: 18px;
}

#customization #cancel:hover a > span {
	background-position: -47px -77px;
}

/* Use this class when mouse is on the Reset button */
#customization #cancel.disabled {
	background-color: #f0f5f5;
}

#customization #cancel.disabled > a:hover {
	color: #79adbb;
	text-decoration: none;
}

#customization #cancel.disabled:hover a > span {
	background-position: -47px -62px;
}

#customization #reset {
	background-color: #fff;
	border: 1px solid #d8e6e9;
	border-radius: 15px;
	bottom: 6px;
	color: #9acacf;
	cursor: pointer;
	float: right;
	font-size: 13px;
	height: 28px;
	line-height: 100%;
	margin: 0;
	padding: 5px 0 5px 14px;
	position: absolute;
	right: 4px;
	text-align: left;
	text-transform: capitalize;
}

#customization #reset span:last-of-type {
	background-position: -64px -62px;
	height: 12px;
	margin: 0 10px 0 5px;
	vertical-align: top;
	width: 17px;
}

#customization #reset:hover {
	border-color: #5699aa;
	color: #5699aa;
}

#customization #reset:hover span:last-of-type {
	background-position: -64px -75px;
}

#customization #reset:active {
	background-color: #5699aa;
	border-color: #5699aa;
	color: #fff;
}

#customization #reset:active span:last-of-type {
	background-position: -64px -88px;
}
