*{
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: Georgia, 'Times New Roman', Times, serif;
}


/* --- common --- */

.clearfix:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.span_1_1{
    width: 100%;
}

.span_1_2{
    width: 48.5%;
}

.span_1_3{
    width: 33.3333%;
}

.span_1_4{
    width: 25%;
}

.span_1_5{
    width: 20%;
}

.span_1_6{
    width: 16.6667%;
}

.span_1_7{
    width: 14.2857%;
}

.span_1_8{
    width: 12.125%;
}

.span_1_9{
    width: 11.1111%;
}

.span_1_10{
    width: 10%;
}

.span_1_11{
    width: 9.0909%;
}

.span_1_12{
    width: 8.3333%;
}

.success{
    color: green;
}

.danger{
    color: red;
}

.btn{
    text-decoration: none;
    display: inline-block;
}

/* ---- header ---- */

.main-header {

    border: none;
    margin: 0;
    background: rgb(143, 116, 86);
    width: 100%;
    padding: 0 13px;
    box-sizing: border-box;
}

.main-header .header-left{

}

.main-header .header-login{
    height: 46px;
}

.main-header .menu form{
    display: inline-block;
}

.main-header .menu .menu-item{
    display: inline-block;
    line-height: 25px;
    border: 1px #CAD0DB solid;
    border-bottom: none;
    color: #F1EFE7;
    vertical-align: top;
    text-decoration: none;
    background-color: #8F7456;
    font-family: Arial,serif;
    font-size: 14px;
    font-weight: bold;
    padding: 0 12px;
}

.main-header .menu-main{
    display: inline-block;
}

.main-header .menu .menu-item:hover{
    line-height: 25px;
    color: #8F7456;
    background-color: #F1EFE7;
}

.main-header .menu .active{
    line-height: 25px;
    color: #CC0000;
    background-color: #FFFFFF;
}

.main-header .header-right{
    float: right;
    max-width: 680px;
    text-align: center;
    margin-right: 50px;

}

.main-header .header-right div{
    width: 100%;
}

.main-header .main-caption{
    font-size: 24px;
    color: #FFC;
    font-weight: bold;
    padding: 5px 0 5px 0;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.main-header .main-caption-bigger{
    font-family: Century;
    font-size: 32px;
    color: #FFFFCC;
    font-weight: bold;
}

.main-header .second-caption{
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
}

.main-header .header-login{
    color: #F1EFE7;
    padding-top: 10px;
    font-weight: bold;
}

@media screen and (max-width: 1000px){

    .main-header .menu-main.collapsed{
        display: none;
    }

    .main-header .menu-main {
        display: block;
    }

    .main-header .menu-main .menu-item{
        display: block;
        margin-left: 10px;
        margin-right: 10px;
    }

    .main-header .menu-main .menu-item:last-of-type{
        display: block;
        border-bottom: 1px #CAD0DB solid;
        margin-bottom: 5px;

    }

    .main-header .menu-main-caption{
        border-bottom: 1px #CAD0DB solid;
        width: 100%;
        text-align: center;
    }

}

@media screen and (max-width: 1000px) and (min-width: 800px) {

    .main-header{
        padding: 0 2px;
    }
    .main-header .header-right{
        margin-right: 20px;
    }

    .main-header .header-right .main-caption{
        font-size: 20px;
    }

    .main-header .header-right .main-caption-bigger{
        font-size: 28px;
    }


    .main-header .header-right .second-caption{
        font-size: 14px;
    }
}

@media screen and (max-width: 799px){

    .main-header{
        padding: 0 2px;
    }
    .main-header .header-right{
        margin-right: 20px;
    }

    .main-header .header-right .main-caption{
        font-size: 18px;
    }

    .main-header .header-right .main-caption-bigger{
        font-size: 26px;
    }

    .main-header .header-right .second-caption{
        font-size: 12px;
    }

    .main-header .main-caption{
        font-size: 20px;
    }

    .main-header .main-caption-bigger{
        font-size: 28px;
    }
}

/*--- main --- */
.page-content{
    margin: 0;
    width: 100%;
    padding: 22px 15px;
    box-sizing: border-box;
    vertical-align: top;
}

/*--- left menu --- */
@media screen and (min-width: 1001px) {
    .side-menu{
        background: rgb(241, 239, 231);
        width: 190px;
        float: left;
    }


    .dropdown-menu{
        display: none;
    }
}



.side-menu ul{
    list-style: none;
    margin: 2px;
    padding: 0;
}

.side-menu .sheet-list li{
    display: inline-block;
    padding: 4px 2px;
    box-sizing: border-box;
}

.side-menu .sheet-list a{
    display: block;
    width: 100%;
    font-size: 16px;
    color: #8F7456;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
    padding: 5px 10px;
    background-color:  #FFFFFF;
    box-sizing: border-box;
}

.side-menu .sheet-list a:hover{
    color: rgb(204, 0, 0);
}

.side-menu .sheet-list .active a{
    text-decoration: none;
    background-color: inherit;
}

.side-menu .sheet-list .active{

}

.side-menu .item-list{
    margin: 5px;
}

.side-menu .item-list .book-item a{
    font-size: 16px;
    color: #8F7456;
    margin-left: 4px;
    text-decoration: none;
}

.side-menu .item-list .book-item a:hover{
    color: rgb(204, 0, 0);
}

.side-menu .item-list .book-item.active a{
    color: rgb(204, 0, 0);
}



@media screen and (max-width: 1000px) {
    .dropdown-menu a{
        display: inline-block;
        line-height: 40px;
        border: 1px solid #CAD0DB;
        border-bottom: 0;
        color: #F1EFE7;
        vertical-align: top;
        text-decoration: none;
        background-color: #8F7456;
        font-family: Arial,serif;
        font-size: 18px;
        font-weight: bold;
        padding: 0 25px;
    }

    .side-menu{
        background: rgb(241, 239, 231);
    }


    .dropdown-menu{
        display: block;
        padding: 10px;
    }

    .collapsed{
        display: none;
    }

    .side-menu ul{
        border-top: 2px solid rgb(255, 255, 255);
    }

    .side-menu li a{
        display: inline-block;
        width: 100%;
        font-size: 18px;
        line-height: 35px;
        vertical-align: middle;
    }


}

/* ---- main-content ---- */

.main{
    width: 65%;
    margin: 0 0 0 20px;
    display: inline-block;
}

.search{
    border: 2px solid rgb(241, 239, 231);
    margin-bottom: 15px;
    padding: 20px;
    text-align: center;
}

.search input, .search select{
    height: 21px;
}

.search label{
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: rgb(143, 116, 86);
}

.main-content{
    border: 2px solid rgb(241, 239, 231);
    width: 100%;
}

.main-content a{
    color: #8F7456;
    text-decoration: none;
}

.book-header{
    border-bottom: 2px solid rgb(241, 239, 231);
}

.book-footer{
    border-top: 2px solid rgb(241, 239, 231);
}

.book-footer, .book-header{
    text-align: center;
    color: #8F7456;
    padding: 8px;
}

.book-header .vers-view-type{
    position: absolute;
}

.book-header .comments-open{
    position: absolute;
}

.book-header .bible-name{
    font-size: large;
    font-weight: bold;
    padding: 4px;
}

.book-header .book-name{
    padding: 5px 0;
    font-weight: bold;
    font-size: large;
    color: #CC0000;
}

.act-chapter{
    padding: 4px;
    font-weight: bold;
}

.prev-chapter, .next-chapter{
    display: inline-block;
    font-size: medium;
    width: 80px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.act-chapter .chapter{
    display: inline-block;
    color: #CC0000;
    font-size: large;
    width: 130px;
}

.chapters{
    padding: 4px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
}

.chapters a.active{
    color: #CC0000;
}

.chapters a:hover {
    color: #CC0000;
}

.verses{
    padding: 8px;
    text-align: justify;
}

.vers{
    line-height: 125%;
    text-align: justify;
}

.vers .vers-no{
    display: inline;
    color: #CC0000;
    font-weight: bold;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: small;
}

.vers .vers-content{
    display: inline;
    width: 100%;
}

.vers .content-paragraph{
    display: none;
}


.vers-inline{
    display: inline;
    width: 100%;
}

.vers-inline .content-paragraph{
    display: inline;
}

.vers a{
    text-decoration: underline;
}

.vers-searched{
    background-color: #FFFFCC;
}

@media screen and (max-width: 1000px) {
    .main{
        width: 100%;
        margin: auto;
    }

    .page-content{
        padding: 0;
    }

    .main-content .prev-chapter a, .main-content .next-chapter a{
        width: 150px;
    }
}

.vers .speaker{
    font-size: 0.7em;
    text-transform: uppercase;
    display: inline-block;
    padding-right: 5px;
}

.side-by-side table{
    border-collapse: separate;
    font-family: Georgia, "Times New Roman", Times, serif;
    border-spacing: 0px;
    background-color: rgb(255, 255, 255);
}

.side-by-side table tbody{
    display: table-row-group;
    vertical-align: middle;
    border: 1px rgb(241, 239, 231) solid;
}

.side-by-side tr{
    display: table-row;
    vertical-align: inherit;
    border: 1px rgb(241, 239, 231) solid;
}

.side-by-side thead{
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

.side-by-side table th{
    background-color: #8F7456;
    vertical-align: top;
    display: table-cell;
    padding: 8px;
    font-weight: bold;
    color: #F1EFE7;
    border: 1px rgb(241, 239, 231) solid;
}

.side-by-side table td{
    vertical-align: top;
    display: table-cell;
    padding: 8px;
    border: 1px rgb(241, 239, 231) solid;
}


.side-by-side table tr:nth-child(2n){
    background-color: #F1EFE7;
}

.side-by-side a{
    color: #F1EFE7;
}

.side-by-side .left{
    float: left;
}

.side-by-side .right{
    float: right;
}

.side-by-side .vers{
    text-align: left;
}

.side-by-side .vers-content{
    text-align: left;
}

.search-results{
    border: 2px solid rgb(241, 239, 231);
    width: 100%;
    padding: 8px;
}

.search-results .result{
    margin: 8px 0;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.search-results .result .result-header a{
    color: #C2AF9A;
    text-decoration: none;
    font-weight: bold;
    font-family: Merriweather, Georgia, 'Times New Roman', Times, serif;
}

.search-results .result .result-header a:hover{
    color: rgb(204, 0, 0);
}

.search-results .result .searched-text{
    font-weight: bold;
    background-color: #FFFFCC;
}

.search-nav{
    border: 2px solid rgb(241, 239, 231);
    border-top: 0;
    width: 100%;
    padding: 8px;
    text-align: center;
}

.search-nav a{
    width: 100px;
}

a.my-buttom{
    display: inline-block;
    line-height: 24px;
    border: 1px #CAD0DB solid;
    color: #F1EFE7;
    vertical-align: top;
    text-decoration: none;
    background-color: #8F7456;
    font-family: Arial,serif;
    font-size: 14px;
    font-weight: bold;
    padding: 0 20px;
    margin-bottom: 3px;
}

a.my-buttom:hover{
    line-height: 24px;
    color: #8F7456;
    background-color: #F1EFE7;
}

/*
.vers .speaker:after{
    content: ' ';
} */

/* --- vers comment --- */
.vers-comment{
    margin: 7px 15px;
    font-size: medium;
    font-family: Cambria, Calibri, ".Dialog 9", sans-serif;
    color: #666666;
    text-align: justify;
    line-height: normal;
    background-color: #F8F7F1;
    padding: 10px;
}

.vers-comment .comment-caption{
    color: #996600;
    font-style: italic;
    font-weight: bold;
    display: inline;
}

.vers-comment .comment-content{
    display: inline;
}

.vers-comment-edit, .vers-edit{
    margin: 7px 15px;
}

.vers-comment-edit .comment-input, .vers-edit .edit-input{
    margin: 2px 0;
    width: 100%;
}

.vers-comment-edit .comment-input input, .vers-edit .edit-input input {
    width: 100%;
}

.vers-comment-edit .comment-input textarea, .vers-edit .edit-input textarea{
    width: 100%;
    height: 150px;
}

/* --- adminsitartion --- */
.admin-content{
    width: 80%;
    max-width: 800px;
    margin: auto;
    border: 2px solid rgb(241, 239, 231);
    padding: 0 15px 25px 15px;
}

.admin-content h2{
    text-align: center;
    color: #8F7456;
}

.admin-content .admin-table{
    width: 100%;

    box-sizing: border-box;
}

.admin-content .admin-table table{
    width: 100%;
    box-sizing: border-box;
}

.admin-content .admin-table table thead th{
    border-bottom: 1px solid rgb(241, 239, 231);
}

.admin-content .controls{
    box-sizing: border-box;
    margin-bottom: 10px;
}

.admin-form .admin-input{
    margin: 3px 0;
}

.admin-form label{
    width: 20%;
    display: inline-block;
}

.admin-form .text-input{
    width: 50%;
}

/* --- cutom colors --- */
.firstverse{
    color: #8F7456;

}

.number{
    display: inline;
    color: #CC0000;
    font-weight: bold;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: small;
}

/* --- adv --- */

.advert {
    width: 180px;
    border: 2px solid rgb(241, 239, 231);
    text-align: center;
    display: inline-block;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-size: 16px;
    vertical-align: top;
    margin-left: 15px;
}

.advert-text {
    font-family: Merriweather;
    color: #8F7456;
}

.advert .btn {
    -webkit-border-radius: 6;
    -moz-border-radius: 6;
    border-radius: 6px;
    font-family: Arial;
    color: #FFFFFF;
    font-size: 13px;
    padding: 5px;
    background: #8F7456;
    border: 1px solid #8f7456;
    text-decoration: none;
    font-weight: bold;
}

.advert .btn:hover {
    background: #F1EFE7;
    text-decoration: none;
    border: 1px solid #8F7456;
    color: #8F7456;
}

@media screen and (max-width: 1000px) {
    .advert{
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (max-width: 1250px) and (min-width: 1000px) {
    .advert{
        margin-left: 0;
        float: right;
    }

    .main{
        width: 60%;
        margin-left: 10px;
    }
}

@media screen and (max-width: 600px){
    .book-header .vers-view-type{
        position: static;
        display: block;
    }

    .book-header .comments-open{
        position: static;
        display: block;
    }
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 44px;
    height:44px;
    border: none;
    text-indent: 100%;
    background: url(../img/top-move.png) no-repeat right top;
}

.copyright{
    width: 100%;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #C2AF9A;
    font-weight: normal;
    padding: 25px 0;
}

/* --- report-problem --- */
.report-problem{
    width: 100%;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #C2AF9A;
    font-weight: normal;
    margin-top: -15px;
    padding-bottom: 25px;
}

.report-problem a {
    color: #8F7456;
}

.report-problem-main{
    font-size: 16px;
    color: #8F7456;
    border: none;
    padding-left: 30px;
}

.report-problem-form{
    border: 1px solid rgb(143,116,86);
    color: rgb(0,0,0);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px 15px;
}

.report-problem-form label{
    display: block;
    color: #8f7456;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    padding: 0 0 5px 0;
}

.report-problem-form .form-element{
    margin-bottom: 15px;
}

.report-problem-form input,
.report-problem-form textarea{
    width: 100%;
    max-width: 600px;
}

.report-problem-form input{
    padding: 3px;
}

.report-problem-form .form-error{
    margin: 3px 0;
    color: red;
}

.report-problem-form .required{
    position: absolute;
    right: 18px;
    top: 2px;
    font-weight: bold;
    vertical-align: top;
}

.center{
    text-align: center;
    width: 100%;
    max-width: 600px;
}

@media screen and (max-width: 1000px){
    .report-problem-main{
        padding: 5px;
    }

    .report-problem-form input,
    .report-problem-form textarea{
        width: 100%;
        max-width: none;
    }
    .center{
        text-align: center;
        width: 100%;
        max-width: none;
    }
}









