.portlet.light {
  padding: 12px 20px 15px;
  background-color: #fff;
}
.portlet {
  margin-top: 0;
  padding: 0;
  border-radius: 4px;
}
.portlet.light > .portlet-title {
  padding: 0;
  min-height: 48px;
}
.portlet > .portlet-title {
  border-bottom: 1px solid #eee;
  padding: 0;
  margin-bottom: 10px;
  min-height: 41px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.portlet > .portlet-title::after, .portlet > .portlet-title::before {
  content: " ";
  display: table;
}
.portlet.light > .portlet-title > .caption {
  color: #666;
  padding: 10px 0;
}
.portlet > .portlet-title > .caption {
  float: left;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  padding: 10px 0;
}
.portlet.light > .portlet-title > .caption > .caption-subject {
  font-size: 16px;
}
.portlet.light > .portlet-title > .actions {
  padding: 6px 0 14px;
}
.portlet > .portlet-title > .actions {
  float: right;
  display: inline-block;
  padding: 6px 0;
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
}
.btn, .btn-group, .btn-group-vertical, .caret, .checkbox-inline, .radio-inline, img {
  vertical-align: middle;
}
.portlet > .portlet-title > .actions > .btn-group > .btn.btn-default, .portlet > .portlet-title > .actions > .btn-group > .btn.btn-sm.btn-default, .portlet > .portlet-title > .actions > .btn.btn-default, .portlet > .portlet-title > .actions > .btn.btn-sm.btn-default {
  padding: 3px 9px;
}
.portlet.light > .portlet-title > .actions .btn-default {
  color: #666;
}
.portlet > .portlet-title > .actions > .btn, .portlet > .portlet-title > .actions > .btn-group > .btn, .portlet > .portlet-title > .actions > .btn-group > .btn.btn-sm, .portlet > .portlet-title > .actions > .btn.btn-sm {
  padding: 4px 10px;
  font-size: 13px;
  line-height: 1.5;
}
.btn .caret, .btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-default.active, .btn-default:active, .btn-default:hover, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid #00000045;
    border-top-color: rgba(0, 0, 0, 0.20);
    border-right-color: rgba(0, 0, 0, 0.20);
    border-bottom-color: rgba(0, 0, 0, 0.20);
    border-left-color: rgba(0, 0, 0, 0.20);
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.portlet.light .portlet-body {
  padding-top: 8px;
}
.portlet-body {
  overflow: hidden;
}
.text-left {
  text-align: left;
}
.search-content {
  padding-left: 120px;
}
.search-container > ul .search-item:last-child {
  border: none;
}
.search-container > ul .search-item {
  list-style: none;
  padding: 20px 0;
  border-bottom: 1px solid;
  border-color: #f4f6f8;
}
.search-container > ul .search-item > a > img {
  width: 120px;
  float: left;
  margin-right: 20px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav {
  list-style: none;
}
.nav-justified > li, .nav-stacked > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav > li, .nav > li > a {
  display: block;
}
.input-group, .input-group-btn, .input-group-btn > .btn, .nav > li, .nav > li > a, .navbar {
  position: relative;
}
.badge {
  font-size: 11px !important;
  font-weight: 300;
  height: 18px;
  color: #fff;
  padding: 0px;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  border-radius: 12px !important;
  text-shadow: none !important;
  text-align: center;
}
.badge {
  display: inline-block;
  min-width: 10px;
  background-color: #777;
}
.badge, .label {
  line-height: 1;
  white-space: nowrap;
}