﻿#divFriends {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
}

    #divFriends > .friendsoptions {
        position: absolute;
        height: 50px;
        top: 1px;
        display: table;
        width: 100%;
        border-left: 1px solid transparent;
        box-sizing: border-box;
        table-layout: fixed;
    }

        #divFriends > .friendsoptions .friendsoption {
            display: table-cell;
            font-size: 14px;
            vertical-align: middle;
            background-color: #141518;
            color: #fff;
            text-align: center;
            border-right: 1px solid #2D2F33;
            font-family: slTitle;
            box-sizing: border-box;
            cursor: pointer;
            position: relative;
        }

            #divFriends > .friendsoptions .friendsoption.selected {
                background: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 50%);
                background: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 50%);
                background: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 50%);
            }

    #divFriends > .content {
        position: absolute;
        left: 0;
        top: 51px;
        right: 0;
        bottom: 0;
    }









        #divFriends > .content .requests .objects {
            position: absolute;
            left: 1px;
            top: 0;
            right: 1px;
            bottom: 0;
            padding-bottom: 40px;
            overflow-x: hidden;
            overflow-y: auto;
        }

            #divFriends > .content .requests .objects .nofriendrequests {
                position: absolute;
                display: table;
                width: 100%;
                height: 62px;
                background-color: #3A5058;
                margin-top: 1px;
                font-size: 12px;
                z-index: -1;
                top: 0;
            }

                #divFriends > .content .requests .objects .nofriendrequests .info {
                    display: table-cell;
                    text-align: center;
                    vertical-align: middle;
                }

            #divFriends > .content .requests .objects .friendrequest {
                position: relative;
                display: table;
                width: 100%;
                height: 62px;
                background-color: #3E4146;
                margin-top: 1px;
                font-size: 12px;
            }

                #divFriends > .content .requests .objects .friendrequest .type {
                    display: table-cell;
                    padding-left: 10px;
                    vertical-align: middle;
                    cursor: pointer;
                    width: 150px;
                }

                #divFriends > .content .requests .objects .friendrequest .picture {
                    display: table-cell;
                    padding-left: 10px;
                    vertical-align: middle;
                    width: 50px;
                    box-sizing: border-box;
                    cursor: pointer;
                }

                    #divFriends > .content .requests .objects .friendrequest .picture > IMG {
                        width: 50px;
                        max-height: 50px;
                    }

                #divFriends > .content .requests .objects .friendrequest .info {
                    display: table-cell;
                    padding-left: 10px;
                    vertical-align: middle;
                    cursor: pointer;
                }

                #divFriends > .content .requests .objects .friendrequest .button {
                    display: table-cell;
                    width: 130px;
                    vertical-align: middle;
                    background-color: #191B1F;
                    font-size: 14px;
                    text-align: center;
                    cursor: pointer;
                    position: relative;
                }

                    #divFriends > .content .requests .objects .friendrequest .button.borderleft {
                        border-left: 1px solid #3E4146;
                    }










        #divFriends > .content .online .objects {
            position: absolute;
            left: 1px;
            top: 0;
            right: 1px;
            bottom: 0;
            padding-bottom: 40px;
            overflow-x: hidden;
            overflow-y: auto;
        }

            #divFriends > .content .online .objects .nofriendsonline {
                position: absolute;
                display: table;
                width: 100%;
                height: 62px;
                background-color: #3A5058;
                margin-top: 1px;
                font-size: 12px;
                z-index: -1;
                top: 0;
            }

                #divFriends > .content .online .objects .nofriendsonline .info {
                    display: table-cell;
                    text-align: center;
                    vertical-align: middle;
                }

            #divFriends > .content .online .objects .friend {
                position: relative;
                display: table;
                width: 100%;
                height: 62px;
                background-color: #3E4146;
                margin-top: 1px;
                font-size: 12px;
            }

                #divFriends > .content .online .objects .friend .picture {
                    position: relative;
                    display: table-cell;
                    padding-left: 10px;
                    vertical-align: middle;
                    width: 50px;
                    box-sizing: border-box;
                    cursor: pointer;
                }

                    #divFriends > .content .online .objects .friend .picture .pictureholder {
                        position: relative;
                    }

                        #divFriends > .content .online .objects .friend .picture .pictureholder > img.status {
                            position: absolute;
                            bottom: 0;
                            right: 0;
                            width: 16px;
                        }

                        #divFriends > .content .online .objects .friend .picture .pictureholder > img.image {
                            width: 50px;
                            max-height: 50px;
                        }

                #divFriends > .content .online .objects .friend .info {
                    display: table-cell;
                    padding-left: 10px;
                    vertical-align: middle;
                    cursor: pointer;
                }

                #divFriends > .content .online .objects .friend .button {
                    display: table-cell;
                    width: 130px;
                    vertical-align: middle;
                    background-color: #191B1F;
                    font-size: 14px;
                    text-align: center;
                    cursor: pointer;
                    position: relative;
                }

                    #divFriends > .content .online .objects .friend .button.borderleft {
                        border-left: 1px solid #3E4146;
                    }









        #divFriends > .content .allfriends {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
        }


            #divFriends > .content .allfriends .table {
                width: 100%;
                height: 100%;
                border-collapse: separate;
                border-spacing: 0 1px;
                padding-bottom: 40px;
                box-sizing: border-box;
            }

                #divFriends > .content .allfriends .table .friend {
                    background-color: #3E4146;
                    font-size: 12px;
                }

                    #divFriends > .content .allfriends .table .friend .picture {
                        position: relative;
                        padding-left: 10px;
                        padding-right: 10px;
                        vertical-align: middle;
                        width: 50px;
                        box-sizing: border-box;
                        cursor: pointer;
                    }

                        #divFriends > .content .allfriends .table .friend .picture .pictureholder {
                            position: relative;
                        }

                            #divFriends > .content .allfriends .table .friend .picture .pictureholder > img.status {
                                position: absolute;
                                bottom: 0;
                                right: 0;
                                width: 16px;
                            }

                            #divFriends > .content .allfriends .table .friend .picture .pictureholder > img.image {
                                width: 50px;
                                max-height: 50px;
                            }

                    #divFriends > .content .allfriends .table .friend .info {
                        vertical-align: middle;
                        cursor: pointer;
                    }

                    #divFriends > .content .allfriends .table .friend .button {
                        width: 130px;
                        vertical-align: middle;
                        background-color: #191B1F;
                        font-size: 14px;
                        text-align: center;
                        cursor: pointer;
                        position: relative;
                    }

                        #divFriends > .content .allfriends .table .friend .button.borderleft {
                            border-left: 1px solid #3E4146;
                        }

            #divFriends > .content .allfriends .pager {
                position: absolute;
                bottom: 0px;
                display: table;
                width: 100%;
                height: 40px;
            }

            #divFriends > .content .allfriends .pager .previous {
                display: table-cell;
                vertical-align: middle;
                text-align: right;
                padding-right: 30px;
                cursor: pointer;
            }

                #divFriends > .content .allfriends .pager .previous img {
                    width: 32px;
                    vertical-align: middle;
                }

            #divFriends > .content .allfriends .pager .page {
                display: table-cell;
                vertical-align: middle;
                text-align: center;
                width: 100px;
                font-size: 16px;
            }

                #divFriends > .content .allfriends .pager .page input {
                    border: 0;
                    width: 50px;
                    height: 30px;
                    background-color: transparent;
                    text-align: center;
                    vertical-align: middle;
                    color: #fff;
                    cursor: pointer;
                    font-size: 18px;
                }

            #divFriends > .content .allfriends .pager .next {
                display: table-cell;
                vertical-align: middle;
                text-align: left;
                padding-left: 30px;
                cursor: pointer;
            }

                #divFriends > .content .allfriends .pager .next img {
                    width: 32px;
                    vertical-align: middle;
                }











        #divFriends > .content .blocked {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
        }


            #divFriends > .content .blocked .table {
                width: 100%;
                height: 100%;
                border-collapse: separate;
                border-spacing: 0 1px;
                padding-bottom: 40px;
                box-sizing: border-box;
            }

                #divFriends > .content .blocked .table .friend {
                    background-color: #3E4146;
                    font-size: 12px;
                }

                    #divFriends > .content .blocked .table .friend .picture {
                        position: relative;
                        padding-left: 10px;
                        padding-right: 10px;
                        vertical-align: middle;
                        width: 50px;
                        box-sizing: border-box;
                        cursor: pointer;
                    }

                        #divFriends > .content .blocked .table .friend .picture .pictureholder {
                            position: relative;
                        }

                            #divFriends > .content .blocked .table .friend .picture .pictureholder > img.status {
                                position: absolute;
                                bottom: 0;
                                right: 0;
                                width: 16px;
                            }

                            #divFriends > .content .blocked .table .friend .picture .pictureholder > img.image {
                                width: 50px;
                                max-height: 50px;
                            }

                    #divFriends > .content .blocked .table .friend .info {
                        vertical-align: middle;
                        cursor: pointer;
                    }

                    #divFriends > .content .blocked .table .friend .button {
                        width: 130px;
                        vertical-align: middle;
                        background-color: #191B1F;
                        font-size: 14px;
                        text-align: center;
                        cursor: pointer;
                        position: relative;
                    }

                        #divFriends > .content .blocked .table .friend .button.borderleft {
                            border-left: 1px solid #3E4146;
                        }

            #divFriends > .content .blocked .pager {
                position: absolute;
                bottom: 0px;
                display: table;
                width: 100%;
                height: 40px;
            }

                #divFriends > .content .blocked .pager .previous {
                    display: table-cell;
                    vertical-align: middle;
                    text-align: right;
                    padding-right: 30px;
                    cursor: pointer;
                }

                    #divFriends > .content .blocked .pager .previous img {
                        width: 32px;
                        vertical-align: middle;
                    }

                #divFriends > .content .blocked .pager .page {
                    display: table-cell;
                    vertical-align: middle;
                    text-align: center;
                    width: 100px;
                    font-size: 16px;
                }

                    #divFriends > .content .blocked .pager .page input {
                        border: 0;
                        width: 50px;
                        height: 30px;
                        background-color: transparent;
                        text-align: center;
                        vertical-align: middle;
                        color: #fff;
                        cursor: pointer;
                        font-size: 18px;
                    }

                #divFriends > .content .blocked .pager .next {
                    display: table-cell;
                    vertical-align: middle;
                    text-align: left;
                    padding-left: 30px;
                    cursor: pointer;
                }

                    #divFriends > .content .blocked .pager .next img {
                        width: 32px;
                        vertical-align: middle;
                    }



