﻿.btn-custom-new {
    color: #fff !important;
    background-color: #329ac6 !important;
    border-color: #329ac6 !important;
}

    .btn-custom-new:hover {
        color: #fff !important;
        background-color: #1861ac !important;
        border-color: #1861ac !important;
    }

.btn-custom-outline-new {
    color: #329ac6 !important;
    background-color: transparent !important;
    border-color: #329ac6 !important;
}

    .btn-custom-outline-new:hover {
        color: #fff !important;
        background-color: #1861ac !important;
        border-color: #1861ac !important;
    }

.btn-custom-save {
    color: #fff !important;
    background-color: #28a745 !important; 
    border-color: #28a745 !important;
}

    .btn-custom-save:hover {
        color: #fff !important;
        background-color: #0c8227 !important;
        border-color: #0c8227 !important
    }

.btn-custom-delete {
    color: #fff !important;
    background-color: salmon !important; 
    border-color: transparent !important;
}

    .btn-custom-delete:hover {
        color: #fff !important;
        background-color: #dc3545 !important;
        border-color: #dc3545 !important;
    }

.btn-custom-outline-delete {
    color: salmon !important;
    background-color: transparent !important;
    border-color: salmon !important;
}

    .btn-custom-outline-delete:hover {
        color: #fff !important;
        background-color: #dc3545 !important;
        border-color: #dc3545 !important;
    }

.btn-custom-select {
    color: #fff !important;
    background-color: #329ac6 !important;
    border-color: #329ac6 !important;
}

    .btn-custom-select:hover {
        color: #fff !important;
        background-color: #1861ac !important;
        border-color: #1861ac !important;
    }

.btn-custom-outline-select {
    color: #329ac6 !important; 
    background-color: transparent !important;
    border-color: #329ac6 !important;
}

    .btn-custom-outline-select:hover {
        color: #fff !important;
        background-color: #1861ac !important;
        border-color: #1861ac !important;
    }

.btn-custom-mini-search {
    color: #fff !important;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

    .btn-custom-mini-search:hover {
        color: #fff !important;
        background-color: #0c8227 !important;
        border-color: #0c8227 !important;
    }

.btn-custom-mini-outline-edit {
    color: #329ac6 !important;
    background-color: transparent !important;
    border-color: #329ac6 !important;
}

    .btn-custom-mini-outline-edit:hover {
        color: #fff !important;
        background-color: #1861ac !important;
        border-color: #1861ac !important;
    }
