.wrap {
    width: 90%;
    margin: 0 auto;
}

.btn {
    display: inline-block;
    margin-bottom: 5px;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 3px 10px;
    font-size: 14px;
    line-height: 1.4;
    border-radius: 4px;
    user-select: none;
    border: 1px solid;
}

.btn-edit {
    color: #1c84c6;
}

.btn-edit:hover {
    background-color: #1c84c6;
    color: #FFFFFF;
}

.btn-approve {
    color: #18a689;
}

.btn-approve:hover {
    background-color: #18a689;
    color: #FFFFFF;
}

.btn-delete {
    color: #ed5565;
}

.btn-delete:hover {
    background-color: #ed5565;
    color: #FFFFFF;
}

.actions {
    /*display: inline-grid;*/
    display: inline-flex;
    margin-top: 5px;
}

.actions .btn {
    margin-right: 5px;
}

.modal-actions .btn {
    padding: 5px 10px;
}

/*#comments-list {*/
/*    border-collapse: separate;*/
/*    border-spacing: 0 5px;*/
/*}*/

#comments-list td {
    padding: 5px 0;
}

#comments-list tr:nth-child(even) {
    background: #f2f2f5;
}

.form-group {
    margin: 15px;
}

.new-comments-refresh {
    display: none;
    float: right;
}

.highlighted {
    background-color: #feff4e;
}

.modal-wrapper {
    display: none;
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    top: 40px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
}

.modal-top {
    border-bottom: 1px solid #e5e6e7;
    padding: 15px;
    text-align: center;
}

.modal-top h4 {
    font-size: 22px;
}

.modal-comm-status {
    position: absolute;
    margin-left: 20px;
    top: 53px;
}

.modal-edit {
    background-color: #f3f6f9;
    color: #333;
    margin: 40px auto;
    width: 60%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    font-size: 14px;
}

.modal-edit .form-group {
    width: 100%;
}

.modal-edit label {
    font-size: 16px;
    font-weight: bold;
}

.modal-edit input[type=text] {
    width: 80%;
}

.modal-edit .btn {
    margin-right: 30px;
}

.modal-open {
    display: block;
}

.modal-close {
    float: right;
    position: relative;
    right: 5px;
    top: -45px;
    cursor: pointer;
    opacity: 0.5;
    font-weight: bold;
    font-size: 20px;
}

.modal-comm-content-wrapper {
    display: inline-flex;
    width: 100%;
    margin-bottom: 10px;
}

.modal-comm-content {
    height: 100px;
    overflow-y: scroll;
    border: 1px solid #e5e6e7;
    margin-right: 15px;
    background-color: #ffffff;
    width: 80%;
    padding: 5px;
}

.content-text-info {
    position: absolute;
    top: 245px;
    font-size: 12px;
    color: #939393;
}

.modal-comm-text-select {
    float: left;
    width: 10%;
}

.text-select {
    font-size: 25px;
    font-weight: bold;
    border: 1px solid #e5e6e7;
    text-align: center;
    padding: 5px 18px 10px;
    color: #1c84c6;
}

.text-select-info {
    display: none;
    z-index: 1;
    width: auto;
    position: absolute;
    margin-top: -30px;
    color: #858383;
    background-color: #ffffff;
    padding: 3px;
    font-size: 12px;
}

.all-text-select {
    margin-top: 10px;
    border: 1px solid #e5e6e7;
    color: #1c84c6;
    font-size: 20px;
    font-weight: bold;
}

.all-text-select-info {
    display: none;
    z-index: 1;
    width: auto;
    position: absolute;
    margin-top: 50px;
    color: #858383;
    background-color: #ffffff;
    padding: 3px;
    font-size: 12px;
    margin-left: -57px;
}

.modal-badwords {
    width: 600px;
}

.modal-actions {
    text-align: right;
}

.modal-article-url {
    width: 90%;
}

.legend {
    display: inline-flex;
    margin-left: 15px;
    font-size: 12px;
}

.legend .legend-option {
    margin-right: 20px;
}

.legend-option {
    text-align: center;
}

.circle {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-right: 5px;
}

.circle-green {
    background: #1ab394
}

.circle-red {
    background: #ed5565;
}

.circle-grey {
    background: #c2c2c2;
}

.filter {
    width: 100%;
    margin: 10px 0;
}

.filter .form-group {
    display: inline-block;
}

.pagination-wrapper {
    margin-top: 25px;
    text-align: center;
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #ddd;
}

.pagination a.active {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #4CAF50;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

.pagination a:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pagination a:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.bulk-actions {
    margin-top: 20px;
    margin-bottom: 10px;
}

.bulk-actions button {
    margin-right: 5px;
    margin-left: 5px;
}

.bulk-actions img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    cursor: pointer;
}

#edit-user {
    display: flex;
}

#edit-user .left {
    width: 40%;
    padding-left: 40px;
}

#edit-user .right {
    width: 60%;
    text-align: center;
}

.ban-dates {
    margin-top: 15px;
}

.ban-dates-item {
    margin-bottom: 5px;
}

.add-ban-date {
    margin-top: 5px;
    margin-left: 35px;
}

.ban-dates-item-delete {
    margin-left: 20px;
}
