﻿#mainAvatar, #mainAvatar img {
    width: 100%;
}

#mainAvatar {
    border-radius: 5px;
    overflow: hidden;
}

#mainAvatar img {
    cursor: pointer;
}

#newFanficButton {
    margin-top: 10px;
}

#menuProfile {
    float: left !important;
    width: 100%;
}

#aboutMeTextArea {
    max-width: 100%;
    min-width: 100%;
    min-height: 90px;
    max-height: 200px;
}

#first-label {
    margin-top: 10px;
}

.label-profile {
    font-size: 1.2em;
}

#profileData h5 {
    cursor: default;
}

#profileData .changeble {
    cursor: pointer;
}

#profileData .changeble:hover {
    text-decoration: underline;
}

@media(min-width: 768px) {
    #menuProfile a {
        font-size: 1.2em;
    }
}

#SexSelect {
    cursor: pointer;
    width: auto !important;
}

#AboutMe {
    text-align: justify;
    word-wrap: break-word;
}

#resultDivProfile {
    margin-top: 10px;
}

.bordered-thumbnail {
    box-shadow: none;
    border: 1px solid rgb(220, 228, 236);
}

@media(min-width: 768px) {
    .fixed-info-profile {
        position: fixed;
        width: 20%;
    }
}

.user-name-profile {
    word-wrap: break-word;
}

.adminRulesPanel {
    border-radius: 5px;
    border: 1px solid #bdbcbc;
    padding-left: 0;
    padding-right: 0;
}

.adminRules {
    padding: 10px 10px !important;
}

.adminRules:hover {
    color: #3498db !important;
}

@media(max-width: 767px) {
    #menuProfile {
        padding-top: 10px;
    }
}