
/*------------------------------------
- COLOR dark
------------------------------------*/
.alert-dark {
    color: #000000;
    background-color: #6191ca;
    border-color: #5287c5;
}

.alert-dark hr {
    border-top-color: #3f79be;
}

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

.badge-dark {
    color: #fff;
    background-color: #182e48;
}

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

.bg-dark {
    background-color: #182e48 !important;
}

.bg-peugeot {
    background-color: #213f62 !important;
}

.bg-black {
    background-color: #000 !important;
}

.bg-sum {
    background-color:#999999!important;
}

.bg-orange {
	background-color:orange!important;
}

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

.border-dark {
    border-color: #182e48 !important;
}

.btn-dark {
    color: #fff;
    background-color: #182e48;
    border-color: #182e48;
}

.btn-dark:hover {
    color: #fff;
    background-color: #0f1c2d;
    border-color: #0b1521;
}

.btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(24, 46, 72, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #182e48;
    border-color: #182e48;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #0b1521;
    border-color: #070e16;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(24, 46, 72, 0.5);
}

.btn-outline-dark {
    color: #182e48;
    background-color: transparent;
    border-color: #182e48;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #182e48;
    border-color: #182e48;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(24, 46, 72, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #182e48;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #182e48;
    border-color: #182e48;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(24, 46, 72, 0.5);
}

.list-group-item-dark {
    color: #000000;
    background-color: #5287c5;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #000000;
    background-color: #3f79be;
}

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

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #5287c5;
}

.table-hover .table-dark:hover {
    background-color: #3f79be;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #3f79be;
}

.text-dark {
    color: #182e48 !important;
}

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

.bg-grey {
    background:#dddddd!important;
}
