/* Profile container */
.profile {
    margin: 20px 0;
}

/* Profile sidebar */
.profile-sidebar {
    padding: 20px 0 10px 0;
    background: #fff;
}

.profile-userpic img {
    float: none;
    margin: 0 auto;
    width: 50%;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.profile-usertitle {
    text-align: center;
    margin-top: 20px;
}

.profile-usertitle-name {
    color: #5a7391;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
    width: 100%;
    text-align: center;
    clear: both;
}

.profile-usertitle-job {
    text-transform: uppercase;
    color: #5b9bd1;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}

.profile-userbuttons {
    text-align: center;
    margin-top: 10px;
}

.profile-userbuttons .btn {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 15px;
    margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
    margin-right: 0px;
}

.profile-usermenu {
    margin-top: 30px;
}

.profile-usermenu .nav > li > a {
    display: block;
    padding: 15px 10px;
    position: relative;
}

.profile-usermenu ul li {
    border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
    border-bottom: none;
}

.profile-usermenu ul li a {
    color: #93a3b5;
    font-size: 14px;
    font-weight: 400;
}

.profile-usermenu ul li a i {
    margin-right: 8px;
    font-size: 14px;
}

.profile-usermenu ul li a:hover {
    background-color: #fafcfd;
    color: #5b9bd1;
}

.profile-usermenu ul li.active {
    border-bottom: none;
}

.profile-usermenu ul li.active a {
    color: #5b9bd1;
    background-color: #f6f9fb;
    border-left: 2px solid #5b9bd1;
    margin-left: -2px;
}

/* Profile Content */
[class*="profile-content"] {
    padding: 20px;
    background: #fff;
    min-height: 778px;
}

/* Profile Content */
.profile-content-reviews {
    padding: 0 20px;
    background: transparent;
}

.profile-content-follows {
    padding: 0 0px;
    background: transparent;
}

.profile-content-home {
    padding: 0;
}

.custab{
    border: 1px solid #ccc;
    padding: 5px;
    margin: 5% 0;
    box-shadow: 3px 3px 2px #ccc;
    transition: 0.5s;
}
.custab:hover{
    box-shadow: 3px 3px 0px transparent;
    transition: 0.5s;
}

.inbox-holder {
    min-height: 250px;
    height: auto;
}

.inbox-org-logo {
    height: 25px;
    width: 25px;
}

.inbox-org-logo-msg {
    height: 95px;
    width: 95px;
}

.back-message {
    margin-top: 10px;
    font-size: 14px;
}

.back-message a {
    color: #fff;
}

.inbox-msg-bg {
    background-color: #efefef;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    height: auto;
    min-height: 250px;
}

.reply-spacer {
    height: 20px;
    width: 100%;
}

.message-attachment {
    background-color: #ccdfe8;
    color: #666;
    padding: 15px 0;
    text-align: center;
}

.reply-modal {
    background-color: #efefef;
    background-image: url("/assets/img/msg-reply-bg.png");
    background-position: right center;
    background-repeat: no-repeat;
    height: 420px;
}

.msg-notify-list {
    height: 65px;
    margin-bottom: 0;
    padding-top: 0;
}

.logo-notify {
    float: left;
    margin-right: 10px;
}

.message-body {
    float: left;
    width: 80%;
}

.profile-menu-spacer {
    margin-right: 5px;
}

.badge-bg {
    background-color: #f6f9fb;
    height: 100%;
    min-height: 400px;
}

.col-md-8.no-gutter {
    padding-left: 0;
    padding-right: 0;
}

.user-profile-summary {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 35px;
}

.user-summary-list {
    font-size: 12px;
    margin-bottom: 10px;
}

.user-summary-list span {
    font-weight: 600;
    color: #0FA8E3;
}