.uic-con-edit {
  overflow:hidden;
  position:relative;  z-index:2;
  background-color:#fff;
}

.uic-con-edit.uic-flex.uic-flex-col.uic-flex-fixed {
  height: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  border-top: 1px solid #ccc;
  max-height:100%;
}

.uic-con-edit header {
  height:24px;
  border-bottom:1px solid #ccc;
/*
  background-color:#f6f6f6;
  background-color:#1e559c;
 */
  background-color:#878889;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2363b2+1,1e559c+100 */
  background: #878889; /* Old browsers */
  background: -moz-linear-gradient(top, #878889 1%, #454647 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #878889 1%,#454647 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #878889 1%,#454647 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878889', endColorstr='#454647',GradientType=0 ); /* IE6-9 */
  color:#fff;
  color:#fff;
  justify-content:space-between;
  font-weight:bold;
}

.uic-con-edit footer {
  height:24px;
  border-top:1px solid #ccc;
  background-color:#f6f6f6;
  justify-content:flex-start;
}
