/*************** Variables ***************/
/*Responsive Layout Breaks*/
/*************** Styles ***************/
html,
body {
  width: 100%;
  height: 100%;
}
.fxs_author_trans_title span {
  font-weight: 300;
  font-size: 18px;
  color: #999;
}
.fxs_custom_panel .panel-body {
  padding-bottom: 0px;
}
body {
  background-color: #E5E9EC;
  background-image: url('../images/paper_texture.png');
  background-repeat: repeat;
  font-size: 12px;
  color: #333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
}
@media (min-width: 768px) {
  body {
    font-size: 14px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  color: #7F7F7F;
}
ul,
ol {
  list-style-type: none;
  padding: 0px;
  padding-left: 16px;
}
pre {
  background: none;
  border: none !important;
  background-color: transparent !important;
}
strong {
  font-weight: 800;
  color: #333;
}
.profile-pic {
  width: 65px;
  height: 65px;
  border-radius: 100px 100px 100px 100px;
  display: inline-block;
  overflow: hidden;
  border: 1px solid #0AA699;
  z-index: 1000;
}
.profile-pic img {
  width: 64px;
  height: auto;
  opacity: 0.8;
}
.navBtn {
  float: left;
  font-size: 30px;
  margin: 16px;
  cursor: pointer;
  opacity: 0.9;
}
.navBtn:hover {
  opacity: 1;
}
.fxs_translation_btn {
  cursor: pointer;
}
.fxs_translation_btn:hover {
  opacity: 0.7;
}
.logo {
  height: 62px;
  margin: -10px -10px 0;
  background-color: #22262E;
  background-image: url('https://fxstreet.s3.amazonaws.com/imglogos/small-roadblock.png');
  background-repeat: no-repeat;
  background-position: 10px;
}
.menu {
  padding: 10px;
  margin: 0px auto 0px;
  background-color: #1B1E24;
  width: 260px;
  position: fixed;
  top: 0px;
  bottom: 0;
  z-index: 1000;
}
@media (min-width: 1200px) {
  .menu .nav > li {
    float: none;
  }
}
.menu .nav > li {
  margin: 0px -10px;
}
.menu .nav > li > ul > li {
  margin: 0px;
}
.menu .nav > li > a,
.menu .nav > li > ul > li > a {
  color: #8B91A0;
}
.menu .nav > li > a i,
.menu .nav > li > ul > li > a i {
  margin-right: 10px;
}
.menu .nav > li > a:hover,
.menu .nav > li > a:focus,
.menu .nav > li > ul > li > a:hover,
.menu .nav > li > ul > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #1A1C20;
}
.menu .nav > li.active > a,
.menu .nav > li > ul > li.active > a {
  text-decoration: none;
  color: #1B1E24;
  background-color: #ee970c;
}
.menu .nav > li.active > a:active,
.menu .nav > li.active > a:focus,
.menu .nav > li > ul > li.active > a:active,
.menu .nav > li > ul > li.active > a:focus {
  text-decoration: none;
  color: #1B1E24;
  background-color: #ee970c;
}
.fxs_scollable_box {
  overflow: auto;
  resize: vertical;
  border: 1px solid #ccc;
  height: 100px;
}
.cbp-spmenu-left {
  left: -260px;
}
.cbp-spmenu-left.cbp-spmenu-open {
  left: 0px;
}
.cbp-spmenu-right.cbp-spmenu-open {
  right: 0px;
}
.cbp-spmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}
.cbp-spmenu-push-toright {
  left: 260px;
}
.menu,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*Alertsss*/
.alert-None {
  display: none !important;
}
/* widget news*/
.fxs_fixed_size {
  min-width: 120px;
  max-width: 120px;
}
/*Buttons*/
.btn-sm {
  font-size: 13px;
}
button.dropdown-item.ng-star-inserted {
  width: 250px;
}
button.dropdown-item.ng-star-inserted.active {
  background-color: lightgrey;
}
#originaPostContent img {
  max-width: -webkit-fill-available;
}
@media (min-width: 768px) {
  .btn .fa {
    display: inline-block;
    margin-right: 8px;
  }
}
.btn .iblock {
  display: inline-block;
}
.fa-power-off,
.fa-trash-o {
  color: #d9534f;
}
.btn-danger .fa-trash-o {
  color: #fff;
}
.space-right {
  margin-right: 10px;
}
.space-left {
  margin-left: 10px;
}
/*Filter*/
.highlight {
  padding: 45px 14px 9px;
  margin-bottom: 14px;
  background-color: #F7F7F9;
  border: 1px solid #E1E1E8;
  border-radius: 4px;
  position: relative;
}
.highlight:after {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 12px;
  font-weight: 700;
  color: #959595;
  text-transform: uppercase;
  letter-spacing: 1px;
  content: "Filter";
}
.form-inline .form-group,
.form-inline button {
  margin-right: 20px;
  margin-bottom: 10px;
}
.form-inline .form-group label,
.form-inline button label {
  margin-right: 8px;
}
.form-inline .date .form-group,
.form-inline .date button {
  margin-right: 0px;
  margin-bottom: 0px;
}
.form-inline .date .form-group label,
.form-inline .date button label {
  margin-right: 0px;
}
.collapsed .fa:before {
  content: "\f078";
}
.btnFilter .fa {
  display: inline-block !important;
}
/*Tables*/
.table > tbody > tr > td {
  vertical-align: middle;
  cursor: default;
}
.table > tbody > tr > td p {
  margin: 0px;
}
.table > tbody > tr > td .btn {
  margin-top: 0px;
}
.table > thead > tr > th a {
  color: #333;
}
.table > tbody > tr.checkedED > td {
  background-color: rgba(184, 235, 119, 0.52);
}
.table.table-responsive.signals {
  padding-top: 2rem;
  border-top: 1px solid #ddd;
  margin-top: 2rem;
}
/*Detail pages*/
.boxDetail {
  padding: 14px 14px 9px;
  margin-bottom: 14px;
  background-color: #F7F7F9;
  border: 1px solid #E1E1E8;
  border-radius: 4px;
  position: relative;
}
/*Tags*/
.tag {
  display: inline-block;
  height: 34px;
  padding: 5px 10px;
  margin-bottom: 5px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.tag-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.tag-info hr {
  border-top-color: #a6e1ec;
}
.tag-info .tag-link {
  color: #245269;
}
.tag-dismissable .close,
.tag-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
/* Badges */
.badge-important {
  background-color: #f35959;
}
/*Country Items*/
.countryItem {
  float: left;
  height: 34px;
  padding: 5px 10px;
  margin: 2px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.countryItem-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.countryItem-info hr {
  border-top-color: #a6e1ec;
}
.countryItem-info .tag-link {
  color: #245269;
}
.countryItem-dismissable .close,
.countryItem-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
/*Modals*/
.modal-dialog {
  margin: 70px auto;
}
.resultsUl {
  max-height: 150px;
  overflow: auto;
}
.resultsUl li {
  position: relative;
}
.eventSelected {
  color: #094274 !important;
}
.eventSelected:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f00c";
  position: absolute;
  left: -16px;
  top: 3px;
}
/*working form*/
.wFormTh {
  padding: 8px 0px 8px 20px !important;
}
.workingForm td.info {
  min-width: 150px;
}
.workingForm input {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-right: 38px;
  position: relative;
  z-index: 100;
}
.workingForm input:hover {
  cursor: default !important;
  border-radius: 0px 4px 4px 0px !important;
}
.workingForm .input-group.fxs_wide_field {
  display: block;
}
.workingForm .input-group.fxs_wide_field textarea {
  min-height: 100px;
  resize: vertical;
}
.workingForm .input-group:hover input {
  border: 1px solid #B1B1B1 !important;
}
.workingForm .input-group:hover:before {
  width: 34px;
  height: 34px;
  padding: 8px 11px;
  background-color: #EEE;
  border: 1px solid #CCC;
  border-radius: 0px 4px 4px 0px;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f040";
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 10;
}
.workingForm .input-group:hover:before .form-control-feedback {
  display: none;
}
.workingForm .form-control:focus {
  border: 1px solid #66AFE9 !important;
  background-color: #ffffff;
}
.workingForm .form-control:focus:hover {
  border: 1px solid #66AFE9 !important;
}
.workingForm input[readonly="readonly"] {
  background-color: transparent !important;
  border: 0px solid transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
.workingForm input[readonly="readonly"]:hover {
  background-color: transparent !important;
  border: 0px solid transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
.workingForm input[readonly="readonly"]:focus,
.workingForm input[readonly="readonly"]:active {
  background-color: transparent !important;
  border: 0px solid transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
.workingForm .updatedOK:before {
  width: 34px;
  height: 34px;
  padding: 8px 11px;
  border: 1px solid transparent;
  background-color: transparent;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f00c";
  color: #98D416;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1000;
}
.workingForm .updatedOK:hover:before {
  width: 34px;
  height: 34px;
  padding: 8px 11px;
  border: 1px solid transparent;
  background-color: transparent;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f00c";
  color: #98D416;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1000;
}
.workingForm .updatedKO:before {
  width: 34px;
  height: 34px;
  padding: 8px 11px;
  border: 1px solid transparent;
  background-color: transparent;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f00d";
  color: #E44509;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1000;
}
.workingForm .updatedKO:hover:before {
  width: 34px;
  height: 34px;
  padding: 8px 11px;
  border: 1px solid transparent;
  background-color: transparent;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f00d";
  color: #E44509;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1000;
}
.workingForm .noIcon:before {
  display: none;
}
.workingForm .noIcon:hover:before {
  display: none;
}
.workingForm .actual {
  background-color: #ffffff;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  padding-right: inherit;
  padding-left: 0px;
  cursor: text !important;
}
.workingForm .actualGroup input.form-control {
  border: 1px solid #ccc !important;
  border-left: 0px solid #ffffff !important;
}
.workingForm .actualGroup input.form-control:focus:hover,
.workingForm .actualGroup input.form-control:focus,
.workingForm .actualGroup input:focus,
.workingForm .actualGroup input:active {
  border: 1px solid #ccc !important;
  border-left: 1px solid #ffffff !important;
}
.workingForm #check {
  position: relative;
  text-align: center;
}
.workingForm #check.updatedOK:hover:before,
.workingForm #check.updatedOK:before,
.workingForm #check.updatedKO:hover:before,
.workingForm #check.updatedKO:before {
  top: -6px;
}
.nameInput {
  position: relative;
}
.nameInput input {
  padding-right: 25px;
}
.nameInput:after {
  content: '...';
  position: absolute;
  right: 15px;
  top: 15px;
}
.groupedIcon input {
  border: 1px solid #ccc !important;
  border-left: 0px solid #ffffff !important;
}
.groupedIcon input.form-control:focus:hover,
.groupedIcon input.form-control:focus,
.groupedIcon input:focus,
.groupedIcon input:active {
  border: 1px solid #ccc !important;
  border-left: 1px solid #ffffff !important;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 37px !important;
  overflow: hidden;
  border-radius: 4px;
}
/* Header */
.header {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 62px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px -5px #000000;
  box-shadow: 0 0 10px -5px #000000;
}
.header h3 {
  margin-top: 18px;
  font-style: italic;
  display: none;
}
@media (min-width: 768px) {
  .header h3 {
    display: inline;
  }
}
.header h3 strong {
  font-weight: bold;
  color: #333;
}
.header a {
  text-decoration: none;
}
.header .user-toggler {
  position: relative;
  height: 40px;
  top: 14px;
  margin-right: 5px;
  display: inline-block;
  min-width: 163px;
  cursor: pointer;
}
.header .user-toggler .user-details {
  display: inline-block;
  line-height: 35px;
}
.header .user-toggler .user-details .username {
  font-weight: lighter;
}
.header .user-toggler .user-details .username a {
  color: #1b1e24;
  font-size: 15px;
}
.header .user-toggler .profile-pic {
  width: 36px;
  height: 36px;
}
.header .user-toggler .profile-pic img {
  width: 35px;
  height: auto;
}
.header .user-toggler a {
  color: #1b1e24;
  font-size: 15px;
}
.header .user-toggler .dropdown-menu {
  top: 48px;
}
/* Login */
.login {
  max-width: 700px;
  margin: auto;
}
.logo_welcome {
  text-align: center;
  float: left;
  margin-top: 20%;
}
.logo_welcome img {
  height: 215px;
  width: 240px;
  padding: 90px 40px;
  background-color: #fff;
}
.heading_welcome {
  float: left;
  margin-top: 20%;
  padding: 40px 60px;
  -webkit-box-shadow: 20px 0 15px -20px rgba(0, 0, 0, 0.14);
  box-shadow: 20px 0 15px -20px rgba(0, 0, 0, 0.14);
}
.heading_welcome h1 {
  font-size: 32px;
  color: #333333;
  margin-top: 0px;
}
.heading_welcome p {
  color: #7F7F7F;
}
/* Account */
.header_account {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 80px;
  margin-top: 2%;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: left center;
}
.header_account img {
  padding-top: 24px;
  padding-left: 26px;
  height: 56px;
}
.roles {
  padding: 8px 10px;
  background-color: rgba(0, 0, 0, 0.05);
  margin-bottom: 5px;
}
/* Conditions */
.conditions {
  position: relative;
  z-index: 10;
  padding: 40px 26px 0px;
  -webkit-box-shadow: 0px -10px 25px -3px rgba(0, 0, 0, 0.14);
  box-shadow: 0px -10px 25px -3px rgba(0, 0, 0, 0.14);
}
.message {
  margin: 20px -26px 0px;
}
.space-display-msg {
  padding-top: 70px;
}
.message.alert {
  font-size: 14px;
  padding: 26px;
}
/* Register */
.register {
  position: relative;
  z-index: 10;
  padding: 40px 26px 0px;
  -webkit-box-shadow: 0px -10px 25px -3px rgba(0, 0, 0, 0.14);
  box-shadow: 0px -10px 25px -3px rgba(0, 0, 0, 0.14);
}
.register label {
  font-size: 14px;
}
/* Dashboardd */
.dashboardCategory .inner {
  border: 1px solid #73c8ba;
  margin: 20px;
  padding: 20px;
}
@media (min-width: 1200px) {
  .dashboardCategory .inner {
    min-height: calc(100vh - 130px);
  }
}
.dashboardCategory .inner h2 {
  font-style: normal;
  margin-bottom: 1em;
}
.square,
.square:focus,
.square:active,
.square.btn.active {
  width: calc(100% - 20px);
  height: 65px;
  line-height: 50px;
  margin: 10px;
  display: block;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  background-color: #3c998a;
  overflow: hidden;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 transparent;
          box-shadow: inset 0 0 0 transparent;
}
.square:hover {
  color: #bce5de;
  background-color: #2e7469;
}
.square.disabled,
.square.disabled:hover {
  opacity: 0.3;
}
.flip-container {
  -webkit-perspective: 1000;
          perspective: 1000;
}
.flip-container:hover .flipper,
.flip-container.hover .flipper {
  opacity: 0.8;
}
.disabled.flip-container:hover .flipper,
.disabled.flip-container.hover .flipper {
  -webkit-transform: none;
          transform: none;
}
.flip-container,
.front,
.back {
  width: 100%;
  height: 100%;
}
.flipper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative;
  width: 100%;
  height: 100%;
}
.front,
.back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.front {
  z-index: 2;
  /* for firefox 311 */
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.front a {
  font-weight: 300;
}
.front .accessCalendar .fa:before {
  content: "\f133";
}
.front .accessEducation .fa:before {
  content: "\f19d";
}
.front .accessAnalysis .fa:before {
  content: "\f06e";
}
.front .accessClients .fa:before {
  content: "\f087";
}
.front .accessNews .fa:before {
  content: "\f09e";
}
.front .accessUsers .fa:before {
  content: "\f0c0";
}
.front .accessSite .fa:before {
  content: "\f135";
}
.front .accessTranslations .fa:before {
  content: "\f024";
}
.front .accessFileUpload .fa:before {
  content: "\f093";
}
.front .accessTags .fa:before {
  content: "\f02c";
}
.front .accessUploadFiles .fa:before {
  content: "\f0ee";
}
.front .accessContributors .fa:before {
  content: "\f007";
}
.front .accessCTPSignals .fa:before {
  content: "\f080";
}
.front .accessForecasts .fa:before {
  content: "\f07d";
}
.front .accessVideos .fa:before {
  content: "\f1c8";
}
.front .accessLocalization .fa:before {
  content: "\f0ac";
}
.front .accessEvents .fa:before {
  content: "\f144";
}
.front .accessAssets .fa:before {
  content: "\f0d6";
}
.front .accessConfiguration .fa:before {
  content: "\f0d6";
}
.front .accessInstitutional .fa:before {
  content: "\f002";
}
.front .accessEditorial .fa:before {
  content: "\f040";
}
.back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.back a {
  font-size: 16px;
  padding: 30px;
}
.back a .fa {
  font-size: 180px;
  position: absolute;
  top: -16px;
  right: 10%;
  opacity: 0.1;
  left: auto;
  cursor: pointer;
}
.back a:hover .fa {
  opacity: 0.9;
}
.view-container {
  padding: 0 10px;
}
@media (min-width: 1200px) {
  .view-container {
    min-height: 100%;
    padding: 0 30px 30px;
  }
}
.view-container h2 {
  font-style: italic;
}
.content {
  background-color: #fff;
  padding: 20px 20px 60px;
  -webkit-box-shadow: 0 0 10px -5px #000000;
  box-shadow: 0 0 10px -5px #000000;
  min-height: 650px;
  overflow: hidden;
}
/* user dashboard */
.fxs-back-user-filter {
  padding-left: 5px;
  background-image: none !important;
  border: none;
}
.fxs-back-invitation-input {
  min-width: 100px;
}
.fxs-back-tag-btn {
  margin-bottom: 10px;
  margin-left: 5px !important;
}
.fxs-back-tag-btn .fa-times {
  margin-right: 0;
  color: red;
}
/*Tarnslations Dashboard*/
.transRow {
  position: relative;
  width: 100%;
  min-width: 445px;
  overflow: hidden;
  border-left: 6px solid #8BC021;
  background-color: #eee;
  margin-bottom: 15px;
  white-space: nowrap;
}
.transRow h3 {
  width: 265px;
  margin: 0px;
  float: left;
  background-color: #eee;
  color: #333;
  font-style: italic;
  font-weight: bold;
  padding: 16px 0px 18px 10px;
  position: relative;
  z-index: 1000;
  border-right: 1px solid #C9C9C9;
}
.transRow h3 .fa {
  width: 40px;
  text-align: center;
  font-size: 20px;
}
.general-back-pagination {
  margin-top: 20px;
}
.dashboard-results .internal {
  background-color: #F5C861;
}
.dashboard-results .agency {
  background-color: #E4871B;
}
.dashboard-results .other {
  background-color: #A3A3A8;
}
.dashboard-results .translang-item {
  margin: 0 0 5px 5px;
  padding: 0 5px;
  min-width: 65px;
  float: left;
  background-color: white;
}
.dashboard-results .translang-item:hover {
  text-decoration: none;
}
.dashboard-results .translang-item .tags-flag-label {
  font-size: 18px;
  margin-bottom: 0;
}
.dashboard-results .tags-flag-custom {
  display: inline-block;
  width: 16px;
  height: 13px;
  background-image: url('../images/sprite-flags.png');
  background-repeat: no-repeat;
  margin-left: 5px;
  border: 1px solid #ccc;
}
.dashboard-results .i-ar {
  background-position: 0 0;
}
.dashboard-results .i-br {
  background-position: -84px 0;
}
.dashboard-results .i-ca {
  background-position: -112px 0;
}
.dashboard-results .i-zh {
  background-position: -154px 0;
}
.dashboard-results .i-ch {
  background-position: -126px 0;
}
.dashboard-results .i-de {
  background-position: -196px 0;
}
.dashboard-results .i-es {
  background-position: -280px 0;
}
.dashboard-results .i-fr {
  background-position: -308px 0;
}
.dashboard-results .i-chi {
  background-position: -336px 0;
}
.dashboard-results .i-hu {
  background-position: -350px 0;
}
.dashboard-results .i-id {
  background-position: -364px 0;
}
.dashboard-results .i-it {
  background-position: -448px 0;
}
.dashboard-results .i-ja {
  background-position: -462px 0;
}
.dashboard-results .i-ko {
  background-position: -476px 0;
}
.dashboard-results .i-pl {
  background-position: -84px -11px;
}
.dashboard-results .i-pt {
  background-position: -98px -11px;
}
.dashboard-results .i-ru {
  background-position: -126px -11px;
}
.dashboard-results .i-tr {
  background-position: -210px -11px;
}
.dashboard-results .i-vi {
  background-position: -294px -11px;
}
.dashboard-results .i-en {
  background-position: -322px -11px;
}
.dashboard-results .i-nl-NL {
  background-position: 0 -11px;
}
.dashboard-results .i-cs-CZ {
  background-position: -182px 0;
}
.dashboard-results .i-ms-MY {
  background-position: -546px 0;
}
.dashboard-results .i-el-GR {
  background-position: -322px 0;
}
.dashboard-results .i-ar-AE {
  background-position: 0 0;
}
.dashboard-results .i-ca-ES {
  background-position: -112px 0;
}
.dashboard-results .i-zh-CN {
  background-position: -154px 0;
}
.dashboard-results .i-zh-CHT {
  background-position: -336px 0;
}
.dashboard-results .i-de-DE {
  background-position: -196px 0;
}
.dashboard-results .i-es-ES {
  background-position: -280px 0;
}
.dashboard-results .i-fr-FR {
  background-position: -308px 0;
}
.dashboard-results .i-hu-HU {
  background-position: -350px 0;
}
.dashboard-results .i-id-ID {
  background-position: -364px 0;
}
.dashboard-results .i-it-IT {
  background-position: -448px 0;
}
.dashboard-results .i-ja-JP {
  background-position: -462px 0;
}
.dashboard-results .i-ko-KR {
  background-position: -476px 0;
}
.dashboard-results .i-pl-PL {
  background-position: -84px -11px;
}
.dashboard-results .i-pt-PT {
  background-position: -98px -11px;
}
.dashboard-results .i-ru-RU {
  background-position: -126px -11px;
}
.dashboard-results .i-tr-TR {
  background-position: -210px -11px;
}
.dashboard-results .i-vi-VN {
  background-position: -294px -11px;
}
.dashboard-results .i-en-US {
  background-position: -322px -11px;
}
.dashboard-results .i-sv-SE {
  background-position: -154px -11px;
}
.dashboard-results .i-hi-IN {
  background-position: -406px 0px;
}
.dashboard-results .i-pt-BR {
  background-position: -84px 0px;
}
.dashboard-results .i-th-TH {
  background-position: -196px -11px;
}
.dashboard-results .i-fil-PH {
  background-position: -56px -11px;
}
.dashboard-results .i-fa-IR {
  background-position: -420px 0;
}
.dashboard-results .i-ar-SA {
  background-position: -140px -11px;
}
.dashboard-results .i-he-IL {
  background-position: -392px 0px;
}
span.i-bn-BD.tags-flag-custom {
  background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/f/f9/Flag_of_Bangladesh.svg/800px-Flag_of_Bangladesh.svg.png);
  background-size: cover;
  background-position: 50% 50%;
}
.transLang:hover {
  text-decoration: none;
  color: #0AA699;
}
.pendingLang {
  background-color: rgba(243, 89, 89, 0.1);
}
.transNav {
  width: 117px;
  height: 60px;
  position: relative;
  z-index: 1001;
  float: right;
  border-left: 1px solid #C9C9C9;
  background-color: #E5E5E5;
}
.transMore,
.transLess {
  height: 100%;
  cursor: pointer;
  padding: 0px 16px;
  background-color: #E5E5E5;
  color: #9B9B9B !important;
  border-left: 1px solid #C9C9C9;
  border-right: 1px solid #C9C9C9;
  display: none;
}
.transMore .fa,
.transLess .fa {
  font-size: 42px;
  opacity: 0.4;
  margin: 8px 0px;
}
.transMore .fa:hover,
.transLess .fa:hover {
  opacity: 0.7;
}
.transMore {
  float: right;
}
.transMore .fa {
  font-size: 42px;
  opacity: 0.4;
}
.transMore .fa:hover {
  opacity: 0.7;
}
.transLess {
  float: left;
}
.transLess .fa {
  font-size: 42px;
  opacity: 0.4;
}
.transLess .fa:hover {
  opacity: 0.7;
}
.transLess .fa:before {
  content: "\f100";
}
/* clients section */
.table > tbody > tr > td {
  word-break: break-all;
}
.fxs_localization_result .col-md-4 {
  padding-bottom: 5px;
}
.fxs_add_domain {
  position: relative;
}
.fxs_add_domain .btn.fxs_custom_label {
  cursor: default;
  background-color: #fff;
  font-weight: bold;
}
.fxs_client_subtitle {
  display: block;
  font-size: 18px;
}
/*Translations Detail*/
.dashboard-results {
  margin-bottom: 5px;
}
.dashboard-results h4,
.dashboard-results ul {
  display: inline-block;
}
.dashboard-results h4 {
  min-width: 10%;
}
.dashboard-results a {
  color: #333;
}
.form-horizontal {
  margin-bottom: 5px;
}
.form-horizontal .form-group {
  margin-bottom: 0;
}
.fxs-pRight {
  padding-right: 10px;
}
.fxs-mHeight {
  min-height: 150px;
}
.fxs-mBottom {
  margin-bottom: 10px;
}
.fxs-translation-name {
  background-color: #F7F7F9;
  border: 1px solid #E1E1E8;
  padding: 5px;
}
.fxs-translation-result {
  padding: 0 14px 9px;
}
.fxs-translation-result input[type="text"] {
  background-color: #fff;
}
.fxs-translation-result .panel {
  padding-bottom: 10px;
}
.fxs-mTop {
  margin-top: 10px;
  padding-top: 10px;
}
.bg-result,
.pending,
.translated {
  background-color: #F7F7F9;
  padding: 15px;
}
.pending {
  border-left: 3px solid #d9534f;
}
.translated {
  border-left: 3px solid #5cb85c;
}
.langDetail {
  padding: 20px 20px 5px;
  background-color: #F8F8F8;
  border: 1px solid #E4E4E4;
}
.langDetail .control-label {
  text-align: left;
  padding-right: 0px;
}
.langDetail .help-block {
  font-size: 13px;
  color: #AEAEAE;
}
.langDetail textarea {
  width: 100% !important;
}
.control-panel {
  background-color: #0A0A0A;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 14px 30px;
}
.control-panel h5 {
  color: #ffffff;
  font-weight: 400;
  padding-top: 10px;
}
.news-option {
  min-width: 200px;
}
.publishMsg {
  color: #F35959;
}
.imgNews {
  max-width: 200px;
}
.imgNews img {
  width: 100%;
}
.entry:not(:first-of-type) {
  margin-top: 10px;
}
.glyphicon {
  font-size: 12px;
}
.post-appoved {
  color: #5cb85c;
}
.post-pennding {
  color: #ec971f;
}
.post-typeahead .dropdown-menu {
  max-height: 300px;
  overflow-y: scroll;
}
.cke_maximized .cke_top {
  margin-top: 63px;
}
.post-tag-item {
  margin-top: 5px;
}
.post-small {
  font-size: 11px;
  color: #666;
}
.note-editor {
  border: none;
}
.cke_button__calendar_icon {
  background: url("https://staticcontent.fxstreet.com/backoffice/js/scripts/ckeditor/plugins/widgets/icons/add_calendar.png") no-repeat !important;
}
.cke_button__chartimage_icon {
  background: url("https://staticcontent.fxstreet.com/backoffice/js/scripts/ckeditor/plugins/widgets/icons/chartimage.png") no-repeat !important;
}
.cke_button__sentiment_cke_icon {
  background: url("https://staticcontent.fxstreet.com/backoffice/js/scripts/ckeditor/plugins/widgets/icons/sentiment_cke.png") no-repeat !important;
}
.cke_button__ctp_cke_icon {
  background: url("https://staticcontent.fxstreet.com/backoffice/js/scripts/ckeditor/plugins/widgets/icons/ctp_cke.png") no-repeat !important;
}
.cke_button__pivotpoints_cke_icon {
  background: url("https://staticcontent.fxstreet.com/backoffice/js/scripts/ckeditor/plugins/widgets/icons/pivotpoints_cke.png") no-repeat !important;
}
.cke_button__forecast_cke_icon {
  background: url("https://staticcontent.fxstreet.com/backoffice/js/scripts/ckeditor/plugins/widgets/icons/forecast_cke.png") no-repeat !important;
}
.cke_button__lastcandle_cke_icon {
  background: url("https://staticcontent.fxstreet.com/backoffice/js/scripts/ckeditor/plugins/widgets/icons/lastcandle_cke.png") no-repeat !important;
}
.cke_button__youtube_cke_icon {
  background: url("https://staticcontent.fxstreet.com/backoffice/js/scripts/ckeditor/plugins/widgets/icons/youtube_cke.png") no-repeat !important;
}
.cke_button__twitter_cke_icon {
  background: url("https://staticcontent.fxstreet.com/backoffice/js/scripts/ckeditor/plugins/widgets/icons/twitter_cke.png") no-repeat !important;
}
.cke_button__inneradvertisment_cke_icon {
  background: url("https://staticcontent.fxstreet.com/backoffice/js/scripts/ckeditor/plugins/widgets/icons/advertisement.png") no-repeat !important;
  background-size: contain;
}
.cke_button__ktldata_cke_icon {
  background: url("https://staticcontent.fxstreet.com/backoffice/js/scripts/ckeditor/plugins/widgets/icons/ktldata_cke.png") no-repeat !important;
}
.ctp-filter-form {
  max-width: 900px;
}
.fxs_mediaContainer {
  overflow: hidden;
  position: relative;
  margin-bottom: 1rem;
}
.fxs_mediaContainer::before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 56.25%;
}
.fxs_mediaContainer:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 56.25%;
}
.fxs_mediaContainer img {
  min-width: 100%;
  min-height: 100%;
}
.fxs_article_mainMedia {
  margin: 0 -1rem 1rem;
}
@media (min-width: 320px) {
  .fxs_article_mainMedia {
    margin: 0 0 1rem;
  }
}
@media (min-width: 1024px) {
  .fxs_article_mainMedia {
    float: right;
    margin-left: 2rem;
    width: 66.66%;
  }
}
.ctp-edit-form .ctp-input-width {
  min-width: 400px;
}
.ctp-edit-form .checkbox {
  padding-right: 10px;
  line-height: 33px;
}
.ctp-edit-form .ctp-custom-validity,
.ctp-edit-form .checkbox {
  display: inline;
}
.ctp-edit-form .ctp-edit-btn {
  margin-right: 10px;
}
.ctp-edit-form .ctp-option-filter {
  width: 600px;
}
.ctp-edit-form .ctp-custom-fg .ctp-signal-text {
  height: 315px;
  overflow-y: scroll;
}
.ctp-edit-form .ctp-custom-fg .ctp-signal-text p {
  word-wrap: break-word;
}
.ctp-edit-form .ctp-custom-results {
  margin-bottom: 10px;
  display: block;
}
.ctp-edit-form .ctp-custom-results label {
  width: 30%;
}
.ctp-edit-form .ctp-button-align {
  float: right;
}
.ctp-edit-form .ctp-button-align button {
  display: inline-block;
  margin-top: 10px;
}
.ctp-edit-form .panel-default input {
  max-width: 200px;
}
@media (min-width: 1024px) {
  .ctp-edit-form .ctp-right-column {
    padding-top: 83px;
  }
}
.ctp-custom-pair select {
  margin: 10px 10px 10px 0;
  display: inline-block;
  width: auto;
}
.ctp-custom-pair .ctp-wrapper-entry {
  margin-top: 10px;
}
.ctp-custom-pair .ctp-wrapper-entry .form-control {
  display: inline-block;
  width: auto;
}
.ctp-custom-pair .dropdown,
.ctp-custom-pair .ctp-custom-entry {
  display: inline-block;
  margin-bottom: 0;
}
.ctp-custom-pair .dropdown button,
.ctp-custom-pair .ctp-custom-entry button {
  margin: 0;
}
.tree-node-rules {
  margin-bottom: 5px;
}
.angular-ui-tree-handle {
  cursor: inherit;
}
.btn-title {
  cursor: pointer;
  word-wrap: break-word;
}
.btn-title.btn-title-parent {
  font-weight: 700;
}
.btn-title.btn-title-child {
  font-weight: 300;
  color: #333;
}
.treeview-panel {
  height: 400px;
  overflow-y: scroll;
}
.thumb-image {
  width: 100%;
}
.thumg-img-container {
  max-width: 50px;
  display: inline-block;
}
.tree-img {
  display: inline-block;
}
.tt-menu {
  border: 1px solid #ccc;
  background-color: #fff;
  margin-top: 5px;
  border-radius: 4px;
  width: 100%;
}
.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
}
.tag-create-form,
.tag-filter-form {
  max-width: 700px;
}
form.authorForm .author-avatar label {
  width: 50px;
  position: relative;
  margin-bottom: none;
  cursor: pointer;
}
form.authorForm .author-avatar label .custom-file-input {
  height: 0;
}
form.authorForm .author-avatar label .custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
  width: 0;
}
form.authorForm .author-avatar label .custom-file-input::before {
  content: "\f030";
  font-family: FontAwesome;
  left: 0;
  bottom: 0;
  position: absolute;
  color: #f60;
  cursor: pointer;
}
form.authorForm textarea {
  width: 100%;
}
form.authorForm .fa,
form.authorForm .glyphicon {
  padding-right: 10px;
}
form.authorForm button {
  float: right;
}
fieldset.scheduler-border {
  border: 1px groove #F7F7F9 !important;
  display: block;
  padding: 0 1.4em 1.4em 1.4em !important;
  margin: 0 0 1.5em 0 !important;
}
legend.scheduler-border {
  font-size: 1.2em !important;
  font-weight: bold !important;
  text-align: left !important;
  width: auto;
  padding: 0 10px;
  border-bottom: none;
}
/* Pagination */
dir-pagination-controls {
  margin-top: 4px;
}
.pagination {
  margin: 0px;
}
.pagination > li > a,
.pagination > li > span {
  color: #333;
  font-weight: 600;
}
.directionLinks a,
.boundaryLinks a {
  font-size: 18px;
}
/* Forms */
/*************** Helper Classes ***************/
.green {
  color: #8BC021;
}
.red {
  color: #F35959;
}
.yellow {
  color: #EE970C;
}
.redBorder {
  border: 1px solid #F35959;
}
.greenBorder {
  border: 1px solid #8BC021;
}
.center {
  margin-left: auto !important;
  margin-right: auto !important;
}
.w50 {
  width: 100%;
}
@media (min-width: 1024px) {
  .w50 {
    width: 50% !important;
  }
}
.w33 {
  width: 100%;
}
@media (min-width: 1024px) {
  .w33 {
    width: 33% !important;
  }
}
.w100 {
  width: 100% !important;
}
.iblock {
  display: inline-block;
}
.pad0 {
  padding: 0px !important;
}
.pleft20 {
  padding-left: 20px;
}
.padtop5 {
  padding-top: 5px;
}
.padbottom5 {
  padding-bottom: 5px;
}
.mar0 {
  margin: 0px !important;
}
.mtop10 {
  margin-top: 10px;
}
.mtop20 {
  margin-top: 20px;
}
.mright5 {
  margin-right: 5px;
}
.mright10 {
  margin-right: 10px;
}
.mright20 {
  margin-right: 20px;
}
.mbottom10 {
  margin-bottom: 10px;
}
.mbottom20 {
  margin-bottom: 20px;
}
.mbottom40 {
  margin-bottom: 40px;
}
.mleft5 {
  margin-left: 5px;
}
.mleft20 {
  margin-left: 20px;
}
.text-primary {
  color: #0AA699;
}
.bold,
.strong {
  font-weight: 800;
}
.resetItalic {
  font-style: normal;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}
.text-muted {
  margin: 20px 0;
}
.form-login {
  max-width: 330px;
  padding: 0px 15px 5px 15px;
  margin: 0 auto;
}
.form-login .form-login-heading {
  margin-bottom: 10px;
}
.form-login .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-login .form-control:focus {
  z-index: 2;
}
.form-login input[type="password"] {
  margin-top: 5px;
  margin-bottom: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.fxs_smallText_fields {
  max-width: 100px;
}
.highlight-tag-item {
  max-height: 150px;
  overflow-y: scroll;
}
.form-inline .form-control {
  width: inherit;
}
.form-inline .form-control.auto {
  width: auto;
}
.modal-backdrop.fade.in {
  opacity: 0.5;
}
.configuration-filter-form .form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.configuration-filter-form .form-container .form-group {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  margin-right: 0px !important;
  padding-right: 20px;
}
.configuration-filter-form .form-container .form-group label {
  margin-bottom: 6px;
}
.configuration-filter-form .form-container .form-group.application {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 35%;
}
.configuration-filter-form .form-container .form-group.application .application-selector {
  padding: 0;
}
.configuration-filter-form .form-container .form-group.key {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 25%;
}
.configuration-filter-form .form-container .form-group.value {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  min-width: 25%;
}
.configuration-filter-form .form-container .form-group input,
.configuration-filter-form .form-container .form-group app-application-typeahead {
  width: 100%;
}
.configuration-filter-form .form-container .form-button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
}
.configuration-filter-form .form-container .form-button button {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}
.configuration-create-value-form .content .box-detail {
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.configuration-create-value-form .content .box-detail .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.configuration-create-value-form .content .box-detail .row .column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.configuration-create-value-form .content .box-detail .row .column .typeahead {
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.configuration-create-value-form .content .box-detail .row .column .input {
  height: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.configuration-create-value-form .content .box-detail .value-field {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.configuration-create-value-form .content .box-detail .value-field .textarea {
  width: 100%;
  min-height: 200px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}
.configuration-create-value-form .content .box-detail .separator {
  border-top: 1px solid #ddd;
  margin: 20px 0;
}
.configuration-create-value-form .content .box-detail .editor-message {
  padding: 15px 15px 0px;
  font-size: 14px;
  height: 29px;
}
.configuration-create-value-form .content .box-detail .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.configuration-create-application-form .content .boxDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.configuration-create-application-form .content .boxDetail .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.configuration-create-application-form .content .boxDetail .form-row .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-right: 0px;
  padding-right: 18px;
}
.configuration-create-application-form .content .boxDetail .form-row .form-group.w-40 {
  width: 40%;
}
.configuration-create-application-form .content .boxDetail .form-row .form-group.w-20 {
  width: 20%;
}
.configuration-create-application-form .content .boxDetail .form-row .form-group.w-100 {
  width: 100%;
}
.configuration-create-application-form .content .boxDetail .form-row .form-group input.form-control {
  width: 100%;
}
.configuration-create-application-form .content .boxDetail .form-row .form-group .id-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.configuration-create-application-form .content .boxDetail .form-row .form-group .id-row button.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0px;
  margin-right: 0px;
}
.configuration-create-application-form .content .boxDetail .form-row .form-group .id-row button.btn i.fa {
  margin-right: 0.75rem;
}
.configuration-create-application-form .content .boxDetail .form-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.configuration-create-application-form .content .boxDetail .form-footer button.btn {
  padding: 0.5rem 1rem;
}
.fxstreet-config-editor-modal-message {
  padding: 15px 15px 0px;
  font-size: 14px;
  height: 29px;
}
.fxstreet-modal-backdrop {
  top: 0;
  position: fixed !important;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.cdk-overlay-pane.fxstreet-preview-dialog-panel {
  position: fixed !important;
  top: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-box-shadow: transparent 0 0;
          box-shadow: transparent 0 0;
  min-width: 768px;
}
.cdk-overlay-pane.fxstreet-config-editor-modal {
  position: fixed !important;
  top: 45%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-box-shadow: transparent 0 0;
          box-shadow: transparent 0 0;
  min-width: 768px;
}
.mat-dialog-container {
  -webkit-box-shadow: transparent 0 0 !important;
          box-shadow: transparent 0 0 !important;
}
/* SENTIMENTS TABLE */
.table-sentiments .date {
  min-width: 6rem;
}
.table-sentiments .group {
  min-width: 5rem;
}
.table-sentiments .author {
  min-width: 13rem;
}
/*PREVIEW*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiA8.ttf) format('truetype');
}
.preview {
  float: left;
  width: 100%;
  position: relative;
  color: #49494f;
  font-family: 'Roboto', sans-serif;
}
.preview .preview-title {
  color: #1b1c23;
  font-weight: 700;
  letter-spacing: -0.32px;
}
.preview .fxs_entry_metaInfo {
  background-image: url('https://editorial.fxstreet.com/images-input/IT/postmetainfobar.png');
  background-size: cover;
  background-position: 100% 100%;
}
.preview .preview-content {
  color: #49494f;
  margin: 0 0 0.88em;
  font-size: 1.2rem;
  line-height: 1.35em;
  font-weight: 300;
}
.preview .fxs_entry_metaInfo {
  font-size: 0.8rem;
  line-height: 22px;
}
.preview .fxs_entry_metaInfo time {
  color: #8c8d91;
}
.preview .fxs_entry_metaInfo a {
  color: #e4871b;
  text-decoration: none;
  font-weight: 700;
}
.preview .fxs_entry_metaInfo time {
  color: #8c8d91;
  font-size: 12.8px;
  line-height: 22px;
}
.preview ul {
  list-style-type: disc;
}
.preview ol {
  list-style-type: decimal;
}
.preview img,
.preview iframe {
  max-width: 100%;
  height: auto;
}
.preview a {
  font-weight: 700;
  color: #e4871b;
  text-decoration: none;
}
.preview a:hover {
  text-decoration: underline;
}
.preview .desktop {
  background-image: url('https://editorial.fxstreet.com/images-input/IT/postdesktopback.png');
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 28% 12% 10% 12.5%;
  float: left;
  width: 100%;
}
.preview .desktop .preview-title {
  font-size: 42.24px;
  line-height: 44px;
}
.preview .desktop .fxs_entry_metaInfo {
  height: 50px;
}
.preview .desktop .lateral {
  float: right;
  width: 33%;
}
.preview .desktop .preview-content {
  float: left;
  width: 55%;
  margin: 0 5%;
}
.preview .mobile {
  width: 360px;
  margin: auto;
  background-image: url('https://editorial.fxstreet.com/images-input/IT/postmobile.PNG');
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 160px 15px 0 15px;
}
.preview .mobile .fxs_entry_metaInfo {
  height: 35px;
}
.preview .mobile .preview-title {
  font-size: 30.88px;
  line-height: 32px;
}
/* HIGHLIGHT LIST */
.fxs_highlight_list_item .btn.btn-danger.btn-md.pull-right {
  display: none;
}
.fxs_highlight_list_item:last-child .btn.btn-danger.btn-md.pull-right {
  display: block;
}
@media (min-width: 800px) {
  .cdk-overlay-pane.fxstreet-message-dialog-panel {
    width: 800px;
    min-width: 800px;
  }
}
.fxs_flex_between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
app-tag-selector .dropdown-menu .dropdown-item {
  background-color: transparent;
  border: none;
  float: left;
  clear: both;
  text-align: left;
}
.angular-ui-tree-handle {
  cursor: move !important;
  position: relative;
  padding-bottom: 25px;
}
.angular-ui-tree-handle:after {
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 1px, transparent 1px, transparent 100%);
  background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 1px, transparent 1px, transparent 100%);
  background-size: 5px 5px;
}
.angular-ui-tree-empty {
  background-color: transparent;
  border: none;
}
/* HOT TOPICS */
.moduleHotTopics .grid {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 80px 60px 200px 450px 1fr;
  gap: 10px;
  width: 100%;
}
.moduleHotTopics .head {
  border-bottom: 2px solid #ddd;
}
.moduleHotTopics .head > h5 {
  padding: 8px;
  margin: 0;
}
.moduleHotTopics .inner {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.moduleHotTopics .checkbox {
  height: 18px;
  width: 18px;
  margin: auto !important;
}
.moduleHotTopics .btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
/* URL SHORTENER */
.moduleUrlShortener .url-container {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding: 2rem;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 4px #ccc;
          box-shadow: 0 1px 4px #ccc;
  font-size: 1rem;
}
.moduleUrlShortener .url-wrapper {
  display: table;
  width: 100%;
  max-width: 680px;
  margin: 0 auto 16px;
}
.moduleUrlShortener .url {
  display: table-cell;
  height: 56px;
  width: 100%;
  padding: 10px 16px;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #ccc;
  border-right: 0;
  border-radius: 3px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  font-size: 18px;
}
.moduleUrlShortener ::-webkit-input-placeholder {
  color: #ccc;
}
.moduleUrlShortener ::-moz-placeholder {
  color: #ccc;
}
.moduleUrlShortener ::-ms-input-placeholder {
  color: #ccc;
}
.moduleUrlShortener ::placeholder {
  color: #ccc;
}
.moduleUrlShortener .button-wrapper {
  display: table-cell;
  width: 1%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}
.moduleUrlShortener .button {
  height: 56px;
  padding: 10px 16px;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 16px;
}
.moduleUrlShortener .reset {
  height: 56px;
  padding: 10px 16px;
  border-radius: 3px;
  font-size: 16px;
}
.moduleUrlShortener .link {
  color: #e4871b;
  font-weight: 700;
}
.moduleUrlShortener p {
  margin-bottom: 0;
}
/* Post Create/Edit Header */
.post-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.post-header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-header-title-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.post-header-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-left: auto;
}
.message-content-cell img {
  max-width: 100px;
}
.post-schedule-reschedule-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.post-schedule-reschedule-publication-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  row-gap: 5px;
  width: 80%;
}
.post-schedule-reschedule-publication-date label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 12px;
  margin-bottom: 0px !important;
}
.reschedule-original-post {
  -webkit-text-decoration: underline overline #f89500 1.5px;
          text-decoration: underline overline #f89500 1.5px;
}
.reschedule-data-error {
  color: #ff0d0deb;
  font-weight: bold;
}
.reschedule-data-warning {
  color: #e98f04d4;
  font-weight: bold;
}
.reschedule-data-valid {
  color: #1dab1d !important;
  font-weight: bold;
}
.btn-publication-date {
  color: #f3f3f3;
  background-color: #e38d10;
  border-color: #bb7724;
}
.btn-publication-date:hover:not(.active) {
  color: #ebebeb !important;
  background-color: #e38d10ed;
  text-decoration: none;
}
.btn-publication-date.active {
  color: #efe9e9;
  background-color: #e58e10c4;
  border-color: #cd8327;
}
.input-group.publication-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
datetime-picker.invalid .datetimepicker-container input {
  border-color: #e91717 !important;
  background-color: #ff313117 !important;
}
.reschedule-table {
  width: 80%;
}
.post-scheduled-status {
  padding: 0 !important;
  position: relative;
}
.post-scheduled-status .post-scheduled-bar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-scheduled-status .post-scheduled-bar-container .post-scheduled-bar-filler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  background-color: #F7F7F9;
}
.post-scheduled-status .post-scheduled-bar-container .post-scheduled-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 87%;
  width: 0.38em;
  -webkit-clip-path: polygon(100% 10%, /* Top-right corner */ 0 0, /* Top-left corner */ 0 100%, /* Bottom-left corner */ 100% 90% /* Bottom-right corner */);
          clip-path: polygon(100% 10%, /* Top-right corner */ 0 0, /* Top-left corner */ 0 100%, /* Bottom-left corner */ 100% 90% /* Bottom-right corner */);
}
.post-scheduled-status .post-scheduled-bar.version.success {
  background-color: #53b353;
}
.post-scheduled-status .post-scheduled-bar.success {
  background-color: #53b353;
}
.post-scheduled-status .post-scheduled-bar.version.error {
  background-color: red;
}
.post-scheduled-status .post-scheduled-bar.error {
  background-color: red;
}
.post-scheduled-status .post-scheduled-bar.warn {
  background-color: #e3bc0cf0;
}
.post-scheduled-status .post-scheduled-bar.version.warn {
  background-color: #e3bc0cf0;
}
.post-scheduled-status .post-scheduled-bar-container {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.post-scheduled-status .post-scheduled-bar-container.original-post {
  background-color: inherit;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.scheduled-post-success-row {
  background-color: #7bdb7b82;
}
.scheduled-post-versions-button.btn-has-versions {
  background-color: #2d749b;
  color: #f8f8f8;
}
.scheduled-post-versions-button.btn-no-versions {
  background-color: #3c7493e0;
  color: #f8f8f8;
}
.post-schedule-force-publish-button {
  background-color: #f1bf12;
  border-color: #c19b18;
  color: #ffffff;
}
.post-schedule-force-publish-button:hover {
  background-color: #f8ca24;
  border-color: #c19b18;
  color: #ffffff;
}
.scheduled-post-warn-row {
  background-color: #deef3887;
}
.scheduled-post-error-row {
  background-color: #f59e9eb8;
}
.post-search-form-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  row-gap: 12px;
  margin-bottom: 24px;
}
.post-search-form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 160px;
          flex: 1 0 160px;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  max-width: 240px;
  min-width: 160px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-search-form-field label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
}
.clickable-scheduled-post-icon {
  cursor: pointer;
}
.clickable-scheduled-post-icon.success {
  color: #46b70be6 !important;
}
.clickable-scheduled-post-icon.success:hover {
  color: #38910df2 !important;
}
.clickable-scheduled-post-icon.warn {
  color: #f3b304f1 !important;
}
.clickable-scheduled-post-icon.warn:hover {
  color: #e7ad0df0 !important;
}
.clickable-scheduled-post-icon.error {
  color: #c00404f3 !important;
}
.clickable-scheduled-post-icon.error:hover {
  color: #ea0a0ad4 !important;
}
.modal-body.published-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.modal-body.published-post .published-post-social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
.modal-body.published-post .published-post-social-media .published-post-social-media-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 4px;
  font-size: 18px;
  font-weight: 500;
  color: #7F7F7F;
}
.modal-body.published-post .published-post-social-media .published-post-social-media-buttons button[disabled="disabled"] {
  cursor: initial;
  color: #428bca47 !important;
}
.social-media-button {
  padding: 0;
  border: 0;
  color: #428bca !important;
}
.confirm-schedule-cancel,
.confirm-edit-scheduled-post-succeeded-cancel,
.create-scheduled-post-succeeded-cancel,
.add-version-succeeded-cancel,
.published-post-succeeded-cancel,
.pending-post-succeeded-cancel,
.delete-event-cancel,
.delete-draft-cancel,
.delete-post-with-versions-cancel,
.delete-b2b-report-cancel,
.delete-post-actions,
.delete-version-actions,
.delete-original-post-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
}
.confirm-schedule-actions,
.confirm-edit-scheduled-post-succeeded-actions,
.create-scheduled-post-succeeded-actions,
.add-version-succeeded-actions,
.pending-post-succeeded-actions,
.published-post-succeeded-actions,
.delete-event-actions,
.delete-draft-actions,
.delete-post-with-version-actions,
.delete-b2b-report-actions,
.delete-post-cancel,
.delete-version-cancel,
.delete-original-post-cancel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
}
.confirm-schedule-actions button,
.confirm-edit-scheduled-post-succeeded-actions button,
.create-scheduled-post-succeeded-actions button,
.add-version-succeeded-actions button,
.pending-post-succeeded-actions button,
.published-post-succeeded-actions button,
.delete-event-actions button,
.delete-draft-actions button,
.delete-post-with-version-actions button,
.delete-b2b-report-actions button,
.delete-post-cancel button,
.delete-version-cancel button,
.delete-original-post-cancel button,
.confirm-schedule-actions a,
.confirm-edit-scheduled-post-succeeded-actions a,
.create-scheduled-post-succeeded-actions a,
.add-version-succeeded-actions a,
.pending-post-succeeded-actions a,
.published-post-succeeded-actions a,
.delete-event-actions a,
.delete-draft-actions a,
.delete-post-with-version-actions a,
.delete-b2b-report-actions a,
.delete-post-cancel a,
.delete-version-cancel a,
.delete-original-post-cancel a {
  margin: 0px 0px 0px 0px;
}
.reschedule-post-link a {
  color: #333;
}
.reschedule-post-link a:hover {
  color: #575555;
  text-decoration: none;
}
.alert-containers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  max-width: 40%;
  margin-left: 4px;
}
.post-alert-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  max-width: 40%;
  row-gap: 4px;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  margin-left: 8px;
}
.post-alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  height: 20px;
}
.post-alert-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2px;
  width: 10px;
  font-size: 100%;
}
.post-alert-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  padding: 2px;
  border-style: solid;
  border-width: 2px;
  border-radius: 5px;
}
.post-alert-icon.warning-publish .fa {
  color: #ffb706;
}
.post-alert-message.warning-publish {
  color: #ffffff;
  background-color: #cb3737f3;
  border-color: #cd1010f3;
}
.post-alert-icon.alert-publish .fa {
  color: #c00404f3;
}
.post-alert-message.alert-publish {
  color: #ffffff;
  background-color: #c00404f3;
  border-color: #c00404f3;
}
.post-alert-icon.auto-save-draft .fa {
  color: #4f4f4f;
}
.datetimepicker-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.datetimepicker-container .date {
  width: 105px;
}
.datetimepicker-container .time-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
.datetimepicker-container .time-container input[type="number"]::-webkit-inner-spin-button,
.datetimepicker-container .time-container input[type="number"]::-webkit-outer-spin-button,
.datetimepicker-container .time-container input[type="number"]::-webkit-clear-button {
  -webkit-appearance: none;
  appearance: none;
}
.datetimepicker-container .time-container input[type="number"] {
  text-align: center;
}
.datetimepicker-container .time-container span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.post-alert-message.auto-save-draft {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.post-alert-message.auto-save-draft {
  -webkit-animation: fadeInOut 5s linear 0.7s forwards;
          animation: fadeInOut 5s linear 0.7s forwards;
}
.fade-in-out-transition {
  -webkit-animation: fadeInOut 5s linear 0.7s forwards;
          animation: fadeInOut 5s linear 0.7s forwards;
}
div.btn-group span.dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
div.btn-group span.dropdown-toggle i {
  margin-right: 0px !important;
}
.dropdown-menu.dropdown-left {
  left: auto;
  right: 0;
}
.dropdown-menu li a {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.dropdown-menu li a[disabled="disabled"] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: initial;
  color: #b1aeae;
}
.action-buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  white-space: nowrap;
}
.action-buttons-container .action-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tags-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
}
.btn.tags {
  color: #31708f;
  background-color: #d9edf7;
  border: 1px solid #65bbc99e;
}
.chip {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  width: 82px;
  height: 24px;
  color: #31708f;
  padding-left: 4px;
  padding-right: 4px;
  background-color: #d9edf7;
  border: 1px solid #65bbc99e;
  border-radius: 4px;
}
.chip-more {
  display: inline-block;
  overflow: hidden;
  text-align: center;
  width: 24px;
  height: 24px;
  font-weight: 500;
  color: #336b87;
  padding-left: 6px;
  padding-right: 6px;
  background-color: #a7e2ff;
  border: 1px solid #458d99eb;
  border-radius: 4px;
}
.history-json-data {
  width: 100%;
  text-align: left;
  border-radius: 4px;
  border: 1px solid #ccc;
  min-height: 150px;
}
.operation-status {
  position: relative;
  padding: 0px !important;
}
.operation-status .operation-status-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.operation-status .operation-status-container .operation-status-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 87%;
  width: 0.38em;
  -webkit-clip-path: polygon(100% 10%, /* Top-right corner */ 0 0, /* Top-left corner */ 0 100%, /* Bottom-left corner */ 100% 90% /* Bottom-right corner */);
          clip-path: polygon(100% 10%, /* Top-right corner */ 0 0, /* Top-left corner */ 0 100%, /* Bottom-left corner */ 100% 90% /* Bottom-right corner */);
}
.operation-status-bar.edit {
  background-color: #E4871B;
}
.operation-status-bar.read {
  background-color: #8f8f8f;
}
.operation-status-bar.create {
  background-color: #338473;
}
.operation-status-bar.delete {
  background-color: #087dd2;
}
.operation-status-bar.publish-scheduled {
  background-color: #239804;
}
.operation-status-bar.publish-manual {
  background-color: #bdb107;
}
.operation-status-bar.publish-forced {
  background-color: #e05409;
}
.operation-status-bar.version-added {
  background-color: #acea7b;
}
.operation-status-bar.scheduled-post-created {
  background-color: #315e14;
}
.operation-status-bar.version-modified {
  background-color: #f1b06c;
}
.operation-status-bar.version-removed {
  background-color: #8bc7f3;
}
.preview-post-html-button {
  cursor: pointer;
  color: #3a91df;
}
.preview-image-container {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.preview-image-container img {
  width: 100%;
}
.post-table {
  width: 100%;
}
.post-table td:first-child {
  width: 18%;
}
.post-table td:nth-child(2) {
  width: 100%;
}
.tooltip .tooltip-inner {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    /* Hide the element after the animation */
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    /* Hide the element after the animation */
  }
}
.cke_button_icon.cke_button__module_faqs_cke_icon::before {
  content: "\f29c";
}
.cke_button_icon.cke_button__module_calendar_event_cke_icon::before {
  content: "\f271";
}
.cke_button_icon.cke_button__module_related_cke_icon::before {
  content: "\f022";
}
.cke_button_icon.cke_button__module_currencyprices_cke_icon::before {
  content: "\f155";
}
.cke_fa-icons,
span[class^="cke_button_icon cke_button__module"] {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  font-size: 0px !important;
}
.cke_fa-icons::before,
span[class^="cke_button_icon cke_button__module"] {
  font: normal normal normal 14px / 1 FontAwesome !important;
}
.cke_dialog_ui_labeled_content,
.cke_dialog_ui_input_select,
.related-post-tag-selector {
  width: 100% !important;
}
.related-post-post-label,
.currency-price-label {
  border: none !important;
  background: initial !important;
  cursor: default !important;
  pointer-events: none !important;
}
.related-post-post-label:active,
.currency-price-label:active {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.related-post-post-label span,
.currency-price-label span {
  cursor: default !important;
}
.line-separator {
  border-top: 1px solid #bdbbbb !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  margin-left: 10px !important;
}
.cke_disabled.generate-currency-price-button {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
  color: #919191 !important;
  background: #e7e7e7 !important;
  cursor: default !important;
}
.cke_disabled.generate-currency-price-button:active,
.cke_disabled.generate-currency-price-button:focus {
  border-color: initial !important;
  outline: initial !important;
  -webkit-box-shadow: initial !important;
          box-shadow: initial !important;
}
.cke_disabled.generate-currency-price-button span {
  cursor: default !important;
}
.cke-dialog-info-message-field {
  padding-top: 2.5px !important;
  padding-left: 10px !important;
  padding-bottom: 2.5px !important;
}
.highlight-list-header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}
.highlight-list-header-container .highlight-list-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 15px;
}
.highlight-list-header-container .highlight-list-label label {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.highlight-list-header-container .highlight-list-select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 15px;
}
.highlight-list-header-container .highlight-list-buttons {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.highlight-list-header-container .highlight-list-buttons .btn {
  margin-right: 5px;
}
.highlight-list-header-container .highlight-list-buttons .btn:last-child {
  margin-right: 0;
}
.highlight-list-header-container .highlight-list-buttons .btn-overwritten {
  color: #fff;
  background-color: #e38d10;
  border-color: #bb7724;
}
.highlight-list-header-container .highlight-list-buttons .btn-overwritten:hover:not(.active) {
  color: #fff !important;
  background-color: #e38d10ed;
  text-decoration: none;
}
.highlight-list-header-container .highlight-list-buttons .btn-overwritten.active {
  color: #fff;
  background-color: #dba557c4;
  border-color: #cd8327;
  cursor: auto;
}
.highlight-list-header-container .highlight-list-buttons .btn-group {
  margin-right: 5px;
}
.highlight-list-header-container .highlight-list-buttons .btn-group label {
  margin-right: 0;
  margin-left: 0;
}
/*# sourceMappingURL=content/css/site.css.map */