
* { margin: 0; padding: 0; }

.fontSelect {
  background: none repeat scroll 0 0 #f5f5f5;
  border: 1px solid #cecece;
  cursor: pointer;
  display: block;
  float: left;
  height: auto;
  line-height: 40px;
  margin: 10px 0;
  padding: 3px;
  text-align: justify;
  width: 100%;
  z-index: 999;
  position:relative
}

.sizeSelector, .fontSelector, .colorSelector, .alignSelector {
  font-size:14px!important;
  margin:0 10px;
  display: inline-block;
}


.alignSelector{
	line-height:30px
}
.alignSelector i{
  font-size: 20px!important;
  margin-right:5px
}

.fontSelect span {
	overflow: hidden;
	margin-left: 5px;
}

.fontSelect .arrow-down {
	position: absolute;
	right: 10px;
	top: 14px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;

	border-top: 6px solid #AAA;
}

.fontSelectUl, .fontSizeSelectUl, .fontColorSelectUl {
	list-style: outside none none;
	width: auto;
	position: absolute;
	left: auto;
	top: 45px;
	padding: 10px;
	z-index: 5;
	background: #F5F5F5;
	border: 1px solid #dedede;
	box-shadow: 0px 0px 7px #ccc;
}

.fontSelectUl li, .fontSizeSelectUl li, .fontColorSelectUl li {
  cursor: pointer;
  font-size: 14px;
  height: auto;
  line-height: 1.2em;
  overflow: hidden;
  padding: 0 10px;
}

.fontSelectUl li:last-child , .fontSizeSelectUl li:last-child , .fontColorSelectUl li:last-child {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;

	border-bottom: 1px solid #EEEEEE;
}

.fontSelectUl li:hover , .fontSizeSelectUl li:hover, .fontColorSelectUl li:hover {
	background: #DDD;
}

.colorSelector {
  border: 1px solid #ccc;
  height: 25px;
  margin-top: 8px;
  padding: 0;
  text-indent: -5000px;
  vertical-align: top;
  width: 25px;
  background: rgb(20,95,201); /* Old browsers */
  background: -moz-linear-gradient(45deg,  rgba(20,95,201,1) 0%, rgba(82,188,67,1) 29%, rgba(234,222,49,1) 63%, rgba(239,0,23,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(20,95,201,1)), color-stop(29%,rgba(82,188,67,1)), color-stop(63%,rgba(234,222,49,1)), color-stop(100%,rgba(239,0,23,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg,  rgba(20,95,201,1) 0%,rgba(82,188,67,1) 29%,rgba(234,222,49,1) 63%,rgba(239,0,23,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg,  rgba(20,95,201,1) 0%,rgba(82,188,67,1) 29%,rgba(234,222,49,1) 63%,rgba(239,0,23,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg,  rgba(20,95,201,1) 0%,rgba(82,188,67,1) 29%,rgba(234,222,49,1) 63%,rgba(239,0,23,1) 100%); /* IE10+ */
  background: linear-gradient(45deg,  rgba(20,95,201,1) 0%,rgba(82,188,67,1) 29%,rgba(234,222,49,1) 63%,rgba(239,0,23,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#145fc9', endColorstr='#ef0017',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  
}

.fontColorSelectUl > li {
    text-indent: -5000px;
    display: inline-block;
    border: 1px solid #CCC;
    margin: 2px;
    width: 15px;
    height: 15px;
    float: left;
    padding:0
}

.texteditor {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ccc;
  clear: both;
  float: left;
  height: auto;
  line-height: 1.1em;
  margin: 0 !important;
  position: relative;
  text-align: center;
  width: 100% !important;
}



.texteditor > input{
	border:none;
	background:transparent;
	width:50%;
	height:100%;
	text-align:center;
	color: inherit;
}

.textzone{
	display:none
}

.textarea {
  display: block;
  float: left;
  height: auto;
  padding: 15px;
  width: auto !important;
}

.arcText {
  max-width: 120px;
  margin-top: 5px;
}
.arcSelector {
  display: none;
  max-width: 120px;
  text-align: center;
  vertical-align: bottom;
  font-size:18px!important;
  
}