﻿.ListItem 
{
    float: left;
    min-width: 288px;
    margin: 7px;
    max-width: 48%;
    /*page-break-before: always;*/
}
.my-form-UserActivity .ListItem {
    width: 100%;
    min-width: 100%;
    margin: 7px;
    max-width: 100%;
}
.ListItem.NoFloat {
    float: none;
}
.NestedAddButton
{
    text-align: right;
    width: fit-content;
    white-space: nowrap;
}
.ListItemHeader
{
    padding: 9px 12px;
    font-weight: bold;
    min-height: 21px;
}
.ListItemHeader_Text
{
    padding: 0 9px;
    font-size: 1.4em;
}
.ListAddButtonContainer
{
    padding: 7px;
    text-align: right;
}
.ListAddButtonContainer a
{
    padding: 5px 12px;
}
.newNote
{
    position: absolute;
    top: 63px;
    left: 9px;
}

ul.InformationalList > li
{
    padding: 5px;
} 
.removeListButton
{
    font-size: 14px !important; 
}
.removeButton.nestedSecondary
{
    position: relative;
    bottom: 5px;
}
.nested-list-item-select,
.autocomplete-text-form {
    display: inline-block;
    width: 87%;
    min-width: 87%;
}
.nested-list-item-select-narrower {
    width: 75%;
    min-width: 75%;
}
.nested-form-remove-button {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 10px;
    z-index: 2;
}
ol,
ul.no-bullets {
    list-style-type: none;
}
ol.show-order {
    list-style-type: decimal;
}
ol.show-alpha {
    list-style-type: lower-alpha;
}
ol.show-upper-alpha {
    list-style: upper-alpha;
}
ol.parenthesized-decimal {
    counter-reset: list;
}
ol.parenthesized-decimal > li {
    list-style: none;
}
ol.parenthesized-decimal > li:before {
    content: "(" counter(list, decimal) ")";
    counter-increment: list;
    position: absolute;
    left: -1.4em;
}
ol.parenthesized-alpha {
    counter-reset: list;
}
ol.parenthesized-alpha > li {
    list-style: none;
}
ol.parenthesized-alpha > li:before {
    content: "(" counter(list, lower-alpha) ")";
    counter-increment: list;
    position: absolute;
    left: -1.4em;
}
ul.show-checkmark {
    list-style: none;
} 
ul.show-checkmark li:before {
    content: '✓ ';
}
ol.undent-label label:first-child {
    padding-left: inherit;
}
.has-bullets {
    list-style-type: disc;
}
.has-bullets-alternate {
    list-style-type: circle;
}