[class*=sidebar-dark-] {
    background-size: cover;
    background-repeat: no-repeat;
    background-color:white;
      color: black;
}
.navbar-white {
    background-size: contain;
    background-color:white;
    color: black;
}
.main-header {
    border-bottom: 1px solid #000000;
    z-index: 1034;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0);
}
.content-wrapper {
   background-color:white;
	background-position: center;
}
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #007bff;
    color: #fff;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: black;
}
[class*=sidebar-dark-] .sidebar a {
    color: black;
}
body {
    margin: 0;
    font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    text-align: left;
    background-color: #fff;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffffbb;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, 0.473);
    border-radius: 0.25rem;
}
.main-footer {
    background-color: #000;
    border-top: 1px solid #000000;
    color: #ffffff;
    padding: 1rem;
}
.contenedor {
    width: 100%;
    height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 768px) {
    .contenedor {
        height: 300px;
    }
}
.callout {
    border-radius: 0.25rem;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    background-color: #000;
    border-left: 5px solid #e9ecef;
    margin-bottom: 1rem;
    padding: 1rem;
}
.invoice {
    background-color: #ffffffc2;
    border: 1px solid rgba(0,0,0,.125);
    position: relative;
}
.text-muted {
    color:#000000 !important;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #FE2EF7;
    opacity: 1;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: black;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.h5, h5 {
    font-size: 1.25rem;
    color: black;
}