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

.entry-content .mbp-container {
	padding: 0.5em 0;
}

.mbp-container .mbp-books {
	text-align: center;
}

.mbp-container .mbp-book {
	padding-bottom: 0.8em;
	line-height: 1;
	text-align: left;
	position: relative;
}

.mbp-container .mbp-book .mbp-book-wrap {
	display: table;
	width: 100%;
	height: 100%;
}

.mbp-container .mbp-book .mbp-book-image {
	width: 25%;
	padding-right: 3%;

	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.mbp-container .mbp-book .mbp-book-image img {
	width: 100%;
	height: auto;
	box-shadow: none;
	border-radius: 0;
}

.mbp-container .mbp-book .mbp-book-content {
	display: table-cell;
	vertical-align: middle;
}

.mbp-container .mbp-book .mbp-book-title {
	margin: 0;
	padding: 0.2em 0 0.3em 0;

	font-weight: bold;
	font-size: 1.4em;
	line-height: 1;
}

.mbp-container .mbp-book .mbp-book-title .mbp-book-buttons {
	float: right;
}

.mbp-container .mbp-book .mbp-book-meta {
	font-size: 1em;
	line-height: 1;
	padding: 0 0 0.4em 0;
}

.mbp-container .mbp-book .mbp-book-meta .mbp-book-meta-label {
	font-weight: bold;
	opacity: 0.8;
	padding-right: .4em;
}

.mbp-container .mbp-book .mbp-book-progress {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 0;
	margin: 0;
}

.mbp-container .mbp-book .mbp-book-progress .mbp-book-progress-barbg {
	position: relative;
	display: block;
	box-sizing: border-box;
	height: 20px;
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: white;
	border: 1px solid black;
}

.mbp-container .mbp-book .mbp-book-progress .mbp-book-progress-bar {
	position: relative;
	display: block;
	box-sizing: border-box;
	height: 100%;
	padding: 0;
	margin: 0;
}

.mbp-container .mbp-book .mbp-book-progress .mbp-book-progress-label {
	display: block;
	box-sizing: border-box;
	position: absolute;
	top: 0px;
	left: 100%;
	height: 100%;
	z-index: 100;
	cursor: default;

	opacity: 0;
	transition: opacity 0.3s;
}

.mbp-container .mbp-book .mbp-book-progress:hover .mbp-book-progress-label {
	opacity: 1;
}

.mbp-container .mbp-subscribe-container {
	padding: 0.3em 0 0.6em 0;
	font-size: 1em;
	line-height: 1;
}

.mbp-container .mbp-linkback-container {
	padding: 0.6em 0;
	font-size: 0.7em;
	line-height: 1;
}

.mbp-container a.mbp-linkback {
	display: inline-block;
	opacity: 0.7;
	font-size: 1em;
	line-height: 1;
	text-decoration: none;
}

.mbp-container a.mbp-linkback:hover {
	opacity: 1;
	text-decoration: underline;
}



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

.mbp-container .mbp-subscribe-form .mbp-subscribe-email-container {
	margin-right: 6em;
}

.mbp-container .mbp-subscribe-form .mbp-subscribe-email {
	margin: 0;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 0.428571429em;
	width: 100%;
	box-sizing: border-box;
	font-size: 1em;
	line-height: 1.4em;
	background: rgb(250, 250, 250);
	color: rgb(20, 20, 20);
}
.mbp-container .mbp-subscribe-form .mbp-subscribe-email.mbp-error {
	background: #FDE4E1;
}

.mbp-container .mbp-subscribe-form .mbp-subscribe-submit {
	margin: 0;
	padding: 0.4em 0.71em;
	font-size: 1em;
	line-height: 1.43;
	font-weight: normal;
	letter-spacing: normal;
	color: #7c7c7c;
	background: none;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
	float: right;
	text-transform: none;
}

.mbp-container .mbp-subscribe-form .mbp-subscribe-submit:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}

.mbp-container .mbp-subscribe-form .mbp-subscribe-submit:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}



/*---------------------------------------------------------*/
/* MyBookTable Integration                                 */
/*---------------------------------------------------------*/

.mbp-container .mbp-book .mbp-book-button-mybooktable-link {
	vertical-align: bottom;
	margin-left: 5px;
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url('../img/frontend/mybooktable_link.png');
	background-size: 100%;
	opacity: 0.3;
	cursor: pointer;
}
.mbp-container .mbp-book .mbp-book-button-mybooktable-link:hover {
	opacity: 0.7;
}

.mbt-book .mbt-book-progress {
	margin: 10px 0px 0px 20px;
}

.mbt-book .mbt-book-progress .mbp-book-title {
	display: none;
}
