ul.wysihtml5-toolbar {
	margin: 0;
	padding: 0;
	display: block;
}

ul.wysihtml5-toolbar::after {
	clear: both;
	display: table;
	content: "";
}

ul.wysihtml5-toolbar > li {
	float: left;
	display: list-item;
	list-style: none;
	margin: 0 5px 10px 0;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=bold] {
	font-weight: bold;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=italic] {
	font-style: italic;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=underline] {
	text-decoration: underline;
}

ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
	background-image: none;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
	background-color: #E6E6E6;
	background-color: #D9D9D9 9;
	outline: 0;
}

ul.wysihtml5-commands-disabled .dropdown-menu {
	display: none !important;
}


#wysihtml5-editor-toolbar {
    position: relative;
}
header {
    background: -moz-linear-gradient(center bottom , #EEEEEE 0%, #FFFFFF 100%) repeat scroll 0 0 #F6F6F6;
	margin-top:0px;
    display: block;
    font-size: 0;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 1;
}
.commands {
    margin:0;
	padding:0;
    display: inline-block;
}
[data-wysihtml5-command], [data-wysihtml5-action], .fore-color {
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #DDDDDD;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 30px;
    list-style: none outside none;
    position: relative;
    width: 68px;
}
[data-wysihtml5-command]:after, [data-wysihtml5-action]:after, .fore-color:after {
    background-image: url("../img/spr_toolbar_icons_r1.png");
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
[data-wysihtml5-command]:hover, [data-wysihtml5-action]:hover, .fore-color:hover {
    background-image: -moz-linear-gradient(center bottom , #E5F0E2 0%, #FFFFFF 100%);
}
[data-wysihtml5-command="bold"]:after {
    background-position: 24px center;
}
[data-wysihtml5-command="italic"]:after {
    background-position: -48px center;
}
[data-wysihtml5-command="insertUnorderedList"]:after {
    background-position: -115px center;
}
[data-wysihtml5-command="insertOrderedList"]:after {
    background-position: -197px center;
}
[data-wysihtml5-command="formatBlock"][data-wysihtml5-command-value="h1"]:after {
    background-position: -344px center;
}
[data-wysihtml5-command="formatBlock"][data-wysihtml5-command-value="h2"]:after {
    background-position: -428px center;
}
[data-wysihtml5-command="createLink"]:after {
    background-position: -271px center;
}
[data-wysihtml5-command="insertImage"]:after {
    background-position: -513px center;
}
.fore-color:after {
    background-position: -741px center;
}
[data-wysihtml5-command="insertSpeech"]:after {
    background-position: -596px center;
}
[data-wysihtml5-action="change_view"]:after {
    background-position: -670px center;
}

.fore-color ul {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: -moz-use-text-color #CCCCCC #CCCCCC;
    border-image: none;
    border-right: 1px solid #CCCCCC;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    display: none;
    left: -2px;
    overflow: hidden;
    position: absolute;
    right: -1px;
    top: 40px;
    z-index: 2;
}
.fore-color li {
    border: 0 none;
    display: block;
    height: 15px;
    margin: 3px;
    width: auto;
}
.fore-color li:after {
    display: none;
}
.fore-color:hover ul {
    display: block;
}
.fore-color [data-wysihtml5-command-value="silver"] {
    background: none repeat scroll 0 0 silver !important;
}
.fore-color [data-wysihtml5-command-value="gray"] {
    background: none repeat scroll 0 0 gray !important;
}
.fore-color [data-wysihtml5-command-value="maroon"] {
    background: none repeat scroll 0 0 maroon !important;
}
.fore-color [data-wysihtml5-command-value="red"] {
    background: none repeat scroll 0 0 red !important;
}
.fore-color [data-wysihtml5-command-value="purple"] {
    background: none repeat scroll 0 0 purple !important;
}
.fore-color [data-wysihtml5-command-value="green"] {
    background: none repeat scroll 0 0 green !important;
}
.fore-color [data-wysihtml5-command-value="olive"] {
    background: none repeat scroll 0 0 olive !important;
}
.fore-color [data-wysihtml5-command-value="navy"] {
    background: none repeat scroll 0 0 navy !important;
}
.fore-color [data-wysihtml5-command-value="blue"] {
    background: none repeat scroll 0 0 blue !important;
}
.fore-color .wysihtml5-command-active {
    outline: 1px solid #666666;
    outline-offset: 1px;
}
.wysihtml5-commands-disabled .fore-color ul {
    display: none;
}
.wysihtml5-action-active, .wysihtml5-command-active {
    background: none repeat scroll 0 0 #EEEEEE !important;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2) inset;
}
.wysihtml5-commands-disabled [data-wysihtml5-command], .wysihtml5-commands-disabled .fore-color {
    background-image: none !important;
    cursor: default;
    opacity: 0.4;
}
[data-wysihtml5-dialog] {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #f3f3f3;
    border: 1px solid #CCCCCC;
    color: #333333;
    font-size: 14px;
    padding: 8px 10px 5px 10px;
    position: absolute;
    text-align: center;
    top: 62px;
    width: 100%;
}
[data-wysihtml5-dialog] input {
    border: 1px solid #CCCCCC;
    color: #333333;
    padding: 3px;
    width: 300px;
}
[data-wysihtml5-dialog] input:focus {
    border: 1px solid #666666;
    outline: 0 none;
}
[data-wysihtml5-dialog-action] {
    color: #FFFFFF;
    cursor: pointer;
    padding: 4px;
}
[data-wysihtml5-dialog-action="save"] {
    background: none repeat scroll 0 0 #007200;
	padding:4px 15px;
	border-radius:4px;
}
[data-wysihtml5-dialog-action="cancel"] {
    background: none repeat scroll 0 0 #999999;
	padding:4px 15px;
	border-radius:4px;
}

.wysihtml5-editor{
	font-family:Tahoma;
}
.wysiwyg-font-bold{
	font-weight:bold;
}
