﻿body 
{
    background-image: none;
    background-color:slategray;
}
.noteheading {
    padding: 2px 21px;
    font-size: 1.1em;
}

.notepanel {
    padding: 3px;
}
.red{
    color:red;
}
.green {
    color:green;
}
.blue {
    color:blue;
}
.textleft{
    text-align:left;
}
.textright{
    text-align:right;
}
.textcenter{
    text-align:center;
}
.tight{
    margin-top:3px;
    margin-bottom:3px;
}
.icondown{
    position:relative;
    top:2px;
    padding-right:5px;
}
.icontight {
    position:relative;
    top:2px;
}
.filedate {
    font-size: 0.7em;
    position: relative;
    top: -2px;
}
.filebadge {
    font-size: 0.8em;
    font-weight: normal;
}

.fileimage {
    padding-right: 5px;
    width: 35px;
    float: left;
}
.paddingnone {
    padding: 0px;
}

.paddingpanelhead {
    padding: 0px 5px;
}

.filetitle {
    font-weight: 500;
}

a.filelink {
    text-decoration: none;
    color: black;
}
.iconup{
    position:relative;
    top:-2px;
}
.nowrap {
    white-space: nowrap;
}
.pointer {
    cursor: pointer;
}
.margintight{
    margin-bottom:5px;
}
.buttongroupfixlg{
    height: 45px !important;
}
.buttongroupfix{
    height: 30px !important;
}
.paddingtight{
    padding: 5px;
}
hide {
    display:none;
}
show {
    display:block;
}
.fas {
    min-width: 17px;
    text-align: center;
}
.tox-promotion {
    display: none !important;
}

.tox-statusbar__branding {
    display: none !important;
}

