 .tm-header .uk-navbar-toggle-icon svg {
  width: 40px;
  }

 .tm-header .uk-search-toggle svg {
  width: 40px;
  }

.uk-navbar-toggle svg {
		 width: 26px;
}

.uk-navbar-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    min-height: 100px;
    min-width: 100px;
    padding: 0px;
    font-size: 15px;
    font-family: inherit;
    text-decoration: none;
}

input {
    padding: 10px;
}

select {
    padding: 10px;
}

.search-item {
	padding: 10px;
}

fieldset {
	border: none;
}

.pdb-record-log-input {
    position: fixed;
    width: 100vw !important;
    height: 100vh;
    top: 0px !important;
    bottom: 0px;
    left: 0px !important;
    padding: 10px;
    overflow: auto;
    z-index: 100;
    margin-bottom: 2em;
}