﻿.course-tree-view {
    clear: both;
}

.course-view-expand-collapse-button {
    float: right;
}

.tree-view .link a {
    color: #337ab7;
}

.tree-view .course-details-margin {
    margin-top: 7px;
    margin-bottom: 7px;
    margin-left: 2px;
}
.tree-view .course-details-margin * {
    margin-bottom: 5px;
}

.tree-view .moment {
    overflow: auto;
}

.dx-treelist-rowsview .dx-treelist-empty-space {
    width: 20px;
}

.dx-treelist-rowsview .dx-treelist-expanded span:before {
    font-size: 20px;
    margin-top: -4px;
    content: "\f074";
}

.dx-treelist-rowsview .dx-treelist-collapsed span:before {
    font-size: 20px;
    margin-top: -4px;
    content: "\f00b";
}

.tree-view .highlight-cell {
    background-color: #FBF8E3;
}

.dx-theme-generic-typography a.btn-primary {
    color: #ffffff;
}

.dx-theme-generic-typography a.btn-secondary {
    color: #333;
}

.course-tree-view .node-section {
    display: block;
    position: inherit;
    top: -52px;
    visibility: hidden;
}

.course-tree-view .node-section-container {
    position: absolute;
}

/*.course-tree-view .badge {
    font-size: 100%;
}*/

.course-tree-view .btn-sm {
    padding: 0px 5px;
}