.content-wrapper{background:white;}

.sidebar{background-color:#fcfcfc; color: #333;}

.my-contacts-filter-panel{padding: 15px 10px 14px ;background-color:#f8f8f8; border-top: 1px solid rgba(0,0,0,0.1); 
border-bottom: 1px solid rgba(0,0,0,0.1); position:relative;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);}
.my-contacts-filter-panel > label::after {
    color: #999;
    content: "";
    display: inline-block;
    font-family: "icomoon";
    font-size: 12px;
    line-height: 2.5em;
    position: absolute;
    left: 22px;
    top: 12px;
}
/*.my-contacts-filter-panel #my-contacts-filter {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #333;
    height: 36px;
    line-height: 1.53846;
    outline: 0 none;
    padding: 7px 12px 7px 34px;
    width: 100%;
}*/
#my-contacts-container{display:block; margin:0 auto; padding:0; overflow:hidden;}
.contact-item{min-height: 75px;height: 100%;cursor:pointer; width:100%; overflow:hidden; display: block; position: relative; margin:0;
 padding:10px 0; border-bottom:1px solid rgba(0,0,0,0.1);}
.contact-item.active{}
.contact-item:hover{background-color:#f8f8f8;}

.contact-item .contact-icon-pn{ width: 60px; height: 60px; display: inline-block; float:left;padding: 0 5px;}
.contact-item .contact-info-pn{display: inline-block; float:left;padding:0 5px;}
.contact-item .icon{
    border-radius: 3px;
    color: white;
    display: inline-block;
    font-size: 22px; font-weight:300;
    height: 55px;
    line-height: 55px;
    text-align: center;
    width: 55px; border:1px solid rgba(0,0,0,0.5); }
.contact-item .icon-with-img{background: none center center no-repeat transaprent; background-size: cover;}
.contact-item .contact-name{font-size: 110%; cursor:pointer;
    font-weight: 500;}
.contact-item .contact-info{opacity:0.9;font-size: 90%;line-height:1em;margin-bottom: 5px;}


.page-container .page-content .sidebar.sidebar-main{
	border-right:1px solid rgba(0, 0, 0, 0.1);
	display:block;
}

.btn-float > span{padding-top:5px;}

.contact-group-lg .contact-info-lg h6, .contact-group-lg .contact-info-lg div{color:#666;}

.contact-group-lg .contact-item-lg{
	cursor:pointer;
	display: block;
    overflow: hidden;
    margin-bottom:5px;
    width: 100%;
}

.contact-group-lg .contact-item-lg .contact-avatar{
	background: none center center no-repeat #e5e5e5;
	background-size: cover;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	display: inline-block;
	float: left;
	height:55px;
	width:55px;
}

.contact-group-lg .contact-item-lg .contact-icon-lg{
	background-color: #e5e5e5;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    color: white;
    display: inline-block;
    float: left;
    font-size: 24px;
    font-weight: 300;
    height: 55px;
    line-height:55px;
    text-align: center;
    width: 55px;
}

.contact-group-lg .contact-item-lg .contact-info-lg{
	display:inline-block;
	float:left;
	margin-left:5px;
	width: calc(100% - 65px);
}

.contact-group-lg .contact-item-lg .contact-info-lg > div{
    font-size: 90%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*Kiet fix*/

@media (min-width:1024px){
    .page-container .page-content .sidebar.sidebar-main{
        position:fixed;
        margin-top:44px;
        height: calc(100vh - 40px);
        overflow:auto;
        padding-bottom:40px;
    }

    #contact-profile-container{
        padding-left:260px;
        padding-top:44px;
    }
    #add-to-hs{display:none;}
}
@media (max-width:1023px){
    /*.page-container .page-content .sidebar.sidebar-main{
        position:inherit;
        margin-top:inherit;
        height:inherit;
        overflow:inherit;
        padding-bottom:inherit;
    }*/

    #contact-profile-container{
        padding-left:inherit;
        padding-top:0px;
    }
}

@media (max-width:780px) {
    #my-contacts-container{
        max-height: 242px; 
        overflow: auto;
    }
    #contact-profile-container{
        padding-top:0;
    }
}