body {
min-height:100vh;
  overflow-x: hidden;
  animation: opaci .3s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;


  background: rgba(7,11,36,1);
  background: -moz-linear-gradient(top, rgba(7,11,36,1) 0%, rgba(8,9,90,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(7,11,36,1)), color-stop(100%, rgba(8,9,90,1)));
  background: -webkit-linear-gradient(top, rgba(7,11,36,1) 0%, rgba(8,9,90,1) 100%);
  background: -o-linear-gradient(top, rgba(7,11,36,1) 0%, rgba(8,9,90,1) 100%);
  background: -ms-linear-gradient(top, rgba(7,11,36,1) 0%, rgba(8,9,90,1) 100%);
  background: linear-gradient(to bottom, rgba(7,11,36,1) 0%, rgba(8,9,90,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#070b24', endColorstr='#08095a', GradientType=0 );

  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;

/*    color: #ebf2f1; */
    background-color: #080A5A;


}
/*
  a, a:active, a:visited {
    text-decoration: underline;
    text-decoration-color: #666;
//    color: #ebf2f1; 
  }

  a:hover {
    text-decoration: none;
//    color: #024059;
  }
*/
#sidebar a {
    text-decoration: underline;
    color: #070b24;
}

.navbar-fixed-side .navbar-nav .nav-menu-item-selected > a {
        background-color: #fed86f;
}

.btn-default {
        background-color: #fed86f;
}

.content-panel {
    margin-top: 0;
}

.main {
    padding-top: 0;
}

.breadcrumb {
    margin-bottom: 10px;
}

.wrapcontent {
/* padding: 50px 0px; */
}

@media (min-width: 768px) {
    .wrapcontent {
        padding-top: 50px;
        padding-bottom: 0px;
    }
}

@media (min-width: 768px) {
    .navbar-fixed-side {
        margin-top: 30px;
    }
}

.footer-copy {
    color: #ebf2f1;
}

.footer-copy small {
    color: #97a0ac;
}

#sidebar img {
    width: 35px;
    margin-right: 10px;
}


@media (max-width: 460px) {
    .balance-block {
        width: 100%;
    }
}

    .balance-home {
	font-size: 1.5em;
    }

