.clearfix:before,
.clearfix:after,
.panel:before,
.panel:after,
.panel-heading:before,
.panel-heading:after {
  display: table;
  content: " ";
}

.clearfix:after,
.panel:after,
.panel-heading:after {
  clear: both;
}

.main-wrapper,
.main-wrapper * {
  box-sizing: border-box;
}
.panel-body p {
  text-indent: 0em !important;

  padding-left: 2em !important;
}
.main-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.sidebar {
  display: table-cell;
  width: 263px;
  padding: 0 15px;
}
.main {
  display: table-cell;
  padding-right: 15px;
}

.panel {
  margin-bottom: 15px;
}

.panel-avatar > .panel-heading {
  font-size: 18px;
  height: 42px;
  line-height: 42px;
  background: url(../images/avatar_title_bg.jpg;vpn_img) no-repeat;
  text-align: center;
  color: #fff;
  box-shadow: -1px 1px 3px #7a7a7a;
  margin-bottom: 3px;
}
.panel-avatar > .panel-body {
  height: 288px;
  background: #dcf2fc url(../images/avatar_body_bg.png;vpn_img) no-repeat;
  padding: 15px;
}

.panel-avatar .thumbnail > img {
  width: 133px;
  height: 167px;
}
.panel-avatar .thumbnail > .caption {
  color: #1492ff;
}
.panel-avatar .thumbnail > .caption > p {
  text-align: center;
  padding-left: 0 !important;
}

.thumbnail {
  text-align: center;
  padding: 10px;
}
.thumbnail > .caption {
  font-size: 16px;
  line-height: 1.6;
}
.thumbnail > .caption > h3 {
  font-size: 24px;
  font-weight: normal;
}

.nav-leader {
  display: block;
  line-height: 1.4;
  border-top: 1px solid #7ecef4;
}
.nav-leader > li > a {
  display: block;
  border-bottom: 1px solid #7ecef4;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  padding: 0 5px 0 10px;
  color: #005dab;
}
.nav-leader > li > a:hover,
.nav-leader > li > a:focus,
.nav-leader > li.active > a {
  color: #005dab;
  background: #dcf2fc url(../images/nav_item_bg_active.png;vpn_img) no-repeat 100% 100%;
  border-top: none;
  border-bottom: none;
}
.nav-leader > li > a > .badge {
  font-size: 12px;
  float: right;
  line-height: 34px;
  padding-top: 6px;
  color: #221815;
}

.panel-default > .panel-heading {
  display: block;
  font-size: 14px;
  height: 23px;
  line-height: 23px;
  border-bottom: 1px solid #7ecef4;
  background: url(../images/panel_head_bg.png;vpn_img) no-repeat top right;
}
.panel-default > .panel-heading > .panel-title {
  padding: 0 25px;
  height: 27px;
  float: left;
  width: 145px;
  color: #fff;
  background: #fff url(../images/panel_title_bg.jpg;vpn_img) no-repeat top left;
}
.panel-default > .panel-heading > .more {
  float: right;
  margin-right: 30px;
}
.panel-default > .panel-body {
  padding: 15px 5px;
  line-height: 2;
}

a.link-primary {
  color: #005ead;
}
a.link-primary:hover,
a.link-primary:focus {
  color: #005e8c;
  text-decoration: none;
}
p > a.link-primary {
  display: inline-block;
  padding-left: 10px;
}
.p .list-group {
  padding-left: 0;
}

.list-group.has-badge > .list-group-item {
  padding-right: 120px;
}

.list-group:not(.list-group-none) .list-group-item:before {
  content: "\2022";
  color: #7ecef4;
  padding-right: 10px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 5px;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

a.list-group-item {
  color: #221815;
}

a.list-group-item:hover,
a.list-group-item:focus {
  color: #005dab;
  text-decoration: none;
}

.badge {
  display: inline-block;
  min-width: 10px;
  color: #727171;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}

.badge:empty {
  display: none;
}

.list-group-item > .badge {
  padding: 5px;
  width: 100px;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}
