body, html {
  background-color: #f2f2ea; }

body, input, textarea {
  font: 400 16px/1.5 "source-sans-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
  -webkit-font-smoothing: antialiased; }

a {
  color: #00ba90;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

ul, ol {
  list-style: none;
  padding: 0; }

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin: 0; }

.button {
  border: 0;
  outline: 0;
  margin: 0;
  display: inline-block;
  padding: 10px 15px;
  background-color: #00ba90;
  color: white;
  font-size: 0.75em;
  line-height: 20px;
  border-radius: 20px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s; }
  .button .icon, .button .icon-large, .button .icon-small {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0; }
  .button:hover {
    background-color: #00a781; }
  .button.btn-secondary {
    padding: 4px 10px;
    border: 1px solid #d9d9d2;
    background-color: #e5e5de;
    color: #333333; }
    .button.btn-secondary .icon, .button.btn-secondary .icon-large, .button.btn-secondary .icon-small {
      color: #00ba90; }
    .button.btn-secondary:hover {
      border-color: #cdcdc6;
      background-color: #d9d9d2; }

.bucket {
  margin: 40px 20px;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 3px; }

.bucket-title {
  font-size: 0.75em;
  font-weight: 400;
  color: #333333;
  text-transform: uppercase;
  padding: 15px 20px; }

.bucket-actions {
  padding: 10px 20px;
  font-size: 0.75em; }
  .bucket-actions a {
    color: #333333; }
    .bucket-actions a:hover {
      text-decoration: underline; }

.mentions, .attachment-options {
  position: relative;
  width: 220px;
  top: 20px; }
  .mentions input[type=text], .attachment-options input[type=text] {
    position: absolute;
    left: 0;
    bottom: -20px;
    border: 0;
    margin: 0;
    padding: 0;
    outline: 0;
    background-color: transparent;
    width: 100%;
    height: 20px;
    font-size: 0.875em; }
  .mentions ul, .attachment-options ul {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    background-color: #f2f2ea;
    border-radius: 5px; }
  .mentions li, .attachment-options li {
    display: block;
    white-space: nowrap;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    font-size: 0.875em;
    color: #333333;
    padding: 5px;
    cursor: pointer; }
    .mentions li:last-of-type, .attachment-options li:last-of-type {
      border-bottom: 0; }
    .mentions li.active, .attachment-options li.active, .mentions li:hover, .attachment-options li:hover {
      background-color: #d9d9d2; }
  .mentions img, .attachment-options img {
    float: left;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    margin: 0 5px 0 0; }

@font-face {
  font-family: 'doers-icons';
  src: url(/assets/doers-icons.eot?cb=38575fd10598c945d09d724557b65ed9);
  src: url(/assets/doers-icons.eot?cb=38575fd10598c945d09d724557b65ed9?#iefix) format("embedded-opentype"), url(/assets/doers-icons.ttf?cb=10cb187484531ad24a12bb879dae392c) format("truetype"), url(/assets/doers-icons.svg?cb=757194b76c3a8fc508d6c35cf7f7ad47#doers-icons) format("svg"), url(/assets/doers-icons.woff?cb=86af0f0160af8b9aeea94b81aea620ec) format("woff");
  font-weight: normal;
  font-style: normal; }

.icon, .icon-large, .icon-small {
  font-family: 'doers-icons';
  font-size: 16px;
  speak: none;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; }

.icon-large {
  font-size: 48px; }

.icon-small {
  font-size: 8px; }

.icon-search:before {
  content: "\e600"; }

.icon-ellipsis:before {
  content: "\e601"; }

.icon-plus:before {
  content: "\e602"; }

.icon-reply:before {
  content: "\e603"; }

.icon-conversation:before {
  content: "\e604"; }

.icon-arrow-right:before {
  content: "\e605"; }

.icon-lock:before {
  content: "\e606"; }

.icon-arrow-left:before {
  content: "\e607"; }

.icon-arrow-up:before {
  content: "\e608"; }

.icon-arrow-down:before {
  content: "\e609"; }

.icon-settings:before {
  content: "\e60a"; }

.icon-delete:before {
  content: "\e60b"; }

.icon-edit:before {
  content: "\e60c"; }

.icon-close:before {
  content: "\e60d"; }

.icon-star:before {
  content: "\e60e"; }

.icon-checkmark:before {
  content: "\e60f"; }

.icon-checkbox:before {
  content: "\e610"; }

.icon-calendar:before {
  content: "\e611"; }

.icon-clock:before {
  content: "\e612"; }

.icon-link:before {
  content: "\e613"; }

.caret {
  position: relative;
  top: 20px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0; }

.caret-actions {
  position: absolute;
  background-color: #f2f2ea;
  border-radius: 20px;
  box-shadow: 1px 1px rgba(51, 51, 51, 0.2);
  top: 25px;
  left: -20px;
  *zoom: 1; }
  .caret-actions:before, .caret-actions:after {
    content: " ";
    display: table; }
  .caret-actions:after {
    clear: both; }
  .caret-actions:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -3px;
    background-color: #f2f2ea;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .caret-actions span {
    float: left;
    padding: 0 5px;
    border-radius: 20px 0 0 20px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 20px; }
    .caret-actions span:hover {
      background-color: #d9d9d2; }
    .caret-actions span:last-of-type {
      border-radius: 0 20px 20px 0;
      font-size: 1.125em; }

.uploader {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-align: center;
  cursor: pointer; }
  .uploader input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0; }

.uploader-drop-area {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  border: 1px dashed rgba(51, 51, 51, 0.2);
  border-radius: 3px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }
  .uploader-drop-area:hover, .uploader-drop-area.hover {
    border-color: rgba(51, 51, 51, 0.4); }
    .uploader-drop-area:hover .uploader-status, .uploader-drop-area.hover .uploader-status {
      background: white;
      color: #333333; }

.uploader-status {
  width: 180px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  display: table;
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  font-size: 0.75em;
  color: #333333;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }

.wrapper {
  max-width: 900px;
  margin: 0 auto; }

.header {
  *zoom: 1;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 40;
  width: 100%;
  background-color: #3d3d3d;
  color: white; }
  .header:before, .header:after {
    content: " ";
    display: table; }
  .header:after {
    clear: both; }

.header-logo {
  float: left;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  background: url(/assets/logo.png?cb=bf49c9c5a71fe1906cac364f847db42f) no-repeat center center;
  width: 116px;
  height: 28px;
  margin: 25px 30px; }

.header-search {
  float: right;
  margin: 20px;
  position: relative; }
  .header-search input {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: transparent;
    font-size: 0.75em;
    height: 18px;
    width: 220px;
    line-height: 18px;
    padding: 9px 15px;
    border-radius: 20px;
    outline: 0;
    color: white;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }
    .header-search input:hover {
      border-color: rgba(255, 255, 255, 0.2); }
    .header-search input:focus {
      width: 320px;
      border-color: rgba(255, 255, 255, 0.3); }
  .header-search .icon, .header-search .icon-large, .header-search .icon-small {
    position: absolute;
    right: 0;
    top: 0;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    padding: 11px; }
    .header-search .icon:hover, .header-search .icon-large:hover, .header-search .icon-small:hover {
      color: white; }

.header-account {
  float: right;
  line-height: 78px;
  padding: 0 20px;
  background-color: #333333;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8); }
  .header-account img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    width: 30px;
    height: 30px;
    border: 5px solid #333333;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1); }

.header-actions {
  float: right;
  line-height: 78px;
  padding: 0 15px 0 20px; }
  .header-actions .icon, .header-actions .icon-large, .header-actions .icon-small {
    color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px;
    border-radius: 50%;
    margin: 0 5px 0 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }
    .header-actions .icon:hover, .header-actions .icon-large:hover, .header-actions .icon-small:hover {
      color: rgba(255, 255, 255, 0.8);
      border-color: rgba(255, 255, 255, 0.3); }

.navbar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30;
  width: 280px;
  height: 100%;
  padding: 78px 0 0 0;
  box-shadow: 1px 0 1px rgba(51, 51, 51, 0.1);
  background-color: #f2f2ea; }

.navbar-title {
  position: relative; }
  .navbar-title a {
    display: block;
    padding: 6px 20px 4px 20px;
    background-color: rgba(51, 51, 51, 0.05);
    border-bottom: 1px solid rgba(51, 51, 51, 0.05);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    color: rgba(51, 51, 51, 0.5);
    text-transform: uppercase;
    font-size: 0.625em;
    font-weight: 600;
    letter-spacing: 1px; }
    .navbar-title a:hover {
      background-color: rgba(51, 51, 51, 0.1); }
  .navbar-title .icon, .navbar-title .icon-large, .navbar-title .icon-small {
    position: absolute;
    right: 10px;
    top: 0;
    padding: 9px;
    cursor: pointer;
    color: rgba(51, 51, 51, 0.5);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }
    .navbar-title .icon:hover, .navbar-title .icon-large:hover, .navbar-title .icon-small:hover {
      color: rgba(51, 51, 51, 0.8); }

.navbar-list-item a {
  display: block;
  position: relative;
  padding: 12px 20px 10px 50px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.05);
  font-size: 0.75em;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #333333;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }
  .navbar-list-item a:hover {
    background-color: rgba(51, 51, 51, 0.05); }
  .navbar-list-item a.primary {
    position: relative;
    background-color: #00ba90;
    color: white; }
    .navbar-list-item a.primary:hover {
      background-color: #00b088; }
    .navbar-list-item a.primary .icon, .navbar-list-item a.primary .icon-large, .navbar-list-item a.primary .icon-small {
      position: absolute;
      left: 20px; }

.content {
  position: relative;
  overflow: hidden;
  margin: 78px 0 0 280px; }

.conversation-item {
  margin: 0 0 1px 0; }
  .conversation-item a {
    *zoom: 1;
    display: block;
    padding: 8px 20px;
    background-color: white;
    color: #333333; }
    .conversation-item a:before, .conversation-item a:after {
      content: " ";
      display: table; }
    .conversation-item a:after {
      clear: both; }
  .conversation-item.unread {
    box-shadow: -4px 0 #00ba90; }
    .conversation-item.unread .conversation-item-title {
      font-weight: 600;
      color: #333333; }

.conversation-item-title {
  float: left;
  font-size: 1em;
  font-weight: 400;
  margin: 3px 0;
  color: #999999; }

.conversation-item-meta {
  float: right;
  font-size: 0.75em;
  line-height: 30px;
  color: #999999;
  text-align: right;
  width: 260px; }
  .conversation-item-meta img {
    float: right;
    border-radius: 50%;
    margin: 0 0 0 10px;
    width: 30px;
    height: 30px; }

.conversation {
  margin: 0 110px 0 20px; }
  .conversation.has-summary .conversation-header {
    border-radius: 0; }
  .conversation.has-summary .summary {
    height: auto; }
  .conversation.has-summary .messages,
  .conversation.has-summary .message-form {
    display: none; }
  .conversation.is-replying .messages {
    padding-bottom: 360px; }
  .conversation.is-replying .message-form {
    height: 360px; }
  .conversation.is-replying .message-form-input {
    color: #333333;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }
  .conversation.is-replying .message-form-actions {
    opacity: 1;
    bottom: 20px; }

.conversation-header {
  *zoom: 1;
  position: relative;
  z-index: 20;
  box-shadow: 0 1px rgba(51, 51, 51, 0.1);
  background-color: white;
  padding: 10px 15px;
  border-radius: 0 0 3px 3px; }
  .conversation-header:before, .conversation-header:after {
    content: " ";
    display: table; }
  .conversation-header:after {
    clear: both; }

.conversation-title {
  font-size: 1.5em;
  font-weight: 600;
  border: 0;
  padding: 0;
  margin: 0;
  outline: 0;
  width: 100%; }

.conversation-people {
  position: absolute;
  right: 10px;
  top: 10px; }
  .conversation-people li {
    float: left;
    margin: 3px 10px 0 0; }
  .conversation-people img {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%; }

.conversation-meta {
  font-size: 0.75em;
  color: #999999; }
  .conversation-meta strong {
    font-weight: 600; }

.messages {
  padding: 20px 0 70px 0;
  position: relative; }
  .messages:before {
    content: '';
    width: 3px;
    position: absolute;
    left: 30px;
    top: 0;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.05); }
  .messages > .message {
    box-shadow: 0 1px rgba(51, 51, 51, 0.1);
    border-radius: 3px; }

.message {
  position: relative;
  background-color: white;
  margin: 0 0 10px 70px;
  width: 640px; }
  .message:before {
    content: '';
    position: absolute;
    left: -3px;
    top: 13px;
    background-color: white;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .message.focused {
    box-shadow: 0 0 0 2px rgba(51, 51, 51, 0.1); }
    .message.focused:before {
      box-shadow: -2px 2px rgba(51, 51, 51, 0.1); }

.message-user-image, .message-form-user-image {
  position: absolute;
  left: -60px;
  top: -5px;
  z-index: 3;
  border: 5px solid white;
  box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.2);
  border-radius: 50%;
  width: 30px;
  height: 30px; }

.message-content {
  font-size: 0.875em;
  line-height: 20px;
  padding: 15px 120px 15px 20px; }

.message-actions {
  position: absolute;
  right: 10px;
  top: 10px; }
  .message-actions .icon, .message-actions .icon-large, .message-actions .icon-small {
    cursor: pointer;
    color: #c1c1bb; }
    .message-actions .icon.pinned, .message-actions .pinned.icon-large, .message-actions .pinned.icon-small {
      color: #00ba90; }

.message-meta {
  font-size: 0.75em;
  color: #999999;
  margin: 5px 0 0 0; }

.message-reply-btn {
  background-color: #f8f8f4;
  font-size: 0.875em;
  padding: 10px;
  cursor: pointer;
  border-radius: 0 0 3px 3px;
  color: rgba(51, 51, 51, 0.5);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }
  .message-reply-btn:hover {
    background-color: #e5e5de;
    color: #333333; }
  .message-reply-btn .icon, .message-reply-btn .icon-large, .message-reply-btn .icon-small {
    color: #00ba90;
    margin: -2px 10px 0 0; }

.message-replies .message {
  margin: 0;
  border-top: 1px solid #f2f2ea; }
  .message-replies .message:before {
    display: none; }
.message-replies .message-user-image, .message-replies .message-form-user-image {
  left: 20px;
  top: 20px;
  border: 0;
  box-shadow: none; }
.message-replies .message-content {
  padding-left: 70px; }

.attachments {
  *zoom: 1;
  background-color: #f8f8f4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f4), color-stop(100%, white));
  background-image: -webkit-linear-gradient(top, #f8f8f4, white);
  background-image: linear-gradient(to bottom,#f8f8f4, white);
  border-top: 1px solid #f2f2ea; }
  .attachments:before, .attachments:after {
    content: " ";
    display: table; }
  .attachments:after {
    clear: both; }

.attachments-title {
  font-size: 1.125em;
  font-weight: 600;
  padding: 15px 20px;
  background-color: white; }

.attachment-file {
  float: left;
  margin: 20px 0 20px 20px;
  width: 172px;
  color: #5b5b5b; }

.attachment-file-icon {
  float: left;
  height: 36px;
  width: 30px;
  margin: 0 10px 0 0;
  border: 2px solid #c1c1bb;
  border-radius: 3px 0 3px 3px;
  position: relative;
  overflow: hidden; }
  .attachment-file-icon img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }

.attachment-file-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.875em;
  font-weight: 600; }

.attachment-file-size {
  font-size: 0.75em;
  color: #adadad; }

.attachment-tasks li {
  border-top: 1px solid #f2f2ea;
  position: relative;
  overflow: hidden; }
  .attachment-tasks li:nth-of-type(odd) label {
    background-color: #f8f8f4; }
  .attachment-tasks li.checked label {
    color: rgba(51, 51, 51, 0.5); }
  .attachment-tasks li.checked .icon-checkbox,
  .attachment-tasks li.checked .icon-checkmark {
    color: white;
    background-color: #00ba90; }
.attachment-tasks .icon-checkbox,
.attachment-tasks .icon-checkmark {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50px;
  padding: 12px 0 0 0;
  border-right: 1px solid #f2f2ea;
  text-align: center;
  color: #00ba90;
  cursor: pointer;
  background-color: white; }
.attachment-tasks .icon-delete {
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px 15px;
  color: rgba(51, 51, 51, 0.5); }
.attachment-tasks label {
  display: block;
  font-size: 0.875em;
  padding: 10px 15px;
  margin: 0 0 0 50px;
  background-color: white; }
.attachment-tasks input[type=checkbox] {
  position: absolute;
  opacity: 0;
  left: 100%;
  bottom: 100%; }

.attachment-location img {
  display: block; }

.attachment-link {
  *zoom: 1;
  position: relative;
  padding: 15px 20px; }
  .attachment-link:before, .attachment-link:after {
    content: " ";
    display: table; }
  .attachment-link:after {
    clear: both; }
  .attachment-link a {
    color: #333333; }

.attachment-link-thumb {
  height: 155px;
  float: left;
  margin: 0 30px 0 0; }

.attachment-link-title {
  font-size: 1.125em;
  font-weight: 600;
  margin: 10px 0; }

.attachment-link-description {
  font-size: 0.875em;
  max-height: 63px;
  overflow: hidden;
  margin: 10px 0; }

.attachment-link-url {
  font-size: 0.875em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #eaeaea;
  display: inline-block; }

.attachment-timestamp {
  *zoom: 1;
  background-color: #00ba90;
  color: white;
  padding: 15px 20px;
  white-space: nowrap; }
  .attachment-timestamp:before, .attachment-timestamp:after {
    content: " ";
    display: table; }
  .attachment-timestamp:after {
    clear: both; }
  .attachment-timestamp .icon, .attachment-timestamp .icon-large, .attachment-timestamp .icon-small {
    float: left;
    width: 48px;
    height: 48px;
    margin: 0 10px 0 0; }
  .attachment-timestamp em {
    font-style: normal;
    font-size: 0.875em; }
  .attachment-timestamp strong {
    display: block;
    font-size: 1.125em;
    font-weight: 600; }

.attachment-timestamp-date {
  float: left; }

.attachment-timestamp-time {
  float: right; }

.message-form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  padding: 0 0 0 280px;
  background-color: white;
  box-shadow: 0 -2px rgba(51, 51, 51, 0.1); }
  .message-form.focus .caret {
    opacity: 1; }

.message-form-wrap {
  position: relative;
  margin: 0 0 0 90px;
  height: 100%; }

.message-form-user-image {
  top: 10px; }

.message-form-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 20px 20px 20px 0;
  width: 100%;
  height: 60px;
  line-height: 20px;
  font-size: 0.875em;
  background: transparent;
  color: #999999;
  resize: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }

.message-form-actions {
  position: absolute;
  right: 20px;
  bottom: -50px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }

.attachments-editor {
  position: relative;
  width: 640px;
  border-top: 1px solid #f2f2ea;
  padding: 20px 0;
  *zoom: 1; }
  .attachments-editor:before, .attachments-editor:after {
    content: " ";
    display: table; }
  .attachments-editor:after {
    clear: both; }
  .attachments-editor .icon-close {
    position: absolute;
    right: 0;
    top: 30px;
    color: #d9d9d2;
    cursor: pointer;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s; }
    .attachments-editor .icon-close:hover {
      color: #c1c1bb; }
  .attachments-editor .attachment-tasks {
    border-color: #f2f2ea;
    border-style: solid;
    border-width: 0 1px 1px 1px; }

.attachment-field {
  display: inline-block;
  margin: 0 10px 20px 0; }
  .attachment-field a {
    font-size: 0.75em;
    text-decoration: underline; }
  .attachment-field input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #00ba90;
    padding: 5px 10px;
    border-radius: 3px;
    outline: 0;
    margin: 0;
    font-size: 0.875em;
    width: 260px; }

.attachment-uploader {
  position: relative;
  background-color: #f8f8f4;
  padding: 30px;
  height: 90px;
  margin-top: -20px; }

.summary {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 1px rgba(51, 51, 51, 0.1);
  height: 0;
  overflow: hidden; }

.summary-btn {
  position: fixed;
  right: 20px;
  top: 78px;
  width: 80px;
  line-height: 74px;
  text-align: center;
  background-color: #00ba90;
  border-radius: 0 0 3px 3px;
  cursor: pointer;
  box-shadow: 0 1px rgba(51, 51, 51, 0.1); }
  .summary-btn .icon, .summary-btn .icon-large, .summary-btn .icon-small {
    color: white; }

.summary-message {
  border-bottom: 1px solid #f2f2ea; }
  .summary-message:last-of-type {
    border-bottom: 0; }
