@import url(https://fonts.googleapis.com/css?family=Roboto+Mono);
@import url("/static/fonts/inter.css");
/* $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: "Inter", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  align-items: stretch;
  background: #f7f8f8;
}

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

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

h5 {
  font-weight: 600;
}

code {
  word-wrap: break-word;
}

.progress {
  background: #fff;
  box-shadow: 0 1px 0 #d8dbd8 inset;
}

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

.center {
  text-align: center;
}

img.center {
  margin: 0 auto;
}

.suggestions {
  position: relative;
  display: block;
}
.suggestions .menu {
  position: absolute;
  top: 36px;
  background: #fff;
  font-size: 1.2em;
  width: 100%;
  border: 1px solid #d8dbd8;
  border-top-color: rgb(176.22, 182.28, 176.22);
  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: rgb(242.52, 243.48, 242.52);
  color: #13a87c;
}

header {
  position: fixed;
  top: 0;
  margin: 0;
  padding: 14px 0 14px;
  background: #13a87c;
  border-top: 1px solid rgb(16.9272727273, 149.6727272727, 110.4727272727);
  border-bottom: 1px solid rgb(16.9272727273, 149.6727272727, 110.4727272727);
  height: 68px;
  width: 100%;
  z-index: 201;
}
@media (max-width: 767px) {
  header {
    position: relative;
    height: auto;
    padding: 10px 0 4px;
    font-size: 14px;
  }
}
header h1 {
  font-family: "Inter", "Lato", Georgia, serif;
  font-weight: 600;
  margin: 0;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: -0.02em;
  text-shadow: 0px 1px 1px rgb(13.8181818182, 122.1818181818, 90.1818181818);
  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: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
  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, header .userpanel li a .fa {
  vertical-align: text-bottom;
}
header .userpanel li a:hover, header .userpanel li a:focus, header .userpanel li a:active {
  text-shadow: 0px 1px 1px rgb(13.8181818182, 122.1818181818, 90.1818181818);
  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, .fa.green {
  color: #13a87c;
}
.typcn.warning, .fa.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 {
  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 rgb(189.48, 194.52, 189.48);
    margin: 0 -15px;
  }
}
.sidebar-wrapper #sidebar .header {
  padding: 8px 0 8px 4px;
  background: #f6f9f7;
  color: #000;
  border-bottom: 1px solid #d8dbd8;
  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: #f6f9f7;
  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 {
  font-size: 1em;
  margin: 0;
  padding: 4px 0 0px;
  line-height: 18px;
  font-weight: 600;
}
.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;
}
.sidebar-wrapper #sidebar .header .actions a .fa {
  font-size: 0.9em;
  position: relative;
  top: 2px;
}
@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;
  line-height: 28px;
}
.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: #fff;
  color: #1e1b20;
}
.sidebar-wrapper #sidebar ul li a.drop-target .count:after {
  content: " +1";
}
.sidebar-wrapper #sidebar ul li a.drop-bad {
  border: 1px solid red;
  cursor: not-allowed;
  cursor: no-drop;
}
.sidebar-wrapper #sidebar ul li a .typcn, .sidebar-wrapper #sidebar ul li a .fa {
  font-size: 0.7em;
  position: relative;
  top: -2px;
}
.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: 10px;
  font-weight: 400;
  padding: 2px 6px;
  border-radius: 8px;
  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: #DEECE8;
  border-right: 3px solid #13a87c;
  padding-right: 2px;
  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 #d8dbd8;
  color: #888;
  padding: 5px 8px;
  margin: 0;
}
@media (max-width: 767px) {
  .sidebar-wrapper #sidebar .trial-notice {
    background: #fff;
    padding: 5px 15px;
    border-top: 1px solid #d8dbd8;
  }
}

#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: #fff;
  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 .caps {
  color: rgb(15.8909090909, 140.5090909091, 103.7090909091);
}
#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 .intro > p:first-child {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 30px;
}
#homepage .intro {
  margin: 15px 0 30px;
}
#homepage .heroic {
  background: linear-gradient(#058962 0%, #119870 100%);
  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;
  font-size: 1.6em;
  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 #mobile {
  z-index: 100;
  position: relative;
  float: right;
  display: block;
  top: 235px;
  left: -65px;
  width: 210px;
  border-radius: 15px 15px 0 0;
  border: 5px solid #000;
  border-bottom: none;
}
@media (max-width: 1400px) {
  #homepage .heroic #mobile {
    position: absolute;
    float: right;
    left: calc(50vw - 480px);
    max-width: 200px;
    top: 177px;
  }
}
@media (max-width: 1060px) {
  #homepage .heroic #mobile {
    position: absolute;
    float: right;
    left: calc(50vw - 380px);
    max-width: 140px;
    top: 211px;
  }
}
@media (max-width: 768px) {
  #homepage .heroic #mobile {
    position: relative;
    width: 250px;
    max-width: 100%;
    float: none;
    left: 0;
    top: 20px;
    margin: 0px auto 0;
  }
}
#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;
  position: relative;
  z-index: 101;
}
@media (min-width: 1400px) {
  #homepage .heroic .feature {
    left: -100px;
  }
}
@media (max-width: 1060px) {
  #homepage .heroic .feature {
    z-index: initial;
  }
}
@media (max-width: 768px) {
  #homepage .heroic .feature {
    display: none;
  }
}
#homepage .heroic .feature.email {
  border: none;
  background: #fff;
  border-radius: 8px 8px 3px 3px;
  left: 0;
}
@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: rgb(199.3009478673, 147.6303317536, 23.1990521327) 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 h4 {
  margin-top: 0px;
}
#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;
}
#blog article p, #blog article blockquote, #blog article li {
  font-family: "Lato", Helvetica, Arial, serif;
  font-size: 17px;
  line-height: 29px;
}
@media (max-width: 767px) {
  #blog article p, #blog article blockquote, #blog article li {
    font-size: 15px;
  }
}
#blog article {
  /*
  .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 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-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: #fff;
  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;
  }
}

.select2-dropdown .typcn, .select2-dropdown .fa {
  font-size: 0.8em;
  text-shadow: #fff 0 1px 0, #fff 0 -1px 0, #fff 1px 0 0, #fff -1px 0 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #13a87c !important;
  color: white;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: #13a87c;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #13a87c !important;
  color: white;
}

.select2.select2-container--focus {
  box-shadow: none;
  outline: none;
}
.select2 .fa {
  font-size: 0.7em;
  position: relative;
  top: -2px;
}
.select2 .fa-fw {
  width: 1.2em;
}

form .close {
  background: none;
  color: #1e1b20;
  border: none;
  padding: 4px 0;
  font-size: 2em;
  box-shadow: none;
}
form .close span {
  font-size: 12px;
  font-weight: 400;
  color: #444146;
  vertical-align: middle;
}
@media (max-width: 767px) {
  form .close {
    margin-right: 15px;
    font-size: 24px;
  }
  form .close span {
    display: none;
  }
}
form .well .checkbox {
  margin-top: 0;
}
form .well input[type=radio] {
  vertical-align: baseline;
  top: 1px;
}
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, form h5 {
  font-weight: 700;
}
form label {
  font-size: 0.85em;
  color: #000;
}
form label .asteriskField {
  color: #dd4444;
}
form#delete-account .control-label {
  text-transform: none;
  letter-spacing: 0;
  font-size: 1em;
}
@media (max-width: 767px) {
  form .button.large {
    display: block;
    width: 100%;
  }
}
form .help-block {
  font-size: 14px;
  font-weight: 300;
  text-transform: none;
  letter-spacing: initial;
}
form .unpadded h4 {
  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;
  clear: both;
  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;
  min-height: 36px;
}
@media (max-width: 767px) {
  form .unpadded .controls {
    margin-left: 0;
  }
}
form .unpadded .form-control {
  border-radius: 4px;
  border: 1px solid #d8dbd8;
  background: #fff;
  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 .select2-container {
  margin-bottom: 5px;
}
form .unpadded .select2-container .select2-selection--single {
  height: 36px;
  line-height: 34px;
  border-color: #ccc;
}
form .unpadded .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
  height: 36px;
}
form .unpadded .select2-container .select2-selection--single .select2-selection__arrow {
  height: 34px;
}
form .unpadded .select2-container--open .select2-selection {
  border-color: #13a87c;
}
form .unpadded .select2 .fa {
  font-size: 0.7em;
  position: relative;
  top: -2px;
}
form .unpadded .select2 .select2-selection__rendered .typcn {
  position: relative;
  top: -2px;
}
form .unpadded .select2 .select2-selection__rendered .content {
  display: none;
}
form .unpadded .help-block {
  padding: 0 2px 4px;
  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 #d8dbd8;
    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], form .checkbox input[type=checkbox] {
  position: relative;
  top: 2px;
}
form #div_id_tags .controls {
  display: flex;
  flex-direction: column;
}
form #username_validate {
  float: right;
}
form #username_validate.success {
  color: #13a87c;
}
form #username_validate.fail {
  color: #ee5646;
}

.CodeMirror {
  border: 1px solid #d8dbd8;
  height: 500px !important;
}

button, .button {
  background: #13a87c;
  border: none;
  box-shadow: 0 2px 0 rgb(15.8909090909, 140.5090909091, 103.7090909091);
  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 rgb(156.3, 0, 14.653125);
}
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: rgb(15.8909090909, 140.5090909091, 103.7090909091);
  padding-bottom: 7px;
  box-shadow: none;
  color: #fff;
}
.btn-group .button:focus {
  top: 0;
  padding-bottom: 7px;
}

.well {
  box-shadow: none;
  border: none;
  background: #fff;
  padding: 10px 15px;
}
.well h3, .well h4, .well h5 {
  margin-top: 0;
}
.well hr {
  border-color: #d8dbd8;
}
.well p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .content-wrapper {
    margin-top: 0;
    padding: 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: #C7ECC2;
  color: #106624;
}
.content-wrapper .alert.alert-error {
  background: #ff8f81;
}
.content-wrapper .alert.alert-info {
  background: #febee7;
}
.content-wrapper .alert a {
  background: rgba(255, 255, 255, 0.66);
  border-radius: 3px;
}
.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 #d8dbd8;
  border-radius: 4px;
}
.content-wrapper main .meta {
  color: #888;
}
.content-wrapper main table th {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}
.content-wrapper main #add-link {
  border-bottom: 1px solid #d8dbd8;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .content-wrapper main #add-link {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #d8dbd8;
  }
}
.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: #fff;
}
.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: #fff;
  cursor: pointer;
}
.content-wrapper main ul.links article {
  background: #fff;
  border-bottom: 1px solid #d8dbd8;
  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 rgb(229.26, 231.24, 229.26);
    box-shadow: none;
    margin-bottom: 0;
  }
}
.content-wrapper main ul.links article:hover span.grippy, .content-wrapper main ul.links article:focus span.grippy {
  visibility: visible;
}
.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;
  visibility: hidden;
  float: left;
  overflow: hidden;
  line-height: 4px;
  padding: 9px 5px;
  cursor: grab;
  vertical-align: middle;
  margin-top: -10px;
  margin-right: 0px;
  font-size: 13px;
  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: "Inter", 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;
  padding-bottom: 0;
  padding-top: 6px;
  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;
  position: relative;
  top: -2px;
}
.content-wrapper main ul.links article .actions a {
  opacity: 0.8;
  border: none;
  color: #13a87c;
  display: inline-block;
  border-radius: 4px;
  margin-left: 3px;
}
.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 {
  text-decoration: none;
  opacity: 1;
}
.content-wrapper main ul.links article .actions a.button {
  padding: 2px 6px;
  color: #fff;
}
@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: "Inter", Helvetica, Arial, sans-serif;
  font-size: 15px;
  padding: 0px 12px 0px 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;
  min-height: 34px;
  margin-top: -5px;
}
.content-wrapper main ul.links article .meta.description {
  max-width: 600px;
  padding: 0px 12px 0px 9px;
  border-left: 3px solid #d8dbd8;
  margin: 6px 0 6px 27px;
}
@media (max-width: 767px) {
  .content-wrapper main ul.links article .meta.description {
    margin-left: 15px;
  }
}
.content-wrapper main ul.links article .meta.tags {
  padding: 0px 12px 8px 27px;
}
@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, .content-wrapper main ul.links article .tag .fa-folder-o {
  color: #f6f9f7;
  border-radius: 3px;
  margin-right: 3px;
  padding: 2px 3px 2px;
}
.content-wrapper main ul.links article .tag:hover {
  text-decoration: none;
  color: #1e1b20;
}
.content-wrapper main ul.links article .tag:hover .hash {
  opacity: 1;
}
.content-wrapper main ul.links article .tag:focus .hash {
  opacity: 1;
}
@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: #f6f9f7;
  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: #f6f9f7;
  color: #77737a;
}
.content-wrapper main .tab-bar .nav-tabs > li a:hover {
  background: #f6f9f7;
  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, section.block {
  border: 1px solid #d8dbd8;
  background: #fff;
  padding: 4px 15px;
  border-radius: 4px;
  margin-bottom: 22px;
}
#account section .table:last-child, section.block .table:last-child {
  margin-bottom: 0;
}

section.first {
  margin-top: 30px;
}

#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 .fa {
  font-size: 0.7em;
  position: relative;
  top: -2px;
}
#account .select2 .select2-selection__rendered .typcn {
  position: relative;
  top: -2px;
}
#account .select2 .select2-selection__rendered .content {
  display: none;
}
#account .select2-dropdown {
  min-width: 120px !important;
}
#account .select2-dropdown .typcn, #account .select2-dropdown .fa {
  background: #fff;
  border-radius: 4px;
  line-height: 20px;
}
#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 #d8dbd8;
}
#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: grab;
  vertical-align: middle;
  margin-top: -0.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: #fff;
}
#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 #d8dbd8;
}
#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: #fff;
  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;
}
#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: #fff;
}
@media (max-width: 767px) {
  #account #tags .tag.open {
    display: block;
  }
}
#account #tags .tag:hover {
  background: #d8dbd8;
}
#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: rgb(16.4090909091, 145.0909090909, 107.0909090909);
}
a.delete, a.empty-folder {
  color: #c00012 !important;
}

a.button.delete, a.button.empty-folder {
  color: #fff !important;
}

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

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