/*
 * Copyright (C) 2013 Vanderbilt University, All rights reserved.
 * 
 * Author: Robert Kereskenyi
 */

.constraint-check-results-dialog {
  .modal-body {
    div.constraint-check-result {
      padding: 3px;
      margin-bottom: 10px;
      background-color: #f5f5f5;
      border: 1px solid #ddd;

      .result-details.main-details {
        &.no-details-available {
          display: none;
        }
      }

      &.unread {
        color: #3a87ad;
        background-color: #d9edf7;
        border-color: #bce8f1;
      }

      .alert {
        margin-bottom: 0;
      }

      .title {
        margin-left: 5px;
      }

      .time {
        margin-left: 5px;
        color: #999999;
        font-size: 9px;
      }

      .messages {
        .msg {
          margin-bottom: 5px;
          padding-bottom: 5px;

          .msg-title {
            margin-top: 5px;
            font-weight: bold;
            text-transform: uppercase;
            color: #999999;
            border-bottom: 1px solid #999999;
          }

          .msg-body {

          }
        }
        .meta-inconsistency-result {
          background-color: #f5f5f5;
          border: 1px solid #ddd;
        }
      }
    }
  }
}