/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
body {
    padding-top: 56px;
    /* background-color: #52a6dcb3; */
    background-image: url(../../images/new-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bible_table_div{
  overflow-x: scroll;

}
/*
.bible_table_div::-webkit-scrollbar {
    background-color: #F5F5F5;
    cursor: pointer;
}

.bible_table_div::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 16px rgba(0,0,0,0.9);
  border-radius: 10px;
  background-color: none;
}
.bible_table_div::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: lightgreen;
  background-image: -webkit-linear-gradient(90deg,
                        transparent,
                        rgba(0, 0, 0, 0.4) 50%,
                        transparent,
                        transparent)
}*/
.note-icon{
  background-image: url('../../images/notes.png');
  background-size: cover;
  background-position: center;
}
.bookmark-icon{
  background-image: url('../../images/book.png');
  background-size: cover;
  background-position: center;
}
.highlight-button{
  display: inline-block;
  /*background-image: url('../../images/off.png');*/
  /*background-size: cover;*/
  /*background-position: center;*/
}
.highlight-button-lang{
  margin-left: 10px;
}
td{
  min-width: 30px;
}
.highlight-button-pressed{
  /*color:yellow !important; display: inline-block;*/
  background-image: url('../../images/on.png');
  background-size: cover;
  background-position: center;
}
.search-result{
  background-color: blue;
}
.row_bg{
  background-color: #00cc00;
}
.portfolio-item {
  margin-bottom: 30px;
}

.select-icon {
	color: #e8b43f;
}

.hebrew-word {
	font-size: 25px;
	font-weight: bold;
}

.page-container{
  padding-top: 60px;
	min-height: 800px;
}
.main-container{
	background-color: #432;
	padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

@media screen and (max-device-width: 640px) and (orientation: portrait){
  .page-container{
    padding-top: 130px;
  }
}

.title i{
  background-color: #fff;
  transform: scaleX(-1);
  border-radius: 50%;
  border :1px green solid;
  padding: 5px;
  width: 45px;
  height: 45px;
}
.book-link{
  min-width: 100px;
  margin : 3px;
}
.number-link{
  margin: 3px;
  min-width: 65px; 
 top: -350px;
}
