﻿/* Helpers ------ */
.float-right {
  float: right;
}

.text-right {
    text-align: right;
}


.date-duedate {
  font-weight: bold;
  color: darkslateblue;
}

.date-late {
    font-weight: bolder;
    color: red;
    text-underline: orange;
    text-underline-style: dash;
}

.null {
   content: "...";
   color: lightblue;
   display: inline-block;
  min-width: 30px;
  min-height: 1em;
}



.form-item-error {
    display: block;
    padding-right: 20px;
    color: red;
}

.row-hilight td {
    background: #e7eefa;
}

.inline-selectable {
    cursor: crosshair;
}

.inline-selectable:hover {
    cursor: crosshair;
    font-weight: bold;
    color: purple;
}

 /*DisplayHelperAsp*/
.data-human small {
    color: #999;
    font-family: monospace;
}

.minor
{
    color: #999;
    font-size: smaller;
}
