.btn-primary {
    background: #f74040;
    border-color: #f74040;
}

.btn-primary:hover, .btn-primary:active {
    background: #f74040 !important;
    border-color: #f74040 !important;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgb(255 177 177);
    background: #f74040 !important;
    border-color: #f74040 !important;
}

.btn-primary:active {
    background: #e73d3d !important;
    border-color: #e73d3d !important;
    box-shadow: none !important;
}

.form-control:focus {
    box-shadow: none !important;
}

.modal-header {
    padding-bottom: 0;
    border: none;
}

.modal-footer {
    padding-top: 0;
    border: none;
}

.table-action-btn {
    color: #222;
    font-size: 17px;
}

.table-action-btn:hover {
    color: #f74040;
}

ul.pagination {
    margin: 0;
}

ul.pagination>li {
    padding: 8px 10px;
    background: #eee;
    line-height: 1;
}
ul.pagination>li>a {
    color: #222;
}
ul.pagination>li.active {
    background: #f74040;
}
ul.pagination>li.active>a {
    color: #fff;
}