﻿@darkText: #212121;
@defaultText: #515251;

html, body {
    overflow: hidden;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
}

.bik-scrollable {
    overflow: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: auto;
    overflow-scrolling: auto;
}

.bik-tree-pane {
    float: left;
    width: 33.33333333333333%;
}

.bik-posts-pane {
    float: left;
    width: 66.66666666666667%;
    background: #fff;
    margin: 0;
    position: relative;

    .nav > li > a{
        cursor: pointer; // fix bootstrap
    }

    .nav > li > a:hover { // fix bootstrap
        background-color: #fff;
    }

    .nav > li > a:focus { // fix bootstrap
        background-color: #fff;
    }

    .bik-thread-title {
        clear: both;
        color: @darkText;
        font-size: 10.5pt;
        font-weight: 600;
        margin-top: 4px;
        margin-bottom: 5px;
    }

    .bik-thread-date {
        padding-right: 0;
    }

    .bik-posts-pane-header {
        clear: both;
        width: 100%;
        background: #fff;
        padding: 15px 15px 0 15px;
    }

    .bik-posts-body {
        clear: both;
        width: 100%;
        background: #fff;
        margin: 0;
        padding-left: 15px;
        padding-right: 15px;

        div.first-post {
            padding: 0 15px 15px 15px;
        }

        ul.posts {
            list-style-type: none;
            padding-left: 15px;
            padding-top: 8px;

            li.post {
                margin-top: 8px;
                background-color: #fff;
                padding: 15px;
            }

            li.post:nth-child(even) {
                background-color: #f6f6f6;
            }
        }

        p.post-date {
            font-size: 10pt;
            font-weight: 400;
            margin-top: 4px;
            margin-bottom: 5px;
        }

        .post-editor {
            font-size: 10.5pt;
            font-weight: 500;
        }

        .post-editor:before {
            content: ", ";
        }

        p.post-title {
            color: @defaultText;
            font-size: 12.5pt;
            font-weight: 400;
            margin-top: 4px;
            margin-bottom: 5px;
        }

        p.post-text {
            color: @darkText;
            font-weight: 400;
            margin-top: 4px;
            margin-bottom: 5px;
        }

        div.post-actions {
            margin-bottom: 39px;
            font-size: 10pt;
            a.post-action {
                padding-left: 8px;
                cursor:pointer;
            }
        }

        p.appendixContainer{
            
            display:table;
            width:400px;                      
            border-style:solid;
            border-color:#4d4d4d;
            border-radius:0px;
            border-width:0px;
            height:60px;
            position:relative;  

            .appendixIcon{

                position:relative;
                height:58px;            
                display:block;                
                width:60px;
                color:white;//#4d4d4d;
                font-size:40px!important;
                background-color:#4d4d4d;
                text-align:center;
                float:left;
                border:solid;
                border-width:1px;
                border-right:none;
                
                i{
                    
                    text-align:center;

                }
               

            }

            ul{
                border-style:solid;
                border-width:1px;
                padding-top:0;
                height:100%;
                width:338px;
                display:block;
                margin:0px;
                overflow-y:auto;
                position:relative;
            }

        }
    }

    .bik-row {
        clear: both;
    }

    .bik-row-padded {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    label {
        font-weight: normal;
        width: 15%;
        float: left;
    }

    .left {
        float: left;
    }

    .right {
        float: right;
    }

    .top-buffer {
        padding-top: 15px;
    }
}

div.bik-list-group-bar {
    background-color: #e0e0e0;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 12px;
    padding-right: 20px;
    text-align:right;

}
