.flag-message {
    max-width: 100px;
    padding: 5px;
    background: #68869e;
    color: #fff;
    border-radius: 5px;
    z-index: 9;    
}

.flag-throbber {
  display: none;
}

.table-note {
  font-size: .8em;
  font-style: italic;
  text-align: right;
}

.fip-summary {
    width: 44%;
    float: left;
    background: #f9f9f9;
    padding: 20px;
    border: 1px solid #6788a1;
    box-shadow: 5px 5px 10px #ccc;  
    margin-right: 2%;
    margin-bottom: 2%;
}

.document-summary {
  background: #f9f9f9;
  padding: 20px;
  border: 1px solid #6788a1;
  box-shadow: 5px 5px 10px #ccc;  
  margin-right: 2%;
  margin-bottom: 2%;  
}

.item-container {
  float: left;
  width: 49%;
}


.fip-summary h3 {
  font-size: 22px;
  font-weight: 500;
}
.fip-summary h3 a {
  color: #6788a1;
}

.item-list ul.fip-summary-items {
  margin-left: 0;
}

.item-list ul.fip-summary-items li {
  list-style: none;
  font-size: 18px;
  line-height: 1.2;
  padding-bottom: 10px;
}

.fip-follow.button a {
  cursor: pointer;
  background: #e3e3e3;
  border: none;
  border-radius: 0;
  padding: 6px 10px;
  margin-bottom: 1em;
  margin-right: 1em;
  color: #555;
  text-align: center;
  font-weight: normal;
  font-size: 1.077em;
  transition: all, 0.3s;  
}

.fip-follow.button a:hover {
  background: #CECECE;
}

/* Inline Block Filter Items */
.filter-container .form-item {
  display: inline-block;
  padding-right: 20px;
}

.nodes-granted {
  position: relative;
}

.nodes-granted .item-list ul {
  position: absolute;
  background: #fff;
  box-shadow: 5px 5px 5px #555;
  padding: 5px 10px;
  left: -330px;
  border: 1px solid #ccc;
  width: 400px;
  z-index: 999;
}
.nodes-granted .item-list ul li {
  list-style: none;
  background: #eee;
  margin: 4px 0;
  padding: 3px 5px;  
}

.nodes-granted .user-rights {
  display: none;
}

td.yellow {
  background-color: #e99619;
  color: #fff;
  font-weight: bold;
  border: 1px solid #fff;
}
td.green {
  background-color: #008a5f;
  color: #fff;
  font-weight: bold;
  border: 1px solid #fff;
}
td.na {
  background-color: #999;
  color: #fff;
  font-weight: bold;
  border: 1px solid #fff;
}
td.red {
  background-color: #ef4035;
  color: #fff;
  font-weight: bold;
  border: 1px solid #fff;
}

td.indicator-rationale {
  max-width: 400px;
}

.col-sm-6 {
  float: left;
  width: 46%;
  padding: 2%;
}

.col-sm-12 {
  float: left;
  width: 100%
}
.fip-needs-review {
  background: yellow;
  padding: 5px 0;
}
.item-list ul.fip-summary-items li.updated-date {
  border-bottom: 2px solid red;
  margin-bottom: 10px;  
}

.field-collection-view ul.field-collection-view-links,
ul.action-links,
.field-collection-container ul.action-links-field-collection-add {
  display: none;
}

.content .field-collection-container,
.content .field-collection-view {
  margin-bottom: 0;
  border-bottom: none;
}

.revision-log,
.diff-prevlink,
.diff-nextlink,
.diff-links {
/*   display: none; */
}

.filter-container .form-item.form-type-checkbox {
  display: block;
}
.filter-container .form-item {
  vertical-align: top;
}

.diff-headers {
  padding: 10px 0;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
}

.submit-fip-button {
  text-align: center;
}

.submit-fip-button .button {
  background: orange;
  color: #000;
}

.submit-fip-button .button input[type=submit] {
  background: orange;
  color: #000;  
}