﻿main{
    background-color: #f3f3f3;
}
.profile {
    padding-top: 40px;
}
    .profile .col-lg-12,
    .profile .col-xl-6 {
        padding-right: 0;
    }

    .profile .sidemenu {
        width: 280px;
        text-align: center;
    }
        .profile .sidemenu .box {
            padding-top: 20px;
        }
        .profile .sidemenu .box.admin {
            padding: 15px;
        }
            .profile .sidemenu .box.admin.noPadding {
                padding: 0;
            }
            .profile .sidemenu .box.admin .adminOptionItem {
                padding: 6px 10px;
                border-bottom: 1px solid #eaeaea;
                font-size: 15px;
            }
                .profile .sidemenu .box.admin .adminOptionItem .desc {
                    float: left;
                    text-align: left;
                }
                .profile .sidemenu .box.admin .adminOptionItem .value {
                    float: right;
                    text-align: right;
                }
                    .profile .sidemenu .box.admin .adminOptionItem .value a {
                    }
        .profile .avatar {
            text-align: center;
            padding: 10px;
        }
            .profile .avatar img {
                width: 150px;
                height: 150px;
                border-radius: 50%;
                margin: 0 auto;
            }
            .profile .avatar .noAvatar {
                width: 150px;
                background: #b1b7bb;
                height: 150px;
                border-radius: 50%;
                margin: 0 auto;
                font-size: 70px;
                line-height: 150px;
                color: #FFF;
            }
        .profile .sidemenu .username {
            font-size: 24px;
            color: #444;
            text-align: center;
            line-height: 28px;
            padding-top: 7px;
        }
        .profile .sidemenu .signup {
            font-size: 15px;
            color: #777;
            text-align: center;
            /* font-weight: 300; */
            margin-top: 6px;
        }
    .profile .sidemenu .license {
        margin-top: 14px;
        font-style: italic;
        color: #90969a;
    }
        .profile .sidemenu .license.plan {
            font-style: normal;
            font-weight: 500;
            display: inline-block;
            padding: 0 14px;
            color: #FFF;
            line-height: 31px;
            border-radius: 4px;
        }
        .profile .sidemenu .license.active {
            background-color: #2590e0;
        }
        .profile .sidemenu .license.cancelled {
            background-color: #cc8659;
        }
        .profile .sidemenu .license.trial {
            background-color: #5ba05e;
        }
        .profile .sidemenu .license.expired {
        }
        .profile .sidemenu .email {
            margin-top: 13px;
            line-height: 32px;
            font-size: 15px;
        }
        .profile .sidemenu .ip {
        }
            .profile .sidemenu .ip img {
                height: 15px;
            }
            .profile .sidemenu .ip span {
                margin-left: 6px;
            }
        .profile .sidemenu ul.menu {
            margin: 0;
            padding: 0;
            list-style: none;
            text-align: left;
            margin-top: 15px;
        }
            .profile .sidemenu ul.menu li {
                border-top: 1px solid #eee;
                color: #838c94;
                font-size: 15px;
                padding: 8px 12px;
                position: relative;
            }
                .profile .sidemenu ul.menu li span {
                    position: absolute;
                    right: 12px;
                    font-size: 16px;
                    color: #a9b9c1;
                    display: none;
                }
                .profile .sidemenu ul.menu li:hover {
                    cursor: pointer;
                    color: #2e3235;
                }
                    .profile .sidemenu ul.menu li:hover span {
                        display: inline-block;
                    }
                .profile .sidemenu ul.menu li.active {
                    color: #2098ff;
                    font-weight: 500;
                }
                .profile .sidemenu ul.menu li.active span {
                    display: inline-block;
                    color: #2098ff;
                }


        .profile .sidemenu .adminNotesTitle {
            text-align: left;
            font-weight: 500;
            font-size: 16px;
            padding-bottom: 4px;
        }
            .profile .sidemenu .adminNotesTitle.border {
                padding: 10px;
                border: 0 !important;
                border-bottom: 1px solid #eaeaea !important;
            }
        .profile .sidemenu .adminNotes {
            text-align: left;
            font-size: 15px;
        }

    .profile .content {
        width: calc(100% - 295px);
    }

    .profile .box {
        background-color: #FFF;
        border: 1px solid #e0e0e0;
        border-radius: 3px;
        margin-bottom: 20px;
    }
        .profile .box .box-title {
            padding: 12px;
            border-bottom: 1px solid #e0e0e0;
            color: #000;
            font-weight: 500;
            font-size: 17px;
            text-transform: uppercase;
        }

        .profile .box .box-item {
            padding: 6px 10px;
            border-bottom: 1px solid #eee;
        }
            .profile .box .box-item.empty {
                padding: 10px 12px;
                font-style: italic;
                font-weight: 300;
                color: #828c94;
            }
        .profile .box .box-item:last-of-type {
            border-bottom:0;
        }
            .profile .box .box-item .post {
                width: calc(100% - 80px);
            }
                .profile .box .box-item .post a {
                    font-size: 15px;
                    font-weight: 500;
                }
                .profile .box .box-item .post ul {
                    list-style: none;
                    margin: 0;
                    padding: 0;
                    line-height: 18px;
                }
                    .profile .box .box-item .post ul li {
                        font-size: 14px;
                        color: #8e969c;
                        display: inline-block;
                        margin-right: 5px;
                    }
                    .profile .box .box-item .post ul li:last-of-type {
                        margin-right: 0;
                    }
                    .profile .box .box-item .post ul li a {
                    }
            .profile .box .box-item .time {
            }
                .profile .box .box-item .time .value {
                    font-size: 14px;
                    text-align: right;
                }
                .profile .box .box-item .time .desc {
                    font-size: 14px;
                    color: #8e969c;
                    text-align: right;
                }


#modals .modal.aboutMeEdit {
    height: 460px;
    top: calc(50% - 300px);
    z-index: 10000;
}

    #modals .modal.aboutMeEdit .modal-content {
        padding: 14px;
    }

        #modals .modal.aboutMeEdit .modal-content input.question {
            background-color: #FFF;
            border: 1px solid #ddd;
            border-radius: 4px;
            width: 100%;
            max-width: none;
            padding: 6px 12px;
            font-size: 18px;
            font-weight: 300;
            color: #000;
            margin-bottom: 14px;
            outline: none;
            box-shadow: none;
        }

        #modals .modal.aboutMeEdit .modal-content textarea.post {
            background-color: #FFF;
            border: 1px solid #ddd;
            border-radius: 4px;
            width: 100%;
            max-width: none;
            padding: 9px 12px;
            height: 335px;
            max-height: unset;
            font-size: 16px;
            font-weight: 300;
            color: #000;
            margin-bottom: 12px;
            outline: none;
            font-family: 'Poppins';
            box-shadow: none;
        }

        #modals .modal.aboutMeEdit .modal-content ul.tags {
            padding: 0;
            list-style: none;
            margin-bottom: 0;
        }

            #modals .modal.aboutMeEdit .modal-content ul.tags li {
                display: inline-block;
                margin-right: 0;
                padding: 0 11px;
                line-height: 30px;
                border-radius: 15px;
                font-size: 15px;
            }

                #modals .modal.aboutMeEdit .modal-content ul.tags li:last-of-type {
                    margin-right: 0;
                }

                #modals .modal.aboutMeEdit .modal-content ul.tags li:hover {
                    background-color: #e8ecef;
                    padding: 0 11px;
                    line-height: 30px;
                    border-radius: 15px;
                    cursor: pointer;
                }

                #modals .modal.aboutMeEdit .modal-content ul.tags li.active {
                    background-color: #2098ff;
                    color: #FFF;
                }

                #modals .modal.aboutMeEdit .modal-content ul.tags li.tag,
                #modals .modal.aboutMeEdit .modal-content ul.tags li.tag:hover {
                    background-color: #FFF;
                    padding: 0;
                    font-weight: 500;
                    cursor: default;
                }

@media (max-width: 767.98px) {
    .profile .sidemenu {
        width: 100%;
        float: unset;
    }
    .profile .content {
        width: 100%;
        float: unset;
    }
}