body {
	overflow-y:scroll;
}
h4 {
	margin:0 0 15px 0;
	font-weight:bold;
}
hr {
	margin:25px 0 15px 0;
	border:0;
	border-top:1px #E5E5E5 solid;
}
thead {
	background-color:#E5E5E5;
	border-top:2px #DDD solid;
}
a {
	cursor:pointer;
}
.table i {
	font-size:15px;
	margin-left:5px;
}
i.glyphicon-ok, i.glyphicon-pencil {
	color:#09C;
}
i.glyphicon-remove, i.glyphicon-ban-circle {
	color:#C00;
}

.error_box {
	border:1px #C00 solid !important;
}
.response {
	margin-bottom: 30px;
	position: relative;
	padding: 15px;
	border: 1px solid transparent;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}
.response.success {
	background-color: #33c570;
	border-color: #00B74C;
	padding:20px;
}
.response.error {
	background-color: #ff6259;
	border-color: #ff3b30;
	padding:20px;
}
#response_success, #response_error {
	margin:0;
	display:none;
}

/* Wysiwig Editor */
.wysicontainer {
	padding:10px;
	border:1px #DDD solid;
	margin-top:1px;
}
.wysihtml5_heading {
	margin-bottom:10px;
}
.wysihtml5, .wysihtml5_long {
	border:1px #CCC solid;
	padding:10px;
	width:100%;
	height:150px;
}
.wysihtml5_long {
	height:190px;
}

.toolbar {
	margin:5px 0 0 0;
	padding:0;
	display: block;
	background: #eee;
	position: relative;
	z-index: 1;
	background-image: linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 100%);
	background-image: -o-linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 100%);
	font-size: 0;
	height:40px;
	border-top:1px #DDD solid;
	border-right:1px #DDD solid;
}
.toolbar li {
	height:40px;
}
.commands {
	border-left: 1px solid #ddd;
	padding:0 !important;
}

[data-wysihtml5-command],
[data-wysihtml5-action],
.fore-color {
	position: relative;
	border-right: 1px solid #ddd;
	border-left: 1px solid #fff;
	list-style: none;
	font-size: 12px;
	display: inline-block;
	cursor: pointer;
	height: 40px;
	width: 68px;
}

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

[data-wysihtml5-command]:hover,
[data-wysihtml5-action]:hover,
.fore-color:hover {
	background-image: linear-gradient(bottom, rgb(229,240,226) 0%, rgb(255,255,255) 100%);
	background-image: -o-linear-gradient(bottom, rgb(229,240,226) 0%, rgb(255,255,255) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(229,240,226) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(229,240,226) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(229,240,226) 0%, rgb(255,255,255) 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="underline"]::after {
	background-position: -598px 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;
}