﻿.top-border {
  border-top: 1px solid #ccc;
}
[focused-input] {
  min-height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #cccccc;
  padding: 0 10px;
}
[focused-input] a {
  color: #222222;
  text-decoration: none;
}
[focused-input] a:hover {
  text-decoration: none;
}
[focused-input] input {
  outline: 0;
}
[focused-input] .pre-text {
  position: absolute;
  width: 50px;
  text-align: right;
  color: #999;
}
[focused-input] .placeholder {
  top: 0;
  position: absolute;
  right: 10px;
}
[focused-input] .dropdown-menu {
  margin-left: 55px;
}
[focused-input] .new-email {
  float: left;
}
[focused-input] .new-email input {
  height: 40px;
  border: 0;
}
[focused-input] .email-block {
  float: left;
}
[focused-input] .email-remove {
  margin: 0 10px 0 0;
  font-size: 10px;
  color: #999;
  cursor: pointer;
}
[focused-input] .email-text {
  float: left;
}
[focused-input] .email-text input {
  height: 40px;
  border: 0;
}
[focused-input] .text {
  padding-left: 70px;
  width: 100%;
  height: 40px;
  border: 0;
}
[focused-input] .post-text {
  position: absolute;
  right: 10px;
  top: 40px;
}
[focused-input] .post-text .cc-block {
  color: #999;
  margin-right: 5px;
  cursor: pointer;
}
[msg-bottom-popup],
.campaign-inbox {
  margin-top: -2px;
  z-index: 10;
}
[msg-bottom-popup] .overflow-content,
.campaign-inbox .overflow-content {
  overflow-y: auto;
  overflow-x: hidden;
  height: 239px;
}
[msg-bottom-popup] .popup-content,
.campaign-inbox .popup-content {
  font-size: 13px;
  width: 216px;
  height: 275px;
  border: 1px solid #d7d7d7;
  background-color: white;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 3px;
}
[msg-bottom-popup] .popup-content .popup-row,
.campaign-inbox .popup-content .popup-row {
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  border-width: 0 0 1px 0;
  border-color: #ccc;
  border-style: solid;
  padding-left: 10px;
  overflow: hidden;
}
[msg-bottom-popup] .popup-content .popup-row:hover,
.campaign-inbox .popup-content .popup-row:hover {
  background-color: whitesmoke;
}
[msg-bottom-popup] .popup-content .variable-header,
.campaign-inbox .popup-content .variable-header {
  width: 100%;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 13px;
  cursor: default;
  color: #333333;
  background-color: #f5f5f5;
  border-bottom: 1px solid #d7d7d7;
}
[msg-bottom-popup] .popup-content .templates-header .btn,
.campaign-inbox .popup-content .templates-header .btn {
  font-size: 12px;
  min-width: 0;
  box-shadow: none;
  border: none;
  background-color: #f5f5f5;
  border-bottom: 1px solid #d7d7d7;
  width: 62px;
}
[msg-bottom-popup] .popup-content .templates-header .btn.last,
.campaign-inbox .popup-content .templates-header .btn.last {
  width: 92px;
}
[msg-bottom-popup] .popup-content .templates-header .btn.active,
.campaign-inbox .popup-content .templates-header .btn.active {
  background-color: #e7e7e7;
}
[msg-bottom-popup] .bottom-btn-block .btn,
.campaign-inbox .bottom-btn-block .btn {
  font-size: 14px;
  outline: none;
  width: 108px;
}
[msg-bottom-popup] .bottom-btn-block .btn.active,
.campaign-inbox .bottom-btn-block .btn.active {
  background: whitesmoke;
}
[msg-bottom-popup] .popup-wrapper,
.campaign-inbox .popup-wrapper {
  right: 10px;
  position: absolute;
  bottom: 0;
}
[msg-bottom-popup] .popup-btn,
.campaign-inbox .popup-btn {
  background-color: white;
  border: 0;
}
/*# sourceMappingURL=directives.css.map */