.fondoMorado {
    background: #2d3b45 !important;
}
.fondoBlanco {
    background: #fff !important;
}
#nav-drawer{
    top: inherit !important;
    padding: 0 !important;
    width: 107px;
    height: 100%;
    background-color: #2d3b45 !important;
}
nav.fixed-top.navbar.navbar-light.bg-white.navbar-expand.moodle-has-zindex{
    position: inherit !important;
}
.media-left,.media-body{
    display: block !important;
    text-align: center !important;
}
.media {
    display: block !important;
}
.list-group{
    background-color: #2d3b45 !important;
}
.list-group-item {
    background-color: #2D3B45 !important;
    border: inherit !important;
    padding: .85rem .35rem !important;
    color: white !important;
}
.list-group-item-action {
    color: white !important;
}
nav.list-group.mt-1 {
    margin-top: inherit !important;
}
.list-group-item.active {
    color: #008ee2 !important;
    border-color: inherit !important;
    background-color: white !important;
}
.list-group-item:hover {
    color: #f3f3f3 !important;
    border-color: inherit !important;
    background-color: #242f38 !important;
}
@media (min-width: 768px) {
    body.drawer-open-left {
        margin-left: 108px !important;
    }
}
.icon {
    font-size: 22px !important;
}
span.media-body {
    line-height: 15px;
    margin-top: 3px;
    font-size: 13px;
}
.bg-gray {
    background-color: #ffffff!important;
}
.btn-light {
    border-color: #fff;
}
#page {
     margin-top: 0px !important;
     /*background-color: #fff !important;*/
}
#page-my-index {
    background-color: #fff;
}
#page-footer{
    display: none !important;
}
#page-header > div > div.card{
    border: inherit !important;
}
#page-header > div > div.card > div.card-body{
    padding:0 !important;
}
#page-header > div > div.card > div.card-body > div:first-child{
    /*display:none !important;*/
}
a {
    /*color:#008ee2 !important;*/
}
/*a:focus, a:hover {
    color: #0080cc !important;
}*/
#nav-drawer::-webkit-scrollbar {
    width: 0px;
}
#nav-drawer::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
#nav-drawer::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid #2d3b45;
    border-radius: 8px;
}
.navbar {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.col-xl-6.col-sm-8 > div.card{
    border: none;
}
.col-xl-6.col-sm-8 > div.card > div.card-block > div.card-body {
    background-color: #2d3b45 !important;
    color: white !important;
}
.col-xl-6.col-sm-8 > div.card > div.card-block > h2.card-header {
    background-color: #2d3b45 !important;
    color: white !important;
    border: none;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: ">" !important;
}