.cleditorMain {border:1px solid #999; padding:0 1px 1px; background-color:white}
.cleditorMain,
.cleditorPopup,
.cleditorMain * {-moz-box-sizing:content-box; -webkit-box-sizing:content-box; box-sizing:content-box}
.cleditorMain iframe {border:none; margin:0; padding:0}
.cleditorMain textarea {overflow-y:scroll; font:10pt Arial,Verdana; resize:none; outline:none}
.cleditorToolbar {background: url('images/toolbar.gif') repeat}
.cleditorGroup {float:left; height:26px}
.cleditorButton {float:left; width:24px; height:24px; margin:1px 0 1px 0; background: url('images/buttons.gif')}
.cleditorDisabled {opacity:0.3; filter:alpha(opacity=30)}
.cleditorDivider {float:left; width:1px; height:23px; margin:1px 0 1px 0; background:#CCC}
.cleditorPopup {border:solid 1px #999; background-color:white; color:#333333; position:absolute; font:10pt Arial,Verdana; cursor:default; z-index:10000}
.cleditorList div {padding:2px 4px 2px 4px}
.cleditorList p,
.cleditorList h1,
.cleditorList h2,
.cleditorList h3,
.cleditorList h4,
.cleditorList h5,
.cleditorList h6,
.cleditorList font {padding:0; margin:0; background-color:Transparent}
.cleditorColor {width:150px; padding:1px 0 0 1px}
.cleditorColor div {float:left; width:14px; height:14px; margin:0 1px 1px 0}
.cleditorPrompt {background-color:#F6F7F9; padding:8px; font-size:8.5pt}
.cleditorPrompt label {padding-bottom:8px}
.cleditorMsg {background-color:#FDFCEE; width:150px; padding:4px; font-size:8.5pt}

#codes_list.cleditor-code-list{
    background-color: #fff;
    position: absolute;
    z-index: 99999;
    padding: 5px;
    width: 200px;
    border: 1px solid rgba(173, 173, 173, 0.5);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 10px;
    max-height: 250px;
    overflow: hidden;
    overflow-y: auto;
    border-radius: 4px;
}
#codes_list.cleditor-code-list ul{
    padding-left: 0;
    list-style: none;
}
#codes_list.cleditor-code-list ul > li{
    margin-top: 5px;
}
#codes_list.cleditor-code-list ul > li:first-child{
    margin-top: 0;
}
#codes_list.cleditor-code-list ul > li:last-child{
    margin-bottom: 5px;
}
#codes_list.cleditor-code-list ul > li > button,
#codes_list.cleditor-code-list ul > li > a{
    box-sizing: border-box;
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
    text-decoration: none;
}
.cleditorMain .btn-default {
	background-color: #f4f4f4;
	color: #444;
    border: 1px solid #ddd;
    box-shadow: none;
    border-radius: 3px;
}
.cleditorMain .btn-default.active, 
.cleditorMain .btn-default:active, 
.cleditorMain .btn-default:focus, 
.cleditorMain .btn-default:hover{
	color: #333;
	background-color: #ebebeb;
	border-color: #adadad;
}