﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Bible Paths specific style overrides */
.mark, mark {
    padding: 0;
    background-color: #FFFF99;
}
.text-verse {
    font-family: Verdana, Arial, Georgia, sans-serif;
    font-size: larger;
    line-height: 1.5;
}
.text-inRelatedPath {
    color: black;
    background-color: #a8f5a8;
}

.text-proximity1 {
    color: #999999;
}

.text-proximity2 {
    color: #CCCCCC;
}

.text-proximity3 {
    color: #E5E5E5;
}

.text-question {
    color: #FFFFFF;
}
.text-answer {
    color: #E7F3DC;
}

.follow-scroll {
    position: relative;
    display: inline-block;
}

.fixed-third-right {
    position: fixed;
    top: 33%;
    right: 0.5%;
}

.fixed-third-left {
    position: fixed;
    top: 33%;
    left: 0.5%;
}

.scroll-box {
    width: 90%
}

.hide-on-start {
    display: none
}

.btn-book {
    color: #212529;
    background-color: #DCE7F3;
    border-color: #DCE7F3;
}

.btn-book-inlist {
    color: #212529;
    background-color: #E7F3DC;
    border-color: #E7F3DC;
}

.bg-question {
    background-color: #2B4F81
    /* The image used */
    /*background-image: url('../PBE Background.png');*/
    /* Full height */
    /*height: 90%;*/
    /* Center and scale the image nicely */
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover; */
}

/* Star Rating Styles */
.rating-star {
    direction: rtl;
    font-size: 20px;
    unicode-bidi: bidi-override;
    display: inline-block;
}

    .rating-star input {
        opacity: 0;
        position: relative;
        left: -18px;
        z-index: 2;
        cursor: pointer;
    }

    .rating-star span.star:before {
        color: #777777;
    }

    .rating-star span.star {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        position: relative;
        z-index: 1;
    }

    .rating-star span {
        margin-left: -15px;
    }

        .rating-star span.star:before {
            color: #777777;
            content: "\f006";
        }

    .rating-star input:hover + span.star:before, .rating-star input:hover + span.star ~ span.star:before, .rating-star input:checked + span.star:before, .rating-star input:checked + span.star ~ span.star:before {
        color: #ffd100;
        content: "\f005";
    }

.selected-rating {
    color: #ffd100;
    font-weight: bold;
    font-size: 24px;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
