.tim-row {
  margin-bottom: 20px;
}

.tim-white-buttons {
  background-color: #777777;
}

.typography-line {
  padding-left: 25%;
  margin-bottom: 35px;
  position: relative;
  display: block;
  width: 100%;
}

.typography-line span {
  bottom: 10px;
  color: #c0c1c2;
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  left: 0;
  position: absolute;
  width: 260px;
  text-transform: none;
}

.tim-row {
  padding-top: 60px;
}

.tim-row h3 {
  margin-top: 0;
}

.offline-doc .page-header {
  display: flex;
  align-items: center;
}

.offline-doc .footer {
  position: absolute;
  width: 100%;
  background: transparent;
  bottom: 0;
  color: #fff;
  z-index: 1;
}


.sidebar .nav>li.active-pro, .active-pro {
  position: absolute;
  bottom: 10px;
  margin: 10px 20%;
  font-size: 0.7142em;
  color: #FFFFFF;
  display: block;
  text-transform: uppercase;
  padding: 10px 0;
  line-height: 1.625rem;
}

.card.card-upgrade .card-category {
  max-width: 530px;
  margin: 0 auto;
}

.card {
  border-radius: 6px;
  box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
  background-color: #FFFFFF;
  color: #252422;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.card .image {
  width: 100%;
  overflow: hidden;
  height: 260px;
  border-radius: 6px 6px 0 0;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.card .image img {
  width: 100%;
}
.card .content {
  padding: 15px 15px 10px 15px;
}
.card .header {
  padding: 20px 20px 0;
}
.card .description {
  font-size: 16px;
  color: #66615b;
}
.card h6 {
  font-size: 12px;
  margin: 0;
}
.card .category,
.card label {
  font-size: 14px;
  font-weight: 400;
  color: #9A9A9A;
  margin-bottom: 0px;
}
.card .category i,
.card label i {
  font-size: 16px;
}
.card label {
  font-size: 15px;
  margin-bottom: 5px;
}
.card .title {
  /*margin: 0;
  color: #252422;
  font-weight: 300;*/
  margin: 5px 0;
}
.card .avatar {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.card .footer {
  padding: 0;
  line-height: 30px;
}
.card .footer .legend {
  padding: 5px 0;
}
.card .footer hr {
  margin-top: 5px;
  margin-bottom: 5px;
}
.card .stats {
  color: #a9a9a9;
  font-weight: 300;
}
.card .stats i {
  margin-right: 2px;
  min-width: 15px;
  display: inline-block;
}
.card .footer div {
  display: inline-block;
}
.card .author {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.card .author i {
  font-size: 14px;
}
.card.card-separator:after {
  height: 100%;
  right: -15px;
  top: 0;
  width: 1px;
  background-color: #DDDDDD;
  content: "";
  position: absolute;
}
.card .ct-chart {
  margin: 30px 0 30px;
  height: 245px;
}
.card .table tbody td:first-child,
.card .table thead th:first-child {
  padding-left: 15px;
}
.card .table tbody td:last-child,
.card .table thead th:last-child {
  padding-right: 15px;
}
.card .alert {
  border-radius: 4px;
  position: relative;
}
.card .alert.alert-with-icon {
  padding-left: 65px;
}
.card .icon-big {
  font-size: 3em;
  min-height: 64px;
}
.card .numbers {
  text-align: right;
}

.card .numbers p {
  margin: 0;
  font-size: 16px;
  line-height: 1.4em;
}

.card .numbers span, .account-number{
  font-size: 1.3em;
  font-weight: bold;
  color: #3b3e3c;
}

.account-number{
  font-size: 1em;
  font-weight: bold;
  color: #6c757d;
}

.card ul.team-members li {
  padding: 10px 0px;
}
.card ul.team-members li:not(:last-child) {
  border-bottom: 1px solid #F1EAE0;
}

.card-user .image {
  border-radius: 8px 8px 0 0;
  height: 150px;
  position: relative;
  overflow: hidden;
}
.card-user .image img {
  width: 100%;
}
.card-user .image-plain {
  height: 0;
  margin-top: 110px;
}
.card-user .author {
  text-align: center;
  text-transform: none;
  margin-top: -65px;
}
.card-user .author .title {
  color: #403D39;
}
.card-user .author .title small {
  color: #ccc5b9;
}
.card-user .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 15px;
}
.card-user .avatar.border-white {
  border: 5px solid #FFFFFF;
}
.card-user .avatar.border-gray {
  border: 5px solid #ccc5b9;
}
.card-user .title {
  font-weight: 600;
  line-height: 24px;
}
.card-user .description {
  margin-top: 10px;
}
.card-user .content {
  min-height: 200px;
}
.card-user.card-plain .avatar {
  height: 190px;
  width: 190px;
}

.card-map .map {
  height: 500px;
  padding-top: 20px;
}
.card-map .map > div {
  height: 100%;
}

.card-user .footer,
.card-price .footer {
  padding: 5px 15px 10px;
}
.card-user hr,
.card-price hr {
  margin: 5px 15px;
}

/*.card-wallet .image {
  border-radius: 8px 8px 0 0;
  height: 50px;
  position: relative;
  overflow: hidden;
}*/

.card-wallet {
  /*background-color: greenyellow;*/
}
.card-wallet .image {
  height: 150px;
  position: relative;
  overflow: hidden;
  z-index: -1;
}
.card-wallet .card-body {
  /*background-color: yellow;*/

}

.card-wallet .card-body .author {
  text-align: center;
  margin-top: -65px;
}

.card-wallet .card-body .author>span {
    display: inline-block;
    margin-bottom: 20px;
    background-color: yellow;
    width: 85px;
    height: 85px;
    text-align: center;
    border-radius: 50%;
}

.card-wallet .title {
  font-weight: 600;
  line-height: 24px;
}

.card-wallet .card-body > .description {
  font-size: .75rem;
}

#walletAddress {
  height: 0px;
  width: 0px;
  overflow: hidden;
  position: absolute;
  margin-left: 999999px;
}

.card-paln {

}

.card-plan .image {
  height: 150px;
  position: relative;
  z-index: -1;
  overflow: hidden;
}

.card-plan .card-body {
  /*background-color: greenyellow;*/
}


.card-plan .card-body .card-body-container {
  margin: -65px auto 10px auto;
  width: 120px;
  height: 120px;
  background-color: #4B0082;
  text-align: center;
  display: block;
  vertical-align: middle;
  position: relative;
  border-radius: 100%;
}

.card-plan .card-body .holder {
  width: 120px;
  height: 120px;
  background-color: transparent;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
 
}

.card-plan .card-body .holder .price {
  font-size: 2rem;
  margin: 0;
  color: #FFFFFF;
}

.card-plan .title, .card-plan .description{
  text-transform: none;
  text-align: center;
}

.btn-brand {
  background-color: #4B0082;
}

.btn-brand:hover {
  background-color: #4B0082;
  opacity: .9;
}
.card-plain {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
}

.card-plain .image {
  border-radius: 4px;
}

a {
    color: #008080;
}

.nav .active a
{
  pointer-events: none;
}    

a:hover{
  text-decoration: none !important;
  color: #4B0082;
}

.card .dropdown {
  position: absolute;
  right: 20px;
  top: 20px;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
}

.category, .card-category{
  text-transform: lowercase !important;
}

.footer a
{
  pointer-events: none;
}