/* body background */

body {
background: #f5f5f5 !important;
    
}

/* left sidebar background */

.r-left:before {
    content: ' ';
    background:black;
    background-position: 50%;
    position: absolute;
    top: 0;
    left: 0;
    height:  98%;
    width:  100%;
}

#mCSB_1 {
    
    opacity: 0.95;
height: 100%;    
    background: #ffffff;
}

/*  grids  
    make sure to replace grid IDs here with your own*/

#ddashboard-item7 .panel-heading,
#dashboard-item7 .panel-heading {
    padding: 17px; 
}

#dashboard-item7 td,
#dashboard-item7 td {
    border-top-width: 1px; 
    border-color: hsla(0,0%,71%,.1);
    padding: 9px;
}

/* code snippets */

.snip_title {
color: #ffffff;
    text-align: right;
    font-family: 'Roboto';
    font-size: 14px;
}    
    
.snip_body {
color: #ffffff;
    text-align: right;
    font-family: 'Roboto';
    font-size: 25px;
}    

.snip_link {
color: #ffffff;
    text-align: right;
    font-family: 'Roboto';
    font-size: 12px;
    padding-top: 20px;
}
/* left sidebar background */
.navbar-nav {
background: black;
}