/*!
 *
 * jQuery TE 1.4.0 , http://jqueryte.com/
 * Copyright (C) 2013, Fatih Koca (fattih@fattih.com), (http://jqueryte.com/about)

 * jQuery TE is provided under the MIT LICENSE.
 *
*/

/* editor's general field */
.jqte {
	border: 1px solid #ced4da;
 border-radius: .25rem;
 border-radius: .25rem;
 -webkit-border-radius: .25rem;
 -moz-border-radius: .25rem;
	background: #fff;
	padding-bottom: 67px;
	position: relative;
}
.jqte * {
}
.jqte_focused {
	outline: 0;
 box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}
/* toolbar */
.jqte_toolbar {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	padding: 15px;
	padding-bottom: 0px;
}
.jqte_tool {
	float: left;
	margin: 0;
	padding: 0;
	cursor: pointer;
	margin: 0px 15px 15px 0px;
}
.jqte_tool, .jqte_tool_icon, .jqte_tool_label {
	border: #EEE 1px solid;
}
.jqte_hiddenField {
	display: none
}
.jqte_tool_icon {
	display: block;
	width: 35px;
	height: 35px;
	border: 0;
	background: url(../images/jquery-te.png) no-repeat;
}
.jqte_tool.jqte_tool_1 .jqte_tool_label {
	position: relative;
	display: block;
	padding: 3px 10px;
	width: 120px;
	height: 35px;
	border: 0;
	overflow: hidden;
}
.jqte_tool.jqte_tool_1 .jqte_tool_text {
	color: #000;
}
.jqte_tool.jqte_tool_1 .jqte_tool_icon {
	position: absolute;
	top: 15px;
	right: 12px;
	width: 6px;
	height: 4px;
	background-position: -19px -23px;
	border: none;
	border-radius: none;
	-webkit-border-radius: none;
	-moz-border-radius: none
}
.jqte_tool.jqte_tool_2 .jqte_tool_icon {
	background: none;
	background: url(../images/iconsiz.png) no-repeat;
}
.jqte_tool.jqte_tool_3 .jqte_tool_icon {
	background: none;
	background: url(../images/iconcolor.png) no-repeat;
}
.jqte_tool.jqte_tool_4 .jqte_tool_icon {
	background: url(../images/boldtext.png) no-repeat;
}
.jqte_tool.jqte_tool_5 .jqte_tool_icon {
	background: url(../images/artcal.png) no-repeat;
}
.jqte_tool.jqte_tool_7.unselectable, .jqte_tool.jqte_tool_8.unselectable, .jqte_tool.jqte_tool_9.unselectable, .jqte_tool.jqte_tool_10.unselectable, .jqte_tool.jqte_tool_11.unselectable, .jqte_tool.jqte_tool_12.unselectable, .jqte_tool.jqte_tool_16.unselectable, .jqte_tool.jqte_tool_18.unselectable, .jqte_tool.jqte_tool_19.unselectable, .jqte_tool.jqte_tool_20.unselectable, .jqte_tool.jqte_tool_21.unselectable {
	display: none;
}
.jqte_tool.jqte_tool_6 .jqte_tool_icon {
	background: url(../images/textline.png) no-repeat;
}
.jqte_tool.jqte_tool_7 .jqte_tool_icon {
	background-position: -110px 0
}
.jqte_tool.jqte_tool_8 .jqte_tool_icon {
	background-position: -132px 0
}
.jqte_tool.jqte_tool_9 .jqte_tool_icon {
	background-position: -154px 0
}
.jqte_tool.jqte_tool_10 .jqte_tool_icon {
	background-position: -176px 0
}
.jqte_tool.jqte_tool_11 .jqte_tool_icon {
	background-position: -198px 0
}
.jqte_tool.jqte_tool_12 .jqte_tool_icon {
	background-position: -220px 0
}
.jqte_tool.jqte_tool_13 .jqte_tool_icon {
	background: url(../images/lefttext.png) no-repeat;
}
.jqte_tool.jqte_tool_14 .jqte_tool_icon {
	background: url(../images/centertext.png) no-repeat;
}
.jqte_tool.jqte_tool_15 .jqte_tool_icon {
	background: url(../images/righttext.png) no-repeat;
}
.jqte_tool.jqte_tool_16 .jqte_tool_icon {
	background-position: -308px 0
}
.jqte_tool.jqte_tool_17 .jqte_tool_icon {
	background: url(../images/linktext.png) no-repeat;
}
.jqte_tool.jqte_tool_18 .jqte_tool_icon {
	background-position: -352px 0
}
.jqte_tool.jqte_tool_19 .jqte_tool_icon {
	background-position: -374px 0
}
.jqte_tool.jqte_tool_20 .jqte_tool_icon {
	background-position: -396px 0
}
.jqte_tool.jqte_tool_21 .jqte_tool_icon {
	background-position: -418px 0
}
.jqte_tool:hover {
	background-color: #FFF;
}
.jqte_tool:hover .jqte_tool_icon, .jqte_tool:hover .jqte_tool_label {
}
.jqte_tool:active .jqte_tool_icon, .jqte_tool:active .jqte_tool_label {
}
.jqte_tool.jqte_tool_1:hover .jqte_tool_icon, .jqte_tool.jqte_tool_1:active .jqte_tool_icon {
	border: none
}
.jqte_tool_depressed {
	background-color: #DDD;
}
.jqte_tool_depressed .jqte_tool_icon {
}
.jqte_tool_depressed:hover {
	background-color: #EEE
}
/* link form area */
.jqte_linkform {
	float: left;
	width: 100%;
	padding: 5px 10px;
	background: #fafafa;
	border-radius: 5px 5px 0px 0px;
	border-bottom: #ced4da 1px solid;
}
.jqte_linktypeselect {
	position: relative;
	float: left;
	width: 120px;
	background: #fff;
	cursor: pointer
}
.jqte_linktypeselect:Active {
	background: #FFF
}
.jqte_linktypeview {
	padding: 3px 5px;
	border: #ddd 1px solid;
	color: #777;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	outline: none
}
.jqte_linktypetext {
	font-size: 12px;
}
.jqte_linktypearrow {
	position: absolute;
	bottom: 15px;
	right: 12px;
	width: 7px;
	height: 6px;
	margin: 0 auto;
	background: url(../images/jquery-te.png) -7px -23px no-repeat;
}
.jqte_linktypes {
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	width: 120px;
	background: #FFF;
	border: #ddd 1px solid;
}
.jqte_linktypes a {
	display: block;
	padding: 4px 5px;
	font-size: 12px;
}
.jqte_linktypes a:hover {
	background: #7dc8c8;
	color: #fff;
}
.jqte_linkinput {
	float: left;
	margin: 0 5px;
	padding: 3px 5px;
	width: 200px;
	background: #fff;
	border: #ddd 1px solid;
	color: #777;
	font-size: 12px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	outline: none;
}
.jqte_linkinput:focus, .jqte_linkinput:hover {
	background: #FFF;
}
.jqte_linkbutton {
	float: left;
	padding: 3px 12px;
	background: #7dc8c8;
	border: 1px solid #5eb3b3;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.jqte_linkbutton:hover {
	background: #6e5f57;
	border: 1px solid #6e5f57;
}
.jqte_linkbutton:active {
	background: #7dc8c8;
}
/* text format menu */
.jqte_formats {
	display: none;
	position: absolute;
	width: 180px;
	oveflow-x: hidden;
	overflow-y: auto;
	background: #FFF;
	border: #AAA 1px solid;
	box-shadow: 0 0 5px #AAA;
	-webkit-box-shadow: 0 0 5px #AAA;
	-moz-box-shadow: 0 0 5px #AAA;
	z-index: 100;
	bottom: 50px;
}
.jqte_format {
	display: block;
	padding: 4px 7px;
	font-size: 13px
}
.jqte_format:hover {
	background: #DDD
}
.jqte_format_1, .jqte_format_2, .jqte_format_3, .jqte_format_4, .jqte_format_5, .jqte_format_6 {
	font-weight: bold
}
.jqte_format_1 {
	font-size: 22px
}
.jqte_format_2 {
	font-size: 20px
}
.jqte_format_3 {
	font-size: 18px
}
.jqte_format_4 {
	font-size: 16px
}
.jqte_format_5 {
	font-size: 14px
}
.jqte_format_6 {
	font-size: 12px
}
.jqte_format_7 {
	font-family: "Courier New", Courier, monospace
}
/* font size menu */
.jqte_fontsizes {
	display: none;
	position: absolute;
	width: 180px;
	height: 198px;
	oveflow-x: hidden;
	overflow-y: auto;
	background: #FFF;
	border: #AAA 1px solid;
	box-shadow: 0 0 5px #AAA;
	-webkit-box-shadow: 0 0 5px #AAA;
	-moz-box-shadow: 0 0 5px #AAA;
	bottom: 50px;
}
.jqte_fontsize {
	display: block;
	padding: 3px 7px;
}
.jqte_fontsize:hover {
	background: #DDD
}
/* color pallette */
.jqte_cpalette {
	display: none;
	position: absolute;
	padding: 6px;
	width: 144px;
	background: #FFF;
	border: #AAA 1px solid;
	box-shadow: 0 0 5px #AAA;
	-webkit-box-shadow: 0 0 5px #AAA;
	-moz-box-shadow: 0 0 5px #AAA;
	bottom: 50px;
}
.jqte_color {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	border: #FFF 1px solid;
}
.jqte_color:hover {
	border-color: #000
}
.jqte_colorSeperator {
	float: none;
	clear: both;
	height: 7px;
}
/* editor area */
.jqte_editor, .jqte_source {
	padding: 10px;
	background: #FFF;
	min-height: 350px;
	max-height: 350px;
	border-radius: 5px;
	overflow: auto;
	outline: none;
	word-wrap: break-word;
	-ms-word-wrap: break-word;
	resize: none;
}
.jqte_editor div, .jqte_editor p {
	margin: 0 0 7px
}
.jqte_editor a:link, .jqte_editor a:link * {
	color: #0066FF !important;
	text-decoration: underline;
}
.jqte_editor blockquote {
	margin-top: 0;
	margin-bottom: 7px
}
.jqte_editor img {
	float: left;
	margin: 0 10px 5px 0
}
.jqte_editor a[jqte-setlink], .jqte_editor a[jqte-setlink] * {
	background: #3297FD !important;
	color: #FFF !important
}
.jqte_editor h1, .jqte_editor h2, .jqte_editor h3, .jqte_editor h4, .jqte_editor h5, .jqte_editor h6, .jqte_editor pre {
	display: block;
	margin: 0 0 3px;
}
.jqte_editor h1, .jqte_editor h1 * {
	font-size: 26px
}
.jqte_editor h2, .jqte_editor h2 * {
	font-size: 24px
}
.jqte_editor h3, .jqte_editor h3 * {
	font-size: 22px
}
.jqte_editor h4, .jqte_editor h4 * {
	font-size: 20px
}
.jqte_editor h5, .jqte_editor h5 * {
	font-size: 18px
}
.jqte_editor h6, .jqte_editor h6 * {
	font-size: 15px
}
.jqte_editor pre, .jqte_editor pre * {
	font-family: "Courier New", Courier, monospace
}
/* source area */
.jqte_source, .jqte_source textarea {
	background: #FFF1E8
}
.jqte_source textarea {
	margin: 0 !important;
	padding: 0 !important;
	display: block !important;
	width: 100% !important;
	min-height: 100px;
	font-family: Courier, Arial, sans-serif !important;
	font-weight: normal;
	font-size: 15px;
	overflow: hidden !important;
	outline: none;
	resize: none;
}
.jqte_source textarea, .jqte_source textarea:focus {
	css_shadow: none !important;
	background: none !important;
	border: none !important;
}
/* title box */
.jqte_title {
	display: none;
	position: absolute;
	z-index: 9999;
	display: none;
}
.jqte_titleArrow {
	position: relative;
	display: none;
}
.jqte_titleArrowIcon {
	width: 7px;
	height: 6px;
	margin: 0 auto;
	background: url(../images/jquery-te.png) 0 -23px no-repeat;
	display: none;
}
.jqte_titleText {
	padding: 5px 7px;
	margin-top: 0;
	min-width: 5px;
	min-height: 1px;
	max-width: 400px;
	background: #000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	word-wrap: break-word;
	-ms-word-wrap: break-word;
	display: none;
}
.jqte_titleText, .jqte_titleText * {
	color: #FFF;
	font-size: 11px
}
/* placeholder */
.jqte_placeholder {
	position: relative;
	display: none;
}
.jqte_placeholder_text {
	position: absolute;
	top: 43px;
	left: 10px;
	font-size: 14px;
	color: #CCC;
}
.jqte_tool.jqte_tool_4.unselectable, .jqte_tool.jqte_tool_4.jqte_tool_icon {
	margin-right: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.jqte_tool.jqte_tool_5.unselectable, .jqte_tool.jqte_tool_5.jqte_tool_icon, .jqte_tool.jqte_tool_6.unselectable, .jqte_tool.jqte_tool_6.jqte_tool_icon, .jqte_tool.jqte_tool_13.unselectable, .jqte_tool.jqte_tool_14.unselectable {
	margin-left: -1px;
	margin-right: 0px;
}
.jqte_tool.jqte_tool_15.unselectable {
	margin-left: -1px;
}
.jqte_tool.jqte_tool_6.unselectable {
	margin-right: 15px;
}
