﻿/*UBIKTaskItem.razor Styles*/
#taskItem_content_table_data0 {
    white-space: nowrap;
}

.propertyItem_container {
    width: 100px;
}

.e-checked:before {
    content: '\e614';
    font-size: 26px;
}

.e-unchecked:before {
    content: '\e60a';
    font-size: 26px;
}

.e-na:before {
    content: '\e22a';
    font-size: 26px;
}

.no-hover-effect:hover * {
    pointer-events: none;
}

.taskItem_content_table_data .e-flat * {
    color: var(--se-gray-4);
}
