
a, a:hover {
    text-decoration: none;
}

.no-padding {
    padding: 0px;
}

.indent-wrapped {
    padding-left: 1.5em;
    text-indent:-1.5em;
}

.right-pad-40 {
    padding-right: 40px;
}

.grey-text-box {
    background-color: #dddcda;
    padding: 5px;
    border-radius: 4px;
}

.activity-box {
    max-height: 250px;
    overflow-y: scroll;
    padding-left: 10px;
}

.small-activity-box {
    max-height: 150px;
    overflow-y: scroll;
    padding-left: 10px;
}

.no-list {
    list-style-type: none;
}

.no-list li {
    padding-top: 10px;
}

.clear-select {
    cursor: pointer;
}

.equal-buttons {
    width: 60%;
}

.card-border {
    border: 1px solid lightgrey;
    border-radius: 4px;
    padding: 15px;
}

.selected
{
    background-color:lightgray !important;
}

form label.required:after
{
    color: red;
    content: " *";
}

.fa-vc {
    vertical-align: 12%;
}

.text-purple {
    color: blueviolet;
}

a.text-muted:hover {
    color: black !important;
    text-decoration: underline;
}

.pixel-bottom {
    vertical-align: middle;
    padding-bottom: 1px;
}

.border-bottom-light {
    border-bottom: 1px solid lightgray;
}

.word-break-all {
    word-break: break-all;
}

.max-list-height-300 {
    max-height: 300px;
    overflow-y: scroll;
}

.max-list-height-150 {
    max-height: 150px;
    overflow-y: scroll;
}
