.main-content {padding-top: 100px;}
.card{
    border-radius: 0;
}
.form-group{
    margin-bottom: 0.9rem  !important;
}
.table-responsive .dt-buttons.btn-group{
    position: absolute !important;
}
.table.table-bordered td,.table.table-bordered th{border-color:#dedcdc;}
@media (min-width: 992px){
    .modal-lg, .modal-xl {
        max-width: 61%!important;
    }
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #ffffff !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #5897fb !important;
}
.text-blue{
    color: #5897fb;
}
table tr td{
    vertical-align: baseline !important;
}
@media (min-width: 992px){
    .modal-lg, .modal-xl {
        max-width: 76%!important;
    }
}

