
/*------------------------------------
- COLOR #1065C0
------------------------------------*/
.alert-primary-1 {
    color: #06294f;
    background-color: #a4ccf7;
    border-color: #91c2f5;
}

.alert-primary-1 hr {
    border-top-color: #7ab4f3;
}

.alert-primary-1 .alert-link {
    color: #02101f;
}

.badge-primary-1 {
    color: #fff;
    background-color: #1065C0;
}

.badge-primary-1[href]:hover, .badge-primary-1[href]:focus {
    color: #fff;
    background-color: #0c4c90;
}

.bg-primary-1 {
    background-color: #1065C0 !important;
}

a.bg-primary-1:hover, a.bg-primary-1:focus,
button.bg-primary-1:hover,
button.bg-primary-1:focus {
    background-color: #0c4c90 !important;
}

.border-primary-1 {
    border-color: #1065C0 !important;
}

.btn-primary-1 {
    color: #fff;
    background-color: #1065C0;
    border-color: #1065C0;
}

.btn-primary-1:hover {
    color: #fff;
    background-color: #0d539f;
    border-color: #0c4c90;
}

.btn-primary-1:focus, .btn-primary-1.focus {
    box-shadow: 0 0 0 0.2rem rgba(16, 101, 192, 0.5);
}

.btn-primary-1.disabled, .btn-primary-1:disabled {
    color: #fff;
    background-color: #1065C0;
    border-color: #1065C0;
}

.btn-primary-1:not(:disabled):not(.disabled):active, .btn-primary-1:not(:disabled):not(.disabled).active, .show > .btn-primary-1.dropdown-toggle {
    color: #fff;
    background-color: #0c4c90;
    border-color: #0a4482;
}

.btn-primary-1:not(:disabled):not(.disabled):active:focus, .btn-primary-1:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-1.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(16, 101, 192, 0.5);
}

.btn-outline-primary-1 {
    color: #1065C0;
    background-color: transparent;
    border-color: #1065C0;
}

.btn-outline-primary-1:hover {
    color: #fff;
    background-color: #1065C0;
    border-color: #1065C0;
}

.btn-outline-primary-1:focus, .btn-outline-primary-1.focus {
    box-shadow: 0 0 0 0.2rem rgba(16, 101, 192, 0.5);
}

.btn-outline-primary-1.disabled, .btn-outline-primary-1:disabled {
    color: #1065C0;
    background-color: transparent;
}

.btn-outline-primary-1:not(:disabled):not(.disabled):active, .btn-outline-primary-1:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-1.dropdown-toggle {
    color: #fff;
    background-color: #1065C0;
    border-color: #1065C0;
}

.btn-outline-primary-1:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-1:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary-1.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(16, 101, 192, 0.5);
}

.list-group-item-primary-1 {
    color: #06294f;
    background-color: #91c2f5;
}

.list-group-item-primary-1.list-group-item-action:hover, .list-group-item-primary-1.list-group-item-action:focus {
    color: #06294f;
    background-color: #7ab4f3;
}

.list-group-item-primary-1.list-group-item-action.active {
    color: #fff;
    background-color: #06294f;
    border-color: #06294f;
}

.table-primary-1,
.table-primary-1 > th,
.table-primary-1 > td {
    background-color: #91c2f5;
}

.table-hover .table-primary-1:hover {
    background-color: #7ab4f3;
}

.table-hover .table-primary-1:hover > td,
.table-hover .table-primary-1:hover > th {
    background-color: #7ab4f3;
}

.text-primary-1 {
    color: #1065C0 !important;
}

a.text-primary-1:hover, a.text-primary-1:focus {
    color: #0c4c90 !important;
}
