.get-started {
  margin: 20px 0;
  color: #666;
  font-size: 11px;
  text-align: center;
}

.get-started a {
  color: #666;
}

#wysihtml5-editor-toolbar {
  position: relative;
}


header {
  border-radius: 15px;
  -webkit-border-radius: 15px; 
  -moz-border-radius: 15px;
  /*position: relative;*/
  z-index: 1; 
  left: 10%;   
  /*width: 80%;*/
  height: -20%; 
  margin-top: 2%;
  background: rgba(255,255,255,0.7); 
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.3) inset;
  text-align: center; 
  /*margin: 1.25rem;*/
}

[data-wysihtml5-command],
[data-wysihtml5-action],
.fore-color {  
  position: relative;
  list-style: none;
  font-size: 12px;
  display: inline-block;
  cursor: pointer;
  height: 40px;
  width: 45px;
  -webkit-filter: invert(0%);
  filter: invert(0%);
}

[data-wysihtml5-command]::after,
[data-wysihtml5-action]::after,
.fore-color::after {
  content: "";
  background-image: url(../img/toolbar.png);
  background-repeat: no-repeat;
  position: absolute; 
  left: 0%;
  right: 0;
  top: 0; 
  bottom: 0;
}

[data-wysihtml5-command].command:hover {
	-webkit-filter: invert(100%);
	filter: invert(100%);
}

[data-wysihtml5-command="bold"]::after {
  background-position: 0px;
}

[data-wysihtml5-command="italic"]::after {
  background-position: -70px center;
}

[data-wysihtml5-command="insertUnorderedList"]::after {
  background-position: -135px center;
}

[data-wysihtml5-command="insertOrderedList"]::after {
  background-position: -215px center;
}

[data-wysihtml5-command="formatBlock"][data-wysihtml5-command-value="h1"]::after {
  background-position: -365px center;
}

[data-wysihtml5-command="formatBlock"][data-wysihtml5-command-value="h2"]::after {
  background-position: -450px center;
}

[data-wysihtml5-command="createLink"]::after {
  background-position: -290px center;
}

[data-wysihtml5-command="insertImage"]::after {
  background-position: -540px center;
}

.fore-color::after {
  background-position: -760px center;
}

[data-wysihtml5-command="insertSpeech"]::after {
  background-position: -596px center;
}

[data-wysihtml5-action="change_view"]::after {
  background-position: -690px center;
}

.fore-color ul {
  display: none;
  position: absolute;
  z-index: 2;
  top: 40px;
  right: -1px;
  left: -2px;
  border-top: 0;
  background: #fff;
  overflow: hidden;
}

.fore-color li {
  display: block;
  margin: 3px;
  width: auto;
  border: 0;
  height: 15px;
}

.fore-color li:hover {
	-webkit-box-shadow: 0 0 10px 1px white inset !important; 
	-moz-box-shadow: 0 0 10px 1px white inset important; 
	box-shadow: 0 0 10px 1px white inset important;
}

.fore-color li::after {
  display: none;
}

.fore-color:hover ul {
  display: block;
  background: white; 
}

.fore-color [data-wysihtml5-command-value="black"] {
  background: black !important;
}

.fore-color [data-wysihtml5-command-value="silver"] {
  background: silver !important;
}

.fore-color [data-wysihtml5-command-value="gray"] {
  background: gray !important;
}

.fore-color [data-wysihtml5-command-value="maroon"] {
  background: maroon !important;
}

.fore-color [data-wysihtml5-command-value="red"] {
  background: red !important;
}

.fore-color [data-wysihtml5-command-value="purple"] {
  background: purple !important;
}

.fore-color [data-wysihtml5-command-value="green"] {
  background: green !important;
}

.fore-color [data-wysihtml5-command-value="olive"] {
  background: olive !important;
}

.fore-color [data-wysihtml5-command-value="navy"] {
  background: navy !important;
}

.fore-color [data-wysihtml5-command-value="blue"] {
  background: blue !important;
}

.fore-color .wysihtml5-command-active {
  
}

.wysihtml5-commands-disabled .fore-color ul {
  display: none;
}

.wysihtml5-action-active,
.wysihtml5-command-active {
  border-radius: 10px; 
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2) inset;
  background: #eee !important;
}

.wysihtml5-commands-disabled [data-wysihtml5-command],
.wysihtml5-commands-disabled .fore-color {
  opacity: 0.4;
  cursor: default;
  background-image: none !important;
}

[data-wysihtml5-dialog] {
  color: #333;
  z-index: 2; 
  font-size: 18px;
  text-align: center;
  -moz-border-radius: 10px; 
  -webkit-border-radius: 10px; 
  border-radius: 15px;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 5px 10px;
  background: rgba(255,251,224,0.5);
  position: absolute;
  left: 10%; 
  width: 80%;
  margin-top: 5%; 
  text-align: center;
  top: 45px;
}

[data-wysihtml5-dialog] input {
  margin-left: 10%;
  color: #333;
  border: 1px solid #ccc;
  padding: 3px;
  width: 80%;
}

[data-wysihtml5-dialog] input:focus {
  outline: 0;
  border: 1px solid #666;
}

[data-wysihtml5-dialog-action] {
  padding: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;  
  -moz-border-radius: 10px; 
  -webkit-border-radius: 10px; 
  border-radius: 10px;
  text-decoration: none;

}

[data-wysihtml5-dialog-action="save"] {
  background: green;
  padding: 1% 5% 1% 5%;
}

[data-wysihtml5-dialog-action="cancel"] {
  background: red;
  padding: 1% 3% 1% 3%;
}

[data-wysihtml5-dialog-action]:hover {
	-webkit-box-shadow: 0 0 10px 1px lightgrey inset; 
	-moz-box-shadow: 0 0 10px 1px lightgrey inset; 
	box-shadow: 0 0 10px 1px lightgrey inset;
	color: white; 
}

section.text_area_editor {
  width: 100%;
  margin-top: 2%; 
  bottom: 0;
}

section.text_area_editor textarea{ 
	height: 200px; 
	overflow-y: auto; 
	border: none; 
}

iframe::-webkit-scrollbar {
	border: 5px; 
}

iframe::-webkit-scrollbar-track {
	background: rgba(0,0,0,0.2);
}

iframe::-webkit-scrollbar-thumb {
	background: rgba(255,255,255,0.8);
	border-radius: 15px;
}

object::-webkit-scrollbar {
	border: 3px; 
}

object::-webkit-scrollbar-track {
	background: rgba(0,0,0,0.2);
}

object::-webkit-scrollbar-thumb {
	background: rgba(0,0,0,0.5);
	border-radius: 15px;
}


textarea {
  width: 100%;
  height: 50%;
  background: transparent; 
  resize: none;
  -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.5) inset; 
  -moz-box-shadow: 0 0 10px 2px rgba(0,0,0,0.5) inset; 
  box-shadow: 0 0 10px 2px rgba(0,0,0,0.5) inset; 
  -webkit-border-radius: 15px; 
  -moz-border-radius: 15px; 
  border-radius: 15px; 
  white-space: pre;
  word-wrap: break-word;
}

textarea:focus {
  color: white; 
  box-shadow: 0 0 4px 5px rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.4);
}

a.fork {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
}

.entry_img {

}

#wysihtml5-editor-toolbar ul {
	margin: 0; 
}