@font-face {
  font-family: 'icons';
  src: url(icons.eot?dad27b6ef039975ed9581944c95a8dd5);
  src: url(icons.eot?dad27b6ef039975ed9581944c95a8dd5#iefix) format('embedded-opentype'), url(icons.ttf?97a4f8dcf9800bc77021526b1638cc73) format('truetype'), url(icons.woff?92280144bad31056ed110589b1a7c1a6) format('woff'), url(icons.svg?3a284c23ba26b4f3193862ae50dec385#icons) format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon--check-full::before,
.icon--check-empty::before,
.icon--unlink::before,
.icon--add::before,
.icon--search::before,
.icon--ok::before,
.icon--remove::before,
.icon--tags::before,
.icon--font::before,
.icon--forward::before,
.icon--spam::before,
.icon--unread::before,
.icon--whitelist::before,
.icon--blacklist::before,
.icon--logout::before,
.icon--pin::before,
.icon--open-in-split::before,
.icon--login::before,
.icon--link::before,
.icon--split::before,
.icon--more::before,
.icon--reply::before,
.icon--reply-all::before,
.icon--archive::before,
.icon--trash::before,
.icon--reload::before,
.icon--image::before,
.icon--draft::before,
.icon--attachment::before,
.icon--spinner::before,
.icon--sieve::before,
.icon--send::before,
.icon--cancel::before,
.icon--save::before,
.icon--magic::before {
  font-family: 'icons', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  speak: none;
  text-transform: none;
  display: inline-block;
  width: 1.5em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon--check-full::before {
  content: "\F046";
}
.icon--check-empty::before {
  content: "\F096";
}
.icon--unlink::before {
  content: "\F127";
}
.icon--add::before {
  content: "\F067";
}
.icon--search::before {
  content: "\F002";
}
.icon--ok::before {
  content: "\F00C";
}
.icon--remove::before {
  content: "\F00D";
}
.icon--tags::before {
  content: "\F02C";
}
.icon--font::before {
  content: "\F034";
}
.icon--forward::before {
  content: "\F064";
}
.icon--spam::before {
  content: "\F06A";
}
.icon--unread::before {
  content: "\F06E";
}
.icon--whitelist::before {
  content: "\F087";
}
.icon--blacklist::before {
  content: "\F088";
}
.icon--logout::before {
  content: "\F08B";
}
.icon--pin::before {
  content: "\F08D";
}
.icon--open-in-split::before {
  content: "\F08E";
}
.icon--login::before {
  content: "\F090";
}
.icon--link::before {
  content: "\F0C1";
}
.icon--split::before {
  content: "\F0DB";
}
.icon--more::before {
  content: "\F107";
}
.icon--reply::before {
  content: "\F112";
}
.icon--reply-all::before {
  content: "\F122";
}
.icon--archive::before {
  content: "\F187";
}
.icon--trash::before {
  content: "\F1F8";
}
.icon--reload::before {
  content: "\F01E";
}
.icon--image::before {
  content: "\F03E";
}
.icon--draft::before {
  content: "\F044";
}
.icon--attachment::before {
  content: "\F0C6";
}
.icon--spinner::before {
  content: "\F110";
}
.icon--sieve::before {
  content: "\F121";
}
.icon--send::before {
  content: "\F1D8";
}
.icon--cancel::before {
  content: "\F05E";
}
.icon--save::before {
  content: "\F0C7";
}
.icon--magic::before {
  content: "\F0D0";
}
html,
body {
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-family: sans-serif;
  line-height: 1.2rem;
}
html.opt--bigger,
body.opt--bigger {
  font-size: 125%;
}
a {
  color: #388e3c;
  outline: 0;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
input:not([type]),
input[type="text"],
input[type="password"],
textarea {
  box-sizing: border-box;
  border-bottom: 1px solid #607d8b;
  border-width: 0 0 1px 0;
  padding: 0.1em 0.2em;
  font-size: inherit;
  line-height: inherit;
  color: #263238;
  background: #fff;
}
input:not([type]):focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  outline: 0;
  border-left: 3px solid #ff6f00;
}
input:not([type])::placeholder,
input[type="text"]::placeholder,
input[type="password"]::placeholder,
textarea::placeholder {
  font-size: inherit;
  line-height: inherit;
  opacity: unset;
  font-weight: normal;
}
.tags {
  display: flex;
}
.tags .icon--tags {
  position: absolute;
  top: 0;
  left: 3px;
  cursor: pointer;
}
.tags .picker__header {
  color: #388e3c;
  background: inherit;
}
.tags .picker__input {
  width: 10em;
  padding-left: 1.5em;
  border-color: #eceff1;
  background-color: #eceff1;
}
.tags .picker__input::placeholder {
  color: #388e3c;
  text-align: center;
}
.tags .picker__input:focus,
.tags .picker__input:hover {
  background-color: #fff;
  border-color: #607d8b;
}
.tags .picker__input:focus {
  border-left: 3px solid #ff6f00;
}
.tags .picker__opts__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
}
.tags-edit .tags-edit__add {
  display: flex;
  align-items: stretch;
  font-weight: bold;
}
.tags-edit .tags-edit__failed {
  color: #ff6f00;
}
.tags-edit .icon--ok {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.tags-edit .icon--add {
  color: #ff6f00;
}
.tags-edit .picker__input {
  width: 9em;
}
.tags-edit .tags--edited .icon--ok {
  display: block;
}
.tags-edit .tags--edited .icon--tags {
  display: none;
}
.tags-edit .tags--edited .picker__header {
  color: #ff6f00;
}
.tags-edit .tags--edited .picker__input::placeholder {
  color: #ff6f00;
}
.tags__item {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 1.5em;
  padding: 0 0.1em;
  margin-right: 0.2em;
  background-color: #eceff1;
  border: 1px solid #eceff1;
  color: #388e3c;
  white-space: nowrap;
}
.tags__item:last-child {
  margin-right: 0;
}
.tags__item:hover {
  text-decoration: none;
  background-color: #fff;
}
.tags__item .icon--remove {
  display: none;
}
.tags__item.tags__item--edit {
  padding-right: 0;
}
.tags__item.tags__item--edit .icon--remove {
  display: block;
  font-size: 0.9375rem;
}
.tags__item.tags__item--edit .icon--remove:hover {
  color: #ff6f00;
}
.tags__item--unread {
  font-weight: bold;
}
.tags__item__unread {
  display: none;
}
.tags__item__unread::before {
  content: "(";
}
.tags__item__unread::after {
  content: ")";
}
.tags__item--unread .tags__item__unread {
  display: inline;
}
.picker {
  position: relative;
}
.picker.picker--active {
  z-index: 10;
}
.picker__header {
  height: 100%;
}
.picker__input {
  display: flex;
  height: 100%;
  width: 100%;
}
.picker__opts {
  display: none;
  position: absolute;
  left: 0;
  box-sizing: border-box;
  margin-top: -1px;
  overflow-y: auto;
  overflow-x: hidden;
  min-width: 100%;
  max-height: 300px;
  line-height: 20px;
  background-color: #fff;
  border: 1px solid #607d8b;
  box-shadow: 0 0.2em 0.2em 0 #607d8b;
  color: #263238;
  font-size: 0.9375rem;
  white-space: nowrap;
}
.picker--active .picker__opts {
  display: block;
}
.picker__opts__empty {
  padding: 0.1em 0.2em;
}
.picker__opts__item {
  cursor: pointer;
  padding: 0.1em 0.2em;
}
.picker__opts__item:nth-child(odd) {
  background-color: #eceff1;
}
.picker__opts__item.picker__opts__item--active {
  background-color: #607d8b;
  color: #fff;
}
.picker__opts__item:hover {
  background-color: #607d8b;
  color: #fff;
}
.slider {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 2em 0.5em 0.5em 0.5em;
  color: #fff;
  text-align: center;
}
.slider.slider--show {
  display: block;
}
.slider .slider__loading {
  position: absolute;
  top: 50%;
  left: 50%;
}
.slider .slider__loading::before {
  font-family: 'icons', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  speak: none;
  text-transform: none;
  display: inline-block;
  width: 1.5em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slider .slider__loading::before {
  content: "\F110";
}
.slider .slider__loading:before {
  animation: spin 1s infinite;
}
.slider .slider__img {
  position: relative;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.slider .slider__img img {
  position: absolute;
  top: 0;
  left: 0;
}
.slider .slider__title {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  z-index: 110;
  padding: 0.2em;
  color: #fff;
}
.slider .slider__title:hover {
  text-decoration: underline;
}
.slider .slider__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 110;
  padding: 0.2em 1em 1em 1em;
  cursor: pointer;
}
.slider .slider__close:after {
  content: 'X';
}
.slider .slider__prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 30%;
  cursor: pointer;
}
.slider .slider__next {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 70%;
  cursor: pointer;
}
.editor {
  flex: auto;
  display: flex;
  flex-direction: column;
  padding: 0.5em 1em;
  border-top: 1px solid #ff6f00;
  border-radius: 0.5em;
  font-size: 0.9375rem;
}
.editor.editor--preview .editor__edit {
  display: inline;
}
.editor.editor--preview .editor__html {
  display: block;
}
.editor.editor--preview .editor__preview,
.editor.editor--preview .editor__body {
  display: none;
}
.editor.editor--sending .editor__buttons {
  display: none;
}
.editor.editor--sending .editor__sending {
  display: block;
}
.editor__sending {
  display: none;
  color: #ff6f00;
}
.editor__edit {
  display: none;
}
.editor__html {
  display: none;
}
.editor__html img {
  max-width: 100%;
}
.editor__html hr {
  border: none;
  border-bottom: 1px solid #eceff1;
}
.editor__html pre {
  white-space: pre-wrap;
  line-height: 1.2rem;
}
.editor__html pre,
.editor__html code {
  font-size: 0.9em;
}
.editor__html blockquote {
  border-left: 1px solid #ccc;
  padding: 0;
  margin: 0;
  padding-left: 0.5em;
  margin-left: 0.5em;
}
.editor__html h1 {
  font-size: 1.2em;
}
.editor__html h2 {
  font-size: 1.1em;
}
.editor__html h3 {
  font-size: 1.1em;
}
.editor__html h4 {
  font-size: 1em;
  font-weight: bold;
}
.editor__html h5 {
  font-size: 1em;
  font-weight: bold;
}
.editor__html h2 {
  font-size: 1em;
  font-weight: bold;
}
.editor__files {
  display: flex;
  flex-direction: column;
  padding-bottom: 0.2em;
  margin-bottom: 0.2em;
  border-bottom: 1px solid #607d8b;
}
.editor__buttons {
  display: flex;
}
.editor__buttons button,
.editor__buttons input {
  margin: 0 0.2em;
}
.editor__buttons .editor__side_preview {
  display: none;
}
.split .editor__buttons .editor__side_preview {
  display: block;
}
.editor__buttons .editor__send {
  padding-left: 0;
  font-weight: bold;
}
.editor__buttons .editor__send::before {
  font-family: 'icons', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  speak: none;
  text-transform: none;
  display: inline-block;
  width: 1.5em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.editor__buttons .editor__send::before {
  content: "\F1D8";
}
.editor__buttons .editor__delete {
  padding-left: 0;
  align-self: end;
}
.editor__buttons .editor__delete::before {
  font-family: 'icons', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  speak: none;
  text-transform: none;
  display: inline-block;
  width: 1.5em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.editor__buttons .editor__delete::before {
  content: "\F1F8";
}
.editor__from,
.editor__to,
.editor__subj {
  flex: none;
  width: 100%;
}
.editor__quote {
  width: 100%;
  padding-bottom: 0.2em;
  margin-bottom: 0.2em;
  border-bottom: 1px solid #607d8b;
}
.editor__body {
  flex: auto;
  width: 100%;
  min-height: 200px;
  margin-bottom: 0.2em;
}
.filters {
  display: none;
  position: relative;
  flex-direction: column;
  padding: 1em 0.5em 0.5em 0.5em;
  border: 1px solid #eceff1;
  border-radius: 0.5em;
}
.opt--filters .main .filters {
  display: flex;
}
.filters__name {
  max-width: 10em;
}
.filters__name .picker__input {
  border-bottom: none;
}
.filters__body {
  flex: auto;
  width: 100%;
  height: 300px;
  border-top: 1px solid #607d8b;
}
.filters__bottom {
  flex: none;
  display: flex;
  padding: 0.2em;
  margin-bottom: -0.5em;
}
.filters__run,
.filters__save,
.filters__cancel,
.filters__close {
  padding-left: 0;
  margin: 0.2em;
}
.filters__run::before {
  font-family: 'icons', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  speak: none;
  text-transform: none;
  display: inline-block;
  width: 1.5em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.filters__run::before {
  content: "\F0D0";
}
.filters__save {
  font-weight: bold;
}
.filters__save::before {
  font-family: 'icons', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  speak: none;
  text-transform: none;
  display: inline-block;
  width: 1.5em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.filters__save::before {
  content: "\F0C7";
}
.filters__cancel::before {
  font-family: 'icons', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  speak: none;
  text-transform: none;
  display: inline-block;
  width: 1.5em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.filters__cancel::before {
  content: "\F05E";
}
.filters__close {
  position: absolute;
  top: 0;
  right: -0.2em;
  color: #ff6f00;
}
.filters__close::before {
  font-family: 'icons', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  speak: none;
  text-transform: none;
  display: inline-block;
  width: 1.5em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.filters__close::before {
  content: "\F00D";
}
.filters__info {
  flex: auto;
  align-self: center;
  text-align: right;
}
.msg-line {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 2rem;
  box-sizing: border-box;
  padding: 0 0.2em;
  overflow: hidden;
  border-top: 1px solid #fff;
  border-radius: 0.5em;
  background-color: #eceff1;
  color: #607d8b;
  font-size: 0.9375rem;
}
.msg-line:hover {
  cursor: pointer;
  text-decoration: none;
}
.msg-line .icon--pin,
.msg-line .icon--unread,
.msg-line .icon--reply {
  display: flex;
  color: #607d8b;
  font-size: 100%;
}
.msg-line .icon--pin:hover,
.msg-line .icon--unread:hover,
.msg-line .icon--reply:hover {
  margin-top: 0.1em;
  margin-bottom: -0.1em;
  cursor: pointer;
}
.msg-line .icon--attachment {
  display: flex;
  color: #607d8b;
  font-size: 100%;
}
.msg-line .icon--draft {
  display: flex;
  color: #607d8b;
  font-size: 100%;
  color: #ff6f00;
}
.msg-line .icon--draft:hover {
  margin-top: 0.1em;
  margin-bottom: -0.1em;
  cursor: pointer;
}
.msg-line .icon--image {
  display: none;
}
.opt--fix-privacy .msg--opened.msg--richer .msg-line .icon--image {
  display: flex;
  color: #607d8b;
  font-size: 100%;
}
.opt--fix-privacy .msg--opened.msg--richer .msg-line .icon--image:hover {
  margin-top: 0.1em;
  margin-bottom: -0.1em;
  cursor: pointer;
}
.msg-line .icon--more {
  display: flex;
  color: #607d8b;
  font-size: 100%;
}
.msg-line .icon--more:hover {
  margin-top: 0.1em;
  margin-bottom: -0.1em;
  cursor: pointer;
}
.msg--detailed .msg-line .icon--more {
  color: #388e3c;
}
.msg-line .icon--open-in-split {
  display: none;
}
.opt--split-on .main .msg-line .icon--open-in-split {
  display: flex;
  color: #607d8b;
  font-size: 100%;
}
.opt--split-on .main .msg-line .icon--open-in-split:hover {
  margin-top: 0.1em;
  margin-bottom: -0.1em;
  cursor: pointer;
}
.msg--picked .msg-line {
  background-color: #ffecb3;
}
.msg--opened .msg-line,
.msg--detailed .msg-line {
  border-color: #607d8b;
  background-color: #fff;
}
.msg--opened.msg--picked .msg-line,
.msg--detailed.msg--picked .msg-line {
  border-color: #ff6f00;
}
.msg--unread .msg-line .icon--unread {
  color: #263238;
}
.msg--pinned .msg-line .icon--pin {
  color: #ff6f00;
}
.msg-line__from {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0.2em;
  color: inherit;
}
.msg-line__from__pic {
  height: 20px;
  width: 20px;
  margin-right: 0.2em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
}
.msg-line__from__pic:hover {
  cursor: pointer;
}
.msg-line__from__more {
  min-width: 20px;
  line-height: 20px;
  margin-right: 0.2em;
  background-color: #fff;
  text-align: center;
}
.msg--opened .msg-line__from__more,
.msg--detailed .msg-line__from__more {
  background-color: #eceff1;
}
.msg-line__from__name {
  margin-right: 0.2em;
  max-width: 5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.msg--unread .msg-line__from__name {
  font-weight: bold;
}
.msg--same-subj .msg-line__from__name {
  color: #263238;
}
.msg-line__pick {
  display: flex;
  color: #263238;
}
.msg-line__pick::before {
  font-family: 'icons', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  speak: none;
  text-transform: none;
  display: inline-block;
  width: 1.5em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.msg-line__pick::before {
  content: "\F096";
}
.thread .msg-line__pick {
  display: none;
}
.msg--picked .msg-line__pick::before {
  font-family: 'icons', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  speak: none;
  text-transform: none;
  display: inline-block;
  width: 1.5em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.msg--picked .msg-line__pick::before {
  content: "\F046";
}
.msg-line__count {
  padding: 0 0.2em;
  margin-right: 0.2em;
  height: 20px;
  line-height: 20px;
  background-color: #fff;
  text-align: center;
}
.msg--opened .msg-line__count,
.msg--detailed .msg-line__count {
  background-color: #eceff1;
}
.msg-line__subj {
  margin-right: 0.2em;
  white-space: nowrap;
  color: #263238;
}
.msg--unread .msg-line__subj {
  font-weight: bold;
}
.msg--same-subj .msg-line__subj {
  display: none;
}
.msg-line__text {
  margin-right: 0.2em;
  white-space: nowrap;
}
.msg--opened .msg-line__text {
  display: none;
}
.msg-line__time {
  padding-right: 0.2em;
}
.msg-line__tags {
  padding-right: 0.2em;
  font-size: 0.8125rem;
}
.msg-line__tags .tags__item {
  border-color: #388e3c;
  border-radius: 0.2em;
  color: #388e3c;
}
.msg-line__insight {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
.msg-line__end {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  padding-left: 0.5em;
  padding-right: 0.2em;
  background-color: inherit;
}
.opt--split-on .main .msg-line__end {
  right: 1.7em;
}
.msg-hidden {
  display: flex;
  line-height: 2rem;
  box-sizing: border-box;
  padding-left: 1em;
  border-top: 1px solid #fff;
  border-radius: 0.5em;
  background-color: #eceff1;
}
.msg-hidden:hover {
  text-decoration: none;
}
.msg-hidden:before {
  content: "---";
  margin-right: 0.2em;
}
.msg-hidden:after {
  content: "---";
  margin-left: 0.2em;
}
.msg__details {
  display: none;
  flex-wrap: nowrap;
  padding: 0 0.2em;
  margin-bottom: 0.2em;
  white-space: nowrap;
  font-size: 0.8125rem;
  overflow: hidden;
}
.msg--detailed .msg__details {
  display: flex;
}
.msg__details .msg__details__info {
  overflow: hidden;
}
.msg__details .msg__details__value {
  margin-left: 0.5em;
}
.msg__details .msg__details__from-pic {
  margin-right: 0.2em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
}
.msg__details .msg__details__to {
  display: flex;
  flex-flow: wrap;
}
.msg__actions [class^="icon--"] {
  display: flex;
  margin-right: 0.2em;
}
.msg__actions .icon--archive,
.msg__actions .icon--reply,
.msg__actions .icon--reply-all,
.msg__actions .icon--forward,
.msg__actions .icon--trash,
.msg__actions .icon--blacklist,
.msg__actions .icon--whitelist {
  box-sizing: content-box;
  min-width: 1.5em;
  overflow: hidden;
}
.opt--only-icons .msg__actions .icon--archive,
.opt--only-icons .msg__actions .icon--reply,
.opt--only-icons .msg__actions .icon--reply-all,
.opt--only-icons .msg__actions .icon--forward,
.opt--only-icons .msg__actions .icon--trash,
.opt--only-icons .msg__actions .icon--blacklist,
.opt--only-icons .msg__actions .icon--whitelist {
  width: 1.5em;
}
.opt--only-icons .msg__actions .icon--archive::before,
.opt--only-icons .msg__actions .icon--reply::before,
.opt--only-icons .msg__actions .icon--reply-all::before,
.opt--only-icons .msg__actions .icon--forward::before,
.opt--only-icons .msg__actions .icon--trash::before,
.opt--only-icons .msg__actions .icon--blacklist::before,
.opt--only-icons .msg__actions .icon--whitelist::before {
  padding-right: 2em;
}
.msg__body {
  display: none;
  padding: 0 0.2em;
  margin-top: 0.2em;
}
.msg__body img {
  max-width: 100%;
}
.msg__body hr {
  border: none;
  border-bottom: 1px solid #eceff1;
}
.msg__body pre {
  white-space: pre-wrap;
  line-height: 1.2rem;
}
.msg__body pre,
.msg__body code {
  font-size: 0.9em;
}
.msg__body blockquote {
  border-left: 1px solid #ccc;
  padding: 0;
  margin: 0;
  padding-left: 0.5em;
  margin-left: 0.5em;
}
.msg__body h1 {
  font-size: 1.2em;
}
.msg__body h2 {
  font-size: 1.1em;
}
.msg__body h3 {
  font-size: 1.1em;
}
.msg__body h4 {
  font-size: 1em;
  font-weight: bold;
}
.msg__body h5 {
  font-size: 1em;
  font-weight: bold;
}
.msg__body h2 {
  font-size: 1em;
  font-weight: bold;
}
.msg--opened .msg__body {
  display: block;
}
.msg__body__files {
  display: flex;
  flex-direction: column;
  padding-top: 0.2em;
  padding-bottom: 1em;
  border-top: 1px solid #eceff1;
}
@media only screen and (max-width: 600px) {
  .msg-line {
    align-items: flex-start;
    flex-flow: wrap;
    line-height: 1.7em;
  }
}
@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
.msgs__header {
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1.5em;
  line-height: 1.5em;
  padding: 0.2em;
  padding-top: 0;
  background-color: #eceff1;
  border-bottom: 1px solid #fff;
  font-size: 0.9375rem;
  white-space: nowrap;
}
.msgs__header .icon--open-in-split,
.msgs__header .icon--reload {
  display: flex;
  cursor: pointer;
  color: #388e3c;
}
.msgs__header .icon--spinner {
  display: flex;
  color: #ff6f00;
}
.msgs__header .icon--spinner::before {
  animation: spin 1s infinite;
}
.msgs__header .icon--open-in-split {
  display: none;
}
.opt--split-on .main .msgs__header .icon--open-in-split {
  display: flex;
}
.msgs__body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  box-sizing: border-box;
  padding: 1.9em 0.2em 5em 0.2em;
  margin-top: -1.9em;
}
.msgs__error {
  position: sticky;
  top: 1.7em;
  z-index: 1;
  padding: 0.2em;
  background-color: #fff;
  color: #ff6f00;
  white-space: pre;
}
.msgs__error::before {
  content: "Error:";
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 0.2em;
}
.msgs__expunge {
  display: block;
  padding: 0.2em;
  background-color: #fff;
}
.msgs__search {
  flex-grow: 3;
  display: flex;
  height: 1.5em;
}
.msgs__search input {
  flex-grow: 10;
  max-width: 30em;
}
.msgs__search input:focus {
  min-width: 20em;
}
@media only screen and (max-width: 600px) {
  .msgs--picked .msgs__search {
    display: none;
  }
}
.msgs__picker {
  height: 1.5em;
  width: 12em;
  margin-left: 0.2em;
  text-align: center;
}
.thread .msgs__picker {
  width: 7em;
}
.msgs__picker .icon--more {
  margin-left: -1.2em;
  padding-right: 0.2em;
  color: #388e3c;
  cursor: pointer;
}
.msgs__picker .picker__header {
  display: flex;
  align-items: center;
  background-color: #eceff1;
}
.msgs__picker .picker__header:hover {
  background-color: #fff;
}
.msgs__picker.picker--active .picker__header {
  background-color: #fff;
}
.msgs__picker .picker__opts {
  left: unset;
  right: 0;
}
.msgs__picker .picker__input {
  box-sizing: border-box;
  padding-right: 1.2em;
  width: 100%;
  cursor: pointer;
  border-color: transparent;
  background-color: inherit;
}
.msgs__picker .picker__input::placeholder {
  color: #388e3c;
  text-align: right;
}
.msgs__actions {
  display: none;
  align-items: stretch;
  height: 1.5em;
  margin-left: 0.2em;
}
.msgs--picked .msgs__actions,
.thread .msgs__actions {
  display: flex;
}
.msgs__actions .tags-edit {
  margin-left: 0.2em;
}
.msgs__tags {
  display: none;
  margin-left: 0.2em;
  overflow: hidden;
  white-space: nowrap;
}
.msgs--picked .msgs__tags,
.thread .msgs__tags {
  display: block;
}
.msgs__tags .tags__item {
  border-color: transparent;
}
@media (max-width: 1400px) {
  .opt--split-on .msgs__tags {
    display: none;
  }
}
@media (max-width: 700px) {
  :not(.opt--split-on) .msgs__tags {
    display: none;
  }
}
.login {
  position: absolute;
  top: 100px;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  box-sizing: border-box;
  padding: 20px;
  background-color: #eceff1;
  color: #263238;
}
.login__username,
.login__password {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.2em;
}
.login__username input,
.login__password input {
  width: 150px;
  margin-left: 0.5em;
}
.login__theme,
.login__timezone {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.2em;
}
.login__theme .picker,
.login__timezone .picker {
  width: 150px;
  margin-left: 0.5em;
}
.login__submit {
  display: flex;
  justify-content: flex-end;
}
.login__submit .icon--login {
  text-transform: lowercase;
  padding-left: 0;
}
.login__error {
  position: absolute;
  top: -50px;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  color: red;
}
.login__powered_by {
  position: fixed;
  bottom: 0.2em;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0.8125rem;
}
html,
body {
  height: 100%;
  min-width: 350px;
}
.app {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  height: 1.7em;
  padding: 0.1em 0.2em;
  background-color: #eceff1;
}
.panes {
  position: absolute;
  top: 0;
  display: flex;
  flex-flow: row nowrap;
  box-sizing: border-box;
  height: 100%;
  padding-top: 1.7em;
}
.main,
.split {
  position: relative;
  box-sizing: border-box;
  width: 100vw;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
}
.opt--split-on .main,
.opt--split-on .split {
  width: 50vw;
}
.split {
  display: none;
  border-left: 1px solid #eceff1;
}
.opt--split-on .split {
  display: block;
}
.header__tags {
  display: flex;
  align-items: stretch;
  height: 1.5em;
  line-height: 1.5em;
  margin-bottom: 0.2em;
  font-size: 0.9375rem;
}
.header__tags .tags {
  overflow: hidden;
}
.header__tags .tags-select {
  margin-right: 0.2em;
  overflow: unset;
}
.header__tags .tags__item {
  border: none;
}
@media (max-width: 600px) {
  .header__tags .tags--quick {
    display: none;
  }
}
.header__actions {
  display: flex;
  white-space: nowrap;
}
.opt--fix-privacy .header__actions .icon--image,
.opt--split-on .header__actions .icon--split,
.opt--bigger .header__actions .icon--font,
.opt--filters .header__actions .icon--sieve {
  color: #ff6f00;
}
.header__actions .icon--split {
  display: none;
}
@media (min-width: 1200px) {
  .header__actions .icon--split {
    display: flex;
  }
}
/* Material Design
https://material.io/guidelines/style/color.html#color-color-palette

Blue Grey
50  #eceff1
100 #cfd8dc
200 #b0bec5
300 #90a4ae
400 #78909c
500 #607d8b
600 #546e7a
700 #455a64
800 #37474f
900 #263238

Green
50  #e8f5e9
100 #c8e6c9
200 #a5d6a7
300 #81c784
400 #66bb6a
500 #4caf50
600 #43a047
700 #388e3c
800 #2e7d32
900 #1b5e20

Amber
50  #fff8e1
100 #ffecb3
200 #ffe082
300 #ffd54f
400 #ffca28
500 #ffc107
600 #ffb300
700 #ffa000
800 #ff8f00
900 #ff6f00
*/

/*# sourceMappingURL=theme-base.css.map?ce4562cefd836858132d*/