/*------------------------------------
- COLOR stokko
------------------------------------*/
.alert-stokko {
    color: #000000;
    background-color: #6996d6;
    border-color: #598ad1;
}

.alert-stokko hr {
    border-top-color: #457ccc;
}

.alert-stokko .alert-link {
    color: #000000;
}

.badge-stokko {
    color: #fff;
    background-color: #19345b !important;
}

.badge-stokko[href]:hover, .badge-stokko[href]:focus {
    color: #fff;
    background-color: #0e1d32;
}

.bg-stokko {
    background-color: #19345b !important;
}

a.bg-stokko:hover, a.bg-stokko:focus,
button.bg-stokko:hover,
button.bg-stokko:focus {
    background-color: #0e1d32 !important;
}

.border-stokko {
    border-color: #19345b !important;
}

.btn-stokko {
    color: #fff;
    background-color: #19345b !important;
    border-color: #19345b !important;
}

.btn-stokko:hover {
    color: #fff;
    background-color: #11233e;
    border-color: #0e1d32;
}

.btn-stokko:focus, .btn-stokko.focus {
    box-shadow: 0 0 0 0.2rem rgba(25, 52, 91, 0.5);
}

.btn-stokko.disabled, .btn-stokko:disabled {
    color: #fff;
    background-color: #19345b !important;
    border-color: #19345b !important;
}

.btn-stokko:not(:disabled):not(.disabled):active, .btn-stokko:not(:disabled):not(.disabled).active, .show > .btn-stokko.dropdown-toggle {
    color: #fff;
    background-color: #0e1d32;
    border-color: #0a1626;
}

.btn-stokko:not(:disabled):not(.disabled):active:focus, .btn-stokko:not(:disabled):not(.disabled).active:focus, .show > .btn-stokko.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(25, 52, 91, 0.5);
}

.btn-outline-stokko {
    color: #19345b !important;
    background-color: transparent;
    border-color: #19345b !important;
}

.btn-outline-stokko:hover {
    color: #fff;
    background-color: #19345b !important;
    border-color: #19345b !important;
}

.btn-outline-stokko:focus, .btn-outline-stokko.focus {
    box-shadow: 0 0 0 0.2rem rgba(25, 52, 91, 0.5);
}

.btn-outline-stokko.disabled, .btn-outline-stokko:disabled {
    color: #19345b !important;
    background-color: transparent;
}

.btn-outline-stokko:not(:disabled):not(.disabled):active, .btn-outline-stokko:not(:disabled):not(.disabled).active, .show > .btn-outline-stokko.dropdown-toggle {
    color: #fff;
    background-color: #19345b !important;
    border-color: #19345b !important;
}

.btn-outline-stokko:not(:disabled):not(.disabled):active:focus, .btn-outline-stokko:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-stokko.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(25, 52, 91, 0.5);
}

.list-group-item-stokko {
    color: #000000;
    background-color: #598ad1;
}

.list-group-item-stokko.list-group-item-action:hover, .list-group-item-stokko.list-group-item-action:focus {
    color: #000000;
    background-color: #457ccc;
}

.list-group-item-stokko.list-group-item-action.active {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.table-stokko,
.table-stokko > th,
.table-stokko > td {
    background-color: #598ad1;
}

.table-hover .table-stokko:hover {
    background-color: #457ccc;
}

.table-hover .table-stokko:hover > td,
.table-hover .table-stokko:hover > th {
    background-color: #457ccc;
}

.text-stokko {
    color: #19345b !important;
}

a.text-stokko:hover, a.text-stokko:focus {
    color: #0e1d32 !important;
}

