.alerta2{
    background-color:snow;
}

.dashboard-view, .bond-view, .admin-view{
    margin-top:0px;
}

.top-nav {
    margin-left: 0px;
}

.side-nav-content {
    background-color:white;
    overflow-y: auto;
}

.side-nav-footer {
    background-color:white;
}

.home {
    margin-left: 200px;
}

.main-content-item {
    position: relative;
    margin: 50px
}


/* .h1, h2, h3, h4, h5, h6, th, td, span {
    color: #666666 !important;
} */



.h7 {
    font-size: 0.525rem !important;
}

.bg-charts {
    background-color: #20242A !important;
}

.bg-gray {
    background-color: rgb(152, 152, 152) !important;
    overflow: auto;
}

.navbar-top {
    padding-bottom: 50px !important;
}

/* Template Customized */
.navbar-vertical .navbar-brand-img,
  .navbar-vertical .navbar-brand > img {
    max-width: 70% !important;
    margin-left: 30px !important;
}


.bg-blue-light-finapsys {
    background-color: #01b4fe !important;
}

.bg-blue-finapsys {
  background-color: #056188 !important;
}

.text-blue-finapsys {
    color: #04094D !important;
}

.text-white-finapsys {
  color: white !important;
}


@media (max-width: 600px) {
    .side-nav-footer {
      margin-top: 10px;
    }
  }
  
  
@media (min-width: 600px) {
  .side-nav-footer {
    margin-top: 20px;
  }
}
  
@media (min-height: 700px) {
  .side-nav-footer {
    margin-top: 290px;
  }
}
/* 21.5 inches screen */
@media (min-height: 970px) { 
  .side-nav-footer {
    margin-top: 490px;
  }
}
  