/* Gavin */
html, body {
	height:100%;
}
body {
	margin:0px;
}
body > table {
	height:calc(100% + 1px); 
	width:100%;
	border-collapse: collapse;
}
body > table td {
	padding: 0;
	vertical-align: top;
}
.top_menu {
	max-width:1200px;
	padding: 10px;
	white-space: nowrap;
	overflow-x: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
	width: 100vw !important;
	border-bottom: 1px solid #EEE;
}
.top_menu:-webkit-scrollbar {
  display: none;
}
.top_menu div {
	display: inline-block;
	padding:5px 0;
	margin:0 10px;
}
.top_menu > .not_selected > div {
	color:#000000;
}
.top_menu > .selected {
	color:#0077AB;
	font-weight: bold;
}
.top_menu > .selected > div {
	background: url(/bible/img/dot.svg) repeat-x center bottom;
	/* background-size: calc(100% - 6px) 1px; */
}
.more {
	color: #535353;
  display: inline-block;
  padding: 8px 18px;
	text-decoration: none;
}
.login {
	padding: 0 16px 0 18px;
	color: #3392bc;
	text-decoration: none;
}
.profile_button {
	width:30px;
	height:30px;
	border-radius: 15px;
}
#profile .profile_button {
	margin-right: 8px;
}
#profile_bar .profile_button {
	margin-right: 5px;
}
.search {
	color:#757575;
}
.navbar-light .navbar-toggler {
	border: none;
}
select, input {
	-webkit-appearance: none;
}
div.popup_header {
	background-color: #0077AB;
	box-shadow: 0 4px 5px -2px rgb(0 33 155/12%);
	width:100%;
	position:fixed;
	z-index: 1000;
	line-height: 54px;
	text-align: center;
	color: #FFF;
}
div.header {
	/* background: url(/bible/header_background.svg) no-repeat; */
	background-color: #F2F2F2;
	background-size: cover;
	box-shadow: 0 4px 5px -2px rgb(0 33 155/12%);
	height:54px;
	width:100%;
	position:fixed;
	z-index: 1000;
}
td.header {
	padding-top:54px;
}
nav {
	max-width: 1200px;
	margin: 0 auto;
}
nav.navbar {
	background-color: #F2F2F2 !important;
	padding: 0px !important;
	height:54px;
}
.nav-link {
	color: #535353 !important;
	padding: 8px 18px !important;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	padding-left: 0px !important;
}
#navbarSupportedContent {
	justify-content: space-between;
	padding-left: 50px;
}
svg.zd_logo {
	margin-left: 10px;
	margin-bottom: 3px;
}
div.zd_logo {
	float: left;
	padding-left:27px;
	background: #0077AB;
}
div.zd_logo > div {
	width:54px;
	height:54px;
	background: url(/bible/zd.svg) center center no-repeat;
	background-size: 32px;
}
.ziondaily_title {
	float: left;
	color: #444444;
	line-height: 53px;
	font-size: 20px;
	margin-top: 1px;
	margin-left: 10px;
}
.footer {
	background: #0077AB;
	height: 24px;
	color: #fff;
	padding:10px 0;
}
.copyright {
	background:#0077AB !important;
	text-align: center;
	font-size: 16px;
}
td.body {
	height: 100%;
}
div.body {
	margin-left: auto;
	margin-right: auto;
	width:100%;
	height: 100%;
	max-width: 1200px;
}
.flex {
	display:flex;
	height:100%;
}
#header_banner {
	height: 20vw;
	max-height: 240px;
	background-image: url(/bible/img/banner.jpg);
	background-size: cover;
	max-width: 1200px;
	margin: 0px auto;
}
#left_menu {
	width:200px;
}
select.left_menu {
	background-color: #0077AB;
	border: none;
	color: #FFF;
	width: 100%;
	height: 54px;
	padding-left: 10px;
	padding-right: 10px;
}
#left_menu div {
	line-height:54px;
	padding-left: 10px;
}
#left_menu .not_selected {
	color:#000000;
	text-decoration: none;
}
#left_menu .selected {
	color: #FFFFFF;
	text-decoration: none;
}
#left_menu .selected > div {
	background-color: #0077AB;
}

.bible_main {
	flex:1;
	background:#F9F9F9;
}
select.fillet {
	border: none;
	background: #E2E0E0 url(/bible/img/updown.svg) right 5px center no-repeat;
	background-size: 16px auto;
	border-radius: 5px;
	line-height: 24px;
	padding: 5px 25px 5px 5px;
}
.sn-bible-verse {
	color: blue;
	border-style: solid;
	border-color: #F8C166;
	border-width: 1px 1px 1px 1px;
	background-color: #ffffff;
	padding: 5px 20px;
	margin: 10px 0 10px 0;
	line-height: 33px;
}
.profile_bar {
	background-color: #cce4ee;
	padding: 10px 15px;
	line-height: 45px;
	font-size: 20px;
}
.profile_bar a {
	color:#757575;
	text-decoration: none;
}
.profile_bar svg {
	width:30px;
}
.search_bar {
	float: right;
}
.profile_bar a:hover {
	color: #0077ab;
}
#menu_more .background {
	background:#FFFFFF
}
@media (max-width: 991.9px) {
	nav.navbar {
		background-color:#0077AB !important;
	}
	.TopicMenu_close {
		display: none;
	}
}
@media (min-width: 992px) {
	#menu_more .viewport {
		padding: 10px 30px 30px;
	}
	.profile_bar {
		display: none;
	}
}

/* bookmark module exist in my_notes.php & reading_tool.php */
.bookmark_save_button {
	padding: 10px;
	background-color: #0077AB;
	color: white;
	font-size:12pt;
	border-radius: 6px;
	border: 0px;
}

.module_bookmark_main {
	padding: 20px;
}

.bookmark_tr_header {
	background-color: #0077AB !important;
	color: #ffffff !important;
}
.nav-item > a {
	text-decoration: none;
	padding: 0 18px;
}
.nav-item svg {
	color:#535353;
}
#menu_more {
	background-color: #000000B2;
	padding-top: 54px;
	position: absolute;
	width: 100%;
	height: 100%;
}
#menu_more .viewport {  
	max-width: 1200px;
  margin: auto;
}
.TopicMenu_close {
	font-size: 30px;
	text-align: right;
}
.TopicMenu_close svg {
	width:1em;
	cursor:pointer;
}

.TopicMenu_floatLeft__3GGXR {
  text-align: left;
}
.TopicMenu_title__326hM {
  font-size: 140%;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-bottom: 3px;
  color: 0;
  border-bottom: 3px solid #d7d7d7;
}
.TopicMenu_itemBtn__3YK0Z {
  color: #646464;
  border: 1px solid #646464;
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 2px 5px;
  border-radius: 5px;
}
.TopicMenu_itemBtn__3YK0Z:hover {
    background-color: #1a6e97;
    color: #fff;
}