.fixed-top {
    z-index: 99999;
}

.btn-success, .btn-primary {
    background-color: #3295ff;
    border-color: #3295ff;
}
.page-link, .page-link:focus, .page-link:hover {
    color: #3295ff;
}
.page-item.active .page-link {
    background-color: #3295ff;
    border-color: #3295ff;
}
.alert-success {
    color: #155724;
    background-color: #f1fff4;
    border-color: #c3e6cb;
}
.alert-primary {
    color: #004085;
    background-color: #ddedfd;
    border-color: #cee5fd;
}
.btn-report{
    font-size: 13px;
}
.mgb30{
    margin-bottom: 30px;
}
.list-item{
    position: relative;
    margin-left: 25px;
    margin-bottom: 5px;
}
.tree-content{
    margin-bottom: 20px;
}
.subject-title, .subject-link{
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
.subject-title{
    /*position: absolute;
    top: 0;
    bottom: 0;*/
}
.subject-link{
    /*margin-left: 49%;*/
}
.subject-link{
    padding-left: 5px;
}
.subject-link a{
    text-decoration: underline;
    min-width: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    text-align: center;
    padding: 0;
}
.badge.active{
    font-size: 15px;
    text-decoration: none;
}
.no-badge{
    display: inline-block;
    width: 19.7px;
    height: 22.5px;
    text-align: center;
}
.node-title, .node-title:hover, .node-title:link, .node-title:active{
    color: initial;
    text-decoration: none;
}
.back-gray{
    background-color: #f5f5f5;
}
.displayInline{
    display: inline;
}
@media (min-width: 576px) {
    .container {
         max-width: 100%;
    }
}