﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    line-height:1.5;
    font-weight:400;
}

#rowVerses {
    margin-top:115px;
    font-size: 20px !important;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}
div[data-verse-number] {
    margin: 5px 0;
    display: flex;
    flex-direction: row;
}
.versetext {
    font-size: 20px;
    padding: 5px;
}

select {
    padding: 3px;
    margin: 2px !important;
    box-shadow: 2px 2px 2px #e6f0ff;
    border-radius: 4px;
    font-size:24px;
}

.light-button {
    padding: 2px;
    border-radius: 4px;
    display: inline-flex;
    border: 1px solid #cacaca;
    margin: 2px;
    cursor: pointer;
}
    .light-button img {
        width: 24px;
        height: 24px;
    }

.hidekjv .iskjv{
    display:none;
}
#rowVerses hr {
    background: #b9b9ba;
}



.login-outter-div {
    display: flex;
    margin: 50px auto;
    background: url(/img/tablebg.png) no-repeat;
    border-radius: 4px;
    border: 1px solid #cacaca;
    box-shadow: 3px 3px 3px #dedede;
    flex-direction: column;
    max-width: 778px;
    padding: 15px;
    height: 387px;
    align-items: center;
    align-content: center;
    justify-content: center;
}

    .login-outter-div h1 {
        font-size: 20px;
        margin-bottom: 20px;
        color: #11608f;
    }

    .login-outter-div .checkbox {
        font-size: 15px;
        display: flex;
        align-items: center;
        margin-top: 20px;
    }

    .login-outter-div input[type=checkbox] {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
.btn-submit {
    background: #db3232;
    color: white;
    padding: 6px 20px;
    box-shadow: 2px 2px 2px #857979;
}


.body-wrapper{
    margin:auto!important;
}

.main-wrapper {
    max-width: 600px;
    width:95%;
}

@media (min-width: 992px){
    .main-wrapper {
        max-width: 1280px !important;
        margin:auto!important;
        width:90%;
    }
    #CurrentChapter > .wrapper {
        flex-direction: row!important;
        padding:0!important;
        background:#fff!important;
    }
    #CurrentChapter > .wrapper > div {
        flex:1!important;
        text-align:justify;
        padding:15px;
    }
    #CurrentChapter > .wrapper > div:nth-child(2n+1) {
        margin-right:5px;
    }
    #CurrentChapter > .wrapper > div:nth-child(2n+2) {
        margin-left: 5px;
    }
}


.hidekjv #CurrentChapter > .wrapper {
    margin-bottom: 0px;
    padding: 5px 0;
}
#CurrentChapter > .wrapper {
    text-align: justify;
    display: flex;
    flex-direction: column;
    padding:15px 0;
    /*    padding: 10px 0;
    margin-bottom: 15px;
    flex-direction: column;
    */
}
#CurrentChapter > .wrapper:nth-child(2n+1){
    background:#f7ffff;
}
.nr-bibles-selection {
    display: flex;
    margin: 5px auto;
    flex-wrap: nowrap; 
    padding: 8px 15px;
    align-items: center;
}
.nr-bibles-selection .label {
    padding-left: 8px;
    color: #153a70;
    font-size: 20px;
    letter-spacing: 0.05rem;
    font-weight: 700;
}

#leftSlider {
    position: fixed;
    width: calc(100vw);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    overflow: hidden;
    transition: width .4s;
    display: flex;
    flex-direction: column;
    height: calc(100vh);
    z-index: 10000000;
}
#leftSlider.closed{
    width:0;
    zzzdisplay:none!important;
}
.leftSliderHeader {
    height: 50px;
    background: #edf2f7;
    box-shadow: 0 1px 6px rgb(57 73 76 / 35%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
    .leftSliderHeader .text {
        flex: 1;
        padding-left: 10px;
        font-size: 18px;
        color: #2d6591;
        font-weight: 500;
        line-height: 42px;
        margin-bottom: 0;
    }
#leftSlider .leftSliderHeader .closeBtnLeftSlider {
    width: 36px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    cursor: pointer;
    height: 36px;
    align-items: center;
    border-radius: 50%;
    background: #fff;
    margin-right: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.btn-submit {
    background: #db3232;
    color: white;
    padding: 6px 20px;
    box-shadow: 2px 2px 2px #857979;
}
.main-wrapper.showing-search #rowVerses{
    display:none;
}
.list-of-words {
    list-style: none;
    padding: 0;
    margin: 0;
}
#listSearchResults li {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    text-align: justify;
    margin-bottom: 15px;
}
.leftSliderBody .ref {
    font-size: 22px;
    color: #952004;
}
.leftSliderBody .verse {
    display: inline;
    font-size: 18px;
}
.highlight-search-text, .highlighted {
    background-color: yellow;
    font-weight:700;
}
span.b {
    background-color: yellow;
    font-weight: 700;
}



