﻿a.command {
    cursor: pointer;
}


.command.in-progress {
    pointer-events: none;
}


.img-circle {
    min-height: 40px;
}

a[disabled] {
   pointer-events: none;
   cursor: default;
    color: dimgray;
}

.footer-toolbar {
    margin-top: 20px;
}
.tests {
    display: none;
}
.last-modified {
    font-style: italic;
    color: #222;
    font-size: 90%;
    text-align: right;
}
.cursor-pointer {
    cursor: pointer;
}
.white-background {
    background-color: white !important;
}

.file-upload {
  color:red;
}