.media-list .col-md-2 {
  overflow: hidden;
  margin-bottom: 5px;
}
.media-list .fa {
  padding: 40px;
  font-size: 85px;
}
.media-list .media-preview-thumb {
  position: relative;
  box-shadow: inset 0 0 15px rgb(0 0 0 / 10%), inset 0 0 0 1px rgb(0 0 0 / 5%);
  background: #eee;
  cursor: pointer;
  padding: 10px;
}
.ajax-loading {
  opacity: 0.5;
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../img/loader.gif) 50% 50% no-repeat rgb(249, 249, 249);
  background-size: 200px;
}
.scroll-vertical {
  overflow-x: scroll !important;
}
.scroll-horizontal {
  overflow-y: scroll !important;
}
.card-body {
  overflow-y: auto !important;
}
.referral-link span {
  font-weight: bold;
}
.referral-link a.ref_link {
  color: #007bff;
  font-weight: bold;
}
.referral-link a.btn {
  color: #fff;
  font-weight: bold;
}
.support-side-menu {
  width: 100%;
}
.support-side-menu a.active {
  background-color: #e9ecef;
  color: #2b2b2b;
}
.product-widget .card-footer {
  padding: 0.75rem 1.25rem;
}
.dropdown-menu-lg {
  max-width: 500px;
  min-width: 480px;
}

.align-center {
  text-align: center;
}
.genealogy-border {
  width: 100%;
  text-align: center;
  margin: 5px 0px;
}
.genealogy-border div:before {
  border-right: 1px solid #000;
}
.genealogy-border .g-up {
  height: 15px;
  background-color: #858688;
  margin: 0px auto;
  width: 3px;
}
.genealogy-border .g-center {
  height: 15px;
  background-color: #858688;
  margin: 0px auto;
  width: 3px;
}
.genealogy-border .g-down-3x {
  width: 67%;
  height: 18px;
  border-top: 3px solid #858688;
  margin: 0px auto;
  border-right: 3px solid #858688;
  border-left: 3px solid #858688;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.genealogy-border .g-down-4x {
  width: 75%;
  height: 18px;
  border-top: 3px solid #858688;
  margin: 0px auto;
  border-right: 3px solid #858688;
  border-left: 3px solid #858688;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: flex;
  position: relative;
}
.genealogy-border .g-center-1 {
  position: absolute;
  height: 15px;
  background-color: #858688;
  width: 3px;
  right: 67%;
}
.genealogy-border .g-center-2 {
  height: 15px;
  background-color: #858688;
  width: 3px;
  position: absolute;
  left: 67%;
}
.genealogy-border .g-down {
  width: 50%;
  height: 18px;
  border-top: 3px solid #858688;
  margin: 0px auto;
  border-right: 3px solid #858688;
  border-left: 3px solid #858688;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
img.blue {
  border: 3px solid #5565d8;
  padding: 2px;
}
img.green {
  border: 3px solid #5eab45;
  padding: 2px;
}
img.black {
  border: 3px solid #000;
  padding: 2px;
}
img.red {
  border: 3px solid #ff2323;
  padding: 2px;
}
.hide {
  display: none;
}
ul.tranxs-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
ul.tranxs-list li {
  border-bottom: 1px solid #ddd;
  padding: 0px 10px 5px 10px;
}
li.tranx-list-item:last-child {
  border: none;
}
p.tranx-details {
}
p.tranx-date {
}
p.tranx-type {
}
.check-confirmed {
  font-size: 125px;
  color: #43c360;
  margin-bottom: 25px;
}
.check-warning {
  font-size: 125px;
  color: #ffd75d;
  margin-bottom: 25px;
}
span.template-parameters {
  background-color: #f7f1f1;
  margin-right: 10px;
}
.role-permissions ul {
  list-style: decimal;
}

.dropdown-select-list a.list-selected {
  background-color: #ddd;
}
.dropdown-select-list a.list-selected:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  font-size: 14px;
  font-weight: normal;
  float: right;
}
.flot-x-axis .flot-tick-label {
}
.binary-block-info {
  width: 120px;
  margin: 0px auto;
}
.binary-block-info table {
  border: 1px solid #ddd;
  width: 120px;
  overflow: hidden;
}
.binary-block-info table td {
  padding: 0px;
  border: 1px solid #ddd;
}
.binary-block-info span {
  font-weight: bold;
}
