/*Hide activities buttons by default */
.item-toolbar {
    display: none;
}

div.list-group-item:hover .item-toolbar, .item-toolbar:hover {
    display: inline-block;
}

.container {
    max-width:100%;
}

#left-pane {
	height:720px;
    overflow-y:auto;
}

#right-pane {
	height:720px
}

/* Fix Quill editor spacing and rendering to prevent overlap */
[data-quilltextareatype-target="editor"] {
    position: relative;
    margin-bottom: 1.5rem;
}

.ql-container {
    box-sizing: border-box;
    font-family: inherit;
    font-size: inherit;
    height: 100%;
    position: relative;
}

.ql-editor {
    box-sizing: border-box;
    line-height: 1.42;
    height: 100%;
    outline: none;
    overflow-y: auto;
    padding: 12px 15px;
    tab-size: 4;
    text-align: left;
}

.ql-toolbar {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.ql-container.ql-snow {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
