/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

/* Wizard styling */
.bootstrap-wrapper .wizard-list-group .list-group-item a {
    color: inherit;
}

table tr.row-show {
    display: table-row;
}

table tr.row-hide {
    display: none;
}

.bootstrap-wrapper .wizard-list-group li .icon {
    display: block;
    margin-right: 0.4em;
}

.bootstrap-wrapper .wizard-list-group li .text {
    overflow: hidden;
}