
input-composite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
input-composite .label {
  width: 11rem;
}
input-composite label {
  display: block;
  width: 100%;
}
input-composite div:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: unset;
  width: unset;
}



pragma-master-detail .master {
  max-width: 22.5rem;
}
pragma-master-detail .detail {
  left: 22.5rem;
}

pragma-master-detail.master-closed .detail {
  left: 0;
}

[role=menu] {
  overflow-y: auto;
}


pragma-dropdown-menu ul {
  width: 10rem;
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(10, 25, 41, 0.4);
  -moz-box-shadow: 0 0.5rem 1rem 0 rgba(10, 25, 41, 0.4);
  box-shadow: 0 0.5rem 1rem 0 rgba(10, 25, 41, 0.4);
  padding: 1rem;
}
pragma-dropdown-menu .background {
  background: transparent;
  display: none;
}
pragma-dropdown-menu input:checked ~ .background {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}

pragma-dropdown-menu.left ul {
  left: 0;
}

pragma-dropdown-menu.right ul {
  right: 0;
}


ux-dialog-body h3 {
  margin-bottom: 1rem;
}
ux-dialog-body input-composite {
  width: 30rem;
}

pragma-appbar header .app-bar-container .app-bar-search {
  width: 24rem;
  padding: 0 10px;
}
