@import "../font/Roboto/stylesheet.css";
.conference-texts-wrap {
  padding: 1em 2em;
}
.conference-answer-wrap {
  padding: 1em 2em;
}
.first-bar {
  padding: 2em;
}
body {
  background-color: #33403f;
}
button,
.btn {
  display: inline-block;
  border: 1px solid #16827E;
  background-color: #1a9893;
  color: #fff;
  padding: 1em;
}
button:hover,
.btn:hover {
  background-color: #126c69;
}
input {
  outline: none;
  border: 1px solid #16827E;
  background: #fff;
}
input:focus {
  border: 1px solid #0f5654;
}
a.tag {
  color: #BA2888;
  font-weight: bold;
}
a.url {
  color: #16827E;
}
a.url:before {
  content: 'Link: ';
  display: inline;
}
a.mail {
  color: #16827E;
}
a.mail:before {
  content: 'Mail: ';
  display: inline;
}
p,
li {
  line-height: 2;
}
.first-bar {
  color: #BA2888;
  background: #fff;
}
.text-wrap {
  padding: 1em 2em;
}
.texts-list > div {
  background-color: #F4F4F4;
}
.texts-list > div:nth-child(2n) {
  background-color: #DFDFDF;
}
.Brocess-Text .header {
  background-color: #16827E;
  color: #fff;
}
.Brocess-Text .header > span {
  display: inline-block;
  padding: 1em;
}
.Brocess-Text .header .iterator {
  font-size: 2em;
  padding: 0.5em 1em;
  font-weight: bold;
}
.editor-wrap .cke {
  border: none;
}
.editor-wrap .cke_ltr [class*="cke_button__"] {
  background: none !important;
  background-image: none !important;
}
.editor-wrap .cke_ltr [class*="cke_button__"] > [class*="cke_button__"]:not(.cke_button_label) {
  display: inline-block;
  height: auto;
  width: auto;
}
.editor-wrap .cke_ltr [class*="cke_button__"].cke_button {
  background-color: rgba(255,255,255,0.1) !important;
}
.editor-wrap .cke_ltr [class*="cke_button__"].cke_button:hover {
  background-color: rgba(0,0,0,0.2) !important;
  background-image: none;
}
.editor-wrap .cke_ltr [class*="cke_button__"].cke_button.cke_button_on {
  background-color: rgba(0,0,0,0.5) !important;
  background-image: none;
}
.cke_button .cke_button_icon {
  background: none !important;
  background-image: none !important;
  display: block;
}
.cke_button .cke_button_icon:before {
  display: block;
  font-family: 'fontawesome';
  content: '\f001';
  position: relative;
  color: #fff;
  font-size: 1.2em;
  font-weight: normal;
}
.cke_button__bold .cke_button_icon:before {
  content: '\f032';
}
.cke_button__italic .cke_button_icon:before {
  content: '\f033';
}
.cke_button__numberedlist .cke_button_icon:before {
  content: '\f0cb';
}
.cke_button__bulletedlist .cke_button_icon:before {
  content: '\f0ca';
}
.cke_button__outdent .cke_button_icon:before {
  content: '\f03b';
}
.cke_button__indent .cke_button_icon:before {
  content: '\f03c';
}
.cke_button__link .cke_button_icon:before {
  content: '\f0c1';
}
.cke_button__unlink .cke_button_icon:before {
  content: '\f127';
}
.conference-texts-wrap {
  background-color: #16827E;
}
.conference-answer-wrap .editor-wrap {
  border: 1px solid #33403f;
  background-color: #33403f;
}
.conference-answer-wrap .editor-wrap .cke_top {
  border-top: none;
  border-bottom: 1px solid #33403f;
  background-color: #33403f;
}
body.cke_editable {
  padding: 1em 2em;
  background-color: #fff;
}
body.cke_editable .hashtag-text {
  font-weight: bold;
  color: #16827E;
}
body.cke_editable .box-hashtag-contacts input,
body.cke_editable .box-hashtag-contacts li {
  padding: 0.25em 0.5em;
}
body.cke_editable .box-hashtag-contacts ul[data-fua-list] {
  padding: 0;
  margin: 0;
  list-style: none;
}
body.cke_editable .box-hashtag-contacts li:hover {
  background-color: #16827E;
  coor: #fff;
  cursor: pointer;
}
body.cke_editable .box-hashtag-contacts li[data-fua-selected] {
  background-color: #16827E;
  color: #fff;
}
body.cke_editable .box-hashtag-contacts li[data-fua-selected]:hover {
  background-color: #126c69;
  color: #fff;
}
