
/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
    color: #000000;
    background-color: #388efb;
    border-color: #2482fa;
}

.alert-primary hr {
    border-top-color: #0b74fa;
}

.alert-primary .alert-link {
    color: #000000;
}

.badge-primary {
    color: #fff;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    background-color: #011733;
}



a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #011733 !important;
}


.btn-primary {
    color: #fff;
}

.btn-primary:hover {
    color: #fff;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(2, 46, 102, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #011733;
    border-color: #001024;
}

.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(2, 46, 102, 0.5);
}

.btn-outline-primary {
    background-color: transparent;
}

.btn-outline-primary:hover {
    color: #fff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(2, 46, 102, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(2, 46, 102, 0.5);
}

.list-group-item-primary {
    color: #000000;
    background-color: #2482fa;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #000000;
    background-color: #0b74fa;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #2482fa;
}

.table-hover .table-primary:hover {
    background-color: #0b74fa;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #0b74fa;
}




/*------------------------------------
- COLOR secondary
------------------------------------*/
.alert-secondary {
    color: #414244;
    background-color: #e6e6e6;
    border-color: #dbdbdc;
}

.alert-secondary hr {
    border-top-color: #ceced0;
}

.alert-secondary .alert-link {
    color: #28292a;
}

.badge-secondary {
    color: #fff;
    background-color: #7e7f83;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    background-color: #646569;
}

.bg-secondary {
    background-color: #7e7f83 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #646569 !important;
}

.border-secondary {
    border-color: #7e7f83 !important;
}

.btn-secondary {
    color: #fff;
    background-color: #7e7f83;
    border-color: #7e7f83;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #6c6d70;
    border-color: #646569;
}

.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(126, 127, 131, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #7e7f83;
    border-color: #7e7f83;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #646569;
    border-color: #5d5e61;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(126, 127, 131, 0.5);
}

.btn-outline-secondary {
    color: #7e7f83;
    background-color: transparent;
    border-color: #7e7f83;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #7e7f83;
    border-color: #7e7f83;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(126, 127, 131, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #7e7f83;
    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: #7e7f83;
    border-color: #7e7f83;
}

.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(126, 127, 131, 0.5);
}

.list-group-item-secondary {
    color: #414244;
    background-color: #dbdbdc;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #414244;
    background-color: #ceced0;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #414244;
    border-color: #414244;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #dbdbdc;
}

.table-hover .table-secondary:hover {
    background-color: #ceced0;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #ceced0;
}

.text-secondary {
    color: #7e7f83 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #646569 !important;
}

.bg-color1 {
    background-color: #ed8139  !important;
}
.bg-color2 {
    background-color: #9dd180 !important;
}
.bg-color3 {
    background-color: #32a4a8 !important;
}
.bg-color4 {
    background-color: #5153e0 !important;
}
.bg-color5 {
    background-color: #6e1f4a !important;
}
.bg-color6 {
    background-color: #32a852 !important;
}
.bg-color7 {
    background-color: #e0af80 !important;
}
.bg-color8 {
    background-color: #1bb9e0 !important;
}
.bg-color9 {
    background-color: #d42839 !important;
}
.bg-color10 {
    background-color: #e0de51 !important;
}
.bg-color-sold {
    background-color: #022e66 !important;
}
.bg-color-hold {
    background-color: #eeeeee !important;
}
.bg-color-tempconfirmed {
    background-color: #e834eb !important;
}


.bg-lightgray {
	background-color: #e6e6e6 !important;
}


