html {
    font-size: 12px;
}

/*Centralized BTD*/
    /*Active Menu*/
    .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
        background-color: #ed7d31!important;
    }

    .btn-default, .btn-default.dropdown-toggle{
        background-color: #ed7d31 !important;
    }

    /* Customize select2 start */
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 40px!important;
        background-color: white;
        color: black!important;
        font-size: 1.25rem!important;
        border-radius:4px!important;
    }
    .select2-container .select2-selection--single {
        height: 40px!important;
        line-height: 40px;
    }

    .select2-results__option[aria-selected]{
        font-size: 1.25rem!important;
    }
    /* Customize select2 end */

/*Centralized BTD*/

/*datatable*/
table 
{
    table-layout:fixed;
    width:100%;
}
.dataTables_wrapper {
    width: 100%;
    max-width: 100%;
}