body{color: #4c4a4a !important;}
.bg-dark{ background-color: #e6006f !important; }
.ag_code{ color: #e6006f !important;font-size: 14px;line-height: 1.1rem; }
a.mn1 {color: #e6006f !important;}
.toplogo{ height: 55px; }
.head01{color: #e6006f !important;}
.muted01{color: #fff !important;}
.h-h4{padding-top: 10px !important;}
.d-lg4{ padding-top: 10px !important;text-align: center !important;}

.blog-post {
    margin-bottom: 1rem;
}







.pull-left {
    float: left!important;
}
.blogShort{ border-bottom:1px solid #ddd;margin-bottom: 15px;}
.add{background: #333; padding: 10%; height: 300px;}

.nav-sidebar { 
    width: 100%;
    padding: 8px 0; 
    border-right: 1px solid #ddd;
}
.nav-sidebar a {
    color: #333;
    -webkit-transition: all 0.08s linear;
    -moz-transition: all 0.08s linear;
    -o-transition: all 0.08s linear;
    transition: all 0.08s linear;
}
.nav-sidebar .active a { 
    cursor: default;
    background-color: #34ca78; 
    color: #fff; 
}
.nav-sidebar .active a:hover {
    background-color: #37D980;   
}
.nav-sidebar .text-overflow a,
.nav-sidebar .text-overflow .media-body {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; 
}

.btn-blog {
    color: #ffffff;
    background-color: #e6016f;
    border-color: #c1055f;
    border-radius:0;
    margin-bottom:10px
}
.btn-blog:hover,
.btn-blog:focus,
.btn-blog:active,
.btn-blog.active,
.open .dropdown-toggle.btn-blog {
    color: white;
    background-color: #e6016f;
    border-color: #c1055f;
}
 .margin10{margin-bottom:10px; margin-right:10px;}