﻿/* profile */
.user-settings-actions ul {
    width: 100%;
    display: inline-block;
}
.m-profile tbody, .m-profile tr {
    width: 100%;
}

.m-profile .valign-top {
    width: 100%;
}

.m-profile .profiletable th {
    color: #000000;
    width: 50%;
    padding: 2px 0 0;
}

.m-profile .profiletable td {
    color: #435B49;
    padding: 2px 0 0;
    margin: 0 auto;
}

.m-profile .profiletable, .m-profile .profiletable tr {
    width: 100%;
}

.m-profile .text-icon .icon {
    width: auto;
    height: 10px
}

.m-profile .profile-hr {
    background-color: rgb(220, 220, 220);
    width: 100%;
    min-width: 20px;
    height: 1px;
}

.wlimiter {
    text-overflow: ellipsis;
    width: 100%;
    padding: 5px 0 5px 110px;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    display: inline-block;
}

.wlimiter .profiletable th {
    width: 50%;
    float: left;
}

.wlimiter .profiletable td {
    width: 50%;
    float: right;
}

.wlimiter table, .wlimiter table.profiletable, .wlimiter table.profiletable tbody, .wlimiter table.profiletable tbody tr {
    text-overflow: ellipsis;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    display: inline-block;
}

.m-profile .note {
    background-color: rgb(244, 245, 246);
    color: #333333;
    font-size: 15px;
    text-overflow: ellipsis;
    max-width: 100%;
    padding: 8px;
    margin: 5px 0 0;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 2px;
    border-right-width: 1px;
    border-top-style: dashed;
    border-bottom-style: dashed;
    border-left-style: solid;
    border-right-style: dashed;
    border-top-color: rgb(219, 219, 219);
    border-bottom-color: rgb(219, 219, 219);
    border-left-color: rgb(87, 150, 214);
    border-right-color: rgb(219, 219, 219);
    overflow-x: hidden;
    overflow-y: hidden;
    float: left;
    display: block;
}

.m-profile .note a {
    background-color: rgb(245, 245, 245);
    background-image: url("../images/menu/menu_a.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: 2px;
    background-position-y: center;
    background-size: 8px auto;
    color: #333333;
    font-size: 15px;
    text-shadow: 1px 1px 0 #FFFFFF;
    text-overflow: ellipsis;
    max-width: 100%;
    padding: 2px 2px 2px 15px;
    margin: 5px 0;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-color: rgb(150, 150, 150);
    border-bottom-color: rgb(150, 150, 150);
    border-left-color: rgb(150, 150, 150);
    border-right-color: rgb(150, 150, 150);
    border-radius: 3px;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    word-break: break-all;
    float: left;
    display: block;
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s;
}

.m-profile .note a:hover {
    background-color: rgb(230, 230, 230);
    background-image: url("../images/menu/menu_a.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: 2px;
    background-position-y: center;
    background-size: 8px auto;
    color: #333333;
    font-size: 15px;
    text-shadow: 1px 1px 0 #FFFFFF;
    text-overflow: ellipsis;
    max-width: 100%;
    padding: 2px 2px 2px 15px;
    margin: 5px 0;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-color: rgb(100, 100, 100);
    border-bottom-color: rgb(100, 100, 100);
    border-left-color: rgb(100, 100, 100);
    border-right-color: rgb(100, 100, 100);
    border-radius: 3px;
    overflow-x: hidden;
    overflow-y: hidden;
    float: left;
    display: block;
}

.m-profile p {
    width: 100%;
    float: left;
    display: block;
}

@media only screen and (max-width: 750px) {
    .m-profile .avatartd {
        width: 80px !important;
        display: block !important;
    }

    .m-profile tbody {
        text-overflow: ellipsis;
        width: 100%;
        float: left;
        display: block;
    }

    .wlimiter {
        padding: 5px 0;
    }

    .m-profile .profiletable tr, .m-profile .profiletable td {
        text-overflow: ellipsis;
        width: 100%;
        float: left;
        display: block;
    }
}

/* profile - end */
/* settings profile */
.m-settings fieldset {
    clear: both;
}

.m-settings p {
    clear: both;
}

.m-settings .profiletable th {
    text-align: left;
    width: 200px;
    margin: 0 5px 0 0;
}

.m-settings .profiletable td {
    color: #435B49;
    padding: 2px 0 0;
}

.m-settings .profiletable {
    width: 100%;
    padding: 5px;
}

.m-settings .avatar {
    width: 105px;
    max-width: 100%;
    min-width: 90px;
    padding: 5px 5px 5px 0;
    float: left;
}

.important {
    color: #C60000;
}

@media only screen and (max-width: 750px) {
    .m-settings .profiletable tr, .m-settings .profiletable td {
        width: 100%;
        float: left;
        display: block;
    }
}

/* settings profile - end */
/* profile - posts */
.m-profile-posts .post-head {
    background-color: rgb(245, 246, 247);
    color: #000000;
    text-overflow: ellipsis;
    width: 9999px;
    max-width: 100%;
    min-width: 20px;
    padding: 5px;
    margin: 0;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(214, 215, 216);
    border-right-color: rgb(214, 215, 216);
    border-bottom-color: rgb(214, 215, 216);
    border-left-color: rgb(214, 215, 216);
    overflow-x: hidden;
    overflow-y: hidden;
    clear: both;
    float: left;
    display: block;
}

.m-profile-posts .post-author {
    background-color: transparent;
    background-image: url("../images/menu/menu_a.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: 1px;
    background-position-y: center;
    background-size: 8px auto;
    color: #0E3672;
    text-overflow: ellipsis;
    padding: 0 5px 0 15px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.m-profile-posts .post {
    border-top-width: 0;
    margin: 0 0 10px;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-left-width: 0;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: rgb(214, 215, 216);
    border-left-color: currentcolor;
}

.m-profile-posts a.post-author {
    color: #0E3672;
}

.m-profile-posts a:hover.post-author {
    color: #F06644;
}

.m-profile-posts .post-info {
    font-family: 'IBM Plex Sans Condensed', sans-serif;
    padding: 0 5px 0 15px;
    float: right;
}

.m-profile-posts .post-body {
    background-color: rgb(248, 249, 250);
    text-overflow: ellipsis;
    width: 100%;
    padding: 5px 10px;
    margin: 0;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    overflow-x: hidden;
    overflow-y: hidden;
    float: left;
    display: block;
}

@media only screen and (max-width: 750px) {
    .m-profile-posts .post-author, .m-profile-posts .post-info {
        width: 100%;
        float: left;
        display: block;
    }
}

/* profile - posts - end */
/* profile - arts */
.m-profile-arts .list-item {
    width: 100%;
    display: inline-block;
}

.m-profile-arts .list-title {
    background-color: rgb(245, 246, 247);
    color: #000000;
    text-overflow: ellipsis;
    width: 9999px;
    max-width: 100%;
    min-width: 20px;
    padding: 5px;
    margin: 0;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(214, 215, 216);
    border-right-color: rgb(214, 215, 216);
    border-bottom-color: rgb(214, 215, 216);
    border-left-color: rgb(214, 215, 216);
    overflow-x: hidden;
    overflow-y: hidden;
    clear: both;
    float: left;
    display: block;
}

.m-profile-arts h2.list-title {
    font-size: 17px;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    text-shadow: 0 1px 0 #FFFFFF;
}

.m-profile-arts .list-title a {
    background-color: transparent;
    background-image: url("../images/menu/menu_a.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: 1px;
    background-position-y: center;
    background-size: 8px auto;
    color: #0E3672;
    font-size: 17px;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    text-overflow: ellipsis;
    padding: 0 5px 0 15px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.m-profile-arts .list-title a:hover {
    color: #F06644;
}

.m-profile-arts .list-perex {
    background-color: rgb(248, 249, 250);
    text-overflow: ellipsis;
    width: 100%;
    padding: 10px !important;
    margin: 0;
    border-top-width: 0;
    border-right-width: 1px;
    border-bottom-width: 0;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-top-color: currentcolor;
    border-right-color: rgb(214, 215, 216);
    border-bottom-color: currentcolor;
    border-left-color: rgb(214, 215, 216);
    overflow-x: hidden;
    overflow-y: hidden;
    float: left;
    display: block;
}

.m-profile-arts .list-perex-image {
    max-height: 60px;
    margin: 0 10px 0 0;
    float: left;
    display: block;
}

.m-profile-arts ul.list-info {
    background-color: rgb(239, 240, 241);
    padding: 10px;
    margin: 0 0 5px;
}

/* profile - arts - end */