.main-wrapper {margin-top:20px;}
.panel-default > .panel-heading { color: #FFF;}
.navbar-fixed-bottom, .navbar-fixed-top {z-index:998;}
#sidebar-right {
  width: 300px;
  height: 100%;
  background: #2e2e2e;
  z-index: 100;
  position: absolute;
  overflow-y: auto;
  overflow-x: hidden;
  top: 0;
  right: 0;
  padding-top: 100px;
  display: none;
  box-shadow: 0 0 9px rgba(190, 190, 190, 0.5);
}
.sidebar-right-open {
  display: block!important;
}
#sidebar-right .sidebar-title {
  color: #e8e8e8;
  padding: 10px;
  /*background-color: #1d212a;*/
  text-transform: uppercase;
  font-weight: normal;
/*  font-size: 0.75em;*/
}
#contact-list-wrapper .heading {
  position: relative;
  border-bottom: solid thin #F2F2F2;
}
#contact-list-wrapper .heading ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#contact-list-wrapper .heading ul li {
  display: inline-block;
  padding: 10px;
}
#contact-list-wrapper .heading ul li.new-contact a {
  vertical-align: sub;
}
#contact-list-wrapper .heading .search {
  -webkit-appearance: none !important;
  color: #282323;
  outline: 0;
  height: 30px;
  width: 180px;
  padding: 7px 15px;
/*  font-size: 0.75em;*/
  font-weight: normal;
  vertical-align: top;
  background-color: #EDF1F2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  border: none;
  transition: background 0.2s linear 0s, box-shadow 0.2s linear 0s;
  position: relative;
}
#contact-list-wrapper .heading .btn-search {
  position: absolute;
  background: none;
  right: 12px;
  top: 12px;
}
#contact-list-wrapper #contact-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#contact-list-wrapper #contact-list ul li {
  border-bottom: solid thin #666666;
  padding: 10px;
}
#contact-list-wrapper #contact-list ul li .row {
  margin: 0;
}
#contact-list-wrapper #contact-list ul li:hover {
  cursor: pointer;
  background-color: #f4f7f7;
}
#contact-list-wrapper #contact-list .avatar {
  width: 40px;
  height: 40px;
}
#contact-list-wrapper #contact-list .avatar i {
  border: solid 1px #fff;
  width: 10px;
  height: 10px;
  margin: 0;
}
#contact-list-wrapper #contact-list .location i {
/*  font-size: 0.813em;*/
}
#contact-user {
  position: fixed;
  height: 55px;
  width: 240px;
  bottom: 0;
  text-align: center;
}
#contact-user .chat-user {
  padding: 20px 8px 8px 8px;
  background-color: #F0F3F3;
  height: 55px;
  width: 80px;
  float: left;
}
#contact-user .email-user {
  padding: 20px 8px 8px 8px;
  background-color: #F0F3F3;
  height: 55px;
  width: 80px;
  float: left;
}
#contact-user .call-user {
  padding: 20px 8px 8px 8px;
  background-color: #F0F3F3;
  height: 55px;
  width: 80px;
  float: left;
}
#contact-user .chat-user.active,
#contact-user .email-user.active,
#contact-user .call-user.active {
  background-color: #1D212A;
}
#contact-user .chat-user:hover,
#contact-user .email-user:hover,
#contact-user .call-user:hover {
  background-color: #1D212A;
  color: #F0F3F3;
  cursor: pointer;
}
#contact-user .chat-user:hover span,
#contact-user .email-user:hover span,
#contact-user .call-user:hover span {
  color: #111111;
}
#contact-user .chat-user.active > span,
#contact-user .email-user.active > span,
#contact-user .call-user.active > span {
  color: #111111;
}