@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,400italic);
html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll; }

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  width: 100%;
  height: 100%; }

h1 {
  font-size: 30px;
  font-weight: 700;
  margin: 70px 0 55px 0; }

h2 {
  font-weight: 700; }

.login_form {
  width: 400px;
  margin: 100px auto; }
  @media screen and (max-width: 500px) {
    .login_form {
      margin: 40px 60px;
      width: initial; } }
  .login_form .logo {
    text-align: center;
    margin-bottom: 50px; }
    .login_form .logo .slash {
      color: #0cc8ff; }

#grandgoal_app {
  margin: 0; }

.outer_container {
  width: 1200px;
  margin: 0 auto;
  outline: none; }
  .outer_container #main_container {
    background-color: white;
    width: 900px;
    margin: 0 auto 0 auto; }
    @media screen and (max-width: 1200px) {
      .outer_container #main_container {
        width: initial;
        margin: 70px 10px 0 10px; } }
    @media screen and (max-width: 500px) {
      .outer_container #main_container {
        margin: 0;
        width: initial; } }
    @media screen and (max-width: 500px) {
      .outer_container #main_container .main_container {
        margin: 0 10px; } }
  @media screen and (max-width: 1200px) {
    .outer_container {
      width: 900px;
      margin: 0 auto; } }
  @media screen and (max-width: 940px) {
    .outer_container {
      width: 100%;
      margin: 0; } }

ul.menu_main {
  width: 100px;
  background-color: white;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  position: fixed;
  top: 70px;
  margin-left: 20px;
  z-index: 100; }
  @media screen and (max-width: 1200px) {
    ul.menu_main {
      width: 100%;
      top: 0;
      margin: 0 10px; } }
  @media screen and (max-width: 500px) {
    ul.menu_main {
      display: none; } }
  ul.menu_main li {
    margin: 4px 0; }
    @media screen and (max-width: 1200px) {
      ul.menu_main li {
        display: inline-block;
        margin: 10px 20px 10px 0; } }
    ul.menu_main li a {
      padding: 1px 5px;
      color: #b3b3b3;
      display: inline-block; }
      ul.menu_main li a:focus, ul.menu_main li a:active, ul.menu_main li a:hover {
        text-decoration: none; }
      ul.menu_main li a:hover {
        color: black; }
    ul.menu_main li.active a {
      color: white;
      background-color: black; }
  ul.menu_main .logo {
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px; }

ul.menu_touch {
  width: 100px;
  background-color: white;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  position: fixed;
  top: 16px;
  margin-left: 20px;
  display: none; }
  ul.menu_touch li {
    margin: 16px 0; }
    ul.menu_touch li a {
      padding: 1px 5px;
      color: #b3b3b3;
      display: inline-block; }
      ul.menu_touch li a:focus, ul.menu_touch li a:active, ul.menu_touch li a:hover {
        text-decoration: none; }
      ul.menu_touch li a:hover {
        color: black; }
    ul.menu_touch li.active a {
      color: white;
      background-color: black; }

.menu_inbox_name {
  vertical-align: middle; }

.menu_inbox_count {
  background-color: #e60808;
  color: white;
  border-radius: 0.7em;
  line-height: 1.5em;
  font-size: 0.7em;
  padding: 0;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  text-align: center;
  vertical-align: baseline;
  margin-left: 0.7em;
  font-weight: 400; }

.edit_link {
  font-size: 80%;
  color: gray; }
  .edit_link:hover {
    color: #4d4d4d; }

.recordlist {
  margin: 50px 0; }
  .recordlist .titlebar {
    margin-bottom: 10px; }
    .recordlist .titlebar h3 {
      font-size: 140%;
      font-weight: 300;
      text-transform: uppercase;
      display: inline-block;
      margin-right: 20px; }
    .recordlist .titlebar span.list_type {
      text-transform: uppercase;
      color: #c44500;
      font-size: 65%;
      margin-right: 20px;
      padding: 1px 7px;
      border-radius: 5px;
      white-space: nowrap; }
    .recordlist .titlebar a {
      font-size: 70%;
      color: #cccccc;
      text-decoration: none; }
      .recordlist .titlebar a:hover {
        color: #b3b3b3; }
  .recordlist ul {
    list-style: none;
    padding: 0; }
    .recordlist ul .record {
      margin: 5px 0;
      padding-left: 20px; }
      @media screen and (max-width: 1200px) {
        .recordlist ul .record {
          margin: 12px 0; } }
      .recordlist ul .record .checkbox {
        margin-left: -20px;
        float: left; }
      .recordlist ul .record .content {
        display: inline-block; }
      .recordlist ul .record.done {
        text-decoration: line-through;
        color: #cccccc; }
        .recordlist ul .record.done.opened {
          text-decoration: none;
          color: black; }
        .recordlist ul .record.done .tags, .recordlist ul .record.done .list_type, .recordlist ul .record.done .planned_for {
          color: #cccccc; }
      .recordlist ul .record.opened {
        border-bottom: 1px solid #cccccc;
        margin-bottom: 20px;
        padding-bottom: 20px;
        padding-left: 0; }
        .recordlist ul .record.opened input, .recordlist ul .record.opened textarea {
          border: 1px solid #f2f2f2; }
          .recordlist ul .record.opened input:focus, .recordlist ul .record.opened textarea:focus {
            border: 1px solid #e6e6e6;
            outline: none;
            box-shadow: none; }
        .recordlist ul .record.opened .first_line {
          width: 100%;
          padding: 0 50px 0 30px; }
          .recordlist ul .record.opened .first_line .done_checkbox {
            margin-left: -30px; }
          .recordlist ul .record.opened .first_line .title {
            font-weight: 700;
            width: 100%;
            margin-left: 5px; }
          .recordlist ul .record.opened .first_line .close_button {
            margin-right: -50px;
            float: right;
            color: gray;
            padding: 4px 9px;
            background-color: #f2f2f2;
            font-size: 80%; }
        .recordlist ul .record.opened .menu {
          margin: 10px 0 10px 0;
          text-align: right; }
          .recordlist ul .record.opened .menu .type, .recordlist ul .record.opened .menu .project {
            margin-left: 10px; }
          .recordlist ul .record.opened .menu .tags {
            margin: 2px 0 12px 0;
            width: 100%; }
          @media screen and (max-width: 500px) {
            .recordlist ul .record.opened .menu .list, .recordlist ul .record.opened .menu .type, .recordlist ul .record.opened .menu .project {
              margin: 0; }
            .recordlist ul .record.opened .menu .list, .recordlist ul .record.opened .menu .type {
              width: 25%; }
            .recordlist ul .record.opened .menu .project {
              width: 50%; } }
        .recordlist ul .record.opened .tags, .recordlist ul .record.opened .title {
          cursor: text;
          color: black;
          font-size: 100%; }
        .recordlist ul .record.opened .text_wrapper textarea {
          width: 100%;
          overflow: hidden;
          padding: 5px 5px 10px 5px; }
        .recordlist ul .record.opened .project, .recordlist ul .record.opened .type, .recordlist ul .record.opened .list {
          width: initial;
          display: inline-block;
          margin-top: 2px;
          margin-bottom: 2px; }
      .recordlist ul .record .title {
        cursor: pointer; }
      .recordlist ul .record .text_teaser {
        margin-left: 10px;
        color: #b3b3b3;
        font-size: 80%; }
      .recordlist ul .record a.project {
        color: gray;
        background-color: #ededed;
        font-size: 65%;
        margin-left: 10px;
        cursor: pointer;
        padding: 0px 5px 1px 5px;
        border-radius: 5px;
        white-space: nowrap; }
        .recordlist ul .record a.project:hover, .recordlist ul .record a.project:focus {
          text-decoration: none; }
      .recordlist ul .record .tags {
        color: gray;
        font-size: 75%;
        margin-left: 10px; }
      .recordlist ul .record span.planned_for {
        color: #c44500;
        font-size: 65%;
        margin-left: 10px;
        padding: 1px 7px;
        border-radius: 5px;
        white-space: nowrap; }
        .recordlist ul .record span.planned_for i {
          font-size: 90%;
          margin-right: 5px; }
      .recordlist ul .record span.list_type, .recordlist ul .record span.record_type {
        text-transform: uppercase;
        color: #c44500;
        font-size: 65%;
        margin-left: 10px;
        padding: 1px 7px;
        border-radius: 5px;
        white-space: nowrap; }
  .recordlist .add_button {
    font-size: 75%;
    font-weight: 700;
    text-transform: uppercase;
    color: #b3b3b3;
    text-decoration: none; }
    @media screen and (max-width: 940px) {
      .recordlist .add_button {
        padding: 4px 10px;
        border: 1px solid #e6e6e6;
        border-radius: 3px;
        display: inline-block;
        margin-top: 10px;
        font-weight: normal; } }

.projectlist ul li.record {
  margin: 6px 0;
  padding: 0; }
  .projectlist ul li.record a.title {
    color: black;
    font-weight: bold;
    margin-left: 0; }
    .projectlist ul li.record a.title:hover, .projectlist ul li.record a.title:focus {
      text-decoration: none; }

.secondary_menu {
  text-align: right;
  margin-top: 10px; }
  .secondary_menu .item_action {
    margin-left: 20px;
    font-size: 90%;
    color: #b3b3b3;
    text-decoration: underline; }
    .secondary_menu .item_action:hover {
      color: #b3b3b3;
      text-decoration: none; }

.react-textselect {
  border-bottom: 1px solid rgba(0, 0, 0, 0.33);
  overflow: hidden;
  padding-right: 1em;
  margin-right: 0.17em;
  cursor: pointer;
  position: relative; }
  .react-textselect::after {
    position: absolute;
    top: 0.45em;
    right: 0;
    display: block;
    content: "";
    height: 0;
    width: 0;
    border: 0.33em solid transparent;
    border-top: 0.33em solid rgba(0, 0, 0, 0.33); }
  .react-textselect-input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    z-index: 1; }

ul.tagselector {
  list-style: none;
  padding: 0;
  margin: 30px 0 0 0; }
  ul.tagselector li {
    display: inline-block;
    margin: 3px 15px 3px 0; }
    ul.tagselector li a {
      padding: 3px 6px;
      color: #b3b3b3; }
      ul.tagselector li a:focus, ul.tagselector li a:active, ul.tagselector li a:hover {
        text-decoration: none; }
      ul.tagselector li a:hover {
        color: black; }
    ul.tagselector li.selected a, ul.tagselector li.selected.context a {
      background-color: black;
      color: white; }
    ul.tagselector li.context a {
      background-color: #eff6ff; }

.slideout-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none; }

.slideout-panel {
  position: relative;
  z-index: 1; }

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden; }

.slideout-open .slideout-menu {
  display: block; }

.Menu {
  display: inline-block;
  position: relative;
  z-index: 1000; }

.Menu__MenuOptions {
  background: #FFF;
  position: absolute;
  box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.28);
  min-width: 150px; }

.Menu__MenuOption {
  padding: 6px 10px;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
  text-align: left; }

.Menu__MenuOption--active {
  background-color: #f2f2f2; }

.Menu__MenuTrigger {
  padding: 6px 10px;
  background: #FFF;
  display: inline-block;
  text-decoration: underline; }
  .Menu__MenuTrigger:hover {
    text-decoration: none; }

.Menu__MenuOptions--horizontal-left {
  right: 0px; }

.Menu__MenuOptions--horizontal-right {
  left: 0px; }

.Menu__MenuOptions--vertical-top {
  bottom: 45px; }

.plan_for_menu .day {
  font-weight: bold;
  color: black; }
.plan_for_menu .description {
  color: #b3b3b3;
  margin-left: 7px; }

.project_review {
  border-right: 1px solid lightgray; }
  .project_review tr {
    border-bottom: 1px solid lightgray; }
  .project_review .project_title {
    padding-right: 30px; }
  .project_review .done_tasks {
    padding: 0 4px;
    background-color: black;
    color: black; }
  .project_review .done_tasks_0 {
    background-color: white;
    color: white; }
  .project_review .done_tasks_1 {
    background-color: lightgray;
    color: lightgray; }
  .project_review .done_tasks_2 {
    background-color: gray;
    color: gray; }

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