#app-container {
  margin: 0 auto;
  padding: 20px;
}

#app-content {
  padding-left: 10px;
}

/* ============ header ============ */
#form-header\:app-header {
  border-top: 8px solid #108189;
  padding: 10px;
  position: relative;
  height: 130px;
  text-align: center;
  background-color: white;
  border-bottom: 1px solid #AAA;
}

#form-header\:app-logo {
  height: 100px;
  position: absolute;
  left: 10px;
}

#form-header\:app-user {
  background-color: #DDD;
  font-weight: bold;
  color: #666;
  padding: 0 10px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  height: 40px;
  margin-top: -20px;
  width: 370px;
  margin-left: -185px;
}

#form-header\:app-user .app-user-name {
  position: absolute;
  left: 0;
  height: 100%;
  vertical-align: middle;
  line-height: 40px;
}

#form-header\:app-user .app-user-buttons {
  position: absolute;
  height: 100%;
  right: 0;
}

#form-header\:app-search {
  width: 100px;
  right: 10px;
  position: absolute;
}

.header-btn {
  border: none;
  color: #666;
  border-radius: 0;
  padding: 3px 5px !important;
  height: 100%;
}

.header-btn.ui-state-hover {
  background-color: #CCC;
}

/* ============ menu bar ============ */
#form-menu\:app-menu {
  margin: 0 10px 0 10px;
}

#form-menu\:app-menu .ui-menu-parent .ui-menu-child .ui-menuitem-link:hover {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

#form-menu\:app-menu .ui-menu-parent .ui-menu-child {
  padding: 10px;
  width: 24em;
  border-radius: 0 0 5px 5px;
}

#form-menu\:app-menu .ui-menu-parent .ui-menu-child .ui-menuitem.ui-menuitem-active
  {
  background: none;
}

#form-menu\:app-menu .ui-menu-child .ui-menuitem-text {
  margin-left: 10px;
  width: 12em;
  font-weight: normal;
  color: black;
}

#form-menu\:app-menu .app-menuitem-header {
  font-weight: bold;
  color: #108189;
  line-height: 25px;
}

/* ============ page title ============ */
#app-title {
  background-color: white;
  margin: 10px 10px 0 10px;
  padding: 10px 20px;
  min-height: 115px;
  position: relative;
}

.app-title-header {
  font-size: 2em;
  font-variant: small-caps;
  font-weight: bold;
  margin-bottom: 20px;
}

.app-title-position {
  color: #888;
}

.app-title-info {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #AAA;
}

.app-title-info:last-child {
  border: none;
}

.app-title-actions {
  position: absolute;
  top: 10px;
  right: 5px;
}

/* ============ toolbar ============ */
.ui-toolbar.ui-widget-header {
  background: white;
  margin: 10px 0 0 0;
  border-right: 10px solid #F0F0F0;
}

/* ============ parts ============ */
.app-part {
  padding: 10px !important;
  background-color: white;
  border-right: 10px solid #F0F0F0;
  border-top: 10px solid #F0F0F0;
  position: relative;
  overflow: hidden;
}

.app-part .app-title {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 20px;
  font-variant: small-caps;
  color: #108189;
}

.app-part .app-content {
  font-size: 1.2em;
}

.app-part-actions {
  position: absolute;
  top: 10px;
  right: 6px;
}

/* ============ widges ============ */
.ui-signal {
  text-align: center;
  display: inline-block;
  font-weight: bold;
  margin: 10px 20px;
}

.ui-layout-resizer-open, .ui-layout-resizer-closed {
  border-left: 1px solid #AAAAAA;
  border-right: 1px solid #AAAAAA;
}

/* ============ item ============ */

.app-item-title {
  font-weight: bold;
  font-style: italic;
}

.app-item {
  border-top: 1px solid #AAA;
  border-bottom: 1px solid #AAA;
  padding: 5px 0;
  min-height: 50px;
}

.app-item-actions {
  position: absolute;
  top: 2px;
  right: 0;
}

/* ============ highlight div ============ */

.app-highlight {
  border-bottom: 2px solid #108189;
  background-color: #EEE;
}