div#pc_font_list_container {
    display: none;
}

.pc_text_control_container {
    clear: both;
    margin-bottom: 10px;
}

.pc_text_input {
    display: inline-block;
    width: 185px;
    vertical-align: middle;
    background: white;
    border: .1875rem solid #9E9E9E;
}

.pc_color_picker {
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 2px solid #dcdfe4;
    border-radius: 3px;
    background-color: #2eacce;
    background-image: url('../../../views/img/icons/picker.png');
    vertical-align: middle;
}

.pc_color {
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 2px solid #dcdfe4;
    border-radius: 3px;
    vertical-align: middle;
}

.pc_color.pc_selected, .pc_color_picker.pc_selected {
    border-color: #000;
}

.pc_font {
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 2px solid #dcdfe4;
    border-radius: 3px;
    background: transparent url("../../img/font-icon-24.png");
    vertical-align: middle;
}

#pc_add_text {
    margin-top: 10px;
    float: right;
}

#pc_replace_text {
    display: none;
    margin-top: 10px;
    margin-right: 5px;
    float: right;
}

li.pc_selected a.pc_font_button{
    background: #00fdff !important;
}

li a.pc_font_button:active {
    background: #00fdff !important;
}

.cp-color-picker {
    z-index: 10001;
}

.pc_font_qtip .qtip-content {
    padding: 0px !important;
}

#pc_font_dropdown {
    max-height: 500px;
    max-width: 300px;
    overflow: auto;
}

#pc_font_dropdown li {
    list-style: none;
    padding: 0 0;
    text-indent: 0;
    margin: 0;
    line-height: 18px;
}

.pc_font_divider {
    font-size: 1px;
    border-top: solid 1px #e5e5e5;
    padding: 0;
    margin: 0px 0;
}

.pc_font_button {
    display: block;
    color: inherit;
    text-decoration: none;
    line-height: 18px;
    padding: 5px 15px;
    margin: 0;
    white-space: nowrap;
}

.pc_font_button:hover {
    background-color: #f2f2f2;
    color: inherit;
    cursor: pointer;
}

.pc_font_button img {
    max-width: 100%;
}

.pc_hover .pc_wrapper:hover {
  outline: 2px dotted #CDDC39;
}

.pc_hover .pc_current_text {
  outline: 2px dotted #8BC34A !important;
}