#id_initials {
    width: 40px;
}

.note_form_error {
    color: #e52828 !important;
}

.save_note_form {
    cursor: pointer;
}

tr.note_edit_row td {
    background-color: #ffc !important;    
}

div.note_message {
    margin-top: 20px;
    width: 100%;
    text-align: center;
    font-style: italic;
}

.no_notes {
    text-align: center;
    font-style: italic;
}

/* @group .note_tables */

.note_table {
	font-size: 11px;
	color: #1b1b1b;
	width: 100%;
  font-size: 14px;
  border-left: 1px solid #d1cdcd;
}

.note_thickbox_table {
	font-size: 11px;
	color: #1b1b1b;
	width: 100%;
  font-size: 14px;
  border-left: 1px solid #d1cdcd;
  border-top: 1px solid #d1cdcd;
  margin-top: 5px;
  margin-right: 5px;
}

.note_table th, .note_thickbox_table th {
	padding: 10px;
	vertical-align: top;
	font-weight: normal;
	text-align: left;
  font-size: 14px;
  background: whitesmoke;
  border-bottom: 1px solid #d1cdcd;
  border-right: 1px solid #d1cdcd;

  
}

.note_table tbody td, .note_thickbox_table tbody td{
	padding: 3px 0px 4px 3px;
	border-bottom: 1px solid #eeeeee;
	vertical-align: middle;
	padding-right: 6px;
  border-right: 1px solid #d1cdcd;
}

.note_table tbody td:first-child, .note_thickbox_table tbody td:first-child {
    width: 100%;
}

.note_table tbody td:not(:first-child) {
	white-space: nowrap;
}

.note_table tbody td .no_notes, .note_thickbox_table tbody td .no_notes{
    border-bottom: 0;
	font-weight: bold;
	text-align: center;
}

.note_table tbody td .select,
.note_table tbody td .delete_action,
.note_table tbody td .modify_action
.note_thickbox_table td .select,
.note_thickbox_table td .delete_action,
.note_thickbox_table td .modify_action,

 {
    color: #3898ec;
}


/* @end */
