#m-toolbar {
  padding: 18px 0; }
  #m-toolbar label {
    font-weight: 600; }

#m-searchbar {
  background: #ffffff;
  border: 1px solid #DDDDDD;
  padding: 6px; }

.m-searchinput {
  display: flex;
  flex-direction: row;
  justify-content: flex-start; }
  .m-searchinput span {
    width: 20px;
    height: 20px;
    margin-top: 6px; }
  .m-searchinput input {
    border: none;
    box-shadow: none;
    outline: 0;
    box-sizing: border-box;
    flex: 1 1 auto; }
  .m-searchinput input:focus {
    outline: 0;
    box-shadow: none; }

