.table-success,
.table-success > th,
.table-success > td {
    background-color: #677F8E;
    color: lightgray;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
    border-color: #677F8E;
}

.table-hover .table-success:hover {
    background-color: #677F8E;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #677F8E;
}



.bg-dark {
    background-color: #43425D !important;
}



.btn-primary {
    color: #fff;
    background-color: #43425D;
    border-color: #43425D;
}

.btn-primary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #43425D;
    border-color: #43425D;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #5a6268;
    border-color: #5a6268;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}



.btn-outline-secondary {
    color: #43425D;
    border-color: #43425D;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: rgb(57, 56, 75);
    border-color: rgb(57, 56, 75);
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #43425D;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #43425D;
    border-color: #43425D;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}



.btn-success {
    color: #fff;
    background-color: #A4A128;
    border-color: #A4A128;
}

.btn-success:hover {
    color: #fff;
    background-color: rgb(131, 129, 35);
    border-color: rgb(131, 129, 35);
}

.btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgb(131, 129, 35);
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #A4A128;
    border-color: #A4A128;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: rgb(131, 129, 35);
    border-color: rgb(131, 129, 35);
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(131, 129, 35);
}



.btn-outline-success {
    color: #A4A128;
    border-color: #A4A128;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: rgb(131, 129, 35);
    border-color: rgb(131, 129, 35);
}

.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgb(131, 129, 35);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #fff;
    background-color: #A4A128;
    border-color: #A4A128;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: rgb(131, 129, 35);
    border-color: rgb(131, 129, 35);
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(131, 129, 35);
}



.alert {
    z-index: 2;
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
}

.alert-center {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}