/* // Small devices (landscape phones, 576px and up) */
/*li.select2-selection__choice {*/
/*    background-color: #6777ef !important;*/
/*    border: 1px solid #6777ef !important;*/
/*    border-radius: 4px;*/
/*    cursor: default;*/
/*    float: left;*/
/*    margin-right: 5px;*/
/*    margin-top: 5px;*/
/*    padding: 0 5px;*/
/*}*/

/*button.select2-selection__choice__remove {*/
/*    margin-right: 5px;*/
/*    color: #fff !important;*/
/*    background-color: #6777ef !important;*/
/*    border: 1px solid #6777ef !important;*/
/*}*/

/*.select2-selection__choice__display {*/
/*    cursor: default;*/
/*    padding-left: 15px !important;*/
/*    padding-right: 5px;*/
/*}*/

.form-control.is-invalid{
    background-image: none;
}

select.custom-select.custom-select-sm.form-control.form-control-sm
{
    width  : 75px;
    margin-left: 0;
}

@media only screen and (max-width: 768px) {
    div.dataTables_length {
        display: flex;
        justify-content: flex-start;
    }

    div.dataTables_filter{
        display: flex;
        justify-content: flex-start;
    }

    div.dataTables_wrapper .col-sm-12.col-md-6 {
        padding: 0;
    }

    div.dataTables_wrapper .col-sm-12.col-md-7{
        margin-top: 10px;
        padding: 0;
    }

    div.dataTables_paginate.paging_simple_numbers
    {
        display: flex;
        justify-content: flex-start;
    }

    div.dataTables_info
    {
        display: flex;
        justify-content: flex-start;
    }
 }

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

 }

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

 }

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

 }
