﻿div.panel-heading {
    height: 43px;
}

#tblActivePosts{
    border:none;    /*Override master.CSS table-hover class*/
}
/*UserWinndow (Top half of pane)*/
    .card.hovercard .avatar {
        position: relative;
        top: -50px;
        margin-bottom: -50px;
    }

    .card.hovercard .avatar img {
        width: 100px;
        height: 100px;
        max-width: 100px;
        max-height: 100px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 5px solid rgba(255,255,255,0.5);
    }

    .card.hovercard .bottom {
        padding: 0 20px;
        margin-bottom: 17px;
    }

.socialhref { 
    border-radius: 50%;
    width:32px;
    height:32px;
    line-height:18px; 

}
    #profilesocial .profile-userbuttons {
      text-align: center;
      margin-top: 10px;
    }
    #sociallocal .btn {
      text-transform: uppercase;
      font-size: 11px;
      font-weight: 600;
      padding: 6px 20px;
      margin-right: 5px;
    }

    #profilesocial .profile-userbuttons .btn:last-child {
      margin-right: 0px;
    }

    /*Last Login/Member Since badges (mobile)*/
    .profile-lastlogin, .profile-created {
        position: absolute !important;
        top: 0px;
        max-width: 160px;       
        min-height: 21px;
    }

    .profile-lastlogin {      
        left: 15px;
    }
    
    .profile-created {
        right: 15px;
    }
    /*END: Last Login/Member Since badges(mobile)*/

/*END: UserWinndow*/

/*Profile*/
/* Profile container */
.profile {
    /*margin: 20px 0;*/
}

    /* Profile sidebar */
    .profile-sidebar {
      padding: 20px 0 10px 0;
      background: #fff;
    }

    .profile-user {
        padding-top: 20px;
    }
    .profile-user .profile-img-renderer {
        float: none;
        margin: 0 auto;
        width: 50%;
        height: 50%;
    }

    #profileMain .profile-usertitle {
      text-align: center;
      /*margin-top: 10px;*/
    }

    #profileMain .profile-usertitle-name, .profile-usertitle-job {
        color: #5a7391;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 7px;
    }

    .profile-contact-phone {
        color: #337ab7;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 7px;
    }
     .profile-usertitle-job {
      text-transform: uppercase;
      color: #5b9bd1;
      font-size: 12px;
      font-weight: 600;
      margin-bottom: 10px;
    }

    .profile-userbuttons {
        text-align: center;
        margin-top: 10px;
    }

    .profile-userbuttons .btn{
        text-transform: uppercase;
        font-weight: 600;
        margin-right: 5px;
        padding-left: 3%;
    }

    .profile-userbuttons .btn:not([href]) {
        font-size: 16px;
        padding: 6px 15px;
    }

    #profileMain .profile-userbuttons .btn:last-child {
      margin-right: 0px;
    }
    
    .profile-usermenu {
      margin-top: 25px;
    }

    .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 */
        .profile-content {
          /*padding: 20px;*/
          padding-bottom: 20px;
          background: #fff;
          /*min-height: 460px;*/
        }
    /*End: ProfileContent*/

    .boxshadow {
        box-shadow:4px 5px 9px #888888;
        height:100%;
        min-height:800px;

    }

/*Header - Category Icons*/
.category-icon {
    display: block;
    background: #AAA;
    margin:3px;
    padding: 5px;
    width: 38px;
    height: 38px;
    float: left;
    cursor: pointer;
    color:white;
    border-radius:20%;
    padding-left: 3px;

}

#divServicesList .category-icon{
    background-color:#6495ED;
}

#divItemsList .category-icon{
    background-color:#FF7F50;
}

.category-icon-list {
    display: block;
    margin:3px;
    padding: 5px;
    float: left;
    cursor: pointer;
    background:#cde1f1;
    width: 100%;
    min-height:50px;
    /*height: 350px;*/
    overflow: auto;
    /*display:none;*/
    position: relative;
}
/*END: Header - Category Icons*/

#profileMain .profile-sidebar {
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-content {
    background-color: initial;
}

.profile-content .panel-body, .profile-followers {
    background-color: white;
    margin-top: 5px;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.profile-content li .active{
    background-color: white;
}
.panel-heading {
    padding: 10px 0px;
}

/*END: Profile*/ 

/*Followers/Services/items*/
#profileFollowers .profile-followers-list {   /*Desktop*/
    overflow-y: hidden;
}
#profileFollowers > .profile-content > .profile-followers-list > .panel-body, .profile-followers    /*Followers*/
, #profileBadges > .profile-content > .profile-services-list > .panel-body, .profile-services /*Services*/
, .profile-items  /*Items*/
 {
    -webkit-box-shadow: none;
}
#profileFollowers > .profile-content, #profileBadges > .profile-content { /* Main Container */
    /*margin-top: 11px;*/
    min-height: 100px;
}
#profileFollowers, #profileBadges {
    height: 500px;
}

.profile-followers, .profile-services, .profile-items  { /* Individual Users/icons */
    padding: 10px;
}

.profile-followers > a, profile-services > a, .profile-items > a
{
    color: grey;
}

.profile-followers:hover {
    /*border-radius: 5px !important;*/
    /*-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);*/
    transform: scale(1.1);
}
.profile-followers {
    transition: all .2s ease-in-out;
    padding-left: 5px;
    padding-right: 5px;
}
.profile-follower-img {
     width: 75px;

 }

.following-head, .services-head ,.items-head, .wishlist-head {
    /*background-color: white;*/
    background-color: transparent;
    color: grey;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #ddd;
}

/*Slider*/
#profileBadges-mobile {
    overflow: hidden;
}
/*END: Slider*/

/*Flag post toggle link*/
.flag-post-toggle-link {
    font-size: 12pt;
}
.flag-post-toggle-link span {
    font-size: 9pt;
}
/*END: Flag post toggle link*/

/*Desktop Mode*/
@media screen and (min-width: 1200px) {
    .flag-post-toggle-link {
        margin-top: -40px;
    }
}
/*END: Desktop Mode*/


@media screen and (max-width: 991px) {
    /*Add padding to stacking panels (mobile)*/
    .profile-panel, .profile-content h4 {
        margin-top: 20px;
    }

    .profile-followers-list .panel-body {
        /*stretch body to fit mobile screen (initially to small)*/
        width: 300px;
    }
    /*END: Followers/Services/Items*/
}
.heading-overview {
    color:grey;
    margin-left: 5px;
}

/*Rating header*/
.profile-rating-header .glyphicon {
    padding: 3px;
    font-size: 12pt;
    /*.nav-color*/ 
}
/*END: Rating header*/

/*Mobile Meneu*/
.profile-usermenu.visible-xs {
    background:#f2f3f5;
    margin-bottom: -10px;

}

.profile-usermenu.visible-xs > ul > li {
    width: 25%;
    border: 1px;
    border-style: solid;
    border-color: lightgrey;
}

.profile-usermenu.visible-xs > ul > li.active {
    border-right: none;
    border-top: none;
    border-bottom: none;
}

.profile-usermenu.visible-xs > ul > li > a {
    margin-right: 0px;
}
.profile-usermenu.visible-xs > ul > li > a > label {
    position: absolute;
}

.profile-usermenu.visible-xs > .nav-tabs>li>a {
    border-radius: 0px; /*Override boostrap nav*/
}
/*END: Mobile Meneu*/