.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
.mt-3, .my-3 {
    margin-top: 1rem !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.info{
	font-size: 12px;
}
.fondocargo{
	border-bottom: #000 1px solid;
	color: #fff;
	flood-color: #fff;
}

.brand-link .brand-image {
    float: left;
    line-height: .8;
    margin-left: .8rem;
    margin-right: .5rem;
    margin-top: -3px;
    max-height: 33px;
    width: auto;
}

.img-circle {
    border-radius: 50%;
}

.elevation-3 {
    box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23) !important;
}


.main-header .logo {
    -webkit-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    display: block;
    float: left;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-align: justify;
    width: 230px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 8px 17px 0px 5px;
    font-weight: 300;
    overflow: hidden;
}

.main-header .logo {
    font-size: 20px;
    line-height: 50px;
    text-align: justify;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
}

[class*="sidebar-dark"] .brand-link {
    border-bottom: 1px solid #4b545c;
    color: rgba(255,255,255,.8);
}
.layout-fixed .brand-link {
    width: 250px;
}
.brand-link {
    display: block;
    font-size: 1.25rem;
    line-height: 1.5;
    padding: .8125rem .5rem;
    transition: width .3s ease-in-out;
    white-space: nowrap;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

.main-header .logo .logo-lg {
   
    margin-top: -9px;
}

.user-panel > .info {
    padding: 13px 5px 5px 15px;
    line-height: 1;
    position: absolute;
    left: 55px;
}

.user-panel {
    position: relative;
    width: 100%;
    padding: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    overflow: hidden;
    padding-top: 0px;
}

.skin-blue-light .sidebar a {
    color: #fff9f9;
}

.skin-blue-light .wrapper, .skin-blue-light .main-sidebar, .skin-blue-light .left-side {
    background-color: #343a40;
    color: #070707;
}