.toolbar_wrap {
  display: flex;
  padding: 5px;
  width: 100%;
  align-items: center;
  box-sizing: border-box;
  flex: 1 1; }
  .toolbar_wrap .toolbar {
    display: flex;
    align-items: center; }
    .toolbar_wrap .toolbar-center {
      justify-content: center; }
    .toolbar_wrap .toolbar-right {
      justify-content: flex-end;
      margin: 0 0 0 auto; }
