﻿
.border-primary {
    border-color: #007bff !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-muted {
    border-color: #6c757d !important;
}

.border-white {
    border-color: #fff !important;
}


.border-top-primary {
    border-top-color: #007bff !important;
}

.border-top-secondary {
    border-top-color: #6c757d !important;
}

.border-top-success {
    border-top-color: #28a745 !important;
}

.border-top-danger {
    border-top-color: #dc3545 !important;
}

.border-top-warning {
    border-top-color: #ffc107 !important;
}

.border-top-info {
    border-top-color: #17a2b8 !important;
}

.border-top-light {
    border-top-color: #f8f9fa !important;
}

.border-top-dark {
    border-top-color: #343a40 !important;
}

.border-top-muted {
    border-top-color: #6c757d !important;
}

.border-top-white {
    border-top-color: #fff !important;
}


.border-right-primary {
    border-right-color: #007bff !important;
}

.border-right-secondary {
    border-right-color: #6c757d !important;
}

.border-right-success {
    border-right-color: #28a745 !important;
}

.border-right-danger {
    border-right-color: #dc3545 !important;
}

.border-right-warning {
    border-right-color: #ffc107 !important;
}

.border-right-info {
    border-right-color: #17a2b8 !important;
}

.border-right-light {
    border-right-color: #f8f9fa !important;
}

.border-right-dark {
    border-right-color: #343a40 !important;
}

.border-right-muted {
    border-right-color: #6c757d !important;
}

.border-right-white {
    border-right-color: #fff !important;
}


.border-bottom-primary {
    border-bottom-color: #007bff !important;
}

.border-bottom-secondary {
    border-bottom-color: #6c757d !important;
}

.border-bottom-success {
    border-bottom-color: #28a745 !important;
}

.border-bottom-danger {
    border-bottom-color: #dc3545 !important;
}

.border-bottom-warning {
    border-bottom-color: #ffc107 !important;
}

.border-bottom-info {
    border-bottom-color: #17a2b8 !important;
}

.border-bottom-light {
    border-bottom-color: #f8f9fa !important;
}

.border-bottom-dark {
    border-bottom-color: #343a40 !important;
}

.border-bottom-muted {
    border-bottom-color: #6c757d !important;
}

.border-bottom-white {
    border-bottom-color: #fff !important;
}


.border-left-primary {
    border-left-color: #007bff !important;
}

.border-left-secondary {
    border-left-color: #6c757d !important;
}

.border-left-success {
    border-left-color: #28a745 !important;
}

.border-left-danger {
    border-left-color: #dc3545 !important;
}

.border-left-warning {
    border-left-color: #ffc107 !important;
}

.border-left-info {
    border-left-color: #17a2b8 !important;
}

.border-left-light {
    border-left-color: #f8f9fa !important;
}

.border-left-dark {
    border-left-color: #343a40 !important;
}

.border-left-muted {
    border-left-color: #6c757d !important;
}

.border-left-white {
    border-left-color: #fff !important;
}

