body {
  color: #304040;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  box-sizing: border-box;
  background: #fffdfc;
  background-image: url("/static/img/pattern.png"), linear-gradient(90deg, #f5efeb, #fffdfc 20%, #fffdfc 70%, #f5f0ed);
}

@media screen and (max-width: 700px) {
  body {
    background-image: url("/static/img/pattern.png"), linear-gradient(90deg, #fbf5f2, #fffdfc 20%, #fffdfc 70%, #fbf5f2);
  }
}

a {
  text-decoration: inherit;
  color: #ff5f05;
}

a.noformat-link a.noformat-link:visited{
  text-decoration: inherit;
  color: inherit;
}

a:focus {
  outline:none;
}

.hidden.hidden {
  display: none;
}

.invisible.invisible {
  visibility: collapse;
  opacity: 0;
}

.error {
  font-size: 26px;
  font-weight: lighter;
  color: #ff6060;
}

.section-title {
  color: #304040;
  font-size: 18px;
  font-weight: lighter;
  border-bottom: solid 1px #b0c4c4;
  margin-bottom: 12px;
}

.note-date {
  background-color: #4d6767;
  color: white;
  font-size: 24px;
  align-items: center;
  font-weight: lighter;
}

.tag {
  font-size: 12px;
  font-family: sans-serif;
  margin: 4px 6px;
  padding: 6px;
  min-width: 80px;
  text-align: center;
  border: 1px solid #304040;
  border-radius: 3px;
  cursor: pointer;
}

.simple-tag::before {
  content: "#";
}

.simple-date::before {
  content: "@";
}

.hashtags {
  color: #4d6767;
  border-bottom: 1px solid #4d676760;;
  font-size: 11px;
  padding: 0 0 2px 5px;
}

.hashtags > p {
  display: inline-block;
  margin: 4px 4px 0px 4px;
}

.confirm-btns {
  display: flex;
  font-weight: normal;
  font-size: 16px;
  margin-left: 20px;
}

.confirm-btns > p {
  margin: auto 8px;
}

.editing.editing {
  border: 1px solid #ff5f05;
}

.preview > p, .preview > h1, .preview > h2, .preview > h3, .preview > h4, .preview > strong, .preview > ul {
  margin: inherit;
  font-size: inherit;
}

.side-controls {
  width: 260px;
  min-width: 260px;
  border: none;
  border-left: 1px solid #304040;
  padding: 0 20px;
  background: #4d6767;
}

.full-height {
  min-height: calc(100vh - 42px);
}

@media screen and (max-width: 700px) {
  .side-controls {
    border: none;
    border-top: 1px solid #b0c4c4;
    width: calc(100vw - 40px);
  }

  .full-height {
    min-height: calc(100vh - 100px);
  }
}
.components-spinner-spinner {
  width: 80px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0);
}

@keyframes spinner {
  0% {
    background-color:#05ffff;
    transform: translateX(0px) scalex(1);
  }
  2% {
    background-color:#05ffff;
    transform: translateX(0px) scalex(1);
    animation-timing-function: ease-in;
  }
  50% {
    background-color:#afffff;
    transform: translateX(32px) scalex(2);
    animation-timing-function: linear;
  }
  94% {
    background-color:#05ffff;
    transform: translateX(64px) scalex(1);
    animation-timing-function: ease-out;
  }
  100% {
    background-color:#05ffff;
    transform: translateX(64px) scalex(1);
  }
}

.components-spinner-dot {
  width: 15px;
  height: 15px;
  border-radius: 4px;
  position: relative;
  top: 5px;
  animation-name: spinner;
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-direction: alternate;
}
.components-tag-tag {
  background-color: #0a2631;
}

.components-tag-selectedtag {
  background-color: #b4d0fe;
  color: #002b22;
}

.components-tag-shared {
  font-size: 12px;
  font-family: sans-serif;
  display: inline-block;
  margin: 4px 6px;
  padding: 6px;
  min-width: 80px;
  text-align: center;
  border-radius: 3px;
}
.controls-input-input-field {
  background: white;
  width: 70%;
  border: none;
  border-radius: 4px;
  padding: 14px 30px;
}
.controls-suggestions-suggestions {
  position: absolute;
  left: 7px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 0.6em;
  top: 29px;
  padding: 0 12px;
  min-width: 68px;
}

.controls-suggestions-suggestions > p:hover {
  font-weight: bold;
  cursor: pointer;
}

.controls-suggestions-selected-suggestion {
  font-weight: bold;
}
.controls-tag-editor-tag-suggestions {
  margin-bottom: 20px;
  min-height: 35px;
}
.views-login-login-panel {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #216778;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.views-login-input {
  margin: 10px auto 10px;
}

.views-login-persistent-checkbox {
  margin: 10px auto 30px;
  display: flex;
  align-items: center;
}

.views-login-persistent-checkbox > label {
  color: white;
  margin-left: 10px;
}

#login-failed-info-field {
  color: #ffb0a0;
  margin: 10px auto;
}

#login-loading-spinner {
  margin: 10px auto;
}
.views-user-user {
  margin: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.views-user-username {
  flex-grow: 3;
  margin: auto 10px;
  font-style: italic;
}

.views-user-type {
  flex-grow: 1;
  margin: auto 10px;
}

.views-user-controls {
  margin: auto 10px;
  min-width: 32px;
}

.views-user-admin {
  color: #ffb0a0;
  display: inline-block;
}

.views-user-standard {
  color: #dae0ea;
  display: inline-block;
}
.views-users-panel {
  background: #216778;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.views-users-users-panel {
  padding: 20px;
}

.views-users-add-user-panel {
  margin-top: 40px;
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.views-users-add-user-panel > input {
  margin-top: 5px;
  margin-bottom: 5px;
  flex-grow: 1;
  width: unset;
}

#users-add-user-username {
  margin-right: 20px;
}

#users-add-user-password {
  margin-right: 20px;
}

.views-users-controls {

}
.controls-button-button {
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  background-size: 1600%; /* needs to be n*100, n == amount different buttons */
  background-color: unset;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: background-color 0.2s, border 0.2s;
  background-position-y: top -64px;
  background-image: url("/static/img/btns.png");
  cursor: pointer;
}
.controls-button-button:hover {
  background-color: unset;
  border: 1px solid #ff5f05;
  transition: background-color 0.2s, border 0.2s;
}
.controls-button-button:active {
  background-color: white;
  border: 1px solid #ff5f05;
  background-position-y: top -32px;
  transition: none;
}

.controls-button-selected {
  background-color: #b0c4c4;
  border-color: #b0c4c4;
}

.controls-multi-input-input > .controls-button-add {
  background-position: left 0px top 0px;
  background-color: #4d6767;
  border: 1px solid #4d6767;
  border-left: 1px solid #788d8d;
}
.controls-multi-input-input > .controls-button-add:hover {
  border: 1px solid #ff5f05;
  background-color: #4d6767;
}
.controls-multi-input-input > .controls-button-add:active {
  border: 1px solid #ff5f05;
  background-color: white;
}

.controls-button-new {
  background-position-x: left 0px;
}

.controls-button-edit {
  background-position-x: left -32px;
}

.controls-button-ok {
  background-position-x: left -64px;
}

.controls-button-cancel {
  background-position-x: left -96px;
}

.controls-button-remove {
  background-position-x: left -128px;
}

.controls-button-help {
  background-position-x: left -160px;
}

.controls-button-list {
  background-position-x: left -192px;
}

.controls-button-calendar {
  background-position-x: left -224px;
}

.controls-button-todo {
  background-position-x: left -256px;
}

.controls-button-menu {
  background-color: unset;
  border: 1px solid rgba(0, 0, 0, 0);
  background-position: left -288px top 0px;
}
.controls-button-menu:hover {
  border: 1px solid #ff5f05;
  background-color: unset;
}
.controls-button-menu:active {
  background-color: white;
}

.controls-button-search {
  background-position: left -320px top 0px;
  background-color: #4d6767;
  border: 1px solid #4d6767;
  border-right: 1px solid #788d8d;
}
.controls-button-search:hover {
  border: 1px solid #ff5f05;
  background-color: #4d6767;
}
.controls-button-search:active {
  border: 1px solid #ff5f05;
  background-color: white;
}

.controls-button-sort-alphabetical {
  background-position-x: left -352px;
}

.controls-button-sort-last-used {
  background-position-x: left -384px;
}

.controls-button-sort-usage {
  background-position-x: left -416px;
}

.controls-button-favourite {
  background-position-x: left -448px;
}

.controls-button-save {
  background-position-x: left -480px;
}
.controls-multi-input-controls {
  display: flex;
  flex-direction: column;
}

.controls-multi-input-input {
  display: flex;
  flex-direction: row;
  margin-top: 4px;
  border-radius: 0;
}

.controls-multi-input-text-input {
  height: 24px;
  font-size: 14px;
  background: #4d6767;
  color: white;
  border: none;
  padding: 5px 20px;
  flex-grow: 1;
}

.controls-multi-input-query {
  display: flex;
  flex-direction: row;
  margin-right: 48px;
}

.controls-multi-input-tags {
  flex-grow: 1;
  margin: 14px 10px 0;
  display: flex;
  flex-wrap: wrap;
}

.controls-multi-input-menu-button {
  position: absolute;
  top: 4px;
  right: 0;
  z-index: 1;
}

.controls-multi-input-menu {
  display: none;
  position: fixed;
  top: 42px;
  right: 0;
  bottom: 0;
  padding: 30px 30px 0;
  background: #304040;
  border-left: solid 1px #ff5f05;
  z-index: 1;
}

@media screen and (max-width: 700px) {
  .controls-multi-input-menu {
    top: 100px;
  }
}

.controls-multi-input-menu > ul {
  list-style: none;
  padding: 0;
}

.controls-multi-input-menu > ul > li {
  margin: 10px auto;
}

.controls-multi-input-menu > ul > li > a {
  color: #ff8949;
}

.controls-multi-input-menu > ul > hr {
  background: #b0c4c4;
  height: 1px;
  border: none;
  margin-top: 20px;
}

@keyframes menu {
  0% {
    transform: translateX(100px);
  }
  100% {
    transform: translateX(0px);
  }
}

.controls-multi-input-menu-visible {
  display: block;
  animation-name: menu;
  animation-duration: 0.1s;
  animation-timing-function: ease-out;
}
.controls-new-tag-container {
  position: relative;
}

.controls-new-tag-newtag {
  display: block;
  color: #304040;
  transition: border-color 0.2s, color 0.2s;
  height: 15px;
  width: 80px;
}

.controls-new-tag-newtag:focus, .controls-new-tag-newtag:hover {
  color: #ff5f05;
  border-color: #ff5f05;
  transition: border-color 0.2s, color 0.2s;
}

.controls-new-tag-invalid.controls-new-tag-invalid {
  border-color: #ff6060;
  color: #ff6060;
}
.controls-tag-editor-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.controls-tag-editor-title-text {
  margin-top: 40px;
  flex-grow: 1;
  color: white;
}

.controls-tag-editor-controls {
  display: flex;
  justify-content: right;
  color: white;
  min-height: 34px;
}

.controls-tag-editor-btn > div.controls-button-button {
  background-position-y: top 0px;
}

.controls-tag-editor-tags-view {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0);
}
.controls-tag-tag {
  background-color: #b0c4c4;
  color: #304040;
  transition: background-color 0.2s, border-color 0.2s;
  cursor: pointer;
}

.controls-tag-tag:hover {
  border-color: white;
}

.controls-tag-tag:active {
  background-color: white;
  border-color: #ff5f05;
  color: #304040;
}

.controls-tag-selected {
  background-color: #304040;
  color: white;
  border-color: white;
}

.controls-tag-selected:hover {
  background-color: #4d6767;
  border-color: white;
}
.controls-text-editor-content-editor {
  width: calc(100% - 42px);
  padding: 20px;
  margin: 0;
}

.controls-text-editor-content {
  color: #304040;
  padding: 20px;
  border: 1px solid #ffffff00;
  min-height: 100px;
}

.controls-text-editor-content.controls-text-editor-preview {
  color: #4d6767;
}

.controls-text-editor-content.controls-text-editor-preview::before {
  content: "preview - save changes to update";
  color: #4d6767;
  font-variant: small-caps;
  font-size: 12px;
  position: relative;
  left: -21px;
  top: -19px;
  background: #e4e4e4;
  padding: 5px 10px;
}
.layouts-components-calendar-day-day {
  width: 140px;
  margin: 10px;
}

.layouts-components-calendar-day-date {
  padding: 10px;
  background: white;
  color: #ff5f05;
  font-weight: lighter;
  font-size: 20px;
  margin-top 0;
  margin-bottom: 5px;
  box-shadow: -1px 2px 4px #40404070;
  text-align: center;
}

.layouts-components-calendar-day-single-notes {
  padding: 10px;
  background: white;
  box-shadow: -1px 2px 4px #40404070;
}
.layouts-components-calendar-month-month {
  margin-left: 20px;
}

.layouts-components-calendar-month-title {
  font-size: 26px;
  font-weight: lighter;
}

.layouts-components-calendar-month-days {
  display: flex;
  flex-wrap: wrap;
}
.layouts-components-calendar-single-note-contents {
  color: #304040;
  overflow: hidden;
  height: 4.5em;
  border: solid 1px #b0c4c4;
  transition: border 0.3s;
  border-radius: 4px;
  padding: 8px;
  margin-bottom: 10px;
  position: relative;
}

.layouts-components-calendar-single-note-contents:hover {
  border: solid 1px #ff5f05;
}

.layouts-components-calendar-single-note-contents::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 1.7em;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.8) 0.5em, rgba(255, 255, 255, 0))
}
.layouts-components-calendar-year-title {
  font-size: 32px;
  font-weight: lighter;
  margin-bottom: 20px;
}

.layouts-components-calendar-year-months {
  margin-bottom: 40px;
}
.layouts-components-description-description {
  margin: 0px auto 20px;
  padding: 20px;
  display: flex;
  justify-content: center;
}

.layouts-components-description-description-text {
  font-style: italic;
  color: #4d6767;
  font-weight: lighter;
  font-size: 24px;
  margin: 0 20px;
  flex-grow: 1;
  text-align: center;
}
.layouts-components-list-element-list-element {
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  cursor: pointer;
  max-width: calc(100vw - 373px);
  color: #304040;
  background: white;
  box-shadow: -1px 2px 4px #40404070;
  transition: box-shadow 0.2s;
}

.layouts-components-list-element-date {
  padding: 20px 30px;
  transition: background-color 0.2s;
}

.layouts-components-list-element-list-element:hover {
  box-shadow: -1px 2px 5px #404040b0;
}

.layouts-components-list-element-list-element:hover .layouts-components-list-element-date {
  background-color: #304040;
}

.layouts-components-list-element-tags-and-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (max-width: 700px) {
  .layouts-components-list-element-list-element {
    flex-direction: column;
    max-width: 90vw;
  }

  .layouts-components-list-element-date {
    margin-bottom: 6px;
    flex-grow: 1;
    text-align: center;
    font-size: 22px;
    padding: 10px;
  }
}

.layouts-components-list-element-content {
  padding: 14px;
  white-space: nowrap;
  position: relative;
  z-index: 0;
}

.layouts-components-list-element-content::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 4em;
  background: linear-gradient(270deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1) 1em, rgba(255, 255, 255, 0))
}
.layouts-components-note-item-item {
  border: 1px solid #00000000;
  background: white;
  box-shadow: -1px 2px 4px #40404070;
  position: relative;
}

.layouts-components-note-item-dimensions {
  border-radius: 10px;
  margin-bottom: 8px;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
}

.layouts-components-note-item-remove-icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  background-size: 1500%;
  background-position: left -128px top -64px;
  background-image: url("/static/img/btns.png");
  position: absolute;
  top: 10px;
  right: -15px;
  opacity: 0;
  transition: opacity 0.2s;
}

div.editing > div.layouts-components-note-item-item:hover {
  border: 1px solid #4d6767;
  transition: border 0.2s;
  color: #4d6767;
}

div.editing > div.layouts-components-note-item-item:hover > .layouts-components-note-item-remove-icon {
  opacity: 1;
  transition: opacity 0.2s;
}

div.editing > div.layouts-components-note-item-item {
  cursor: pointer;
}

.layouts-components-note-item-selected-for-removal {
  background: #b0c4c4;
}
.layouts-components-note-tile-tile {
  width: 180px;
  height: 172px;
  margin: 0 16px 32px;
  cursor: pointer;
  box-shadow: -1px 2px 4px #40404070;
  transition: box-shadow 0.2s;
  display: flex;
  flex-direction: column;
  background: white;
}

.layouts-components-note-tile-tile:hover {
  box-shadow: -1px 2px 5px #404040b0;
}

.layouts-components-note-tile-date {
  padding: 10px;
  font-size: 20px;
  text-align: center;
  transition: background-color 0.2s;
}

.layouts-components-note-tile-tile:hover .layouts-components-note-tile-date {
  background-color: #304040;
}

.layouts-components-note-tile-text {
  flex-grow: 1;
  padding: 10px;
  background: white;
  line-height: 1.4em;
  overflow: hidden;
  font-size: 14px;
  position: relative;
  margin-bottom: 1px;
  z-index: 0; /* to allow fixed positioned menu to stay over this one */
}

.layouts-components-note-tile-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 1.7em;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.8) 0.5em, rgba(255, 255, 255, 0))
}
.layouts-components-tag-tag {
  background-color: #304040;
  color: white;
  transition: background-color 0.2s, border-color 0.2s;
}

.layouts-components-tag-tag:hover {
  background-color: #ff5f05;
  border-color: #ff5f05;
  transition: background-color 0.2s, border-color 0.2s;
}

.layouts-components-tag-tag:active {
  background-color: white;
  border-color: #ff5f05;
  color: #304040;
}
.layouts-components-tagrow-tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.layouts-components-todo-element-single-todo {
  display: flex;
  margin-bottom: 16px;
}

.layouts-components-todo-element-spinner {
  margin-right: 10px;
  height: 28px;
  width: 38px;
}

.layouts-components-todo-element-checkbox {
  width: 24px;
  height: 24px;
  background: white;
  border: solid 2px #ff5f05;
  border-radius: 6px;
  cursor: pointer;
  flex-shrink: 0;
  margin-right: 20px;
}

.layouts-components-todo-element-checked {
  background: #ff5f05;
  border-color: white;
}

.layouts-components-todo-element-text {
  flex-grow: 1;
}

.layouts-components-todo-element-date {
  margin-left: 20px;
}
.layouts-components-view-item {
  background-color: white;
  box-shadow: -1px 2px 4px #40404070;
  display: flex;
  flex-direction: row;
  min-width: 250px;
  width: 250px;
  margin: 3px 5px;
  border: 1px solid #00000000;
  padding: 8px;
  transition: border 0.3s;
}

.layouts-components-view-item:hover {
  border: 1px solid #ff5f05;
}

.layouts-components-view-type {
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  background-size: 1600%;
  background-position-y: -64px;
  background-image: url("/static/img/btns.png");
  margin-right: 10px;
}

.layouts-components-view-list {
  background-position-x: left -192px;
}

.layouts-components-view-calendar {
  background-position-x: left -224px;
}

.layouts-components-view-name {
  flex-grow: 1;
  color: #304040;
  margin-right: 10px;
  align-self: center;
}

.layouts-components-view-privacy {
  height: 32px;
  width: 32px;
  text-align: center;
}

.layouts-components-view-privacy > img {
  max-height: 32px;
  max-width: 32px;
}
.layouts-account-username {
  text-align: center;
  margin-bottom: 40px;
  font-weight: lighter;
}

.layouts-account-change-pw {
  padding: 10px 20px;
}

.layouts-account-change-pw > input {
  display: block;
  margin-bottom: 6px;
}
.layouts-calendar-calendar {
  margin-top: 30px;
}
.layouts-default-default {
  width: 90%;
  margin: auto;
}

.layouts-default-title {
  margin: 40px auto;
}

.layouts-default-recent-notes {
  display: flex;
  flex-wrap: wrap;
}

.layouts-default-latest-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.layouts-default-alltagslink {
  align-self: flex-end;
}

.layouts-default-alltags {
  font-size: 20px;
  line-height: 10px;
  margin: 3px 15px;
  padding: 0 10px 8px;
  color: #304040;
  min-width: inherit;
  border: 1px solid #00000000;
  border-radius: 4px;
  transition: border 0.3s;
}

.layouts-default-alltags:hover {
  border: 1px solid #ff5f05;
}

.layouts-default-views {
  display: flex;
  flex-wrap: wrap;
}
.layouts-root-root {
  display: flex;
  flex-direction: row-reverse;
}

.layouts-root-editors {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 700px) {
  .layouts-root-root {
    flex-direction: column;
  }

  .layouts-root-controls-on-bottom {
    flex-direction: column-reverse;
  }
}

.layouts-root-query-controls {
  display: flex;
  align-items: center;
  justify-content: right;
  color: white;
}

.layouts-root-query-controls > p {
  margin-right: 20px;
}

.layouts-root-query-controls > div.controls-button-button {
  background-position-y: top 0px;
}

.layouts-root-query-controls > div.controls-button-button:active {
  background-position-y: top -32px;
}

.layouts-root-save-query {
  display: flex;
  flex-direction: column;
}

.layouts-root-favourite-btn {
  align-self: right;
}

.layouts-root-already-favourite > div {
  background-position-y: top -32px;
}

.layouts-root-save-controls {
  border-left: 1px solid #ff5f05;
  position: relative;
  opacity: 1;
  transition: opacity 0.5s;
  margin-bottom: 10px;
  color: white;
  font-size: 14px;
}

.layouts-root-save-controls.invisible {
  opacity: 0;
}

.layouts-root-save-controls-spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #4c7d79a0;
  padding-top: 10px;
  border-radius: 20px;
}

.layouts-root-save-controls-spinner > div {
  margin: auto;
}

.layouts-root-name-privacy {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.layouts-root-help-text {
  display: block;
  font-weight: lighter;
}

.layouts-root-privacy-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #b0c4c4;
}

.layouts-root-private, .layouts-root-public {
  cursor: pointer;
  font-weight: lighter;
  padding: 2px;
  margin: auto 2px;
}

.layouts-root-selected {
  border: 1px solid #ff5f05;
  cursor: default;
  font-weight: normal;
  color: white;
}

.layouts-root-name-input {
  display: block;
  width: 200px;
  padding: 2px 6px;
  background: #f9f9f950;
  border: 1px solid #b0c4c4;
  border-left: 4px solid #b0c4c4;
}

.layouts-root-share-title {
  margin: 10px 20px;
}

.layouts-root-shared-with-users {
  margin-left: 14px;
}

.layouts-root-confirm-btns {
  display: flex;
  justify-content: right;
}

.layouts-root-confirm-btns > div.controls-button-button, .layouts-root-confirm-btns > div > div.controls-button-button {
  background-position-y: top 0px;
}

.layouts-root-confirm-btns > div.controls-button-button:active, .layouts-root-confirm-btns > div > div.controls-button-button:active {
  background-position-y: top -32px;
}

.layouts-root-contents {
  margin: 30px auto 80px;
  flex-grow: 1;
  padding: 0px 30px;
}
.layouts-single-single {
  width: 96%;
  margin: 0 auto;
}

.layouts-single-deleted {
  margin-top: 40px;
  text-align: center;
}

.layouts-single-main-note {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  box-shadow: -1px 2px 4px #40404070;
  background: white;
}

.layouts-single-header {
  display: flex;
  flex-direction: column;
}

.layouts-single-top-row {
  display: flex;
  align-items: stretch;
  flex-direction: row;
}

.layouts-single-tags-and-ctrl {
  border-bottom: 1px solid #4d676760;;
  display: flex;
  flex-grow: 1;
  align-items: center;
}

.layouts-single-tags {
  border-bottom: 0px;
  padding: 0 10px;
}

.layouts-single-editable:hover {
  color: #ff5f05;
  transition: color 0.1s;
  cursor: pointer;
}

.layouts-single-tag-editor {
  display: flex;
  flex-direction: row;
}

.layouts-single-controls {
  display: flex;
  flex-grow: 1;
  justify-content: right;
  color: #304040;
}

.layouts-single-date {
  padding: 12px 30px;
  font-size: 22px;
  text-align: center;
}

.layouts-single-date-controls {
  border-bottom: 1px solid #4d676760;;
}

.layouts-single-dates {
  padding: 10px;
  border-bottom: 0px;
}

@media screen and (max-width: 700px) {
  .layouts-single-single {
    width: 100%;
  }

  .layouts-single-top-row {
    flex-direction: column;
  }
}

.layouts-single-title {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.layouts-single-title > div {
  margin-left: 10px;
}

.layouts-single-item-container {
  display: flex;
  flex-direction: column;
  align-items: right;
}

.layouts-single-items {
  padding: 3px;
  border: 1px solid #ffffff00;
}

.layouts-single-new-item {
  border: 1px solid #4d6767;
  cursor: pointer;
  height: 17px;
  width: 100px;
  padding-top: 14px;
  padding-bottom: 14px;
  background: white;
}

.layouts-single-new-item:hover {
  border-color: #ff5f05;
  transition: border-color 0.2s, color 0.2s;
}

.layouts-single-new-item.editing {
  width: calc(100% - 42px);
  height: 100px;
  border-radius: 0px;
}
.layouts-tags-controls {
  display: flex;
  width: 75%;
  margin: auto;
}

.layouts-tags-tagrows {
  width: 80%;
  padding: 0 30px;
  margin: 40px auto;
}
.layouts-todo-todo {
  margin-top: 30px;
}
.page-components-header-header {
  position: fixed;
  background-color: #304040;
  top: 0;
  left: 0;
  right: 0;
  color: white;
  display: flex;
  align-items: center;
  height: 42px;
  box-shadow: 0px 2px 4px #ff5f05;
  z-index: 2;
  justify-content: space-between;
}

img.page-components-header-logo {
  height: 16px;
  display: block;
  border-bottom: 1px solid #00000000;
  transition: border 0.3s;
  padding: 3px 0;
}

img.page-components-header-logo:hover {
  border-bottom: 1px solid #fb7d37;
}

img.page-components-header-logo:active {
  border-bottom: 1px solid white;
  transition: border 0s;
}

.page-components-header-title {
  margin: 0 20px;
}

.page-components-header-login {
  font-weight: lighter;
  font-size: 20px;
  margin: 0 20px;
  border-bottom: 1px solid #00000000;
  transition: border-bottom 0.3s;
}

.page-components-header-login > a {
  color: white;
}

.page-components-header-login:hover {
  border-bottom: 1px solid #ff5f05;
}

.page-components-header-login:active {
  border-bottom: 1px solid white;
  transition: border-bottom 0s;
}

.page-components-header-multi-input {
  width: 50%;
  max-width: 600px;
  margin: auto;
}

.page-components-header-notification-panel {
  opacity: 1;
  transition: opacity 0.4s;
  position: fixed;
  width: 300px;
  color: white;
  top: calc(42px + 10px);
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 15px 15px;
  border-radius: 5px;
}

#header-error-panel {
  background: #ff6060;
}

#header-success-panel {
  background: #45aa2b;
}

.page-components-header-notification-title {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  margin: 0 auto 10px;
}

.page-components-header-close-notification {
  cursor: pointer;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 10px;
}

@media screen and (max-width: 700px) {
  .page-components-header-header.page-components-header-with-controls {
    height: 100px;
  }

  .page-components-header-header.page-components-header-with-controls {
    flex-direction: column;
  }

  .page-components-header-with-controls > div.page-components-header-title {
    align-self: left;
    margin-top: 10px;
  }

  .page-components-header-header::before {
    height: 100px;
  }

  .page-components-header-multi-input {
    width: 85%;
    margin-top: 15px;
  }

  .page-components-header-notification-panel {
    width: 200px;
    top: calc(100px + 10px);
  }
}
.page-error-error {
  margin: 100px auto;
  padding-top: 40px;
  text-align: center;
}
.page-landing-landing {
  color: #304040;
  font-weight: lighter;
  font-size: 20px;
  text-align: center;
  margin-top: calc(42px + 100px);
}

.page-landing-logo {
  width: 600px;
}

.page-landing-tagline {
  font-weight: lighter;
  font-size: 24px;
  text-align: center;
  margin-top: 30px;
}

.page-landing-inprogress {
  color: #4d6767;
  margin-top: 100px;
  font-size: 14px;
  font-style: italic;
}

@media screen and (max-width: 700px) {
  .page-landing-landing {
    margin-top: calc(42px + 50px);
  }

  .page-landing-logo {
    width: 80%;
  }

  .page-landing-explanation {
    font-size: 18px;
  }
}
.page-main-root {
  padding-top: 42px;
}

@media screen and (max-width: 700px) {
  .page-main-root {
    padding-top: 100px;
  }
}

.page-main-inputs {
  max-width: 400px;
  width: 96%;
  padding: 20px 0;
}

.page-main-editor {
  padding: 20px;
}

.page-main-editor > input {
  margin: auto;
  display: block;
}

#loading-spinner {
  position: fixed;
  top: 0;
  background: #4c7d7950;
  padding-top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
}

#loading-spinner > div {
  margin: auto;
}

.page-main-controls {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.page-main-results {
  flex-grow: 1;
  display: flex;
}

#result-area {
  width: 100%;
}
.views-login-login-panel {
  background: #4d6767;
  margin-top: 100px;
}

.views-login-login-panel > div.controls-button-button {
  background-position-y: 0px;
}

.views-login-login-panel > div.controls-button-button:active {
  background-position-y: -32px;
}

.views-login-login-title {
  font-family: sans-serif;
  font-weight: lighter;
  font-size: 32px;
  color: white;
}
.views-users-panel {
  background: #1f2020;
  color: white;
  border-radius: 10px;
}

.views-users-users-panel {
  margin-top: 100px;
}
