


/* PROFILE PANE */

.profile {
    margin-top: 20px;
}
.profile h1 {
    margin: 0;
    font-size: 27px;
}

.profile h2 {
    margin: 20px 0 10px 0px;
    font-size: 18px;
}

.profile .fixed-side-pane > .profile-content {
    overflow: hidden;
}
.profile .fixed-side-pane > .profile-side-pane {
    width: 208px;
    float: left;
    margin-right: 20px;
}

.profile .fixed-side-pane > .profile-side-pane > .profile-sidebar-portlet {
    padding: 30px 0 0 0 !important;
}

.profile .profile-content > div > i {
    margin-right: 5px;
}
.fixed-side-pane > .profile-side-pane .image-pane {
    height: 168px;
    min-height: 168px;
    position: relative;
}

#user-profile .fixed-side-pane > .profile-side-pane .image-pane {
    height: 258px;
    min-height: 258px;
}

.fixed-side-pane > .profile-side-pane img {
    max-height: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.fixed-side-pane > .profile-side-pane .change-image {
    bottom: 0;
    position: absolute;
    width: 208px;
    padding: 6px;
    background: rgba(0, 0, 0, 0.4);
    border-top: 1px solid #999;
    display: block;
    color: #FFF;
    margin: 0 0 0 -3px;
}

.fixed-side-pane > .profile-side-pane .change-image:link,
.fixed-side-pane > .profile-side-pane .change-image:active,
.fixed-side-pane > .profile-side-pane .change-image:hover {
    text-decoration: none;
}
.fixed-side-pane > .profile-side-pane .change-image > i {
    margin-right: 5px;
    margin-top: 0;
}

.profile .fixed-side-pane  div.profile-menu {
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    padding-top: 20px;
    margin: 0 1px;
}
.profile .fixed-side-pane div.profile-menu > ul > li {
    background-color: #fff;
    border: 1px solid #ddd;
    margin-top: -1px;
}

.profile .fixed-side-pane div.profile-menu > ul > li.active a {
    background-color: #f6f9fb;
    /*border-left: 4px solid #5b9bd1;*/
    color: #5b9bd1;

}

.profile .profile-content > div {
    margin-bottom: 10px;
    margin-left: 6px;
}

.profile .profile-content > div.introduction,
.profile div.introduction.note {
    margin-top: 20px;
}
.profile .profile-content > div.introduction.note,
.profile div.introduction.note {
    background-color: #f5f5f5;
}
.profile .profile-content .btn {
    padding: 4px 10px;
}

.profile .profile-content .profile-tabs {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 40px;
}

.profile .profile-content .profile-tabs > div.tab-pane {
    display: none;
}

.profile .profile-content .profile-tabs > div.tab-pane.active {
    display: block;
}

.profile .profile-side-pane  .profile-side-menu {
    margin-top: 20px;
}

#organization-profile-header .label-partner {
    font-weight: 400;
    font-size: 14px;
    display: block;
    padding: 7px 10px;
    color: #3c763d;
    text-align: center;
    background-color: #dff0d8;
}

#organization-profile-content ul.nav.nav-tabs {
    width: 208px;
    background-color: #fff;
}
#organization-profile-content .tab-content .tab-pane {
    border-top: 1px solid #ddd;
}

@media (max-width: 991px) {
    /* 991px */
    /* 991px */
    .profile .fixed-side-pane > .profile-side-pane {
        float: none;
        width: 100% !important;
        margin: 0;
    }

    .fixed-side-pane > .profile-side-pane .image-pane {
        height: auto;
    }

    #user-profile .fixed-side-pane > .profile-side-pane .image-pane {
        height: auto;
    }
    .profile .fixed-side-pane > .profile-side-pane > .portlet {
        margin-bottom: 20px;
    }

    .profile .fixed-side-pane > .profile-content {
        overflow: visible;
    }
}

.image-pane {
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 6px;
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
    display: block;
    overflow: hidden;
    padding: 3px;
}


/*
* Users public registration form
*/



.user-registration form h4 {
    margin-top: 40px;
}