/* Hacky way for now */
/* TODO: Figure out the proper menubar height */
.view-height-full { height: calc(100vh - 125px); }
/* .view-height-full { height: calc(100vh - 86px); } */

.block-page-title-block {
    margin-left: 1.5rem;
}

.p-marginless {
    margin-bottom: 0;
}

.table-borderless td,
.table-borderless tr,
.table-borderless th {
    border: 0;
    height: 3rem;
    
}

.table-borderless tr {
    height: 3rem;
}

.table-rowBorder td,
.table-rowBorder th {
    border: 0;
    height: 3rem;
    min-height: 1rem;
}
/* .table-rowBorder tr {
    
} */

.outline-container {
    padding: 1rem;
    margin: 1rem;
    /* max-height: 50rem; */
    border-style: solid;
    border-width: 2px;
    border-color: #444;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.table-transparent tr td, 
.table-transparent tr th{
    background-color: rgba(0,0,0, 0) !important;
    
}

.divider {
    height: 2rem;
    width: 5rem;
}

#download-icon {
    font-size: 0.73em;
}

/* hides revisions on forms */
.form-type-vertical-tabs {
    display: none !important;
}

.sf-transparent {
    background-color: rgba(0,0,0, 0) !important; 
}

.sf-depth-2 {
    background-color: #444;
    
}

.sf-depth-2:hover {
    background-color: #676767;
    
}

.ck-editor__editable {
    color: black;
}

em.placeholder {
    background-color: transparent !important;
}

em.placeholder a,
em.placeholder a:visited {
    color: black !important;
    text-decoration: underline !important;
}