﻿/*.btn-danger, .btn-danger:active {
    outline: 0 none;
    background-color: #f6b233 !important;
    border-color: #f6b233 !important;
}
    .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger,.btn-danger:active:focus {
        background-color: #f6b233 !important;
        outline: 0 none !important;
        border-color: #f6b233 !important;
    }


    .btn-danger:hover {
        background-color: #f7a711 !important;
        border-color: #f6b233 !important;
    }*/
/*
    .btn-danger:active:focus {
       background-color: #f6b233 !important;
       outline:0 none !important;
        border-color: #f6b233 !important ;
    }*/
/**/
.btn {
    padding: 14px 24px;
    border: 0 none;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

    .btn:focus, .btn:active:focus, .btn.active:focus {
        outline: 0 none;
    }


.btn-custom {
    color: #f6b233;
    background-color: #f6b233;
    border-color: #f6b233;
}

    .btn-custom:hover {
        color: #f7a711 !important;
        background-color: #f7a711 !important;
        border-color: #f7a711 !important;
    }

    .btn-custom:focus, .btn-custom.focus {
        box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
    }

    .btn-custom.disabled, .btn-custom:disabled {
        color: #f6b233;
        background-color: #f6b233;
        border-color: #f6b233;
    }

    .btn-custom:not(:disabled):not(.disabled):active, .btn-custom:not(:disabled):not(.disabled).active,
    .show > .btn-custom.dropdown-toggle {
        color: #f6b233 !important;
        background-color: #f6b233 !important;
        border-color: #f6b233 !important;
    }

        .btn-custom:not(:disabled):not(.disabled):active:focus, .btn-custom:not(:disabled):not(.disabled).active:focus,
        .show > .btn-custom.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
        }

.card-header {
    background-color: #1769a2;
}

.btn-primary,.btn-primary:active ,.btn-primary:visited{
    background-color: #1769a2;
 
}
    .btn-primary:hover {
        background-color: #12598a;
    }

    .btn-primary:active:focus {
        background-color: #1769a2 !important;
        
    }
