.study-overview-session-cell:hover {
    background-color: white;
}

.list-group.style-children>li {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.replace-with-helpers-plz {
    margin: 1em;
}

.form-group label {
    font-weight: bold;
    margin-bottom: 0.2em;
}

.invalid-feedback {
    display: block !important;
}

.complete-session {
    opacity: 0.55;
}

.session-modal-toggle {
    cursor: pointer;
}

.cust-switch-label {
    display: inline-block;
    margin-top: 8px;
    font-size: 12px;
    vertical-align: top;
    margin-right: 5px;
}

.form-group input[type="checkbox"] {
    width: auto;
    float: left;
    margin-top: 4px;
    margin-right: 5px;
}

.form-group .description {
    margin-bottom: 0.2em;
}

.form-check {
    padding-left: 0.5em;
    margin-bottom: 0;
}
.form-check li {
    list-style: none;
}
.form-check label {
    font-weight: normal;
    margin-left: 20px;
    display: block;
}
.form-check input[type="radio"] {
    float: left;
    margin-top: 4px;
}

.flex-vc {
    display: flex;
    align-items: center;
}

.sidebar .nav-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;    
}

.session-pill {
    margin-bottom: 8px
}

@media screen and (max-width: 600px) {
    main .breadcrumb, main .breadcrumb .btn {
        font-size: 0.7em;
    }
}
