
html {
  scroll-behavior: smooth;
}

body {
  color: #2c3338;
  background-color: #e1e4e1;

}

.menu {
  display: none;  
}

.side-bar-calendar {
  box-shadow: 5px 15px 30px #9c9c9c;
}

.move-to-date {
  width: 250px;
}

.app{
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  width: 90%;
  max-width: 1125px;
}

.login {
  margin-left: auto;
  margin-right: auto;  
  margin-top: 20%;
  border-radius: 15px;
  padding: 20px;
  max-width: 400px;
  box-shadow: 5px 15px 30px #9c9c9c;
  background-color: #ffffff;
}

.login h1 {
  margin-top: 20px
}

.register {
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
  padding: 20px;
  max-width: 400px;
  box-shadow: 5px 15px 30px #9c9c9c;
  background-color: #ffffff;
  margin-bottom: 10%;
}

.register h1 {
  margin-top: 20px
}

.register-header {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}

.login-header {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}

.login-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60px;
  height: 60px;  
}

.main-area {
  border-radius: 15px;
  padding: 20px;
  box-shadow: 5px 15px 30px #9c9c9c;
  background-color: #ffffff;

}

.side-bar {
  margin-left: 10px;    
}

.nav-section {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}

.day-section, .sometime-section {
  margin-bottom: 40px;
}

.section_header {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 2px dotted #bec2c4;
}

.notes {
  margin-top: 10px;
  padding-top: 10px;

}

.task, .task-done{
  width: 90%;
  padding-left: 5px;
  cursor: pointer;
}

.task:hover, .task-done:hover{
  border-color: #66747a;
}

.btn-task-done {
  border-color: #d0d6d9;
  color: #d0d6d9;
  margin-right: 2px;
}

.task-done {
  border-color: #d0d6d9;
  color: #d0d6d9;
  text-decoration: line-through;
}

.action-button {
  margin-right: 2px;
}

.note-item {
  border: 1px solid;
  padding: 5px;
  border-radius: 5px;
  border-color: #e9ac50;
  background-color: #f3e8d6;
  cursor: pointer;
}

.preformatted {
  white-space: pre;
}

pre {
  overflow-x: auto;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  font-family: monospace;
}
div.task-container {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 0;
}

div.task-item {
  margin: 0;
  padding: 0;
}

div.task-desc {
  margin-top: 4px;
  width: 100%;
}

span.task-desc {
  width: 100%;
  display: block;
  padding-left:37px;
}

.sortable-ghost {
  opacity: 0;
  border-radius: 7px;
}
.sortable-chosen {
  opacity: 0.6;
  background-color: #ebf8ff;
  border-radius: 7px;
}

.sortable-drag {
  opacity: 0.6;
  background-color: #ebf8ff;
  border-radius: 7px;
} 

.task-controls {
  margin-bottom: 20px;
}

.edit-task-control, .edit-note-input, .new-note-input, .new-note-done {
 display:none;
}

.new-task-form, .edit-task-control {
  display:none;
  border: 1px solid;
  border-color: #aec8d4;
  border-radius: 5px;
  margin-bottom: 20px;
}

.new-task-form input, .edit-task-control input {
  border: none;
  margin-bottom: 3px;
}

.new-task-form  textarea, .edit-task-control textarea, .move-task-control {
  border-top: 1px solid #aec8d4;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #aec8d4;
  border-radius: 0px;
}

@media screen and (max-width: 900px) {
  
  body {
    background-color: #ffffff;
  }

  .app{
    margin-top: 30px;
    width: 95%;
  }

  .menu {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60px;
    height: 60px;  
  }

  .mobile-nav {
    position: fixed;
    width: 100%;
    bottom: 30px;
    margin-left: auto;
    margin-right: auto; 
  }
  
  .side-bar {
    display: none;
    position: relative;
    margin-left: auto;
    margin-right: auto; 
  }

  .main-area {
    width: 100%;
    border-radius: none;
    padding: 0;
    box-shadow: none;
  }

  .footer {
    text-align: center;
  }

}

.centered {
  position: fixed;
  /* bring your own prefixes */
  min-width:300px;
}

h3.app_header {
	margin-left: 20px;	
}

h5.todays_date {
	margin-top: 20px;
	margin-bottom: 20px;
}

.footer {
  height: 100px;
  margin-top: 30px;
}

.btn-round {
  width: 30px;
  height: 30px;
  padding: 6px 0px;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.42857;
}
