/**
 * SCEditor
 * http://www.ssceditor.com/
 *
 * Copyright (C) 2011-12, Sam Clarke (samclarke.com)
 *
 * SCEditor is licensed under the MIT license:
 *	http://www.opensource.org/licenses/mit-license.php
 */
@font-face {
  font-family: 'Roboto';
  src: url("../../fonts/Roboto-300.eot");
  src: url("../../fonts/Roboto-300.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto-300.woff2") format("woff2"), url("../../fonts/Roboto-300.woff") format("woff"), url("../../fonts/Roboto-300.ttf") format("truetype"), url("../../fonts/Roboto-300.svg#robotolight") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("../../fonts/Roboto-400.eot");
  src: url("../../fonts/Roboto-400.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto-400.woff2") format("woff2"), url("../../fonts/Roboto-400.woff") format("woff"), url("../../fonts/Roboto-400.ttf") format("truetype"), url("../../fonts/Roboto-400.svg#robotonormal") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("../../fonts/Roboto-500.eot");
  src: url("../../fonts/Roboto-500.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto-500.woff2") format("woff2"), url("../../fonts/Roboto-500.woff") format("woff"), url("../../fonts/Roboto-500.ttf") format("truetype"), url("../../fonts/Roboto-500.svg#robotomedium") format("svg");
  font-weight: 500;
  font-style: normal; }
.sceditor-button div:before,
div.sceditor-grip {
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; }

div.sceditor-grip:before {
  /*content: "┙";*/ }

.sceditor-html {
  font-family: 'Roboto', arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  /* must be at least 16px to prevent iOS zooming. Urgh */ }

.sceditor-html, .sceditor-html body {
  margin: 0;
  padding: 0;
  height: 100%; }

#comments textarea, .sceditor-container {
  position: relative;
  background-clip: padding-box;
  max-width: 100%;
  width: 100%;
  height: 190px;
  clear: both;
  resize: none;
  border-radius: 5px;
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  /*box-shadow: inset 0 3px 3px 0 rgba(0, 0, 0, 0.21);*/
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 300;
  font-family: Roboto, sans-serif;
  padding: 10px 10px 28px 10px;
  box-sizing: border-box;
  min-height: 140px; }

.sceditor-container div,
div.sceditor-dropdown,
div.sceditor-dropdown div {
  padding: 0;
  margin: 0; }

.sceditor-container iframe,
.sceditor-container textarea {
  border: 0;
  outline: none;
  padding: 0;
  resize: none;
  display: block;
  height: 140px;
  cursor: text; }

.sceditor-container iframe {
  max-width: 100%;
  margin: 0;
  z-index: 3; }

.sceditor-html body:focus {
  border-color: #0096D5; }

div.sceditor-resize-cover {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0.3; }

div.sceditor-grip {
  overflow: hidden;
  width: 10px;
  height: 10px;
  cursor: nwse-resize;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3; }

/**
	 * Dropdown styleing
	 */
div.sceditor-dropdown {
  position: absolute;
  border: 1px solid #ccc;
  background: #fff;
  color: #333;
  z-index: 4000;
  padding: 10px;
  line-height: 1;
  border-radius: 2px;
  background-clip: padding-box;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2); }
  div.sceditor-dropdown a, div.sceditor-dropdown a:link {
    color: #333; }
  div.sceditor-dropdown a:hover {
    background: #eee; }
  div.sceditor-dropdown form {
    margin: 0; }
  div.sceditor-dropdown label {
    display: block;
    color: #3c3c3c;
    padding: 4px 0; }
  div.sceditor-dropdown input, div.sceditor-dropdown textarea {
    outline: 0;
    padding: 4px;
    border: 1px solid #ccc;
    border-top-color: #888;
    margin: 0 0 .75em;
    border-radius: 1px;
    background-clip: padding-box; }
    div.sceditor-dropdown input:focus, div.sceditor-dropdown textarea:focus {
      border-color: #aaa;
      border-top-color: #666;
      box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1); }
  div.sceditor-dropdown textarea {
    padding: 6px; }
  div.sceditor-dropdown .button {
    font-weight: bold;
    color: #444;
    padding: 6px 12px;
    background: #ececec;
    border: solid 1px #ccc;
    border-radius: 2px;
    background-clip: padding-box;
    cursor: pointer;
    margin: .3em 0 0; }
    div.sceditor-dropdown .button:hover {
      background: #f3f3f3;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }

.sceditor-more {
  border-top: 1px solid #bbb;
  display: block;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  padding: 6px 0; }

div.sceditor-toolbar {
  overflow: hidden;
  line-height: 0;
  text-align: left;
  background-clip: padding-box;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 22px; }

.sceditor-button, .sceditor-button.icon {
  float: left;
  cursor: pointer;
  padding: 3px 5px;
  width: 26px;
  height: 26px;
  background-clip: padding-box;
  text-decoration: none;
  color: #999; }

.sceditor-button.active, .sceditor-button.icon.active, .sceditor-button:hover, .sceditor-button.icon:hover {
  color: #333; }

.ie .sceditor-button {
  text-indent: 0; }

.sceditor-button.disabled:hover {
  cursor: default;
  box-shadow: none; }

.sceditor-button,
.sceditor-button div {
  display: block;
  text-align: center; }

.sceditor-button div {
  margin: 2px 0;
  padding: 0;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  color: transparent; }

.sceditor-button.disabled div {
  opacity: 0.3; }

.text .sceditor-button,
.text .sceditor-button div,
.sceditor-button.text,
.sceditor-button.text div,
.text-icon .sceditor-button,
.text-icon .sceditor-button div,
.sceditor-button.text-icon,
.sceditor-button.text-icon div {
  width: auto;
  overflow: visible;
  line-height: 16px;
  font-size: 1em;
  color: inherit;
  text-indent: 0; }

.text .sceditor-button div,
.sceditor-button.text div {
  padding: 0 2px;
  background: none; }

.text-icon .sceditor-button div,
.sceditor-button.text-icon div {
  padding: 0 2px 0 20px; }

div.sceditor-grip {
  height: 16px;
  width: 16px; }

.sceditor-button div:before,
div.sceditor-grip:before {
  text-indent: 0;
  line-height: 17px;
  width: 16px;
  height: 16px;
  display: block;
  color: #999;
  text-shadow: 0 1px #fff; }

.sceditor-button.active div:before,
.sceditor-button:hover div:before,
div.sceditor-grip:before {
  color: #333; }

p {
  margin: 0;
  padding: 0; }
