/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26.02.2019, 22:44:45
    Author     : sergej
*/

.profile-top-wrapper {
    box-shadow: 0 0.005em 0.01em 0 rgba(0,0,0,.12), 0 2px 10px 0 rgba(0,0,0,.12);
} 
.profile .cover {
    background: no-repeat center top;
    background-position: 50% 0;
    background-size: cover;
    min-height: 250px;
    position: relative;
    font-size: 22px;
}
.profile .cover .cover-bg {
    background: no-repeat center top;
    background-position: 50% 0;
    background-size: cover;
    min-height: 250px;
}
.profile .cover .profile-info {
    position: absolute;
    bottom: 12px;
    left: 250px; 
    z-index: 3;
}
.profile .cover .profile-name {
    color: #fff;
}
.profile .cover .profile-name>h1 {
    color: #fff;
    margin: 0;
    font-size: 22px;
    line-height: 33px;
}
.profile .cover .profile-name>h1>a {
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,.8);
}
.profile .cover .profile-status {
    color: #fff;
    font-size: 15px;
    text-shadow: 1px 1px 3px rgba(0,0,0,.8);
}
.profile .cover-border {
    border: 1px solid #000;
    border-color: rgba(0,0,0,.25);
    border-top-color: rgba(0,0,0,.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    background: url(/themes/bootstrap/images/profile-cover-border.png) bottom left repeat-x;
}
.profile .cover .cover-buttons {
    position: absolute;
    bottom: 15px;
    right: 40px;
    z-index: 12;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.profile .header2 {
    position: relative;
    border-bottom: 1px solid #ddd;
}
.profile .profile-avatar {
    display: block;
    position: absolute;
    left: 40px;
    bottom: 15px;
    background: #fff;
    border: 5px solid #fff;
    overflow: hidden;
    height: 150px;
    width: 150px;
    z-index: 3;
}
.nav-profile {
    padding-left: 250px;
}
.nav-pills-v2 {
    background-color: #fff;
}
.nav-pills>li {
    display: inline-block;
}
.nav-pills>li {
    float: left;
}
.nav-pills-v2 .nav>li>a.nav-link {
    text-align: center;
    color: #2796D4;
    font-size: 16px;
    border-radius: 0px;
    margin-top: 4px;
    margin-bottom: 0px;
    margin-left: 5px;
    background-color: initial;    
}
.nav-pills-v2 .nav>li.active>a.nav-link {
    border-bottom: 3px solid #ff8300;
}
.nav-value {
    margin-left: 5px;
    color: #66757f;
    font-size: 12px;
    background-color: #fcfcfc;
    border: 0;
    border-radius: 2px;
    display: inline-block;
    padding: 2px 5px;
}
.panel {
    position: relative;
    margin-bottom: 14px;
    box-shadow: 0 0.005em 0.01em 0 rgba(0,0,0,.12), 0 2px 10px 0 rgba(0,0,0,.12);
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
}    
.inner-content {
    padding-top: 14px;
}
.inner-content .col-md-9 {
    padding-left: 0px;
}
.panel .panel-heading {
    color: #66757f;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding: 10px 13px;
    border-bottom: 1px solid #e4eaec;
    margin: 0;
}
.panel-body.comments .commentText {
    padding-top: 0px;
    margin-top: 0px;
    margin-left: 50px;
    display: block;
}
.panel-body.comments .commenterImage {
    width: 30px;
    margin-right: 5px;
    height: 100%;
    float: left;
    overflow: hidden;
    margin-top: 3px;
    display: block!important;
    opacity: .8;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
}
.profile .right_sidebar .panel-body {
    font-size: 14px;
} 

@media (max-width: 550px) {
    .profile .cover .profile-info {
        position: absolute;
        left: 10px;
        z-index: 3;
        top: 10px;
    }
    .profile .profile-avatar {
        bottom: 80px;
    }
    .nav-profile {
        padding-left: 10px;
    }

}

.text-truncate {
    max-width: 100%;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
    white-space: nowrap!important;
    word-wrap: normal!important;
}
.colored-icon.fa-facebook {
    color: #4267b2;
}
.colored-icon.fa-vk {
    color: #4c75a3;
}
.colored-icon.fa-globe {
    color: #ef6c00;
}
.colored-icon.fa-skype {
    color: #01aef2;
}
.colored-icon.fa-twitter {
    color: #00aced;
}
.colored-icon {
    width: 25px;
    text-align: center;
    display: inline-block;
}
.colored-icon::before {
    font-size: 16px!important;
}
.list-group-item .badge2 {
    float: right;
}
#pjax-container {
    height: 100%;
}    
.layout-fixed .wrapper .aside {
    width: 260px;
}
.layout-fixed .wrapper .aside {
    background-color: #fff;
    position: absolute;
    margin: 0px 0 0 0;
    -webkit-transition: width .2s ease-in,opacity .2s ease-in;
    transition: width .2s ease-in,opacity .2s ease-in;
    opacity: 1;
    z-index: 5;
}
.aside-profile.profile-card {
    border-width: 0;
    border-radius: 4px;
    border-bottom-width: 1px;
    position: relative;
    background-color: #000;
    height: auto;
    padding: 0;
}
.aside-profile.profile-card .cover {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    opacity: .8;
}
.profile-card .cover {
    background-size: cover;
    border-bottom: 1px solid #e1e8ed;
    height: 95px;
    background-position: 0 50%;
    width: 100%;
    min-height: inherit;
}
.aside-profile.profile-card .aside-profile-avatar {
    border-radius: 50%;
    margin: -85px 0 0 10px;
    vertical-align: bottom;
    height: 72px;
    width: 72px;
    border: 3px solid #fff;
    left: 0;
    top: 0;
}

.profile-card .profile-avatar {
    border-radius: 50%;
    vertical-align: bottom;
    position: relative;
    background: none;
    border: none;
    left: 11px;
    top: 7px;
    float: left;
    height: 70px;
    width: 70px;
    overflow: hidden;
}
.profile-card .profile-avatar img {
    max-width: 100%;
}
.aside-profile.profile-card .user-info {
    position: absolute;
    overflow: hidden;
    top: 10px;
    left: 93px;
    right: 15px;
    line-height: 1;
    height: 75px;
}

.profile-card .user-info {
    margin-bottom: 12px;
}
.layout-fixed .wrapper .aside+section.content {
    z-index: 5;
    -webkit-transition: margin .2s ease-in;
    transition: margin .2s ease-in;
    margin: 0px 0 0 270px;
}
.sidebar.user-panel {
    height: calc(100% - 100px);
    margin-right: 0;
    overflow-y: auto;        
}
.sidebar .nav {
    position: relative;
}
.sidebar .nav li.active {
    border-left-color: #34749e;
}
.sidebar .nav li.active, .sidebar .nav li:hover:not(.sidebar) {
    background-color: #f5f7fa;
}
.aside-profile.profile-card .profile-name {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #fff;
    text-shadow: 0 0 5px rgba(0,0,0,.9);
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: 90px;
}    
.sidebar .nav li.active a, .sidebar .nav li.active span {
    color: #34749e;
    font-weight: normal;
}
.sidebar .nav li.active {
    border-left-color: #34749e;
}
.sidebar .nav li.active, .sidebar .nav li:hover:not(.sidebar) {
    background-color: #f5f7fa;
}
.sidebar .nav li {
    border-left: 3px solid transparent;
    -webkit-transition: border-left-color .4s ease;
    transition: border-left-color .4s ease;
}
.sidebar .nav-heading {
    font-size: inherit;
    padding: 12px 10px 5px;
}
.sidebar .nav-heading {
    padding: 12px 15px;
    color: #919da8;
    font-size: 13px;
    pointer-events: none;
    cursor: default;
}
.sidebar .nav li.active span, .sidebar .nav li a {
    padding: 7px 15px 7px 25px;
    display: block;
}

.panel .header {
    color: #66757f;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}

.panel .panel-sub-heading {
    position: relative;
    padding: 5px 0;
    display: inline-block;
}
.mt0 {
    margin-top: 0!important;
}
.form-horizontal .control-label-2 {
    padding-top: 0;
    color: #656565;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400;
}
.form-horizontal .form-group {
    margin-left: -7px;
    margin-right: -7px;
}
#aside-toggle {
    padding: 6px 10px; color: white;display: none;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
    }

}

@media (max-width: 450px) {
    .navbar-brand {
        display: none;
    }
    .logined-user {
        float: right;
        display: inline-block;
        width: auto!important;
        margin-right: 15px;
        margin-top: 6px;
    }
}
@media (max-width: 768px) {
    .layout-responsive .wrapper .aside+section.content {
        width: 100%;
        margin: 0 5px;
    }
    .profile #aside-toggle {
        display: block;
    }
    aside.aside {
        display: none;
    }

}
.main-info .aside-profile-stats {
    padding: 0 0 10px;
    border-bottom: 1px solid #e9edf8;
    margin-bottom: 10px;
}
.aside-profile-stats {
    padding: 10px 7px;
    text-align: center;
    background-color: #fff;
    font-size: 14px;
    color: #66757f;
}
.profile .cover .cover-buttons {
    position: absolute;
    bottom: 15px;
    right: 40px;
    z-index: 12;
}    
.btn-group .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group .btn:first-child {
    margin-left: 0;
}
.btn-group .btn, .btn-group-vertical .btn {
    position: relative;
    float: left;
}
.btn-with-icon, .btn-only-icon {
    position: relative;
    padding: 4px 10px 4px 10px!important;
    height: 32px;
}
.profile .btn-with-icon .fa-plus::before, .profile .btn-with-icon .fa-check::before
{
    font-size: 13px;
    color: #ff8300;
}
.user-panel .fa::before
{
    font-size: 13px;
}
.litmirAuthor .container, .user .container {
    padding-top: 0px!important;
}
.btn-with-icon.btn-toggle-action .hover-content {
    margin-left: -20px;
}
.btn-toggle-action .hover-content {
    display: none;
    color: #a94442;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none;
}
.profile .btn-toggle-action:hover + .hover-content {
    opacity: 1.0;
}

.friend-card .profile-avatar .default-avatar, .friend-card .profile-avatar .ghost-avatar {
    height: 60px;
    width: 60px;
}

.friend-card .profile-avatar .default-avatar, .friend-card .profile-avatar .ghost-avatar {
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
}
.default-avatar {
    background-image: url(https://online-knigi.com/images/users/user-nocover.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 160px;
    height: 160px;
    margin: 0;
    padding: 0;
}    

.friend-card .profile-avatar {
    vertical-align: bottom;
    position: relative;
    background: none;
    border: none;
    left: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    margin: 0 auto;
}
.friend-card .profile-name {
    margin-top: 7px;
    color: #444;
    max-height: 70px;
    font-size: 12px;
    position: relative;
    -ms-word-break: normal;
    word-break: break-all;
    word-break: normal;
    word-break: break-word;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    word-wrap: hyphenate;
    overflow: hidden;
    padding: 0 3px;
}
.profile-user-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.friend-card {
    width: 33%;
    text-align: center;
}
.friend-card .profile-avatar img, .friend-card .profile-avatar .comment-avatar .default-avatar, .comment-avatar .friend-card .profile-avatar .default-avatar, .friend-card .profile-avatar .comment-avatar .ghost-avatar, .comment-avatar .friend-card .profile-avatar .ghost-avatar {
    padding: 1px;
    border-radius: 50%;
    background-color: #fff;
    max-width: 100%;
    width: 60px;
    height: 60px;
}
.profile-user-list .profile-avatar {
    border-radius: 50%;
    background-color: #fff;
    max-width: 100%;
    width: 60px;
    height: 60px;
    background-size: cover;
}

.books-format-file {
    height: 30px;
}
.books-formats .text-sm {
    display: block;
    width: 100%;
    color: #98979a!important;
    font-weight: 600;
    text-transform: uppercase;
}
.books-formats {
    background: #eaeaea;
    padding: 10px 20px 10px 20px;
    margin: 10px 0;
    border-radius: 3px;
    display: inline-block;
}
.block-download {
    display: block!important;
}