﻿.card-primary {
    background-color: #3498db !important;
}

.card-warning {
    background-color: #f1c40f !important;
}

.card-success {
    background-color: #2ecc71 !important;
}

.card-danger {
    background-color: #C41618 !important;
}


.btn-danger {
    background-color: #C41618 !important;
    border-color: #C41618 !important;
}

.btn-primary {
    background-color: #3498db !important;
    border-color: #3498db !important;
}

.btn-warning {
    background-color: #f1c40f !important;
    border-color: #f1c40f !important;
}

.btn-info {
    background-color: #9b59b6 !important;
    border-color: #9b59b6 !important;
}

.btn-success {
    background-color: #2ecc71 !important;
    border-color: #2ecc71 !important;
}

.btn-danger:hover {
    background-color: #d10000 !important;
}

.btn-primary:hover {
    background-color: #2980b9 !important;
    border-color: #3498db !important;
}

.btn-warning:hover {
    background-color: #f39c12 !important;
    border-color: #f1c40f !important;
}

.btn-success:hover {
    background-color: #27ae60 !important;
    border-color: #2ecc71 !important;
}

.btn-info:hover {
    background-color: #8e44ad !important;
    border-color: #9b59b6 !important;
}

.disabled {
    pointer-events: none !important;
}

.accoridonLabel:visited {
    color: white !important;
}

.accoridonLabel:hover {
    color: white !important;
}

.accoridonLabel:focus {
    color: white !important;
}

.accoridonLabel:active {
    color: white !important;
}

.title {
    padding-top: 5px !important;
    margin-bottom: 30px !important;
}