/*
Style Pack Name: Glassy
Style Pack URI: http://www.authormedia.com/mybookprogress/
Description: Glassy styles for the classy writer.
Author: Author Media
Author URI: http://www.authormedia.com
Version: 1.1.0
*/

/*---------------------------------------------------------*/
/* Subscribe Form                                          */
/*---------------------------------------------------------*/

.mbp-container a.mbp-subscribe {
	position: relative;
	display: inline-block;
	padding: 0.4em 0.6em;

	border: none;
	border-radius: 0.5em;

	font-weight: bold;
	text-shadow: 0px -1px rgba(0, 0, 0, 0.5);
	text-decoration: none;
	color: rgb(20, 20, 20);

	background: linear-gradient(rgb(180,180,180), rgb(250,250,250));
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
}

.mbp-container a.mbp-subscribe:hover{
	background: linear-gradient(rgb(220,220,220), rgb(255,255,255));
}

.mbp-container a.mbp-subscribe:before {
	content: '';
	position: absolute;
	top: 1px;
	left: 1px;
	width: calc(100% - 2px);
	height: 50%;
	border-radius: 0.5em;
	background: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.4));
}



/*---------------------------------------------------------*/
/* Progress Display                                        */
/*---------------------------------------------------------*/

.mbp-container .mbp-book .mbp-book-progress .mbp-book-progress-barbg {
	background-color: #eee;
	background-image: linear-gradient(0deg, rgb(255,255,255) 0%, rgb(231,231,231) 50%, rgb(255,255,255) 50%, rgb(255,255,255) 99%, rgb(255,255,255) 100%);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	border: none;
}

.mbp-container .mbp-book .mbp-book-progress .mbp-book-progress-bar:before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	background-image: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.5) 100%);
	box-shadow: inset 0px 0px 2px rgba(0,0,0,0.8);
}

.mbp-container .mbp-book .mbp-book-progress .mbp-book-progress-label {
	font-size: 16px;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 4px;
	height: auto;
}
