.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;
}
/* Sortable ******************/
#sortable { 
  list-style: none; 
  text-align: left; 
}
#sortable li { 
  margin: 0 0 10px 0;
  height: 30px; 
/*  border: 1px solid #333;*/
}
#post_list li .draghandle {
  background-color: #333;
  width: 15px;
  height: 20px; 
  display: inline-block;
  float: left;
  cursor: move;
  margin-right:10px;
}

#sortable li div {
  padding: 5px;
  margin-left:40px;
}

#post_list li.ui-state-highlight {
    padding: 20px;
    background-color: #ccc;
    border: 1px dotted #ccc;
    cursor: move;
    margin-top: 12px;
}  

#post_list li {
   /* cursor: move;*/
    margin-top:10px;
    border:1px solid #eee;
    border-radius:4px;
}
.li-post-group {
    padding: 5px 10px;
    margin-top: 5px;
}
.li-post-title {
      padding: 5px;
      color: #222;
      margin: 0px;
}
.show-more {
      background: #10c1b9;
      width: 100%;
      text-align: center;
      padding: 10px;
      border-radius: 5px;
      margin: 5px;
      color: #fff;
      cursor: pointer;
      font-size: 20px;
      display: none;
      margin: 0px;
      margin-top: 25px;
}
.li-post-desc {
      line-height: 15px !important;
      font-size: 12px;
      box-shadow: inset 0px 0px 5px #7d9c9b;
      padding: 10px;
      margin: 0px;
}
.post-data-list {
      max-height: 374px;
      overflow-y: auto;
  }
  .radio-inline {
      font-size: 20px;
      color: #c36928;
  }
  .progress, .progress-bar{ height: 40px; line-height: 40px; display: none; }

  .jumbotron { padding: 28px 0; }
  .jumbotron p { font-size: 18px; }
  .jumbotron h1 { font-size: 28px; }