/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

#idcomment {
    padding: 10px;
    background-color: rgb(255,248,169);
    border-color: #d72d08;
    border: 1px solid #d72d08;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

#idcomment * {
    background-color: rgb(255,248,169);
}

/* All form controls should also have yellow background */
#idcomment input[type="text"],
#idcomment input[type="email"],
#idcomment input[type="file"],
#idcomment textarea,
#idcomment select,
#idcomment .form-control {
    background-color: rgb(255,248,169) !important;
}

#idcomment .comment-title {
    font-size: 13px;
    font-weight: bold;
}

#idcomment .sortcomm .active {
    background: #f5f5f5;
}

.comment-list .comment-info {
    margin-bottom: 5px;
    border-bottom: 1px #eee solid;
    padding-bottom: 5px;
}

.comment-list .comment-info .cm_item {
    margin-right: 10px;
}

.comment-list .comment-tool {
    padding: 0;
    margin: 0;
    display: inline-block;
    list-style: none;
}

.comment-list .comment-tool li {
    margin-left: 10px;
    display: inline-block;
}

.comment-list .comment-tool li:first-child {
    margin: 0;
}

.comment-list {
    margin: 0;
    padding-left: 0;
}

.comment-list .comment-list {
    padding-left: 20px;
}

/* Style buttons in form-group text-center */
.form-group.text-center button,
.form-group.text-center input[type="button"],
.form-group.text-center input[type="submit"],
.form-group.text-center .btn {
    border-color: #b42606 !important;
    background-color: #c32906 !important;
    color: #fff66e !important;
}

.form-group.text-center button:hover,
.form-group.text-center button:focus,
.form-group.text-center input[type="button"]:hover,
.form-group.text-center input[type="button"]:focus,
.form-group.text-center input[type="submit"]:hover,
.form-group.text-center input[type="submit"]:focus,
.form-group.text-center .btn:hover,
.form-group.text-center .btn:focus {
    border-color: #b42606 !important;
    background-color: #c32906 !important;
    color: #fff66e !important;
}

.form-group.text-center button:active,
.form-group.text-center input[type="button"]:active,
.form-group.text-center input[type="submit"]:active,
.form-group.text-center .btn:active {
    border-color: #b42606 !important;
    background-color: #b42606 !important;
    color: #fff66e !important;
}

/* Style icons in buttons */
.form-group.text-center button .fa,
.form-group.text-center input[type="button"] .fa,
.form-group.text-center input[type="submit"] .fa,
.form-group.text-center .btn .fa,
.form-group.text-center button em,
.form-group.text-center input[type="button"] em,
.form-group.text-center input[type="submit"] em,
.form-group.text-center .btn em {
    color: #fff66e !important;
}
