/*Compose*/
.compose {
  margin-top: 1px;
  border: solid 1px #eee;
  border-radius: 6px;
}

.compose-btn {
  padding: 8px 4px;
  background: #f0f6fa;
}

.compose-attachment {
  padding: 8px 8px 27px;
}
.compose-attachment .fileinput{
  margin: 10px 10px 0 0;
  background: #f2f2f2;
  padding: 5px 5px 5px 10px;
  border-radius: 6px!important;
}
.compose-attachment .fileinput .fileinput-exists i {
  transform: rotate(45deg);
  margin: 0 5px;
}
.compose-attachment .fileinput-new{
  cursor: pointer;
}
.compose-attachment .fileinput-new:hover{
  color:#999;
}

.compose-attachment .fileinput-element{
  display:none;
}
.compose span.fileinput-filename{
  padding: 0;
}

.compose-attachment h5{
  color: #979797;
  font-weight: 400;
  font-size:14px;
}

.compose-btn button {
  color: #fff;
  font-size: 14px;
  margin-left: 4px;
  padding: 4px 10px;
  background: #c0cfdd;
}

.compose-btn button:hover {
  color: #fff;
  background: #4d90fe;
}

.compose-btn button i {
  margin-right: 3px;
}

.compose-form-group {
  margin-bottom: 0;
  position: relative;
  border-bottom: solid 1px #eee;
}

.compose .controls {
  margin-left: 65px;
}

.compose-form-group > label {
  width: 62px;
  float: left;
  color: #979797;
  text-align: right;
}

.compose .controls > input {
  border: none !important;
}

.compose .controls-to {
  padding-right: 55px;
}

.compose-form-group a.close {
  top: 13px;
  right: 10px;
  position: absolute;
}

.compose .wysihtml5 {
  padding: 0px !important;
  margin: 0px !important;
  border: 0 !important;
}

.compose .wysihtml5-sandbox {
  padding: 0px !important;
  margin: 0px !important;
  display: block !important;
  border: 0 !important;
  margin-top: 5px;
  width: 100% !important;
  border-left: none;
  border-right: none;
  border-color: #eee;
}

.compose .wysihtml5-toolbar {
  border: 0;
  border-bottom: 1px solid #eee;
}

.compose .wysihtml5-toolbar > li {
  height: 34px;
  margin-right: 0;
  margin-bottom: 0;
}

.compose .wysihtml5-toolbar > li > a,
.compose .wysihtml5-toolbar > li > div > a{
  background: #fff;
  border:none!important;
  border-radius: 0!important;
}
.compose .wysihtml5-toolbar > li > a:active, .compose .wysihtml5-toolbar > li > div > a:active,
.compose .wysihtml5-toolbar > li > a:focus, .compose .wysihtml5-toolbar > li > div > a:focus,
.compose .wysihtml5-toolbar > li > a:hover, .compose .wysihtml5-toolbar > li > div > a:hover{
  background: #f2f2f2;
}

textarea.editor-wysihtml5{
  border: none!important;
  border-bottom: 2px dotted #e2e2e2!important;
  border-radius: 0!important;
}

.compose .wysihtml5-toolbar .dropdown.open .dropdown-toggle,
ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
  background: #eee !important;
}

@media (max-width: 480px) {
  .compose-form-group > label {
    margin-top: 7px;
  }
}
