table.dataview tr th a.wicket_orderDown, table.dataview tr th a.wicket_orderUp, table.dataview tr th a.wicket_orderNone {
    cursor: pointer;
}
table.dataview tr th a.wicket_orderDown:after {
    font-family: "Glyphicons Halflings";
  	content:"\e114";
  	line-height:1;
  	margin-left:10px;
  	display:inline-block;
}
table.dataview tr th a.wicket_orderUp:after {
    font-family: "Glyphicons Halflings";
    content:"\e113";
  	line-height:1;
  	margin-left:10px;
  	display:inline-block;
}
table.dataview tr th a.wicket_orderNone:after {
    font-family: "Glyphicons Halflings";
    content:"";
}

#collapserow {
  /* necessary to hide collapsed sidebar */
  overflow-x: hidden;
}

#list {
  transition: margin 0.5s ease;
}

#details {
  transition: width 0.5s ease;
}

.collapsedColumn {
  display: none;
}

@media (min-width: 768px) {
  .collapsedColumn {
    display: block;
    /* same width as sidebar */
    margin-left: -25%;
  }
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: var(--primary);
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
    opacity: .85;
}

.nav-tabs .nav-link.active .badge.badge-primary {
    color: #495057;
    background-color: #fff;
}

.nav-tabs .nav-link {
    border: 1px solid;
    border-color: #dee2e6 #dee2e6 #fff;
}

