﻿
.taskItem {
    padding-bottom: 20px;
}

.taskItemColumn {
    padding-bottom: 10px;
}

.postOffice {
    padding-top: 7px !important;
}

.required .control-label:after {
  content: '*';
  margin-left: 5px;
}

.otherInputField {
    margin-top: 5px;
}

.checkbox-label {
    margin-left: 5px;
    margin-right: 5px;
}

.index-header {
    font-size: 3.2rem;
    color: #4d4d4d;
}

.concurrentUserItem {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[role="tooltip"] {
    display: none;
    position: absolute;
    color: white;
    background-color: dimgrey;
    top: 2em;
    left: 1em;
    padding: 0.5em 1em;
    border-radius: 5px;
    z-index: 1;
}

.concurrentUserItem:hover + [role="tooltip"],
.concurrentUserItem:focus + [role="tooltip"] {
    display: block;
}