html, body {
  margin: 10px;
  padding: 10px;
  background: #FFF;

}
a {
  cursor: pointer !important;
}

#overlay {
  position: relative;
}
#settings-menu {
  opacity: 0.8;
}

#sendAsText {
  position: relative;
  margin: 30px;
  width: 400px;
  background: #eee;
  border: 1px solid #ddd;
  display: inline-block;
  #height:140px;
}
#sendTextInner {
  padding: 10px;
  font-family: sans-serif;
  font-size: 12px;
}

#sendAsFile {
  position: absolute;
  margin: 30px;
  left: 470px;
  width: 400px;
  background: #eee;
  border: 1px solid #ddd;
  display: inline-block;
  #height:140px;
}
#sendFileInner {
  padding: 10px;
  font-family: sans-serif;
  font-size: 12px;
}

#asMorseCode {
  position: relative;
  margin: 30px;
  margin-top: -5px;
  width: 830px;
  background: #eee;
  border: 1px solid #ddd;
  display: inline-block;
  #height:100px;
}
#asMorseCodeInner {
  padding: 10px;
  font-family: sans-serif;
  font-size: 12px;
}


header {
  color: white;
  font-family: sans-serif;
  font-size: 12px;
  padding: 0.1em;
  background: #ccc;
}



#menu-button {
  top: 10px;
  left: 20px;
  position: absolute;
  z-index: 2;
}
#settings-button {
  top: 10px;
  right: 20px;
  position: absolute;
  z-index: 2;
}
#progress {
  position: fixed;
  bottom: 10px;
  left: 20px;
  z-index: 2;
}

#settings-menu h4 {
  margin-top: 0;
}
#settings-menu form {
  margin-bottom: 0;
}
#settings-menu .menu-logo {
  margin-bottom: 30px;
}
#transform-dialog input {
  font-family: Consolas, Monaco, monospace;
  font-size: 16px;
}
.code {
  font-family: Consolas, Monaco, monospace;
}
.transform-tile {
  font-family: Consolas, Monaco, monospace;
}
.menu .tile-wrap {
  margin-top: 10px;
  padding-top: 0;
}
.menu .tile {
  box-shadow: none;
  border-bottom: 1px solid #eee;
}
.header-add h4, .header-add a {
  display: inline-block;
}
.header-add {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding-bottom: 0;
}
.menu-logo {
  font-weight: 400;
}
.menu h4 {
  padding: 0;
  margin: 20px 0 0 0;
}
.snackbar {
  display: flex;
  justify-content: center;
}
.snackbar.error .snackbar-inner {
  background: #d32f2f;
}
.snackbar.info .snackbar-inner {
  background: #B0BEC5;
  color: #333;
}
.snackbar-inner {
  font-family: Roboto;
  background: #388e3c;
  color: #fff;
  font-size: 20px;
  padding: 20px;
}
.snackbar-inner a {
  color: #fff;
}
.modal-dialog .form-group-label {
  margin: 30px 0 20px 0;
}
#fileQRCodes {
  #background: #FFF;
}
