﻿/* Tab comment */
/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

    /* Style the buttons inside the tab */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #ED022A;
            color: #fff;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.fb-likeshare {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 240px;
}

.commentChapter {
    margin-left: 20px;
    font-style: italic;
}

.commentChapter a:hover{
    color: #ED022A;
}

.view-comment .detail-list-title .s span {
    margin-left: 5px;
}

.view-comment .detail-list-title .s span a {
    color: #ED022A;
    margin-right: 5px;
    font-style: italic;
}

.view-comment .detail-list-title .s span a:hover{
    font-weight:600;
}

.recommentIcon {
/*    font-size: 12px;
    color: #999;*/
    background-image: url(../images/sd/recomment.png);
    background-repeat: no-repeat;
    background-position: 0 1px;
    margin-left: 10px;
    padding-left: 25px;
}

.block.btn-pre, .block.btn-next {
    cursor: pointer;
}

.search-chapter {margin-top: 10px;margin-left:5px;}

.search-chapter input {
    border-radius: 5px;
    height: 40px;
    background-image: url(/images/search-top-input.png);
    background-repeat: no-repeat;
    vertical-align:top;
    background-size: 20px 20px;
    background-position: 10px 10px;
    font-size: 15px;
    font-family: Tahoma;
    border: 1px solid #999;
    width: 100%;
    padding-left: 50px;
    color: #252525;
}
