/*------------------------------------
- COLOR dark
------------------------------------*/
.alert-dark {
	color: #000000 !important;
	background-color: #8b8d97 !important;
	border-color: #80838e !important;
}

.alert-dark hr {
	border-top-color: #737681 !important;
}

.alert-dark .alert-link {
	color: #000000 !important;
}

.badge-dark {
	color: #fff;
	background-color: #292A2E !important;
}

.badge-dark[href]:hover, .badge-dark[href]:focus {
	color: #fff;
	background-color: #101113 !important;
}

.bg-dark {
	background-color: #292A2E !important !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
	background-color: #101113 !important !important;
}

.border-dark {
	border-color: #292A2E !important !important;
}

.btn-dark {
	color: #fff;
	background-color: #292A2E !important;
	border-color: #292A2E !important;
}

.btn-dark:hover {
	color: #fff;
	background-color: #18181b !important;
	border-color: #101113 !important;
}

.btn-dark:focus, .btn-dark.focus {
	box-shadow: 0 0 0 0.2rem rgba(41, 42, 46, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
	color: #fff;
	background-color: #292A2E !important;
	border-color: #292A2E !important;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #101113 !important;
	border-color: #09090a !important;
}

.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(41, 42, 46, 0.5);
}

.btn-outline-dark {
	color: #292A2E !important;
	background-color: transparent;
	border-color: #292A2E !important;
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #292A2E !important;
	border-color: #292A2E !important;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
	box-shadow: 0 0 0 0.2rem rgba(41, 42, 46, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
	color: #292A2E !important;
	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: #292A2E !important;
	border-color: #292A2E !important;
}

.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(41, 42, 46, 0.5);
}

.list-group-item-dark {
	color: #000000 !important;
	background-color: #80838e !important;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
	color: #000000 !important;
	background-color: #737681 !important;
}

.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #000000 !important;
	border-color: #000000 !important;
}

.table-dark,
.table-dark > th,
.table-dark > td {
	background-color: #80838e !important;
}

.table-hover .table-dark:hover {
	background-color: #737681 !important;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
	background-color: #737681 !important;
}

.text-dark {
	color: #292A2E !important !important;
}

a.text-dark:hover, a.text-dark:focus {
	color: #101113 !important !important;
}

/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
	color: #003c55 !important;
	background-color: #9de2ff !important;
	border-color: #88dcff !important;
}

.alert-primary hr {
	border-top-color: #6fd4ff !important;
}

.alert-primary .alert-link {
	color: #001822 !important;
}

.badge-primary {
	color: #fff;
	background-color: #0093d0 !important;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
	color: #fff;
	background-color: #006e9d !important;
}

.bg-primary {
	background-color: #0093d0 !important !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
	background-color: #006e9d !important !important;
}

.border-primary {
	border-color: #0093d0 !important !important;
}

.btn-primary {
	color: #000000;
    background-color: #fbd68e !important;
    border-color: #fbd68e !important;
}

.btn-primary:hover {
	color: #fff;
	background-color: #f5c056 !important;
	border-color: #f5c056 !important;
}

.btn-primary:focus, .btn-primary.focus {
	box-shadow: 0 0 0 0.2rem rgba(245,192,86, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #0093d0 !important;
	border-color: #0093d0 !important;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
	color: #000000;
    background-color: #f5c056 !important;
    border-color: #f5c056 !important;
}

.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(245,192,86, 0.5);
}

.btn-outline-primary {
	color: #0093d0 !important;
	background-color: transparent;
	border-color: #0093d0 !important;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #0093d0 !important;
	border-color: #0093d0 !important;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 147, 208, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color: #0093d0 !important;
	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;
	background-color: #0093d0 !important;
	border-color: #0093d0 !important;
}

.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(0, 147, 208, 0.5);
}

.list-group-item-primary {
	color: #003c55 !important;
	background-color: #88dcff !important;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
	color: #003c55 !important;
	background-color: #6fd4ff !important;
}

.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #003c55 !important;
	border-color: #003c55 !important;
}

.table-primary,
.table-primary > th,
.table-primary > td {
	background-color: #88dcff !important;
}

.table-hover .table-primary:hover {
	background-color: #6fd4ff !important;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
	background-color: #6fd4ff !important;
}

.text-primary {
	color: #0093d0 !important !important;
}

a.text-primary:hover, a.text-primary:focus {
	color: #006e9d !important !important;
}

/*------------------------------------
- COLOR secondary
------------------------------------*/
.alert-secondary {
	color: #19191b !important;
	background-color: #bbbbc0 !important;
	border-color: #b1b1b6 !important;
}

.alert-secondary hr {
	border-top-color: #a4a4aa !important;
}

.alert-secondary .alert-link {
	color: #010101 !important;
}

.badge-secondary {
	color: #fff;
	background-color: #55555B !important;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
	color: #fff;
	background-color: #3c3c40 !important;
}

.bg-secondary {
	background-color: #55555B !important !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
	background-color: #3c3c40 !important !important;
}

.border-secondary {
	border-color: #55555B !important !important;
}

.btn-secondary {
	color: #fff;
	background-color: #55555B !important;
	border-color: #55555B !important;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #434348 !important;
	border-color: #3c3c40 !important;
}

.btn-secondary:focus, .btn-secondary.focus {
	box-shadow: 0 0 0 0.2rem rgba(85, 85, 91, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
	color: #fff;
	background-color: #55555B !important;
	border-color: #55555B !important;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #3c3c40 !important;
	border-color: #343438 !important;
}

.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(85, 85, 91, 0.5);
}

.btn-outline-secondary {
	color: #55555B !important;
	background-color: transparent;
	border-color: #55555B !important;
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #55555B !important;
	border-color: #55555B !important;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
	box-shadow: 0 0 0 0.2rem rgba(85, 85, 91, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
	color: #55555B !important;
	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: #55555B !important;
	border-color: #55555B !important;
}

.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(85, 85, 91, 0.5);
}

.list-group-item-secondary {
	color: #19191b !important;
	background-color: #b1b1b6 !important;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
	color: #19191b !important;
	background-color: #a4a4aa !important;
}

.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #19191b !important;
	border-color: #19191b !important;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
	background-color: #b1b1b6 !important;
}

.table-hover .table-secondary:hover {
	background-color: #a4a4aa !important;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
	background-color: #a4a4aa !important;
}

.text-secondary {
	color: #55555B !important !important;
}

a.text-secondary:hover, a.text-secondary:focus {
	color: #3c3c40 !important !important;
}

/*------------------------------------
- COLOR info
------------------------------------*/
.alert-info {
	color: #852c00 !important;
	background-color: #ffddcd !important;
	border-color: #ffcfb8 !important;
}

.alert-info hr {
	border-top-color: #ffbe9f !important;
}

.alert-info .alert-link {
	color: #521b00 !important;
}

.badge-info {
	color: #fff;
	background-color: #ff5501 !important;
}

.badge-info[href]:hover, .badge-info[href]:focus {
	color: #fff;
	background-color: #cd4300 !important;
}

.bg-info {
	background-color: #ff5501 !important !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
	background-color: #cd4300 !important !important;
}

.border-info {
	border-color: #ff5501 !important !important;
}

.btn-info {
	color: #fff;
	background-color: #ff5501 !important;
	border-color: #ff5501 !important;
}

.btn-info:hover {
	color: #fff;
	background-color: #dc4800 !important;
	border-color: #cd4300 !important;
}

.btn-info:focus, .btn-info.focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 85, 1, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
	color: #fff;
	background-color: #ff5501 !important;
	border-color: #ff5501 !important;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #cd4300 !important;
	border-color: #bd3e00 !important;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 85, 1, 0.5);
}

.btn-outline-info {
	color: #ff5501 !important;
	background-color: transparent;
	border-color: #ff5501 !important;
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #ff5501 !important;
	border-color: #ff5501 !important;
}

.btn-outline-info:focus, .btn-outline-info.focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 85, 1, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
	color: #ff5501 !important;
	background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #ff5501 !important;
	border-color: #ff5501 !important;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 85, 1, 0.5);
}

.list-group-item-info {
	color: #852c00 !important;
	background-color: #ffcfb8 !important;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
	color: #852c00 !important;
	background-color: #ffbe9f !important;
}

.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #852c00 !important;
	border-color: #852c00 !important;
}

.table-info,
.table-info > th,
.table-info > td {
	background-color: #ffcfb8 !important;
}

.table-hover .table-info:hover {
	background-color: #ffbe9f !important;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
	background-color: #ffbe9f !important;
}

.text-info {
	color: #ff5501 !important !important;
}

a.text-info:hover, a.text-info:focus {
	color: #cd4300 !important !important;
}

html, body {
	font-size: 16px;
}

@media screen and (min-width: 320px) {
	html, body {
		font-size: calc(16px + 6 * ((100vw - 320px) / 880));
	}
}

@media screen and (min-width: 1200px) {
	html, body {
		font-size: 22px;
	}
}

body, html {
	font-family: 'Heebo',sans-serif;
	color: #000;
}

.bgcomplete { background-color: #f5c056 !important; }