:root {
    --blue: #2196f3;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #e51c23;
    --orange: #fd7e14;
    --yellow: #ff9800;
    --green: #4caf50;
    --teal: #20c997;
    --cyan: #9c27b0;
    --white: #fff;
    --gray: #666;
    --gray-dark: #222;
    --primary: #2196f3;
    --secondary: #fff;
    --success: #4caf50;
    --info: #9c27b0;
    --warning: #ff9800;
    --danger: #e51c23;
    --light: #fff;
    --dark: #222;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
}

.dropdown-menu>li:last-child, .dropdown-menu>li:last-child .dropdown-item {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

/* DataTables customization
--------------------------------------------------
div.dataTables_scrollBody {
    background: white !important;
    max-height: 90px !important;
}
.dtsp-title { 
    display:none; 
}
.dataTables_filter {
    float: left !important;
    clear: none !important;
    padding-top: 10px !important;
    padding-left: 35px !important;
    max-width: 50% !important;
}
.dataTables_info {
    float: right !important;
    clear: none !important;
    padding-top: 10px !important;
    max-width: 50% !important;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: flow-root !important;
    vertical-align: middle;
}
*/
