/* bVerse Convert Admin Settings Style Sheet */

.bg_popup {
	border: 1px solid #000;
	border-radius: 0px !important;
	box-shadow: 0 0 0 0 !important;
}

.bg_popup-spinner, .bg_popup-content-bible {
	min-height: 100% !important;
}

.bg_popup-spinner img {
	margin: 0px 0px 0px 158px !important;
}

.bverse-convert-credits {
	position: absolute;
	text-align: center;
	width: 100%;
	font-size: 12px;
	background: #d6d6d6;
	color: #919191;
	padding: 3px 0px 3px 0px;
}

.bverse-convert-credits a {
	color: #4a4a4a;
}

.bverse-convert-credits a:hover {
	color: #000;
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
    -webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}