.hide-visibility {
    visibility: hidden
}

.editor {
    border-radius: 5px;
    padding: 5px 10px;
    margin-bottom: 20px;
    border: 1px solid #d0d0d0;
    position: relative;
    min-height: 180px
}

.ce_error_msg {
    color: red
}

.btn-box {
    text-align: right;
    margin-bottom: 30px
}

.btn-box > div {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    border-radius: 15px;
    padding: 3px 20px;
    color: #fff;
    cursor: pointer;
    font-weight: 700
}

.btn-box > div.anonymous-check {
    float: left;
    padding: 0
}

.anonymous-check label {
    color: #000;
    font-size: 12px;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    padding: 0 24px
}

.anonymous-check input {
    position: absolute;
    cursor: pointer;
    left: 0
}

.anonymous-check .checkmark {
    display: none;
    position: absolute;
    top: 2px;
    left: 0;
    height: 12px;
    width: 12px;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    box-shadow: 0 0 3px #ccc
}

.edit-comment {
    background: #e00
}

.cancel-btn {
    background: #c9c9c9;
    margin: 0 5px 0 0
}

.tag-style-editor {
    display: inline-block;
    position: absolute;
    z-index: 10;
    background: #fff;
    padding: 5px 6px;
    border-radius: 7px;
    border: 1px solid #d0d0d0;
    box-shadow: 0 0 5px #ccc;
    top: 14px;
    left: 30px;
    color: #777
}

.tag-style-editor > span {
    display: block;
    padding: 2px 5px;
    box-sizing: border-box;
    min-width: 48px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer
}

.active-txt-style {
    background: #d0d0d0;
    color: #000;
    font-weight: 700
}

.c-editsummary {
    color: #777;
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    height: 100px;
    overflow-y: auto;
    text-align: left
}

.attach-img {
    list-style: none;
    padding: 0;
    margin: 30px 0;
    width: 300px
}

.attach-img > li {
    display: inline-block;
    width: 90px;
    height: 90px;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    margin: 0 8px 10px 0;
    text-align: center;
    vertical-align: top;
    position: relative
}

.attach-img li:nth-child(3n) {
    margin: 0 0 10px
}

.attach-img > li img {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%
}

.attach-img img {
    width: 100%
}

.attach-img li span:after {
    content: "x";
    position: absolute;
    top: -9px;
    right: -9px;
    font-size: 25px
}

.ins-img {
    font-size: 13px;
    color: #777;
    font-weight: 700;
    padding: 2px 10px 2px 30px;
    display: inline-block;
    cursor: pointer;
    background-size: 16px;
    border-left: 1px solid #d0d0d0
}

.text-style-editor {
    position: absolute;
    z-index: 10;
    padding: 2px 10px;
    border-radius: 15px;
    border: 1px solid #d0d0d0;
    box-shadow: 0 0 5px #ccc;
    bottom: 10px;
    right: 0;
    top: 0;
    left: 0;
    margin: auto auto 0;
    height: 31px
}

.text-style-editor, .text-style-editor > button {
    display: inline-block;
    background: #fff;
    color: #777;
    text-align: center
}

.text-style-editor > button {
    -webkit-appearance: button;
    padding: 5px;
    box-sizing: border-box;
    min-width: 40px;
    border-radius: 3px;
    cursor: pointer;
    border: 0;
    outline: 0;
    font-size: 13px;
    font-weight: 700
}

button.itelic-txt {
    font-style: italic
}

button.underline-txt {
    text-decoration: underline
}

.text-style-editor {
    max-width: 170px
}

@media (max-width: 767px) {
    .cancel-btn {
        float: right;
        margin: 0 0 10px
    }

    .edit-comment {
        float: right;
        clear: both;
        box-sizing: border-box;
        min-width: 90px
    }
}

.edit-comment {
    float: right;
    clear: both
}

@media (max-width: 400px) {
    .text-style-editor > button {
        padding: 5px 2px
    }

    .ins-img {
        padding: 2px 0 2px 30px
    }
}

.text-style-editor > button.active-txt-style {
    background: #d0d0d0 !important;
    color: #000;
    font-weight: 700
}