

/* CMS EDITOR STYLES */




.ckeditor.body {background:none;background-color:white}
.ckeditor.content {background:none;background-color:white}
.ckeditor.content {padding: 5px}
.ckeditor.content p:first-child {margin-top:0px}
.ckeditor.content .embeddedmedia {display:block; padding:10px; background-color:white; font-weight:normal; color:#000000; border: 1px dashed #909090}
.ckeditor.content .plugin, .ckeditor.content .cms-plugin {display:block; padding:10px; background-color:white; font-weight:bold; color:#000000; border: 1px dashed #909090}


.ckeditor.content .collapsible {background: transparent url('/_/images/131/e3/spritemap.png') no-repeat -39px -546px}
.ckeditor.content .collapsible + * {display:block; }

.ckeditor.content .cms-image.float-left {float:left}
.ckeditor.content .cms-image.float-right {float:right}

.ckeditor.content .cms-video {display:block; padding:10px;padding-left:10px; background-color:white; font-weight:bold; color:#000000; border: 1px dashed #909090; font-family: Arial, sans-serif;font-size:11px}
.ckeditor.content .cms-video img {height:30px;width:auto;margin-right:10px;vertical-align:middle;-ms-interpolation-mode: bicubic;}
.ckeditor.content .cms-video span {line-height:25px;vertical-align:bottom}

.ckeditor.content .cms-custom-html {color:#E0E0E0; padding:10px; background-color:#303030; font-weight:normal; display:block;font-size:12px;overflow-x:auto !important;white-space:nowrap !important;width:auto;z-index:0}
.ckeditor.content .cms-include {font-family: monospace; color:#FFFFFF; padding:10px; background-color:#909090; font-weight:normal; display:block;font-size:12px;overflow-x:auto !important;white-space:nowrap !important;width:auto;z-index:0}




  .content .icon {border:none;margin-right:5px;position:relative;top:2px}

  .ckeditor.content {font: 14px/17px 'Helvetica Neue', Helvetica, Arial, sans-serif}
  .ckeditor.content img.cms-image {max-width: 100%; width: auto}
  .ckeditor.content img.cms-image.float-left {margin: 0 1em 1em 0}
  .ckeditor.content A {text-decoration: none; color: #5a8ab4}
  .ckeditor.content A:hover {text-decoration: underline}


  .ckeditor.content ul, .ckeditor.content ol {
    padding: 0 20px;
    margin: 20px 0;
    clear: left;
  }
  .ckeditor.content li {
    margin: 10px 0; position: relative;
  }

  .ckeditor.content ul li:before {
    content: "";
    width: 9px;
    height: 9px;
    position: absolute;
    left: -20px;
    top: 3px;
    background-color: #5a8ab4;
  }

