.blur-bg-parent {
  background-color: transparent;
  overflow: hidden;
  position: relative; }

body {
  color: #f6f6f6;
  font-size: 15px; }

#bg {
  height: 100vh;
  position: fixed;
  width: 100vw;
  z-index: -9999;
  background-color: transparent;
  overflow: hidden; }
  #bg:before {
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -ms-filter: blur(1px);
    -o-filter: blur(1px);
    filter: blur(1px);
    background-attachment: fixed;
    background-image: url("/imgs/bg.jpg");
    background-size: cover;
    content: "";
    display: block;
    height: 110vh;
    left: 0;
    margin: -10px;
    position: absolute;
    top: 0;
    transform: scale(1.01);
    width: 110vw;
    z-index: -9999; }

.blur-bg {
  background-image: url("/imgs/bg.jpg");
  background-attachment: fixed;
  background-size: cover;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  -o-filter: blur(5px);
  height: 150%;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 150%;
  z-index: -9999; }

.navbar,
.session-flash,
.welcome h1,
.welcome p,
.panel,
.note .title,
.note p,
.folder .title {
  text-shadow: 0 0 3px #000; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.fa {
  font-size: 20px; }

.hover {
  cursor: pointer;
  transition: all 500ms; }

.hover:hover {
  background-color: orange !important;
  text-decoration: none;
  transition: all 100ms; }

.button {
  background-color: #7e7e7e;
  border: none;
  color: #fff;
  padding: 10px; }

.button.login {
  background-color: skyblue; }

.button.register {
  background-color: limegreen; }

.welcome {
  border: 2px solid rgba(246, 246, 246, 0.25);
  padding: 15px;
  text-align: center;
  overflow: hidden;
  position: relative; }
  .welcome img {
    width: 50%; }
  .welcome a.login,
  .welcome a.register {
    color: #fff;
    display: inline-block;
    font-size: 40px;
    margin: 20px;
    padding: 40px; }
    .welcome a.login .fa,
    .welcome a.register .fa {
      font-size: 40px; }
  .welcome a.login {
    background-color: limegreen; }
  .welcome a.register {
    background-color: skyblue; }

#new-note,
.notes .note .options {
  cursor: pointer; }

.session-flash {
  border: 2px solid rgba(246, 246, 246, 0.25);
  margin-bottom: 15px;
  text-align: center; }
  .session-flash p {
    margin: 0;
    padding: 15px; }

.panel {
  border-color: rgba(246, 246, 246, 0.25);
  border-radius: 0; }
  .panel .panel-heading {
    background-color: transparent;
    border: none;
    color: #f6f6f6; }
  .panel .btn-link {
    color: #f6f6f6; }
  .panel input {
    background-color: transparent;
    border: 1px solid rgba(246, 246, 246, 0.25);
    border-radius: 0 !important;
    color: #f6f6f6; }

.columns {
  -moz-column-count: 3;
  column-count: 3; }
  @media screen and (max-width: 768px) {
    .columns {
      -moz-column-count: 2;
      column-count: 2; } }
  @media screen and (max-width: 480px) {
    .columns {
      -moz-column-count: 1;
      column-count: 1; } }

.inline-block {
  display: inline-block; }

.navbar {
  border: none;
  border-bottom: 2px solid rgba(246, 246, 246, 0.25);
  border-top: 2px solid rgba(246, 246, 246, 0.25);
  color: #f6f6f6;
  overflow: hidden;
  position: relative; }

.navbar-default {
  background-color: transparent; }
  .navbar-default .navbar-brand {
    color: #f6f6f6;
    margin: 5px;
    padding: 0; }
    .navbar-default .navbar-brand:hover {
      color: #f6f6f6; }
    .navbar-default .navbar-brand img {
      max-height: 100%;
      padding: 5px; }
    .navbar-default .navbar-brand small {
      bottom: 18px;
      font-size: 50%;
      position: relative;
      right: -105%; }

.navbar-nav li a.dropdown-toggle {
  background-color: transparent !important;
  color: #f6f6f6 !important; }

.navbar-nav ul.nav-dropdown-menu {
  display: none;
  padding: 0; }
  @media (min-width: 768px) {
    .navbar-nav ul.nav-dropdown-menu {
      border: 2px solid rgba(246, 246, 246, 0.25);
      border-top: none;
      position: fixed; } }
  .navbar-nav ul.nav-dropdown-menu li {
    list-style-type: none; }
    .navbar-nav ul.nav-dropdown-menu li a {
      display: inline-block;
      padding: 15px;
      text-decoration: none; }

.navbar-nav li a {
  padding-bottom: 20px;
  padding-top: 20px; }

@media (max-width: 767px) {
  .navbar-collapse {
    border-top: none !important; } }

nav.navbar .navbar-nav li a {
  color: #f6f6f6; }
  @media screen and (max-width: 768px) {
    nav.navbar .navbar-nav li a {
      width: 100%; } }
  nav.navbar .navbar-nav li a:hover {
    color: #f6f6f6; }

@media (max-width: 767px) {
  button.navbar-toggle {
    background-color: transparent !important;
    border: none;
    margin: 0;
    padding: 23px; }
    button.navbar-toggle .icon-bar {
      background-color: #f6f6f6 !important; } }

#new-note {
  background-color: skyblue;
  page-break-inside: avoid;
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
  color: #fff;
  margin: 5px;
  padding: 10px;
  text-align: center;
  width: 100%; }
  #new-note .fa.fa-sticky-note {
    font-size: 40px; }

#new-note-form,
form.note.update-note-form {
  display: none; }

#new-note-form div.title,
#new-note-form div.content {
  padding: 5px; }

#new-note-form #new-note-close {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 10px 0;
  text-align: center;
  width: 40px; }

#new-note-form button {
  background-color: limegreen;
  border: none;
  color: #fff;
  display: inline-block;
  float: left;
  padding: 5px 0;
  text-align: center;
  width: 80%; }

#new-note-form .fullscreen-edit {
  background-color: #b3e0f2;
  width: 20%; }

#new-note-form.fullscreen {
  height: 90vh;
  left: 5%;
  margin: 0;
  top: 5%;
  position: fixed;
  width: 90%;
  z-index: 9999;
  transition: all 100ms; }
  #new-note-form.fullscreen .content {
    height: calc(100% - 120px);
    transition: all 100ms; }
  #new-note-form.fullscreen button,
  #new-note-form.fullscreen .fullscreen-edit {
    bottom: 0;
    position: absolute;
    transition: all 100ms; }
  #new-note-form.fullscreen .fullscreen-edit {
    left: 80%;
    transition: all 100ms; }

.notes .note {
  background-color: transparent;
  border: 2px solid rgba(246, 246, 246, 0.25);
  page-break-inside: avoid;
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
  display: inline-block;
  margin: 5px;
  width: 100%; }
  .notes .note input, .notes .note select {
    border-radius: 0 !important; }
  .notes .note .title,
  .notes .note .content {
    padding: 10px; }
  .notes .note .note-sticky {
    border-bottom: 2px solid rgba(246, 246, 246, 0.25);
    min-height: 30px; }
  .notes .note .title {
    display: inline-block;
    font-weight: bold;
    width: calc(100% - 45px); }
  .notes .note .options {
    display: inline-block;
    padding: 8px 0;
    text-align: center;
    width: 40px; }
    .notes .note .options .options-toggle {
      opacity: 0;
      transition: all 100ms; }
    .notes .note .options .close-form {
      display: none; }
  .notes .note:hover .options .options-toggle {
    opacity: 1;
    transition: all 100ms; }
  .notes .note .options-bar {
    border-bottom: 2px solid rgba(246, 246, 246, 0.25);
    display: none; }
    .notes .note .options-bar ul {
      margin: 0;
      padding: 0; }
      .notes .note .options-bar ul li {
        display: inline-block;
        float: left;
        list-style-type: none;
        text-align: center; }
        .notes .note .options-bar ul li a {
          color: #fff;
          display: inline-block;
          padding: 5px 0;
          width: 100%; }
      .notes .note .options-bar ul li.edit {
        width: 35%; }
        .notes .note .options-bar ul li.edit a {
          background-color: skyblue; }
      .notes .note .options-bar ul li.save {
        display: none;
        width: 35%; }
        .notes .note .options-bar ul li.save a {
          background-color: limegreen; }
      .notes .note .options-bar ul li.fullscreen {
        width: 35%; }
        .notes .note .options-bar ul li.fullscreen a {
          background-color: #b3e0f2; }
      .notes .note .options-bar ul li.delete {
        width: 30%; }
        .notes .note .options-bar ul li.delete a {
          background-color: crimson; }
  .notes .note .update-note-form-title {
    display: none;
    margin: 0;
    padding: 5px;
    width: 100%; }
    .notes .note .update-note-form-title input {
      display: inline-block;
      width: calc(100% - 40px); }
    .notes .note .update-note-form-title .close-form {
      cursor: pointer;
      display: inline-block;
      float: right;
      padding: 6px 0;
      text-align: center;
      width: 40px; }
  .notes .note .update-note-form {
    border: none;
    height: calc(100% - 120px);
    width: calc(100% - 10px); }
    .notes .note .update-note-form button[type="submit"] {
      display: none; }

.notes .note.fullscreen {
  left: 5%;
  margin: 0;
  min-height: 90vh;
  top: 5%;
  transition: all 100ms;
  position: fixed;
  width: 90%;
  z-index: 9999; }
  .notes .note.fullscreen #content {
    height: 80vh;
    transition: all 100ms; }
  .notes .note.fullscreen button,
  .notes .note.fullscreen .fullscreen-edit {
    bottom: 0;
    position: absolute;
    transition: all 100ms; }
  .notes .note.fullscreen .fullscreen-edit {
    left: 80%;
    transition: all 100ms; }

.fullscreen-overlay {
  background-color: #3d3d3d;
  display: none;
  height: 100vh;
  left: 0;
  opacity: 0.75;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9000; }

#new-note-form.fullscreen .cke_contents {
  height: calc(80vh - 80px) !important; }

.note.fullscreen .update-note-form .cke_contents {
  height: calc(80vh - 80px) !important; }

.cke_bottom {
  display: none !important; }

.cke,
.cke_chrome {
  border: none !important;
  box-shadow: none !important; }
  .cke .cke_inner .cke_top,
  .cke_chrome .cke_inner .cke_top {
    background: none;
    background-color: transparent;
    background-image: none;
    border: none;
    box-shadow: none;
    padding: 0; }
    .cke .cke_inner .cke_top .cke_toolbox .cke_toolbar,
    .cke_chrome .cke_inner .cke_top .cke_toolbox .cke_toolbar {
      float: left;
      display: inline-block; }
    .cke .cke_inner .cke_top .cke_toolbox .cke_toolgroup,
    .cke_chrome .cke_inner .cke_top .cke_toolbox .cke_toolgroup {
      background: none;
      background-image: none;
      border: none;
      border-radius: 0;
      margin: 0; }
      .cke .cke_inner .cke_top .cke_toolbox .cke_toolgroup a:hover,
      .cke_chrome .cke_inner .cke_top .cke_toolbox .cke_toolgroup a:hover {
        background: none;
        background-image: none;
        border: none;
        border-radius: 0;
        box-shadow: none;
        margin: 0; }
    .cke .cke_inner .cke_top .cke_toolbox .cke_combo a,
    .cke_chrome .cke_inner .cke_top .cke_toolbox .cke_combo a {
      background: none;
      background-image: none;
      border: none;
      border-radius: 0;
      box-shadow: none;
      margin: 0; }
      .cke .cke_inner .cke_top .cke_toolbox .cke_combo a:hover,
      .cke_chrome .cke_inner .cke_top .cke_toolbox .cke_combo a:hover {
        background: none;
        background-image: none;
        border: none;
        border-radius: 0;
        box-shadow: none;
        margin: 0; }
    .cke .cke_inner .cke_top .cke_toolbar:nth-child(1) .cke_toolgroup,
    .cke_chrome .cke_inner .cke_top .cke_toolbar:nth-child(1) .cke_toolgroup {
      display: none; }
    .cke .cke_inner .cke_top .cke_toolbar:nth-child(2) .cke_toolgroup,
    .cke_chrome .cke_inner .cke_top .cke_toolbar:nth-child(2) .cke_toolgroup {
      display: none; }
    .cke .cke_inner .cke_top .cke_toolbar:nth-child(3) .cke_toolgroup,
    .cke_chrome .cke_inner .cke_top .cke_toolbar:nth-child(3) .cke_toolgroup {
      display: none; }
    .cke .cke_inner .cke_top .cke_toolbar:nth-child(4) .cke_toolgroup,
    .cke_chrome .cke_inner .cke_top .cke_toolbar:nth-child(4) .cke_toolgroup {
      display: none; }
    .cke .cke_inner .cke_top .cke_toolbar:nth-child(5) .cke_toolgroup,
    .cke_chrome .cke_inner .cke_top .cke_toolbar:nth-child(5) .cke_toolgroup {
      display: none; }
    .cke .cke_inner .cke_top .cke_toolbar:nth-child(6) .cke_toolgroup,
    .cke_chrome .cke_inner .cke_top .cke_toolbar:nth-child(6) .cke_toolgroup {
      display: none; }
    .cke .cke_inner .cke_top .cke_toolbar:nth-child(11) .cke_toolgroup,
    .cke_chrome .cke_inner .cke_top .cke_toolbar:nth-child(11) .cke_toolgroup {
      display: none; }

#new-note-form .cke_editor_content:not(:first-of-type) {
  display: none !important; }

.update-note-form .cke_editor_content:not(:nth-of-type(2)) {
  display: none !important; }

#new-folder {
  background-color: skyblue;
  page-break-inside: avoid;
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
  color: #fff;
  float: left;
  margin: 5px;
  padding: 10px;
  text-align: center;
  width: 100%; }
  #new-folder .fa.fa-folder {
    font-size: 40px; }

#new-folder-form {
  display: none; }
  #new-folder-form div.title {
    padding: 5px; }
  #new-folder-form #new-folder-close {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 10px 0;
    text-align: center;
    width: 40px; }
  #new-folder-form button {
    background-color: limegreen;
    border: none;
    color: #fff;
    display: inline-block;
    float: left;
    padding: 5px 0;
    text-align: center;
    width: 100%; }
  #new-folder-form select {
    margin: 5px;
    width: calc(100% - 10px); }

.folder {
  background-color: transparent;
  border: 2px solid rgba(246, 246, 246, 0.25);
  margin: 5px;
  width: 100%; }
  .folder .title {
    cursor: pointer;
    float: left;
    font-weight: bold;
    margin: 0;
    padding: 10px;
    width: calc(100% - 40px); }
    .folder .title i {
      margin-right: 10px; }
  .folder .options {
    cursor: pointer;
    display: inline-block;
    padding: 10px;
    width: 40px; }
  .folder .options {
    display: inline-block;
    text-align: center;
    width: 20px; }
    .folder .options .options-toggle {
      opacity: 0;
      transition: all 100ms; }
  .folder:hover .options .options-toggle {
    opacity: 1;
    transition: all 100ms; }
  .folder .options-bar {
    border-bottom: 2px solid rgba(246, 246, 246, 0.25);
    display: none; }
    .folder .options-bar ul {
      margin: 0;
      padding: 0; }
      .folder .options-bar ul li {
        display: inline-block;
        float: left;
        list-style-type: none;
        text-align: center; }
        .folder .options-bar ul li a {
          color: #fff;
          display: inline-block;
          padding: 5px 0;
          width: 100%; }
      .folder .options-bar ul li.edit {
        width: 70%; }
        .folder .options-bar ul li.edit a {
          background-color: skyblue; }
      .folder .options-bar ul li.save {
        display: none;
        width: 70%; }
        .folder .options-bar ul li.save a {
          background-color: limegreen; }
      .folder .options-bar ul li.delete-folder {
        width: 30%; }
        .folder .options-bar ul li.delete-folder a {
          background-color: crimson; }
  .folder .confirm-delete {
    display: none;
    text-align: center; }
    .folder .confirm-delete p {
      padding: 5px; }
      .folder .confirm-delete p span {
        color: crimson;
        font-weight: bold; }
    .folder .confirm-delete a {
      background-color: crimson;
      color: #fff;
      display: inline-block;
      padding: 5px;
      width: 100%; }
  .folder .update-folder-form {
    border: none;
    display: none;
    margin: 0;
    width: 100%; }
    .folder .update-folder-form .update-folder-form-title {
      padding: 5px;
      width: 100%; }
      .folder .update-folder-form .update-folder-form-title input {
        display: inline-block;
        width: calc(100% - 40px); }
    .folder .update-folder-form .close-form {
      cursor: pointer;
      display: inline-block;
      float: right;
      padding: 6px 0;
      text-align: center;
      width: 40px; }
    .folder .update-folder-form button {
      display: none; }
    .folder .update-folder-form select {
      margin: 5px;
      width: calc(100% - 10px); }

#new-note-form select {
  margin: 0 5px 5px 5px;
  width: calc(100% - 10px); }

.update-note-form select {
  margin-top: 5px; }

.folder .folder,
.folder .note {
  display: none;
  width: calc(100% - 10px); }

/*# sourceMappingURL=css.css.map */
