
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #5e72e4 !important;
    color: #ffffff !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #ffffff !important;
}

tr.no-bottom-border>td {
    border-bottom: none;
}

tr.no-top-border>td {
    border-top: none;
}

button.default-cursor{
    cursor: context-menu !important;
}

button.default-cursor:hover{
    background-color: white !important;
}

.g-recaptcha {
    display: inline-block;
}


table.link-a td a.link {
    display: block !important;
    color: #525f7f;
}

div.wickedpicker{
    height: 150px !important;
    position:absolute !important;
    z-index: 99999999;
}

.table-custom th, .table-custom td{
    padding: 5px 10px !important;
}

.select2-container .select2-search--inline{ display: block !important;}
.select2-container--default .select2-search--inline .select2-search__field {color: #8898aa !important; font-size: .875rem !important;}
