.content-editor-on-off-container {
  bottom: 160px;
  right: 0;
  position: fixed;
}
.content-editor-on-off-container .content-editor-on-off {
  border-radius: 100%;
  background-color: #ffc107;
  color: #fff;
  box-shadow: 0 0 10px #ccc;
  border: 0;
  width: 48px;
  height: 48px;
  text-align: center;
  font-size: 28px;
  padding: 0;
  margin: 0 26px 0 0;
}
.content-editor-on-off-container .content-editor-on-off:focus {
  outline: 0 !important;
}
.content-editor-on-off-container .content-editor-on-off-isOn {
  background-color: #2196f3;
}
.content-editor-instance-wrapper .content-editor-container button {
  width: 40px;
  height: 40px;
  border: none;
  background-color: #f5f5f5;
  border-radius: 100%;
  padding: 0;
  line-height: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
}
.content-editor-instance-wrapper .content-editor-container button:hover {
  background-color: #e0e0e0;
}
.content-editor-instance-wrapper .content-editor-container button:focus {
  background-color: #9e9e9e;
  outline: 0 !important;
}
.content-editor-instance-wrapper .content-editor-container .content-editor-edit-wrapper {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
/* Close button */
/* Destroy/delete button */
}
.content-editor-instance-wrapper .content-editor-container .content-editor-edit-wrapper .content-editor-edit-dim-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -99999em;
  right: -99999em;
  z-index: 300;
  background-color: rgba(0,0,0,0.2);
}
.content-editor-instance-wrapper .content-editor-container .content-editor-edit-wrapper .content-editor-edit-block {
  background-color: #fff;
  z-index: 301;
  position: relative;
  padding: 10px 60px 10px 10px;
  margin: 10px 0 10px 0;
  box-shadow: 0 0 15px #555;
}
.content-editor-instance-wrapper .content-editor-container .content-editor-edit-wrapper .content-editor-edit-block .content-editor-block-save-or-cancel button {
  text-transform: uppercase;
  width: auto;
  margin: 5px 10px 5px 0;
  height: 32px;
  text-align: center;
  border-radius: 2px;
  font-size: 16px;
  background-color: #fff;
  color: rgba(0,0,0,0.87);
  padding: 4px 12px;
}
.content-editor-instance-wrapper .content-editor-container .content-editor-edit-wrapper .content-editor-block-close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.content-editor-instance-wrapper .content-editor-container .content-editor-edit-wrapper .content-editor-block-destroy {
  position: absolute;
  right: 10px;
  top: 55px;
}
.content-editor-instance-wrapper .content-editor-container .content-editor-edit-wrapper .content-editor-block-destroy .content-editor-block-destroy-button:hover {
  background-color: #ff1744;
  color: #fff;
}
.content-editor-instance-wrapper .content-editor-container .content-editor-edit-wrapper .content-editor-block-destroy .content-editor-block-destroy-confirm {
  background-color: #ff1744;
  color: #fff;
}
.content-editor-instance-wrapper .content-editor-container .content-editor-view-block .content-editor-block-content {
  border: 1px solid transparent;
}
.content-editor-instance-wrapper .content-editor-container .content-editor-view-block .content-editor-block-footer button {
  text-transform: uppercase;
  width: auto;
  margin: 5px 10px 5px 0;
  height: 32px;
  text-align: center;
  border-radius: 2px;
  font-size: 16px;
  background-color: #fff;
  color: rgba(0,0,0,0.87);
  padding: 4px 12px;
}
.content-editor-instance-wrapper .content-editor-container .content-editor-edit-wrapper .component-editor-video-edit-input-label {
  font-size: small;
  font-weight: normal;
  display: block;
}
.content-editor-instance-wrapper .content-editor-container .content-editor-edit-wrapper .component-editor-text-edit-input-label {
  font-size: 12px;
  font-weight: normal;
  display: block;
}
.content-editor-instance-wrapper .content-editor-container .content-editor-edit-wrapper .component-editor-text-edit-input-tip {
  font-size: 10px;
  font-weight: normal;
  display: block;
  font-color: pallete('Black', 'Secondary Text');
}
.content-editor-instance-wrapper .content-editor-container .content-editor-edit-wrapper .component-editor-text-edit-input {
  width: 100%;
  height: 12em;
  font-size: 14px;
  padding: 8px;
}
.content-editor-instance-wrapper .content-editor-container .content-editor-edit-wrapper .component-editor-video-edit-input {
  border: 1px solid #777;
  width: 100%;
  margin: 10px 10px 10px 0;
  padding: 6px;
  font-size: 16px;
}
.content-editor-instance-wrapper .content-editor-container .content-editor-edit-wrapper .component-editor-video-edit-input:focus {
  border: 1px solid #ff5722;
  outline: 0 !important;
}
.content-editor-instance-wrapper .content-editor-container .content-editor-edit-wrapper .component-editor-video-edit-meta-thumb,
.content-editor-instance-wrapper .content-editor-container .content-editor-edit-wrapper .component-editor-video-edit-meta-details {
  margin-bottom: 6px;
}
.content-editor-instance-wrapper .content-editor-container .content-editor-edit-wrapper .component-editor-video-edit-meta-thumb >span,
.content-editor-instance-wrapper .content-editor-container .content-editor-edit-wrapper .component-editor-video-edit-meta-details >span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  width: 100%;
  overflow: elypsis;
  margin: 4px 0;
}
.content-editor-instance-wrapper .content-editor-container .content-editor-edit-wrapper .component-editor-video-edit-meta-thumb >span.component-editor-video-edit-meta-title,
.content-editor-instance-wrapper .content-editor-container .content-editor-edit-wrapper .component-editor-video-edit-meta-details >span.component-editor-video-edit-meta-title {
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-editor-instance-wrapper .content-editor-container .content-editor-edit-wrapper .component-editor-video-edit-meta-thumb >span.component-editor-video-edit-meta-author,
.content-editor-instance-wrapper .content-editor-container .content-editor-edit-wrapper .component-editor-video-edit-meta-details >span.component-editor-video-edit-meta-author {
  font-size: 10px;
  color: rgba(0,0,0,0.54);
}
.content-editor-instance-wrapper .content-editor-container .content-editor-edit-wrapper .component-editor-video-edit-meta-thumb >span.component-editor-video-edit-meta-description,
.content-editor-instance-wrapper .content-editor-container .content-editor-edit-wrapper .component-editor-video-edit-meta-details >span.component-editor-video-edit-meta-description {
  height: 5.8em;
  position: relative;
  overflow: hidden;
}
.content-editor-instance-wrapper .content-editor-container .content-editor-edit-wrapper .component-editor-video-edit-meta-thumb >span.component-editor-video-edit-meta-description p,
.content-editor-instance-wrapper .content-editor-container .content-editor-edit-wrapper .component-editor-video-edit-meta-details >span.component-editor-video-edit-meta-description p {
  margin: 0;
}
.content-editor-instance-wrapper .content-editor-container .content-editor-edit-wrapper .component-editor-video-edit-meta-thumb >span.component-editor-video-edit-meta-description:after,
.content-editor-instance-wrapper .content-editor-container .content-editor-edit-wrapper .component-editor-video-edit-meta-details >span.component-editor-video-edit-meta-description:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 1.2em;
  background: linear-gradient(to right, rgba(255,255,255,0), #fff 50%);
}
.content-editor-instance-wrapper .content-editor-container [data-type='video']:hover {
  background-color: #ffab91;
  color: rgba(0,0,0,0.87);
}
.content-editor-instance-wrapper .content-editor-container .content-editor-block-video .content-editor-block-save {
  background-color: #ff5722 !important;
  color: #fff !important;
}
.content-editor-instance-wrapper .content-editor-container .content-editor-block-video .content-editor-block-close {
  background-color: #ffab91;
}
.content-editor-instance-wrapper .content-editor-container .content-editor-block-video .content-editor-block-close:hover,
.content-editor-instance-wrapper .content-editor-container .content-editor-block-video .content-editor-block-close:focus {
  background-color: #ff8a65;
}
.content-editor-instance-wrapper .content-editor-container [data-type='text']:hover {
  background-color: #90caf9;
  color: rgba(0,0,0,0.87);
}
.content-editor-instance-wrapper .content-editor-container .content-editor-block-text .content-editor-block-save {
  background-color: #2196f3 !important;
  color: #fff !important;
}
.content-editor-instance-wrapper .content-editor-container .content-editor-block-text .content-editor-block-close {
  background-color: #90caf9;
}
.content-editor-instance-wrapper .content-editor-container .content-editor-block-text .content-editor-block-close:hover,
.content-editor-instance-wrapper .content-editor-container .content-editor-block-text .content-editor-block-close:focus {
  background-color: #64b5f6;
}
.content-editor-instance-wrapper .content-editor-container [data-type='close']:hover {
  background-color: #000;
  color: #fff;
}
.content-editor-instance-wrapper .content-editor-container-editing .content-editor-view-block:hover .content-editor-block-content {
  background-color: #bbdefb !important;
}
.content-editor-instance-wrapper .content-editor-container-editing .content-editor-view-block:hover .content-editor-block-footer button {
  background-color: #2196f3 !important;
  color: #fff !important;
}
/** fluidvid styles */
.fluidvids {
  display: block;
  width: 100%;
  max-width: 100%;
  position: relative;
}
.fluidvids iframe {
  vertical-align: bottom;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
