.agebibleVerseTip-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 300px;
}

.agebibleVerseTip-title {
	padding: 0;
	margin: 0;
	font-size: 12px; /*100%;*/
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(selector-arrow.png) no-repeat;
}

.agebibleVerseTip-text {
	font-size: 10px; /*100%;*/
	text-align: left;
	margin: 0;
}

.agebible_container {
	position:relative;
	font-size:14;
}

[title = "Genèse"], [title = "Psaumes"], [title = "Esaïe"] 
, [title = "Matthieu"],  [title = "Marc"],  [title = "Luc"],  [title = "Jean"] 
{
	font-weight:bold;	
}

.age_note_book { /* h1... */
	font-size:11px;
}
.age_note_book img{
	height:12px;	
	cursor: pointer;
}

/* ---- MODAL ---- */
/* The Modal (background) */
.age_copyModal, .age_noteModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.age_copyModal-content, .age_noteModal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 10px 20px 50px 20px;
  border: 1px solid #888;
  width: 80%;
}

/*
.age_noteModalTitle {
	font-size: 26px;
	line-height: 28px;	
}*/

/* The Close Button */
.age_copyModalClose, .age_noteModalClose {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;  
}

.age_copyModalClose:hover, .age_noteModalClose:hover
.age_copyModalClose:focus, .age_noteModalClose:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* ---- simple menu */
.age_simpleagetags_menu {
  	width: 100%;
 	max-height: 200px;
  	/* border: 1px dotted black; */
  	/* background-color: #f5f5f5; */
  	overflow-y: scroll; /* Add the ability to scroll */
}
/* ---- SEARCH/HISTORY/BOOKMARK to scroll */
.age_search_container,.age_history_container
,.age_bookmarks_container,.age_agetags_container {	
  	width: 100%;
 	max-height: 300px;
  	/* border: 1px dotted black; */
  	background-color: #f5f5f5;
  	overflow-y: scroll; /* Add the ability to scroll */
}

img.age_img_action {
	/*width: 10px;*/
	height: 10px;
	cursor: pointer;
}

img.age_img_action:hover {
	/*width: 20px;*/
	height: 20px;
}

img.age_img_action_input {
	width: 20px;
	height: 20px;
	cursor: pointer;
}


/* ---- TEXT to scroll */
.age_text_container {
  	width: 100%;
 	height: 500px;
  	border: 1px dotted black;
  	overflow-y: scroll; /* Add the ability to scroll */
}

.agebible_title {
	text-align: center;	
}

.age_text_chapter_booktitle {
	font-style: italic;
	font-size :	15px;
}


/* Hide scrollbar for Chrome, Safari and Opera */
.age_text_container::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.age_text_container {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.agebible_select { margin: 0px 0px 10px 0px; }
.age_apply { padding: 5px; text-align: center; }
.age_apply .switchlabel { vertical-align: sub; font-size: 10px; }

/* ----------- The switch - the box around the slider */
.age_apply .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 23px;
}

/* Hide default HTML checkbox */
.age_apply .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.age_apply .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .2s;
  transition: .2s;
}

/* blank switch */
.age_apply .slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .2s;
  transition: .2s;
}

.age_apply input:checked + .slider {
  background-color: #0088cc;
}

.age_apply input:focus + .slider {
  box-shadow: 0 0 1px #0088cc;
}

.age_apply input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

/* Rounded sliders */
.age_apply .slider.round {
  border-radius: 23px;
}

.age_apply .slider.round:before {
  border-radius: 50%;
}
/* fin switch slide -------------------- */

/* --- menu select text ---*/
ul.age_menutools {
	display:none;
    list-style: none;
    box-shadow: 0px 0px 4px rgba(0,0,0,.5);
    border: solid 1px #fff;
    background: #0088cc;
    position: absolute;
    padding: 5px;
}

ul.age_menutools li {
    display: inline-block;
    margin: 0px;
    padding: 0px 0px;
    cursor: pointer;
}

ul.age_menutools li > img {
	width : 20px;
	height: 20px;
}

ul.age_menutools li > a {
	color: #fff;
}

input#age_searchtext {
	margin-bottom:0px;
	padding:0px;
	width: 30px;
}

button#age_slider_04 {
	display: none;	
}
input#age_searchtext:focus {
	width: 100px;
}

input#age_tagname {
	margin-bottom:0px;
	padding:0px;
	width: 150px;
}

/*    width: 20px;
    height: 20px;
    border: solid 1px #000;
    */

/* --- Slides --- */
/*.age_slider {margin:4px 0px;padding:0px;}*/
/*.age_slidewrapper {border:none;width:100%;visibility:hidden;height:0px;overflow:hidden;position:relative;margin:0;padding:0;}*/

.age_clr {clear:both;height:0;line-height:0;}

.age_slider_toolbar {
    background-color: #0088cc;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.age_collapsible img, .age_toolbar img, .age_arrow img, .age_desk img {
    height: 20px;
}

.age_arrow {
	cursor: pointer;
}

.age_collapsible, .age_toolbar, .age_arrow, .age_decreaseFont, .age_increaseFont, .age_desk
{
    background-color: #0088cc;
    color: white;
    cursor: pointer;
    padding: 5px 0px 5px 0px;
    /*width: 100%;*/
    border: none;
    text-align: center;
    outline: none;
    font-size: 17px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.age_decreaseFont, .age_increaseFont {
    font-size: 16px
}

.age_collapsible:hover, .age_toolbar:hover, .age_arrow:hover
, .age_decreaseFont:hover, .age_increaseFont:hover, .age_desk:hover {
    background-color: #002f8d;
    /* box-shadow */    
}

.age_readcount_select { 
	vertical-align: super; 
	font-size: 50%; 
}
.age_readcount_footer { 
	font-style: italic; 
	font-size :	15px;
}
.age_readcount_header, .age_note_chapter {
	font-style: italic; 
	font-size :	11px;
}

.age_note_chapter img {
	height: 12px;
	cursor: pointer;	
}

.age_addreadcount {
    background-color: #0088cc;
    color: white;
    cursor: pointer;
    padding: 0px 3px 0px 3px;
    margin: -3px 0px 0px 0px;
    /*width: 100%;*/    
    border: none;
    text-align: center;
    outline: none;
    font-size: 15px;
	-webkit-border-radius: 50%; /*5px;*/
	-moz-border-radius: 50%; /*5px;*/
	border-radius: 50%; /*5px;*/
}
.age_addreadcount:hover {
    background-color: #002f8d;
    /* box-shadow */    
}

.age_slidewrapper {
    /* padding: 0 18px;*/
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
/*    background-color: #fafafa;*/
}

.age_slidewrapper_open {
    /* padding: 0 18px;*/
    display: block;
    transition: display 0.4s ease-out;
/*    background-color: #fafafa;*/
}

.age_slide_title {
	padding-left: 0px;
}

/* chapters/verses hr */
.age_tabselect hr
,.age_tabchapters hr
,.age_tabverses hr
,.age_tabhistory hr
,.age_tabbookmark hr
,.age_tabsearch hr
,.age_tabagetags hr  
{
    margin-bottom: 5px;
    border: none;
    border-top: 1px solid #333;
    color: #333;
    overflow: visible;
    text-align: left;
    height: 5px;
}
.age_tabselect hr 
,.age_tabchapters hr
,.age_tabverses hr
{
    margin-top: 10px;
}
.age_tabhistory hr
,.age_tabbookmark hr
,.age_tabsearch hr
,.age_tabagetags hr
{
    margin-top: 20px;
}

ul.age_tagverse_disc
,ul.age_noteverse_disc  {
	list-style-type: none;
	padding:0;
	margin:0;
	display:inline-block;
	text-align:center;
	cursor:pointer;
}

ul.age_tagverse_disc > li
,ul.age_noteverse_disc > li  {
	color: #ffffff;
	float:left;
	line-height:0px;
}
ul.age_tagverse_disc > li:before {
	content: "\2022";	
	padding:0 1px 0 0;
	margin:0;
	font-size: 18px;	
	font-weight: bolder;	
}
ul.age_noteverse_disc > li:before {
	content: "";
	margin:0;	
	padding:0 10px 0 0;
	background-image: url("../images/note_icon_active_v1.png");
	background-size: contain;
	background-repeat: no-repeat;
}
 
/* ----------------- age_navigation ------------------ */
.age_nav-tabs,
.age_nav-pills {
	*zoom: 1;
}

.age_nav-tabs:before,
.age_nav-tabs:after,
.age_nav-pills:before,
.age_nav-pills:after {
	display: table;
	content: "";
	line-height: 0;
}
.age_nav-tabs:after,
.age_nav-pills:after {
	clear: both;
}
age_nav-tabs > li,
.age_nav-pills > li {
	float: left;
}
.age_nav-tabs > li > a,
.age_nav-pills > li > a {
	padding-right: 12px;
	padding-left: 12px;
	margin-right: 2px;
	line-height: 14px;
}
.age_nav-tabs {
	border-bottom: 1px solid #ddd;
}
.age_nav-tabs > li {
	margin-bottom: -1px;
}

.age_numverse {
	text-decoration: none;	
	cursor: pointer;
}

.age_numverse:hover, .age_numverse.active {
	color: #555;
	background-color: #0088cc;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
	border-color: #eee #eee #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.age_menuverse_title {
	color: #fff;
	margin: 0px;	
	cursor: default;
}

.age_nav-tabs > li > a {
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 18px;
	border: 1px solid transparent;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.age_nav-tabs > li > a:hover,
.age_nav-tabs > li > a:focus {
	border-color: #eee #eee #ddd;
}
.age_nav-tabs > .active > a,
.age_nav-tabs > .active > a:hover,
.age_nav-tabs > .active > a:focus {
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
}
.age_nav-pills > li > a {
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 2px;
	margin-bottom: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.age_nav-pills > .active > a,
.age_nav-pills > .active > a:hover,
.age_nav-pills > .active > a:focus {
	color: #fff;
	background-color: #0088cc;
}
.age_navigation .age_nav-pills {
	margin-bottom: 0;
}
.age_nav {
	margin-left: 0;
	margin-bottom: 18px;
	list-style: none;
}
.age_nav {
	margin-left: 0;
	margin-bottom: 18px;
	list-style: none;
}
.age_nav > li > a {
	display: block;
}
.age_nav > li > a:hover,
.age_nav > li > a:focus {
	text-decoration: none;
	background-color: #eee;
}
.age_nav > li > a > img {
	max-width: none;
}
.age_nav > .pull-right {
	float: right;
}

.age_nav > .disabled > a {
	color: #999;
}
.age_nav > .disabled > a:hover,
.age_nav > .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	cursor: default;
}

/*
@media (max-width: 979px) {
	.age_nav-collapse {
		clear: both;
	}
	.age_nav-collapse .age_nav {
		float: none;
		margin: 0 0 9px;
	}
	.age_nav-collapse .age_nav > li {
		float: none;
	}
	.age_nav-collapse .age_nav > li > a {
		margin-bottom: 2px;
	}
	.age_nav-collapse .age_nav > .divider-vertical {
		display: none;
	}
	.age_nav-collapse .age_nav > li > a {
		padding: 9px 15px;
		font-weight: bold;
		color: #555;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.age_nav-collapse .btn {
		padding: 4px 10px 4px;
		font-weight: normal;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	.age_nav-collapse .dropdown-menu li + li a {
		margin-bottom: 2px;
	}
	.age_nav-collapse .age_nav > li > a:hover,
	.age_nav-collapse .age_nav > li > a:focus {
		background-color: #f2f2f2;
	}
	.age_nav-collapse,
	.age_nav-collapse.collapse {
		overflow: hidden;
		height: 0;
	}
}*/
