@import url(https://fonts.googleapis.com/css?family=Lato:300,400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Mono);
/* $sidebar-bg: #fff;
$sidebar-color: #444146;
$sidebar-divider-color: #e0e0e0;
$sidebar-link-color: #13a87c;
$sidebar-link-hover: $accent-color;*/
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  color: #444146;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  align-items: stretch; }

a, a:focus, a:active {
  outline: none; }

h2, h3, h4, h5 {
  margin: 10px 0; }
  h2.upper, h3.upper, h4.upper, h5.upper {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.08em; }

code {
  word-wrap: break-word; }

.progress {
  background: #f4f4f4;
  box-shadow: 0 1px 0 #d8d8d8 inset; }

.right {
  text-align: right; }
  @media (max-width: 767px) {
    .right {
      text-align: left; }
      .right.xs-center {
        text-align: center; } }

.center {
  text-align: center; }

.suggestions {
  position: relative;
  display: block; }
  .suggestions .menu {
    position: absolute;
    top: 36px;
    background: #fff;
    font-size: 1.2em;
    width: 100%;
    border: 1px solid #d8d8d8;
    border-top-color: #b2b2b2;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    z-index: 100; }
    @media (max-width: 767px) {
      .suggestions .menu {
        top: 34px; } }
    .suggestions .menu .meta {
      color: #888;
      font-size: 0.8em;
      padding: 4px 6px; }
    .suggestions .menu .item {
      padding: 4px 8px;
      cursor: pointer; }
      .suggestions .menu .item:hover {
        color: #13a87c; }
    .suggestions .menu .selected {
      background: #f2f2f2;
      color: #13a87c; }

header {
  position: fixed;
  top: 0;
  margin: 0;
  padding: 14px 0 14px;
  background: #13a87c;
  border-top: 1px solid #11966e;
  border-bottom: 1px solid #11966e;
  height: 68px;
  width: 100%;
  z-index: 101; }
  @media (max-width: 767px) {
    header {
      position: relative;
      height: auto;
      padding: 10px 0 4px;
      font-size: 14px; } }
  header h1 {
    font-family: "Lato", Georgia, serif;
    font-weight: 400;
    margin: 0;
    font-size: 34px;
    line-height: 38px;
    letter-spacing: -0.02em;
    text-shadow: 0px 1px 1px #0e7a5a;
    color: #fff; }
    header h1 a:link, header h1 a:visited, header h1 a:active, header h1 a:hover {
      color: #fff;
      text-decoration: none; }
    header h1 .icon {
      height: 32px;
      position: relative;
      top: -2px; }
  header #search {
    display: block;
    font-size: 1.2em;
    width: 100%;
    border: none;
    padding: 4px 8px;
    margin-top: 0px;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.3);
    opacity: 0.5; }
    header #search:focus, header #search.active {
      background: white;
      border: 1px solid white;
      opacity: 1;
      outline: none; }
  header .userpanel {
    float: right; }
    header .userpanel #link-home {
      display: none; }
    @media (max-width: 1059px) {
      header .userpanel {
        float: none;
        text-align: right; }
        header .userpanel #link-home {
          display: inline-block;
          float: left;
          padding-left: 0; } }
    header .userpanel ul {
      margin: 0;
      padding: 0; }
      @media (max-width: 1059px) {
        header .userpanel ul {
          display: flex; } }
      @media (max-width: 767px) {
        header .userpanel ul {
          margin-top: 5px; } }
    header .userpanel li {
      padding: 0;
      margin: 0;
      list-style: none;
      display: block;
      float: left;
      margin-left: 3px; }
      @media (max-width: 1059px) {
        header .userpanel li {
          flex: 1;
          margin-right: 10px;
          margin-left: 0; }
          header .userpanel li:last-child {
            margin-right: 0; } }
      header .userpanel li a {
        color: rgba(255, 255, 255, 0.7);
        display: block;
        padding: 5px 6px;
        line-height: 23px;
        height: 37px; }
        header .userpanel li a.header-button {
          border: 1px solid rgba(255, 255, 255, 0.2); }
        @media (max-width: 1059px) {
          header .userpanel li a {
            display: block;
            overflow: hidden;
            height: 36px;
            line-height: 24px;
            text-align: center; }
            header .userpanel li a .description {
              display: none; } }
        header .userpanel li a .typcn {
          vertical-align: text-bottom; }
        header .userpanel li a:hover, header .userpanel li a:focus, header .userpanel li a:active {
          text-shadow: 0px 1px 1px #0e7a5a;
          text-decoration: none;
          color: #fff;
          border-color: rgba(255, 255, 255, 0.5); }
          header .userpanel li a:hover .avatar-small, header .userpanel li a:focus .avatar-small, header .userpanel li a:active .avatar-small {
            border-color: #fff; }
    header .userpanel .avatar-small {
      height: 24px;
      width: 24px;
      border-radius: 12px;
      display: inline-block;
      border: 1px solid rgba(255, 255, 255, 0.5); }
      @media (max-width: 767px) {
        header .userpanel .avatar-small {
          position: relative;
          top: -1px; } }

.typcn-lg {
  font-size: 1.4em;
  line-height: 1em; }

.typcn.green {
  color: #13a87c; }
.typcn.warning {
  color: #e9b842; }

@keyframes spinnerRotate {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }
.typcn-spin {
  display: block;
  animation-name: spinnerRotate;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

.app-inner {
  position: relative;
  flex: 1;
  min-height: 100%;
  margin-top: 68px;
  padding-top: 15px; }
  @media (max-width: 767px) {
    .app-inner {
      padding-top: 0;
      margin-top: 0; } }
  .app-inner main {
    flex: 1;
    padding: 0;
    min-height: 100%;
    position: relative; }

.sidebar-wrapper {
  background: #fff;
  color: #444146;
  z-index: 100;
  position: relative; }
  @media (max-width: 767px) {
    .sidebar-wrapper {
      min-height: 0;
      position: relative;
      width: auto;
      height: auto; } }
  .sidebar-wrapper #sidebar {
    position: fixed;
    padding: 0 15px 0 0;
    width: 300px;
    height: calc(100vh - 100px);
    overflow-y: auto;
    font-size: 1em; }
    @media (max-width: 1059px) {
      .sidebar-wrapper #sidebar {
        width: 240px; } }
    @media (max-width: 767px) {
      .sidebar-wrapper #sidebar {
        position: inherit;
        width: auto;
        height: auto;
        padding: 0;
        border-bottom: 1px solid #bfbfbf;
        margin: 0 -15px; } }
    .sidebar-wrapper #sidebar .header {
      padding: 8px 0 8px 4px;
      background: #fff;
      color: #000;
      border-bottom: 1px solid #d8d8d8;
      margin-bottom: 4px; }
      @media (max-width: 767px) {
        .sidebar-wrapper #sidebar .header {
          padding: 0 15px 5px;
          border-bottom: none; } }
      .sidebar-wrapper #sidebar .header #folder-menu {
        display: none;
        background: #fff;
        color: #000;
        border: none;
        box-shadow: none;
        padding: 4px 0;
        text-transform: uppercase;
        margin: 0;
        line-height: 18px;
        letter-spacing: 0.1em; }
        @media (max-width: 767px) {
          .sidebar-wrapper #sidebar .header #folder-menu {
            display: inline-block;
            margin-right: 10px; } }
      .sidebar-wrapper #sidebar .header h4 {
        text-transform: uppercase;
        font-size: 0.75em;
        margin: 0;
        padding: 4px 0 0px;
        line-height: 18px;
        letter-spacing: 0.1em; }
        .sidebar-wrapper #sidebar .header h4 .title {
          padding-bottom: 4px; }
      .sidebar-wrapper #sidebar .header .actions {
        float: right;
        border-bottom: none; }
        .sidebar-wrapper #sidebar .header .actions a {
          display: inline-block;
          padding: 0px 4px 0 15px;
          text-decoration: none;
          color: #13a87c; }
          @media (max-width: 767px) {
            .sidebar-wrapper #sidebar .header .actions a {
              padding: 4px 0 4px 5px; } }
          .sidebar-wrapper #sidebar .header .actions a:hover, .sidebar-wrapper #sidebar .header .actions a:focus {
            color: #5c595e;
            text-decoration: none; }
    @media (min-width: 768px) {
      .sidebar-wrapper #sidebar #folders.collapse {
        display: block !important; } }
    .sidebar-wrapper #sidebar ul {
      list-style: none;
      padding: 0;
      padding-bottom: 10px;
      margin: 0; }
      .sidebar-wrapper #sidebar ul li ul {
        padding-bottom: 0; }
      .sidebar-wrapper #sidebar ul li li {
        padding-left: 20px; }
      .sidebar-wrapper #sidebar ul li a {
        font-weight: 400;
        display: block;
        margin-bottom: 3px;
        padding: 3px 4px 3px;
        color: #77737a;
        overflow-y: hidden;
        overflow-x: hidden;
        border: 1px solid transparent; }
        .sidebar-wrapper #sidebar ul li a:hover, .sidebar-wrapper #sidebar ul li a:focus {
          color: #5c595e;
          text-decoration: none; }
        .sidebar-wrapper #sidebar ul li a.drop-target {
          border: 1px dashed #13a87c;
          background: #f4f4f4;
          color: #1e1b20; }
          .sidebar-wrapper #sidebar ul li a.drop-target .count:after {
            content: " +1"; }
        .sidebar-wrapper #sidebar ul li a .typcn {
          font-size: 1.2em; }
        .sidebar-wrapper #sidebar ul li a * {
          pointer-events: none; }
        .sidebar-wrapper #sidebar ul li a .count {
          float: right;
          display: block;
          margin-left: 10px;
          line-height: 24px;
          font-size: 0.6em;
          padding: 2px 6px;
          border-radius: 8px;
          font-weight: 700;
          min-width: 30px;
          text-align: right; }
        .sidebar-wrapper #sidebar ul li a .public {
          float: right;
          color: #888; }
        @media (max-width: 767px) {
          .sidebar-wrapper #sidebar ul li a {
            padding: 2px 15px 6px;
            margin-bottom: 0; } }
      .sidebar-wrapper #sidebar ul li.selected > a {
        font-weight: 400;
        background: #f4f4f4;
        border-right: 3px solid #13a87c;
        padding-right: 1px;
        color: black; }
        .sidebar-wrapper #sidebar ul li.selected > a .count:after {
          content: ""; }
        @media (max-width: 767px) {
          .sidebar-wrapper #sidebar ul li.selected > a {
            padding-right: 12px; } }
    .sidebar-wrapper #sidebar .trial-notice {
      font-size: 13px;
      border-top: 1px solid #d8d8d8;
      color: #888;
      padding: 5px 8px;
      margin: 0; }
      @media (max-width: 767px) {
        .sidebar-wrapper #sidebar .trial-notice {
          background: #f4f4f4;
          padding: 5px 15px;
          border-top: 1px solid #d8d8d8; } }

#account .content-wrapper, #homepage .content-wrapper, #blog .content-wrapper {
  margin-left: 0;
  margin-top: 68px; }
  @media (max-width: 767px) {
    #account .content-wrapper, #homepage .content-wrapper, #blog .content-wrapper {
      margin-top: 0; } }
#account main, #homepage main, #blog main {
  padding-bottom: 15px; }
#account h3, #homepage h3, #blog h3 {
  margin: 10px 0 30px; }
#account p + h3, #homepage p + h3, #blog p + h3 {
  margin-top: 30px; }
#account header .logo, #homepage header .logo, #blog header .logo {
  display: block !important;
  width: auto;
  margin: 0; }
  @media (max-width: 767px) {
    #account header .logo h1, #homepage header .logo h1, #blog header .logo h1 {
      font-size: 20px; } }
@media (max-width: 767px) {
  #account header, #homepage header, #blog header {
    padding-bottom: 10px; } }
@media (max-width: 820px) {
  #account .header-left, #homepage .header-left, #blog .header-left {
    display: block;
    width: 100px; }
    #account .header-left h1, #homepage .header-left h1, #blog .header-left h1 {
      font-size: 20px;
      line-height: 34px; } }
#account .profile-pane, #homepage .profile-pane, #blog .profile-pane {
  padding: 10px 15px;
  background: #f4f4f4;
  border-radius: 6px; }
  #account .profile-pane .avatar, #homepage .profile-pane .avatar, #blog .profile-pane .avatar {
    border-radius: 50%; }
  #account .profile-pane .profile-content p, #homepage .profile-pane .profile-content p, #blog .profile-pane .profile-content p {
    margin-bottom: 5px; }

#homepage .tip {
  margin-bottom: 15px; }
  #homepage .tip .well {
    margin-left: 84px;
    background: #c0f4ff;
    font-weight: 300;
    font-size: 16px;
    border-radius: 8px; }
    #homepage .tip .well p {
      margin-bottom: 0; }
    @media (max-width: 767px) {
      #homepage .tip .well {
        font-size: 15px; } }
  #homepage .tip .well:before {
    content: "";
    display: block;
    position: absolute;
    float: left;
    left: 84px;
    top: 15px;
    width: 0px;
    height: 0px;
    border-bottom: 15px solid transparent;
    /* left arrow slant */
    border-top: 15px solid transparent;
    /* right arrow slant */
    border-right: 15px solid #c0f4ff;
    /* bottom, add background color here */
    font-size: 0;
    line-height: 0; }
  #homepage .tip .avatar {
    float: left;
    margin-right: 15px; }
    #homepage .tip .avatar img {
      height: 64px;
      width: 64px;
      border-radius: 32px; }
#homepage main {
  margin-bottom: 0;
  padding-bottom: 0; }
#homepage header {
  border-bottom: none;
  border-top: none; }
#homepage .userpanel a {
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.01em; }
#homepage .intro {
  margin: 15px 0 30px; }
  #homepage .intro > p:first-child {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 30px; }
#homepage .heroic {
  background: url("/static/img/logo_pattern.jpg");
  background-position: center top;
  background-repeat: repeat;
  background-size: auto;
  margin-bottom: 15px;
  /*@media(max-width: 767px){
      background: #eee;
      border-bottom: 1px solid $divider-color;
  }*/ }
  #homepage .heroic h1, #homepage .heroic h2, #homepage .heroic h3, #homepage .heroic h4 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 1.4em;
    margin: 45px 0 30px;
    text-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
    /*@media(max-width: 767px){
        color: $header-bg;
        text-shadow: none;
    }*/ }
  #homepage .heroic .feature {
    border: 1px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0 1px 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 1px 8px;
    margin-bottom: -15px; }
    #homepage .heroic .feature.email {
      border: none;
      background: #f4f4f4;
      border-radius: 8px 8px 3px 3px; }
    @media (max-width: 767px) {
      #homepage .heroic .feature {
        margin-bottom: 15px; } }
  #homepage .heroic .feature iframe {
    height: 450px;
    height: 45vh;
    margin: 0;
    border-top: 2px solid #fff; }
  #homepage .heroic .feature-header {
    color: #888;
    padding: 6px 10px;
    border-bottom: 1px solid #ddd; }
  #homepage .heroic .button {
    background: #e9b842;
    color: #746a59;
    font-weight: 700;
    margin-bottom: 30px;
    box-shadow: #c79417 0 2px 0; }
  #homepage .heroic hr {
    border-color: rgba(0, 0, 0, 0.15); }
#homepage .well {
  margin-bottom: 0; }
  @media (max-width: 767px) {
    #homepage .well {
      margin: 0 0; } }
#homepage footer {
  margin-top: 0; }

#blog main {
  padding-top: 30px; }
  #blog main .subscribe {
    font-weight: 300; }
    #blog main .subscribe .button {
      font-weight: 400; }
      @media (max-width: 767px) {
        #blog main .subscribe .button {
          display: block;
          margin-bottom: 10px; } }
  #blog main .explainer p:last-child {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    #blog main .explainer {
      font-size: 12px; } }
#blog article {
  margin-bottom: 45px;
    /*
    .article-content:after {
        content: " ";
        display: block;
        width: 120px;
        margin-top: 30px;
        border-top: 1px solid $divider-color;
        height: 1px;

        @media(max-width: 767px){
            width: auto;
            margin-top: 15px;
        }

    } */ }
  #blog article p, #blog article blockquote, #blog article li {
    font-family: "Bitter", Georgia, serif;
    font-size: 16px;
    line-height: 27px; }
    @media (max-width: 767px) {
      #blog article p, #blog article blockquote, #blog article li {
        font-size: 15px; } }
  #blog article h2 {
    margin-top: 0;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 20px;
    color: #77737a; }
  #blog article h3 {
    margin-bottom: 15px; }
  #blog article h3, #blog article h4, #blog article h5, #blog article h6 {
    font-family: "Bitter", Georgia, serif;
    font-weight: 700;
    word-wrap: break-word; }
  #blog article h3 + h4 {
    margin-top: -5px; }
  #blog article p + h2 {
    margin-top: 30px; }
  #blog article p {
    margin-bottom: 15px; }
  #blog article p .img-responsive {
    margin-top: 30px;
    margin-bottom: 30px; }
  #blog article blockquote {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 18px;
    font-weight: 300; }
  #blog article .meta {
    text-align: right; }
    #blog article .meta .meta-author {
      width: 48px;
      height: 48px;
      border-radius: 24px; }
    @media (max-width: 767px) {
      #blog article .meta {
        text-align: left;
        margin-bottom: 15px; }
        #blog article .meta .meta-author {
          width: 32px;
          height: 32px;
          border-radius: 16px;
          float: left;
          margin-right: 10px; } }

#manager form {
  background: #f4f4f4;
  padding: 3px 8px 1px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px; }
@media (max-width: 1400px) {
  #manager {
    margin-top: -12px; } }
#manager .close {
  margin: 0;
  padding: 0; }
#manager .right {
  text-align: right; }
  @media (max-width: 767px) {
    #manager .right {
      margin-top: 5px;
      padding-bottom: 3px; } }
#manager .form-group {
  margin: 0 0 2px;
  min-height: 33px; }
  #manager .form-group .button {
    vertical-align: top; }
  #manager .form-group label {
    display: inline;
    line-height: 36px; }
  #manager .form-group #manager-move {
    margin-right: 5px; }
  #manager .form-group select {
    font-weight: 400;
    display: inline-block;
    width: auto;
    max-width: 260px; }
    @media (max-width: 767px) {
      #manager .form-group select {
        width: calc(100% - 80px);
        max-width: none; } }

form .close {
  background: none;
  color: #1e1b20;
  border: none;
  padding: 4px 0;
  font-size: 2em;
  box-shadow: none; }
  @media (max-width: 767px) {
    form .close {
      margin-right: 15px;
      font-size: 24px; } }
form .well .checkbox {
  margin-top: 0; }
form .well .checkbox:last-child {
  margin-bottom: 0; }
form .well .form-group:last-child {
  margin-bottom: 0; }
form .clearable-image-img {
  height: 128px;
  width: 128px;
  border-radius: 64px;
  margin-bottom: 15px; }
form h4 {
  font-weight: 700; }
form label {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.8em;
  color: #000; }
  form label .asteriskField {
    color: #dd4444; }
@media (max-width: 767px) {
  form .button.large {
    display: block;
    width: 100%; } }
form .help-block {
  font-size: 14px;
  font-weight: 300; }
form .unpadded h4 {
  background: #fff;
  padding: 10px 0;
  margin: 0 0; }
  @media (max-width: 767px) {
    form .unpadded h4 {
      padding: 10px 15px; } }
form .unpadded .form-group {
  margin: 0;
  padding: 0px 0 0px; }
  form .unpadded .form-group .buttons {
    padding: 5px 10px 0; }
    @media (max-width: 767px) {
      form .unpadded .form-group .buttons {
        padding: 5px 0 0 0; } }
form .unpadded .form-group:last-child {
  border-bottom: none;
  padding-bottom: 10px; }
form .unpadded label {
  display: block;
  float: left;
  height: 36px;
  line-height: 39px;
  width: 120px;
  padding: 0;
  margin: 0;
  font-weight: 400; }
  @media (max-width: 767px) {
    form .unpadded label {
      float: none;
      width: auto;
      height: auto;
      line-height: normal;
      padding: 4px 15px 0; } }
form .unpadded .controls {
  margin-left: 120px; }
  @media (max-width: 767px) {
    form .unpadded .controls {
      margin-left: 0; } }
form .unpadded .form-control {
  border-radius: 4px;
  border: 1px solid #f4f4f4;
  background: #f4f4f4;
  padding: 5px 10px 5px;
  margin-bottom: 5px;
  height: 36px;
  position: relative;
  top: 1px; }
  form .unpadded .form-control:focus {
    border-color: #13a87c; }
  @media (max-width: 767px) {
    form .unpadded .form-control {
      padding: 5px 1px;
      margin: 0 0 5px;
      width: 100%; } }
form .unpadded .help-block {
  padding: 2px 10px;
  height: 32px;
  line-height: 32px;
  margin: 0; }
  @media (max-width: 767px) {
    form .unpadded .help-block {
      height: auto;
      line-height: normal;
      padding: 2px 15px; } }
form .form-row {
  clear: both; }
  @media (max-width: 767px) {
    form .form-row {
      border-bottom: 1px solid #d8d8d8;
      margin-bottom: 5px; } }
form .delete-field {
  padding-top: 10px; }
  form .delete-field .button {
    margin-top: 18px; }
  @media (max-width: 767px) {
    form .delete-field {
      padding-top: 0; } }
form .hide-delete .delete-field {
  display: none; }
form .folder-wrapper {
  position: absolute;
  height: 18px;
  top: 33px;
  padding-left: 5px;
  color: #888; }
form .color-field-wrapper .controls {
  padding-left: 22px;
  border-radius: 3px;
  border: 1px solid #ccc; }
form .color-field-wrapper select {
  background: #fff;
  border-radius: 0 3px 3px 0;
  padding: 5px 12px;
  height: 34px;
  border: none; }
form .tag-wrapper {
  position: absolute;
  height: 18px;
  top: 33px;
  width: 22px;
  text-align: center;
  color: #fff; }
form .tag-color-wrapper .controls {
  background: #888;
  padding-left: 22px;
  border-radius: 3px 0 0 3px; }
form .tag-color-wrapper select {
  border-radius: 0;
  border-left: none; }
form input[type="checkbox"] {
  position: relative;
  top: 2px; }
form #div_id_tags .controls {
  display: flex;
  flex-direction: column; }
  form #div_id_tags .controls .help-block {
    order: 1; }
  form #div_id_tags .controls #id_tags_suggestions {
    order: 2; }
form #username_validate {
  float: right; }
  form #username_validate.success {
    color: #13a87c; }
  form #username_validate.fail {
    color: #ee5646; }

button, .button {
  background: #13a87c;
  border: none;
  box-shadow: 0 2px 0 #108d68;
  padding: 5px 8px;
  color: #fff;
  border-radius: 4px;
  display: inline-block; }
  button:link, button:visited, button:active, button:hover, .button:link, .button:visited, .button:active, .button:hover {
    color: #fff;
    text-decoration: none; }
  button:focus, .button:focus {
    box-shadow: none;
    position: relative;
    top: 2px; }
  button:disabled, .button:disabled {
    background: #888;
    box-shadow: 0 2px 0 #666; }
  button.large, .button.large {
    text-align: center;
    min-width: 100px; }
  button.larger, .button.larger {
    text-align: center;
    font-size: 18px;
    min-width: 160px;
    padding: 6px 12px; }
  button.small, .button.small {
    font-size: 14px;
    padding: 4px 6px; }
  button.secondary, .button.secondary {
    background: #9b939c;
    box-shadow: 0 2px 0 #666; }
  button.delete, .button.delete {
    color: #fff;
    background: #c00012;
    box-shadow: 0 2px 0 #9c000f; }
    button.delete:focus, .button.delete:focus {
      box-shadow: none; }

input[type="submit"] {
  vertical-align: baseline;
  margin: 0 0 0 5px; }

.btn-group {
  margin: 0 0 15px; }
  .btn-group .button {
    float: left;
    margin: 0; }
    .btn-group .button:first-child {
      border-radius: 4px 0 0 4px; }
    .btn-group .button:last-child {
      border-radius: 0 4px 4px 0; }
    .btn-group .button.active {
      background: #108d68;
      padding-bottom: 7px;
      box-shadow: none;
      color: #fff; }
    .btn-group .button:focus {
      top: 0;
      padding-bottom: 7px; }

@media (max-width: 767px) {
  .content-wrapper {
    margin-top: 0;
    padding: 0; } }
.content-wrapper .well {
  box-shadow: none;
  border: none;
  background: #f4f4f4;
  padding: 10px 15px; }
  .content-wrapper .well h3, .content-wrapper .well h4, .content-wrapper .well h5 {
    margin-top: 0; }
  .content-wrapper .well hr {
    border-color: #fff; }
  .content-wrapper .well p:last-child {
    margin-bottom: 0; }
.content-wrapper .caps {
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.1em; }
.content-wrapper .hellocode:link, .content-wrapper .hellocode:visited, .content-wrapper .hellocode:active {
  color: #7a3e9c; }
.content-wrapper .alert {
  border-radius: 0;
  border: none;
  color: #444146;
  margin-bottom: 1px; }
  .content-wrapper .alert.alert-warning {
    background: #ffca6f; }
  .content-wrapper .alert.alert-success {
    background: #d8ffe1;
    color: #106624; }
  .content-wrapper .alert.alert-error {
    background: #ff8f81; }
  .content-wrapper .alert.alert-info {
    background: #febee7; }
  .content-wrapper .alert .close {
    background: none;
    color: #1e1b20;
    border: none;
    padding: 0 5px;
    box-shadow: none; }
    @media (max-width: 767px) {
      .content-wrapper .alert .close {
        font-size: 24px; } }
  .content-wrapper .alert p {
    margin: 0; }
.content-wrapper .avatar-left {
  float: left;
  margin-right: 10px;
  height: 48px;
  border-radius: 24px; }
  @media (max-width: 767px) {
    .content-wrapper .avatar-left {
      height: 36px;
      border-radius: 18px; } }
.content-wrapper main {
  min-height: calc(100vh - 53px - 68px); }
  @media (max-width: 767px) {
    .content-wrapper main {
      min-height: auto; } }
  .content-wrapper main .container-fluid.unpadded {
    padding: 0; }
    .content-wrapper main .container-fluid.unpadded > .row {
      padding: 0;
      margin: 0; }
      .content-wrapper main .container-fluid.unpadded > .row > div[class^="col-"] {
        padding-left: 0;
        padding-right: 0; }
  .content-wrapper main a.border {
    padding: 2px 4px;
    border: 1px solid #d8d8d8;
    border-radius: 4px; }
  .content-wrapper main .meta {
    color: #888; }
  .content-wrapper main table th {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px; }
  .content-wrapper main #add-link {
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .content-wrapper main #add-link {
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #d8d8d8; } }
    .content-wrapper main #add-link .close {
      margin-right: 15px; }
    .content-wrapper main #add-link h4 {
      padding: 10px 15px;
      margin-bottom: 5px; }
    .content-wrapper main #add-link .form-group {
      padding-left: 15px;
      padding-right: 15px; }
    .content-wrapper main #add-link .buttons {
      padding-left: 0; }
  .content-wrapper main ul.links {
    list-style: none;
    margin: 0;
    padding: 0; }
    .content-wrapper main ul.links li {
      display: flex; }
      .content-wrapper main ul.links li.dragging {
        opacity: 0.75; }
        .content-wrapper main ul.links li.dragging article {
          background: #f4f4f4; }
        .content-wrapper main ul.links li.dragging .description, .content-wrapper main ul.links li.dragging .time, .content-wrapper main ul.links li.dragging .actions, .content-wrapper main ul.links li.dragging .tags {
          display: none; }
    .content-wrapper main ul.links .bulkedit {
      float: left;
      padding: 16px 6px;
      margin: 0 10px 0 0;
      background: #f4f4f4;
      cursor: pointer; }
    .content-wrapper main ul.links article {
      border: 1px solid #d8d8d8;
      box-shadow: #e5e5e5 0 1px 0;
      padding: 0;
      margin-bottom: 10px;
      border-radius: 4px;
      flex: 1; }
      .content-wrapper main ul.links article .selector {
        float: left;
        margin-left: 10px;
        margin-top: 15px;
        display: inline-block; }
      @media (max-width: 767px) {
        .content-wrapper main ul.links article {
          border-radius: 0;
          border: none;
          border-bottom: 1px solid #e5e5e5;
          box-shadow: none;
          margin-bottom: 0; } }
      .content-wrapper main ul.links article:hover, .content-wrapper main ul.links article:focus {
        border-color: #b2b2b2; }
        .content-wrapper main ul.links article:hover .actions, .content-wrapper main ul.links article:focus .actions {
          display: block; }
        .content-wrapper main ul.links article:hover .tag .hash, .content-wrapper main ul.links article:focus .tag .hash {
          opacity: 1;
          background: inherit; }
      .content-wrapper main ul.links article span.grippy {
        content: '....';
        width: 22px;
        height: 48px;
        display: block;
        float: left;
        overflow: hidden;
        line-height: 4px;
        padding: 9px 5px;
        cursor: move;
        cursor: -webkit-grab;
        cursor: -moz-grab;
        vertical-align: middle;
        margin-top: -10px;
        margin-right: 0px;
        font-size: 12px;
        letter-spacing: 1px;
        color: #888; }
        .content-wrapper main ul.links article span.grippy:after {
          content: '.. .. .. .. .. ..'; }
        @media (max-width: 767px) {
          .content-wrapper main ul.links article span.grippy {
            display: none; } }
      .content-wrapper main ul.links article h3, .content-wrapper main ul.links article p {
        margin: 0; }
      .content-wrapper main ul.links article h3 {
        font-family: "Lato", Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-size: 18px;
        word-wrap: break-word;
        hyphens: auto;
        overflow-x: hidden;
        padding: 10px 12px 5px 0;
        margin-left: 5px; }
        @media (max-width: 767px) {
          .content-wrapper main ul.links article h3 {
            margin-left: 0;
            padding-left: 15px;
            font-size: 16px;
            max-width: 100vw; } }
        .content-wrapper main ul.links article h3 .meta {
          display: block;
          margin-left: 0;
          margin-right: 0;
          color: #888;
          font-weight: 300;
          padding-left: 22px; }
          @media (max-width: 767px) {
            .content-wrapper main ul.links article h3 .meta {
              display: block;
              margin-left: 0;
              padding-left: 0; } }
      .content-wrapper main ul.links article .actions {
        float: right;
        display: none;
        font-size: 14px; }
        .content-wrapper main ul.links article .actions a {
          display: inline-block;
          margin-left: 5px; }
          .content-wrapper main ul.links article .actions a:hover, .content-wrapper main ul.links article .actions a:focus, .content-wrapper main ul.links article .actions a:active {
            color: #13a87c;
            text-decoration: none; }
        @media (max-width: 767px) {
          .content-wrapper main ul.links article .actions {
            display: block;
            font-size: 14px; }
            .content-wrapper main ul.links article .actions a {
              display: inline-block; }
            .content-wrapper main ul.links article .actions span:nth-child(1) {
              display: none; } }
      .content-wrapper main ul.links article .time {
        font-weight: 300;
        float: right;
        font-size: 14px;
        margin-left: 10px; }
        @media (max-width: 767px) {
          .content-wrapper main ul.links article .time {
            font-size: 12px; } }
      .content-wrapper main ul.links article .meta {
        color: #888;
        font-weight: 400;
        font-family: "Lato", Helvetica, Arial, sans-serif;
        font-size: 15px;
        padding: 8px 12px 8px 27px;
        min-height: 28px; }
        .content-wrapper main ul.links article .meta .mono {
          font-family: "Roboto Mono", monospace; }
      .content-wrapper main ul.links article .table {
        margin-bottom: 0; }
        .content-wrapper main ul.links article .table td, .content-wrapper main ul.links article .table th {
          padding: 0;
          border-top: none; }
      .content-wrapper main ul.links article form.meta {
        text-align: right; }
      .content-wrapper main ul.links article .meta.description {
        max-width: 600px;
        padding: 0px 12px 0px 9px;
        border-left: 3px solid #d8d8d8;
        margin: 2px 0 2px 27px; }
        @media (max-width: 767px) {
          .content-wrapper main ul.links article .meta.description {
            margin-left: 15px; } }
      @media (max-width: 767px) {
        .content-wrapper main ul.links article .meta.tags {
          margin-left: 0px;
          padding-left: 15px; } }
      .content-wrapper main ul.links article .meta.info {
        padding: 0; }
        .content-wrapper main ul.links article .meta.info p {
          color: #444146;
          margin-bottom: 6px; }
      .content-wrapper main ul.links article .tag {
        font-family: "Roboto Mono", monospace;
        font-size: 12px;
        color: #1e1b20;
        display: inline-block;
        margin-right: 10px; }
        .content-wrapper main ul.links article .tag .hash {
          display: inline-block;
          font-size: 1em;
          border-radius: 2px;
          margin-right: 2px;
          text-align: center;
          padding: 1px 4px;
          opacity: 0.2; }
        .content-wrapper main ul.links article .tag .typcn-folder {
          color: #fff;
          border-radius: 3px;
          margin-right: 3px;
          padding: 0px 3px 1px; }
        .content-wrapper main ul.links article .tag:hover {
          text-decoration: none;
          color: #1e1b20; }
        @media (max-width: 767px) {
          .content-wrapper main ul.links article .tag {
            font-size: 12px; } }
      .content-wrapper main ul.links article h3 a {
        color: #1e1b20; }
        .content-wrapper main ul.links article h3 a:hover, .content-wrapper main ul.links article h3 a:active, .content-wrapper main ul.links article h3 a:focus {
          color: #13a87c;
          text-decoration: none; }
  @media (max-width: 767px) {
    .content-wrapper main #next-page button, .content-wrapper main #next-page .button {
      display: block;
      margin-top: 5px; } }
  .content-wrapper main .tab-bar {
    background: #fff;
    margin-bottom: 15px; }
    .content-wrapper main .tab-bar .nav-tabs {
      border-bottom: none; }
      .content-wrapper main .tab-bar .nav-tabs > li > a {
        height: 38px;
        line-height: 18px; }
      .content-wrapper main .tab-bar .nav-tabs > li {
        margin: 0;
        color: #77737a;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-size: 0.75em;
        line-height: 18px; }
        .content-wrapper main .tab-bar .nav-tabs > li a {
          padding: 10px 0;
          border: none;
          border-radius: 0;
          margin: 0 15px 0 0; }
        .content-wrapper main .tab-bar .nav-tabs > li a:link, .content-wrapper main .tab-bar .nav-tabs > li a:visited, .content-wrapper main .tab-bar .nav-tabs > li a:active {
          background: #fff;
          color: #77737a; }
        .content-wrapper main .tab-bar .nav-tabs > li a:hover {
          background: #fff;
          color: #5c595e; }
        .content-wrapper main .tab-bar .nav-tabs > li.active > a {
          color: #444146;
          border-bottom: 1px solid #444146; }
  .content-wrapper main .tab-bar + .alert {
    margin-top: -15px; }

#account section {
  border: 1px solid #d8d8d8;
  box-shadow: #e5e5e5 0 1px 0;
  padding: 4px 15px;
  border-radius: 4px;
  margin-bottom: 22px; }
  #account section .table:last-child {
    margin-bottom: 0; }
#account .select2-container .select2-selection--single {
  height: 36px;
  line-height: 34px;
  border-color: #ccc; }
  #account .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
    height: 36px; }
  #account .select2-container .select2-selection--single .select2-selection__arrow {
    height: 34px; }
#account .select2-container--open .select2-selection {
  border-color: #13a87c; }
#account .select2 .select2-selection__rendered .typcn {
  position: relative;
  top: -2px; }
#account .select2 .select2-selection__rendered .content {
  display: none; }
#account .select2-dropdown {
  width: 120px !important; }
  #account .select2-dropdown .typcn {
    background: #fff;
    border-radius: 4px;
    line-height: 10px; }
  #account .select2-dropdown .content {
    font-family: "Roboto Mono", monospace;
    font-size: 12px;
    margin-left: 5px; }
#account.dragging, #account.dragging * {
  cursor: move !important; }
  @media (max-width: 767px) {
    #account.dragging, #account.dragging * {
      overflow-y: hidden; } }
#account .dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000; }
  @media (max-width: 767px) {
    #account .dragged {
      display: none; } }
#account .add-new {
  margin: 15px 0 4px; }
  #account .add-new .form-inline {
    padding: 4px 6px;
    background: #fff;
    border: 1px dashed #d8d8d8; }
  #account .add-new .form-group {
    padding: 0;
    margin: 0; }
    @media (max-width: 767px) {
      #account .add-new .form-group input {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 150px); } }
  #account .add-new .form-group {
    display: block; }
    @media (max-width: 767px) {
      #account .add-new .form-group .button {
        margin-top: 5px; } }
  #account .add-new .form-control {
    width: 250px;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 140px); }
  #account .add-new .actions {
    display: inline-block;
    position: relative;
    top: 1px; }
#account .folders {
  padding: 0; }
  #account .folders li.placeholder {
    position: relative;
    border: 1px dashed #13a87c;
    height: 46px;
    margin: 5px 0;
    background: #fff;
    /** More li styles **/ }
  #account .folders li.placeholder:before {
    position: absolute;
    /** Define arrowhead **/ }
  #account .folders li {
    padding: 5px 0;
    list-style: none; }
    #account .folders li .count {
      display: inline-block;
      font-size: 0.6em;
      font-weight: 700;
      min-width: 30px;
      text-align: right; }
    #account .folders li span.grippy {
      content: '....';
      width: 18px;
      height: 22px;
      display: inline-block;
      overflow: hidden;
      line-height: 4px;
      padding: 3px 4px;
      cursor: move;
      cursor: -webkit-grab;
      cursor: -moz-grab;
      vertical-align: middle;
      margin-top: -.7em;
      margin-right: 0;
      font-size: 12px;
      letter-spacing: 1px;
      color: #888; }
      #account .folders li span.grippy:after {
        content: '.. .. .. ..'; }
    #account .folders li .form-inline {
      padding: 4px 6px;
      margin: 0 0 2px;
      background: #f4f4f4; }
      #account .folders li .form-inline .form-group {
        display: block; }
        @media (max-width: 767px) {
          #account .folders li .form-inline .form-group {
            margin-bottom: 0; } }
        @media (max-width: 767px) {
          #account .folders li .form-inline .form-group .button {
            margin-top: 5px; } }
      #account .folders li .form-inline .form-control {
        width: 250px;
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 140px); }
      #account .folders li .form-inline .actions {
        display: inline-block;
        position: relative;
        top: 1px; }
    #account .folders li > ul {
      padding-left: 32px; }
    #account .folders li.new .form-inline {
      background: #fff6c4; }
    #account .folders li.move-here {
      font-size: 16px;
      border: 1px dashed #d8d8d8; }
#account .btn-group {
  float: right;
  height: 36px; }
#account #tags .hash, #account .select2-results .hash {
  display: inline-block;
  padding: 1px 4px;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  opacity: 0.3;
  margin-right: 5px; }
#account .select2-results .hash {
  opacity: 1; }
#account #tags {
  clear: both;
  padding: 0;
  margin: 0 0 15px; }
  #account #tags .tag {
    list-style: none;
    display: inline-block;
    background: #f4f4f4;
    padding: 4px 6px;
    margin: 4px 4px;
    cursor: pointer;
    border-radius: 6px;
    height: 44px; }
    @media (max-width: 767px) {
      #account #tags .tag {
        height: auto; } }
    #account #tags .tag .display-name {
      display: inline;
      line-height: 34px; }
    #account #tags .tag.deleting {
      opacity: 0.5; }
    #account #tags .tag:hover .hash {
      opacity: 1.0; }
    #account #tags .tag .select2 .hash {
      line-height: 14px;
      vertical-align: text-top;
      opacity: 1; }
    #account #tags .tag .form-group {
      vertical-align: inherit; }
      @media (max-width: 767px) {
        #account #tags .tag .form-group {
          margin-bottom: 0; } }
    #account #tags .tag.open:hover {
      background: #f4f4f4; }
    @media (max-width: 767px) {
      #account #tags .tag.open {
        display: block; } }
    #account #tags .tag:hover {
      background: #d8d8d8; }
    #account #tags .tag .actions {
      display: inline-block;
      position: relative;
      top: 1px; }
    #account #tags .tag .count {
      display: inline-block;
      font-weight: 300;
      font-size: 12px;
      color: #888;
      margin-left: 5px; }
    #account #tags .tag input[type="text"] {
      display: inline-block;
      width: 100px;
      margin: 0 4px; }
      @media (max-width: 767px) {
        #account #tags .tag input[type="text"] {
          vertical-align: middle;
          width: calc(100% - 100px) !important; } }
#account .changelog .table {
  margin-bottom: 0; }
#account .changelog td {
  font-size: 14px; }
#account .tip .well {
  margin-right: 84px;
  background: #c0f4ff;
  font-weight: 300;
  font-size: 18px;
  border-radius: 8px; }
  #account .tip .well p {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    #account .tip .well {
      font-size: 15px; } }
#account .tip .well:before {
  content: "";
  display: block;
  position: relative;
  float: right;
  left: 30px;
  top: 5px;
  width: 0px;
  height: 0px;
  border-bottom: 15px solid transparent;
  /* left arrow slant */
  border-top: 15px solid transparent;
  /* right arrow slant */
  border-left: 15px solid #c0f4ff;
  /* bottom, add background color here */
  font-size: 0;
  line-height: 0; }
#account .tip .avatar {
  float: right;
  margin-left: 15px; }
  #account .tip .avatar img {
    height: 64px;
    width: 64px;
    border-radius: 32px; }

a:link, a:active, a:visited {
  color: #13a87c; }
a:focus, a:hover {
  color: #10916b; }
a.delete, a.empty-folder {
  color: #c00012 !important; }

footer {
  background: #e0e0e0;
  padding: 15px 0; }
  @media (max-width: 767px) {
    footer {
      font-size: 12px; } }
  footer p:last-child {
    margin-bottom: 0; }

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