/*
Style Pack Name: Minimalist
Style Pack URI: http://www.mybookprogress.com/
Description: Less is more.
Author: Author Media
Author URI: http://www.authormedia.com
Version: 1.1.0
*/

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

.mbp-container .mbp-subscribe-container {
	font-size: 0.85em;
}

.mbp-container a.mbp-subscribe {
	font-size: 1em;

	display: inline-block;
	padding: 0.375em 0.625em;
	margin: 0.625em 0 0 0;

	line-height: 1;
	font-weight: 600;
	font-family: sans-serif;

	border-radius: 0.625em;
	cursor: pointer;
	text-decoration: none;
	outline: 0;

	color: rgba(25, 25, 25, 1) !important;

	border: none;
	background-color: #d6dadc;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	transition: background 0.3s, color 0.3s;
}
.mbp-container a.mbp-subscribe:hover {
	background-color: #E5E5E5;
	border: none;
	color: rgba(25, 25, 25, 1) !important;

	font-weight: 600;
	text-decoration: none;
	outline: 0;
	opacity: 1;
}

.mbp-container .mbp-subscribe-form {
	margin: 10px 0 0 0;
}

.mbp-container .mbp-subscribe-form .mbp-subscribe-message {
	font-weight: bold;
	text-align: center;
}

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

.mbp-container .mbp-book .mbp-book-progress {
	background: rgba(128, 128, 128, 0.2);
	border-radius: 10px;
	padding: 5px 5px;
    margin-top: 5px;
}

.mbp-container .mbp-book .mbp-book-progress .mbp-book-progress-barbg {
	background: rgba(255, 255, 255, 0.7);
	border: none;
	border-radius: 14px;
    height: 14px;
}

.mbp-container .mbp-book .mbp-book-progress .mbp-book-progress-bar {
	border-radius: 12px;
}

.mbp-container .mbp-book .mbp-book-progress .mbp-book-progress-label {
	font-family: sans-serif;
	font-weight: normal;
	font-size: 18px;
	text-decoration: none;
	font-style: normal;
	color: rgba(25, 25, 25, 1);

	top: 22px;
	height: auto;
	padding: 5px 8px;
	border-radius: 6px;
	transform: translateX(-50%);
	background: rgba(245, 245, 245, 0.9);
}

.mbp-container .mbp-book .mbp-book-progress .mbp-book-progress-label span {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 0;
	height: 0;
	width: 0;

	transform: translateX(-50%) translateY(-8px);
	border: 8px solid transparent;
	border-top-width: 0;
	border-bottom-color: rgba(245, 245, 245, 0.9);
}