.required:after {
    font-weight: bold;
    color:#CC0000;
    content:" *";
}

.card-header .form-group{
    padding: 0;
    margin: 0;
}

.card-footer .pagination {
    margin: 8px 0;
}

.card .datatable{
    margin:0;
}

a .fa-star.text-amazon:hover::before {
    color: #999!important;
    cursor: pointer;
}
a .fa-star.text-gray:hover::before {
    color: #ff9700!important;
    cursor: pointer;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    line-height: 1;
}


.ui-sortable-helper {
    background-color: #f0c674 !important;
}

td .form-group {
    margin-bottom: 0;
}