﻿/***************************************************************
 * COMMON STYLE SHEETS (See App_Code/Helpers/LimsStyle.cs)
 ***************************************************************/
 
/* Common
 ***************************************************************/
.invalid, .error {
  color: #E20613;
}
.success {
  color: Green;
}
.info {
  font-style: italic;
}
.small {
  font-size: small;
}
.strong {
  font-weight: bold;
}

.status-ok,
.status-warning,
.status-error {
  font-weight: bold;
}
.status-ok {
  color: Green;
}
.status-warning {
  color: #FF6200;
}
.status-error {
  color: #E20613;
}
 
/* Link context
 ***************************************************************/
a.blocked {
  color: #E20613;
  text-decoration: line-through;
}
a.unavailable {
  color: #AAAAAA;
  text-decoration: line-through;
}
a.strong {
  font-weight: bold;
}
a.warning {
  color: #FF6200;
}
/* Fields
 ***************************************************************/
table.fieldTable td {
  vertical-align: top;
}
table.fieldTable label {
  padding-right: 5px;
}
table.fieldTable-nowrap label {
  white-space: nowrap;
}
.buttonsContainer input, 
.buttonsContainer button {
  margin-top: 10px;
  margin-right: 20px;
}
table tr td.buttonsContainer-bottom {
  vertical-align: bottom;
}
.buttonsContainer-bottom input {
  margin-bottom: 10px;
}
span.field, div.field {
  display: inline-block;
  line-height: 20px;
  padding: 5px 0;
  margin-bottom: 9px;
}
.labelInfo {
  color: #777777;
  font-style: italic;
}

.viewOrEdit {
    width: 80px;
}
tr.listheader th.noteType {
    width: 70px;
}
tr.listheader th.noteId {
    width: 100px;
}
tr.listheader th.noteText {
    min-width: 150px;
}
tr.listheader th.addedBy {
    width: 200px;
}
tr.listheader th.addedDate {
    width: 160px;
}
tr.listheader th.delete {
    width: 60px;
}
tr.listheader th.notePage {
    width: 200px;
}

input.noteTitle {
    width: 420px;
}
textarea.noteText {
    width: 420px;
}

.pageNotes .breadcrumb {
    margin-bottom: 0px;
}

.allPageNotesBreadcrumbLink {
    margin-left: 15px;
}

/* Header context
 ***************************************************************/
/* .pageHeader // See Default/MyFab_Style_Base.css due to other similar old classes having same style */