@media (prefers-color-scheme: dark) {
/*
	Do Not change this file! This file Is automatic generated by "_compile-css.bat".
	ห้ามแก้ไขไฟล์นี้! ไฟล์นี้เป็นไฟล์ที่สร้างขึ้นอัตโนมัติโดย "_compile-css.bat"
*/

/*!
 * Bootswatch v4.5.0
 * Homepage: https://bootswatch.com
 * Copyright 2012-2020 Thomas Park
 * Licensed under MIT
 * Based on Bootstrap
*/
/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
	--blue: #375a7f;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #E74C3C;
	--orange: #fd7e14;
	--yellow: #F39C12;
	--green: #00bc8c;
	--teal: #20c997;
	--cyan: #3498DB;
	--white: #fff;
	--gray: #888;
	--gray-dark: #303030;
	--primary: #375a7f;
	--secondary: #444;
	--success: #00bc8c;
	--info: #3498DB;
	--warning: #F39C12;
	--danger: #E74C3C;
	--light: #adb5bd;
	--dark: #303030;
}

html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	color: #DDD;
	background-color: black;
}

a {
	color: #00bc8c;
}

	a:hover {
		color: #007053;
		text-decoration: underline;
	}

caption {
	color: #888;
}

mark,
.mark {
	background-color: #fcf8e3;
}

.blockquote-footer {
	font-size: 80%;
	color: #888;
}


.img-thumbnail {
	background-color: #222;
	border-color: #dee2e6;
}

.figure-caption {
	color: #888;
}

code {
	color: #e83e8c;
}

kbd {
	color: #fff;
	background-color: #222;
}

.table {
	width: 100%;
	color: #fff;
}

	.table th,
	.table td {
		border-top-color: #444;
	}

	.table thead th {
		border-bottom-color: #444;
	}

	.table tbody + tbody {
		border-top-color: #444;
	}

.table-bordered {
	border-color: #444;
}

	.table-bordered th,
	.table-bordered td {
		border-color: #444;
	}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: #303030;
}

.table-hover tbody tr:hover {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
	background-color: #c7d1db;
}

	.table-primary th,
	.table-primary td,
	.table-primary thead th,
	.table-primary tbody + tbody {
		border-color: #97a9bc;
	}

.table-hover .table-primary:hover {
	background-color: #b7c4d1;
}

	.table-hover .table-primary:hover > td,
	.table-hover .table-primary:hover > th {
		background-color: #b7c4d1;
	}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
	background-color: #cbcbcb;
}

	.table-secondary th,
	.table-secondary td,
	.table-secondary thead th,
	.table-secondary tbody + tbody {
		border-color: #9e9e9e;
	}

.table-hover .table-secondary:hover {
	background-color: #bebebe;
}

	.table-hover .table-secondary:hover > td,
	.table-hover .table-secondary:hover > th {
		background-color: #bebebe;
	}

.table-success,
.table-success > th,
.table-success > td {
	background-color: #b8ecdf;
}

	.table-success th,
	.table-success td,
	.table-success thead th,
	.table-success tbody + tbody {
		border-color: #7adcc3;
	}

.table-hover .table-success:hover {
	background-color: #a4e7d6;
}

	.table-hover .table-success:hover > td,
	.table-hover .table-success:hover > th {
		background-color: #a4e7d6;
	}

.table-info,
.table-info > th,
.table-info > td {
	background-color: #c6e2f5;
}

	.table-info th,
	.table-info td,
	.table-info thead th,
	.table-info tbody + tbody {
		border-color: #95c9ec;
	}

.table-hover .table-info:hover {
	background-color: #b0d7f1;
}

	.table-hover .table-info:hover > td,
	.table-hover .table-info:hover > th {
		background-color: #b0d7f1;
	}

.table-warning,
.table-warning > th,
.table-warning > td {
	background-color: #fce3bd;
}

	.table-warning th,
	.table-warning td,
	.table-warning thead th,
	.table-warning tbody + tbody {
		border-color: #f9cc84;
	}

.table-hover .table-warning:hover {
	background-color: #fbd9a5;
}

	.table-hover .table-warning:hover > td,
	.table-hover .table-warning:hover > th {
		background-color: #fbd9a5;
	}

.table-danger,
.table-danger > th,
.table-danger > td {
	background-color: #f8cdc8;
}

	.table-danger th,
	.table-danger td,
	.table-danger thead th,
	.table-danger tbody + tbody {
		border-color: #f3a29a;
	}

.table-hover .table-danger:hover {
	background-color: #f5b8b1;
}

	.table-hover .table-danger:hover > td,
	.table-hover .table-danger:hover > th {
		background-color: #f5b8b1;
	}

.table-light,
.table-light > th,
.table-light > td {
	background-color: #e8eaed;
}

	.table-light th,
	.table-light td,
	.table-light thead th,
	.table-light tbody + tbody {
		border-color: #d4d9dd;
	}

.table-hover .table-light:hover {
	background-color: #dadde2;
}

	.table-hover .table-light:hover > td,
	.table-hover .table-light:hover > th {
		background-color: #dadde2;
	}

.table-dark,
.table-dark > th,
.table-dark > td {
	background-color: #c5c5c5;
}

	.table-dark th,
	.table-dark td,
	.table-dark thead th,
	.table-dark tbody + tbody {
		border-color: #939393;
	}

.table-hover .table-dark:hover {
	background-color: #b8b8b8;
}

	.table-hover .table-dark:hover > td,
	.table-hover .table-dark:hover > th {
		background-color: #b8b8b8;
	}

.table-active,
.table-active > th,
.table-active > td {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, 0.075);
}

	.table-hover .table-active:hover > td,
	.table-hover .table-active:hover > th {
		background-color: rgba(0, 0, 0, 0.075);
	}

.table .thead-dark th {
	color: #fff;
	background-color: #303030;
	border-color: #434343;
}

.table .thead-light th {
	color: #444;
	background-color: #ebebeb;
	border-color: #444;
}

.table-dark {
	color: #fff;
	background-color: #303030;
}

	.table-dark th,
	.table-dark td,
	.table-dark thead th {
		border-color: #434343;
	}

	.table-dark.table-striped tbody tr:nth-of-type(odd) {
		background-color: rgba(255, 255, 255, 0.05);
	}

	.table-dark.table-hover tbody tr:hover {
		color: #fff;
		background-color: rgba(255, 255, 255, 0.075);
	}

.form-control {
	color: #444;
	background-color: #fff;
	border-color: #222;
}

	.form-control:-moz-focusring {
		color: transparent;
		text-shadow: 0 0 0 #444;
	}

	.form-control:focus {
		color: #444;
		background-color: #fff;
		border-color: #739ac2;
		-webkit-box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.25);
		box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.25);
	}

	.form-control::-webkit-input-placeholder {
		color: #888;
		opacity: 1;
	}

	.form-control::-ms-input-placeholder {
		color: #888;
		opacity: 1;
	}

	.form-control::placeholder {
		color: #888;
		opacity: 1;
	}

	.form-control:disabled, .form-control[readonly] {
		background-color: #ebebeb;
		opacity: 1;
	}

select.form-control:focus::-ms-value {
	color: #444;
	background-color: #fff;
}

.form-control-plaintext {
	color: #fff;
	background-color: transparent;
	border: solid transparent;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
	color: #888;
}

.valid-feedback {
	color: #00bc8c;
}

.valid-tooltip {
	color: #fff;
	background-color: rgba(0, 188, 140, 0.9);
}

.was-validated .form-control:valid, .form-control.is-valid {
	border-color: #00bc8c;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2300bc8c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.375em + 0.1875rem) center;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

	.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
		border-color: #00bc8c;
		-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25);
		box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25);
	}

.was-validated .custom-select:valid, .custom-select.is-valid {
	border-color: #00bc8c;
	padding-right: calc(0.75em + 2.3125rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23303030' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2300bc8c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

	.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
		border-color: #00bc8c;
		-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25);
		box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25);
	}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
	color: #00bc8c;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
	color: #00bc8c;
}

	.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
		border-color: #00bc8c;
	}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
	border-color: #00efb2;
	background-color: #00efb2;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #00bc8c;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
	border-color: #00bc8c;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
	border-color: #00bc8c;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25);
}

.invalid-feedback {
	color: #E74C3C;
}

.invalid-tooltip {
	color: #fff;
	background-color: rgba(231, 76, 60, 0.9);
}

.was-validated .form-control:invalid, .form-control.is-invalid {
	border-color: #E74C3C;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23E74C3C' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23E74C3C' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.375em + 0.1875rem) center;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

	.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
		border-color: #E74C3C;
		-webkit-box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.25);
		box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.25);
	}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
	padding-right: calc(1.5em + 0.75rem);
	background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
	border-color: #E74C3C;
	padding-right: calc(0.75em + 2.3125rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23303030' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23E74C3C' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23E74C3C' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

	.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
		border-color: #E74C3C;
		-webkit-box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.25);
		box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.25);
	}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
	color: #E74C3C;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
	color: #E74C3C;
}

	.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
		border-color: #E74C3C;
	}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
	border-color: #ed7669;
	background-color: #ed7669;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #E74C3C;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
	border-color: #E74C3C;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
	border-color: #E74C3C;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.25);
}

.btn {
	color: #fff;
	background-color: transparent;
	border: 1px solid transparent;
}

	.btn:hover {
		color: #fff;
		text-decoration: none;
	}

	.btn:focus, .btn.focus {
		outline: 0;
		-webkit-box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.25);
		box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.25);
	}

	.btn.disabled, .btn:disabled {
		opacity: 0.65;
	}

.btn-primary {
	color: #fff;
	background-color: #375a7f;
	border-color: #375a7f;
}

	.btn-primary:hover {
		color: #fff;
		background-color: #2b4764;
		border-color: #28415b;
	}

	.btn-primary:focus, .btn-primary.focus {
		color: #fff;
		background-color: #2b4764;
		border-color: #28415b;
		-webkit-box-shadow: 0 0 0 0.2rem rgba(85, 115, 146, 0.5);
		box-shadow: 0 0 0 0.2rem rgba(85, 115, 146, 0.5);
	}

	.btn-primary.disabled, .btn-primary:disabled {
		color: #fff;
		background-color: #375a7f;
		border-color: #375a7f;
	}

	.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
	.show > .btn-primary.dropdown-toggle {
		color: #fff;
		background-color: #28415b;
		border-color: #243a53;
	}

		.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
		.show > .btn-primary.dropdown-toggle:focus {
			-webkit-box-shadow: 0 0 0 0.2rem rgba(85, 115, 146, 0.5);
			box-shadow: 0 0 0 0.2rem rgba(85, 115, 146, 0.5);
		}

.btn-secondary {
	color: #fff;
	background-color: #444;
	border-color: #444;
}

	.btn-secondary:hover {
		color: #fff;
		background-color: #313131;
		border-color: #2b2a2a;
	}

	.btn-secondary:focus, .btn-secondary.focus {
		color: #fff;
		background-color: #313131;
		border-color: #2b2a2a;
		-webkit-box-shadow: 0 0 0 0.2rem rgba(96, 96, 96, 0.5);
		box-shadow: 0 0 0 0.2rem rgba(96, 96, 96, 0.5);
	}

	.btn-secondary.disabled, .btn-secondary:disabled {
		color: #fff;
		background-color: #444;
		border-color: #444;
	}

	.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
	.show > .btn-secondary.dropdown-toggle {
		color: #fff;
		background-color: #2b2a2a;
		border-color: #242424;
	}

		.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
		.show > .btn-secondary.dropdown-toggle:focus {
			-webkit-box-shadow: 0 0 0 0.2rem rgba(96, 96, 96, 0.5);
			box-shadow: 0 0 0 0.2rem rgba(96, 96, 96, 0.5);
		}

.btn-success {
	color: #fff;
	background-color: #00bc8c;
	border-color: #00bc8c;
}

	.btn-success:hover {
		color: #fff;
		background-color: #009670;
		border-color: #008966;
	}

	.btn-success:focus, .btn-success.focus {
		color: #fff;
		background-color: #009670;
		border-color: #008966;
		-webkit-box-shadow: 0 0 0 0.2rem rgba(38, 198, 157, 0.5);
		box-shadow: 0 0 0 0.2rem rgba(38, 198, 157, 0.5);
	}

	.btn-success.disabled, .btn-success:disabled {
		color: #fff;
		background-color: #00bc8c;
		border-color: #00bc8c;
	}

	.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
	.show > .btn-success.dropdown-toggle {
		color: #fff;
		background-color: #008966;
		border-color: #007c5d;
	}

		.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
		.show > .btn-success.dropdown-toggle:focus {
			-webkit-box-shadow: 0 0 0 0.2rem rgba(38, 198, 157, 0.5);
			box-shadow: 0 0 0 0.2rem rgba(38, 198, 157, 0.5);
		}

.btn-info {
	color: #fff;
	background-color: #3498DB;
	border-color: #3498DB;
}

	.btn-info:hover {
		color: #fff;
		background-color: #2384c6;
		border-color: #217dbb;
	}

	.btn-info:focus, .btn-info.focus {
		color: #fff;
		background-color: #2384c6;
		border-color: #217dbb;
		-webkit-box-shadow: 0 0 0 0.2rem rgba(82, 167, 224, 0.5);
		box-shadow: 0 0 0 0.2rem rgba(82, 167, 224, 0.5);
	}

	.btn-info.disabled, .btn-info:disabled {
		color: #fff;
		background-color: #3498DB;
		border-color: #3498DB;
	}

	.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
	.show > .btn-info.dropdown-toggle {
		color: #fff;
		background-color: #217dbb;
		border-color: #1f76b0;
	}

		.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
		.show > .btn-info.dropdown-toggle:focus {
			-webkit-box-shadow: 0 0 0 0.2rem rgba(82, 167, 224, 0.5);
			box-shadow: 0 0 0 0.2rem rgba(82, 167, 224, 0.5);
		}

.btn-warning {
	color: #fff;
	background-color: #F39C12;
	border-color: #F39C12;
}

	.btn-warning:hover {
		color: #fff;
		background-color: #d4860b;
		border-color: #c87f0a;
	}

	.btn-warning:focus, .btn-warning.focus {
		color: #fff;
		background-color: #d4860b;
		border-color: #c87f0a;
		-webkit-box-shadow: 0 0 0 0.2rem rgba(245, 171, 54, 0.5);
		box-shadow: 0 0 0 0.2rem rgba(245, 171, 54, 0.5);
	}

	.btn-warning.disabled, .btn-warning:disabled {
		color: #fff;
		background-color: #F39C12;
		border-color: #F39C12;
	}

	.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
	.show > .btn-warning.dropdown-toggle {
		color: #fff;
		background-color: #c87f0a;
		border-color: #bc770a;
	}

		.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
		.show > .btn-warning.dropdown-toggle:focus {
			-webkit-box-shadow: 0 0 0 0.2rem rgba(245, 171, 54, 0.5);
			box-shadow: 0 0 0 0.2rem rgba(245, 171, 54, 0.5);
		}

.btn-danger {
	color: #fff;
	background-color: #E74C3C;
	border-color: #E74C3C;
}

	.btn-danger:hover {
		color: #fff;
		background-color: #e12e1c;
		border-color: #d62c1a;
	}

	.btn-danger:focus, .btn-danger.focus {
		color: #fff;
		background-color: #e12e1c;
		border-color: #d62c1a;
		-webkit-box-shadow: 0 0 0 0.2rem rgba(235, 103, 89, 0.5);
		box-shadow: 0 0 0 0.2rem rgba(235, 103, 89, 0.5);
	}

	.btn-danger.disabled, .btn-danger:disabled {
		color: #fff;
		background-color: #E74C3C;
		border-color: #E74C3C;
	}

	.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
	.show > .btn-danger.dropdown-toggle {
		color: #fff;
		background-color: #d62c1a;
		border-color: #ca2a19;
	}

		.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
		.show > .btn-danger.dropdown-toggle:focus {
			-webkit-box-shadow: 0 0 0 0.2rem rgba(235, 103, 89, 0.5);
			box-shadow: 0 0 0 0.2rem rgba(235, 103, 89, 0.5);
		}

.btn-light {
	color: #222;
	background-color: #adb5bd;
	border-color: #adb5bd;
}

	.btn-light:hover {
		color: #fff;
		background-color: #98a2ac;
		border-color: #919ca6;
	}

	.btn-light:focus, .btn-light.focus {
		color: #fff;
		background-color: #98a2ac;
		border-color: #919ca6;
		-webkit-box-shadow: 0 0 0 0.2rem rgba(152, 159, 166, 0.5);
		box-shadow: 0 0 0 0.2rem rgba(152, 159, 166, 0.5);
	}

	.btn-light.disabled, .btn-light:disabled {
		color: #222;
		background-color: #adb5bd;
		border-color: #adb5bd;
	}

	.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
	.show > .btn-light.dropdown-toggle {
		color: #fff;
		background-color: #919ca6;
		border-color: #8a95a1;
	}

		.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
		.show > .btn-light.dropdown-toggle:focus {
			-webkit-box-shadow: 0 0 0 0.2rem rgba(152, 159, 166, 0.5);
			box-shadow: 0 0 0 0.2rem rgba(152, 159, 166, 0.5);
		}

.btn-dark {
	color: #fff;
	background-color: #303030;
	border-color: #303030;
}

	.btn-dark:hover {
		color: #fff;
		background-color: #1d1d1d;
		border-color: #171616;
	}

	.btn-dark:focus, .btn-dark.focus {
		color: #fff;
		background-color: #1d1d1d;
		border-color: #171616;
		-webkit-box-shadow: 0 0 0 0.2rem rgba(79, 79, 79, 0.5);
		box-shadow: 0 0 0 0.2rem rgba(79, 79, 79, 0.5);
	}

	.btn-dark.disabled, .btn-dark:disabled {
		color: #fff;
		background-color: #303030;
		border-color: #303030;
	}

	.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
	.show > .btn-dark.dropdown-toggle {
		color: #fff;
		background-color: #171616;
		border-color: #101010;
	}

		.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
		.show > .btn-dark.dropdown-toggle:focus {
			-webkit-box-shadow: 0 0 0 0.2rem rgba(79, 79, 79, 0.5);
			box-shadow: 0 0 0 0.2rem rgba(79, 79, 79, 0.5);
		}

.btn-outline-primary {
	color: #375a7f;
	border-color: #375a7f;
}

	.btn-outline-primary:hover {
		color: #fff;
		background-color: #375a7f;
		border-color: #375a7f;
	}

	.btn-outline-primary:focus, .btn-outline-primary.focus {
		-webkit-box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.5);
		box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.5);
	}

	.btn-outline-primary.disabled, .btn-outline-primary:disabled {
		color: #375a7f;
		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: #375a7f;
		border-color: #375a7f;
	}

		.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 {
			-webkit-box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.5);
			box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.5);
		}

.btn-outline-secondary {
	color: #444;
	border-color: #444;
}

	.btn-outline-secondary:hover {
		color: #fff;
		background-color: #444;
		border-color: #444;
	}

	.btn-outline-secondary:focus, .btn-outline-secondary.focus {
		-webkit-box-shadow: 0 0 0 0.2rem rgba(68, 68, 68, 0.5);
		box-shadow: 0 0 0 0.2rem rgba(68, 68, 68, 0.5);
	}

	.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
		color: #444;
		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: #444;
		border-color: #444;
	}

		.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 {
			-webkit-box-shadow: 0 0 0 0.2rem rgba(68, 68, 68, 0.5);
			box-shadow: 0 0 0 0.2rem rgba(68, 68, 68, 0.5);
		}

.btn-outline-success {
	color: #00bc8c;
	border-color: #00bc8c;
}

	.btn-outline-success:hover {
		color: #fff;
		background-color: #00bc8c;
		border-color: #00bc8c;
	}

	.btn-outline-success:focus, .btn-outline-success.focus {
		-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.5);
		box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.5);
	}

	.btn-outline-success.disabled, .btn-outline-success:disabled {
		color: #00bc8c;
		background-color: transparent;
	}

	.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: #00bc8c;
		border-color: #00bc8c;
	}

		.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 {
			-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.5);
			box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.5);
		}

.btn-outline-info {
	color: #3498DB;
	border-color: #3498DB;
}

	.btn-outline-info:hover {
		color: #fff;
		background-color: #3498DB;
		border-color: #3498DB;
	}

	.btn-outline-info:focus, .btn-outline-info.focus {
		-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.5);
		box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.5);
	}

	.btn-outline-info.disabled, .btn-outline-info:disabled {
		color: #3498DB;
		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: #3498DB;
		border-color: #3498DB;
	}

		.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 {
			-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.5);
			box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.5);
		}

.btn-outline-warning {
	color: #F39C12;
	border-color: #F39C12;
}

	.btn-outline-warning:hover {
		color: #fff;
		background-color: #F39C12;
		border-color: #F39C12;
	}

	.btn-outline-warning:focus, .btn-outline-warning.focus {
		-webkit-box-shadow: 0 0 0 0.2rem rgba(243, 156, 18, 0.5);
		box-shadow: 0 0 0 0.2rem rgba(243, 156, 18, 0.5);
	}

	.btn-outline-warning.disabled, .btn-outline-warning:disabled {
		color: #F39C12;
		background-color: transparent;
	}

	.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
	.show > .btn-outline-warning.dropdown-toggle {
		color: #fff;
		background-color: #F39C12;
		border-color: #F39C12;
	}

		.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
		.show > .btn-outline-warning.dropdown-toggle:focus {
			-webkit-box-shadow: 0 0 0 0.2rem rgba(243, 156, 18, 0.5);
			box-shadow: 0 0 0 0.2rem rgba(243, 156, 18, 0.5);
		}

.btn-outline-danger {
	color: #E74C3C;
	border-color: #E74C3C;
}

	.btn-outline-danger:hover {
		color: #fff;
		background-color: #E74C3C;
		border-color: #E74C3C;
	}

	.btn-outline-danger:focus, .btn-outline-danger.focus {
		-webkit-box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.5);
		box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.5);
	}

	.btn-outline-danger.disabled, .btn-outline-danger:disabled {
		color: #E74C3C;
		background-color: transparent;
	}

	.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
	.show > .btn-outline-danger.dropdown-toggle {
		color: #fff;
		background-color: #E74C3C;
		border-color: #E74C3C;
	}

		.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
		.show > .btn-outline-danger.dropdown-toggle:focus {
			-webkit-box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.5);
			box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.5);
		}

.btn-outline-light {
	color: #adb5bd;
	border-color: #adb5bd;
}

	.btn-outline-light:hover {
		color: #222;
		background-color: #adb5bd;
		border-color: #adb5bd;
	}

	.btn-outline-light:focus, .btn-outline-light.focus {
		-webkit-box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
		box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
	}

	.btn-outline-light.disabled, .btn-outline-light:disabled {
		color: #adb5bd;
		background-color: transparent;
	}

	.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
	.show > .btn-outline-light.dropdown-toggle {
		color: #222;
		background-color: #adb5bd;
		border-color: #adb5bd;
	}

		.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
		.show > .btn-outline-light.dropdown-toggle:focus {
			-webkit-box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
			box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
		}

.btn-outline-dark {
	color: #303030;
	border-color: #303030;
}

	.btn-outline-dark:hover {
		color: #fff;
		background-color: #303030;
		border-color: #303030;
	}

	.btn-outline-dark:focus, .btn-outline-dark.focus {
		-webkit-box-shadow: 0 0 0 0.2rem rgba(48, 48, 48, 0.5);
		box-shadow: 0 0 0 0.2rem rgba(48, 48, 48, 0.5);
	}

	.btn-outline-dark.disabled, .btn-outline-dark:disabled {
		color: #303030;
		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: #303030;
		border-color: #303030;
	}

		.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 {
			-webkit-box-shadow: 0 0 0 0.2rem rgba(48, 48, 48, 0.5);
			box-shadow: 0 0 0 0.2rem rgba(48, 48, 48, 0.5);
		}

.btn-link {
	font-weight: 400;
	color: #00bc8c;
	text-decoration: none;
}

	.btn-link:hover {
		color: #007053;
		text-decoration: underline;
	}

	.btn-link:focus, .btn-link.focus {
		text-decoration: underline;
	}

	.btn-link:disabled, .btn-link.disabled {
		color: #888;
		pointer-events: none;
	}


.dropdown-menu {
	color: #fff;
	background-color: #222;
	border: 1px solid #444;
}

.dropdown-divider {
	border-top: 1px solid #444;
}

.dropdown-item {
	color: #fff;
	background-color: transparent;
}

	.dropdown-item:hover, .dropdown-item:focus {
		color: #fff;
		text-decoration: none;
		background-color: #375a7f;
	}

	.dropdown-item.active, .dropdown-item:active {
		color: #fff;
		text-decoration: none;
		background-color: #375a7f;
	}

	.dropdown-item.disabled, .dropdown-item:disabled {
		color: #888;
		pointer-events: none;
		background-color: transparent;
	}

.dropdown-header {
	color: #888;
}

.dropdown-item-text {
	color: #fff;
}

.input-group-text {
	color: #adb5bd;
	background-color: #444;
	border: 1px solid #222;
}

.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	border-color: #375a7f;
	background-color: #375a7f;
}

.custom-control-input:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #739ac2;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
	color: #fff;
	background-color: #97b3d2;
	border-color: #97b3d2;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
	color: #888;
}

	.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
		background-color: #ebebeb;
	}


.custom-control-label::before {
	background-color: #fff;
	border: #adb5bd solid 1px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
	border-color: #375a7f;
	background-color: #375a7f;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(55, 90, 127, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
	background-color: rgba(55, 90, 127, 0.5);
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(55, 90, 127, 0.5);
}

.custom-switch .custom-control-label::after {
	background-color: #adb5bd;
}


.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
	background-color: #fff;
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(55, 90, 127, 0.5);
}

.custom-select {
	color: #444;
	background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23303030' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
	border: 1px solid #222;
}

	.custom-select:focus {
		border-color: #739ac2;
		outline: 0;
		-webkit-box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.25);
		box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.25);
	}

		.custom-select:focus::-ms-value {
			color: #444;
			background-color: #fff;
		}

	.custom-select:disabled {
		color: #888;
		background-color: #ebebeb;
	}

	.custom-select:-moz-focusring {
		color: transparent;
		text-shadow: 0 0 0 #444;
	}

.custom-file-input:focus ~ .custom-file-label {
	border-color: #739ac2;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
	background-color: #ebebeb;
}

.custom-file-label {
	color: #adb5bd;
	background-color: #fff;
	border: 1px solid #222;
}

	.custom-file-label::after {
		color: #adb5bd;
		background-color: #444;
	}

.custom-range {
	background-color: transparent;
}

	.custom-range:focus::-webkit-slider-thumb {
		-webkit-box-shadow: 0 0 0 1px #222, 0 0 0 0.2rem rgba(55, 90, 127, 0.25);
		box-shadow: 0 0 0 1px #222, 0 0 0 0.2rem rgba(55, 90, 127, 0.25);
	}

	.custom-range:focus::-moz-range-thumb {
		box-shadow: 0 0 0 1px #222, 0 0 0 0.2rem rgba(55, 90, 127, 0.25);
	}

	.custom-range:focus::-ms-thumb {
		box-shadow: 0 0 0 1px #222, 0 0 0 0.2rem rgba(55, 90, 127, 0.25);
	}

	.custom-range::-webkit-slider-thumb {
		background-color: #375a7f;
	}

		.custom-range::-webkit-slider-thumb:active {
			background-color: #97b3d2;
		}

	.custom-range::-webkit-slider-runnable-track {
		background-color: #dee2e6;
		border-color: transparent;
	}

	.custom-range::-moz-range-thumb {
		background-color: #375a7f;
	}

		.custom-range::-moz-range-thumb:active {
			background-color: #97b3d2;
		}

	.custom-range::-moz-range-track {
		background-color: #dee2e6;
		border-color: transparent;
	}

	.custom-range::-ms-thumb {
		background-color: #375a7f;
	}

		.custom-range::-ms-thumb:active {
			background-color: #97b3d2;
		}

	.custom-range::-ms-track {
		background-color: transparent;
		border-color: transparent;
	}

	.custom-range::-ms-fill-lower {
		background-color: #dee2e6;
	}

	.custom-range::-ms-fill-upper {
		background-color: #dee2e6;
	}

	.custom-range:disabled::-webkit-slider-thumb {
		background-color: #adb5bd;
	}

	.custom-range:disabled::-moz-range-thumb {
		background-color: #adb5bd;
	}

	.custom-range:disabled::-ms-thumb {
		background-color: #adb5bd;
	}

.nav-link.disabled {
	color: #adb5bd;
}

.nav-tabs {
	border-bottom: 1px solid #444;
}


	.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
		border-color: #444 #444 transparent;
	}

	.nav-tabs .nav-link.disabled {
		color: #adb5bd;
		background-color: transparent;
		border-color: transparent;
	}

	.nav-tabs .nav-link.active,
	.nav-tabs .nav-item.show .nav-link {
		color: #fff;
		background-color: #222;
		border-color: #444 #444 transparent;
	}

.nav-pills .nav-link {
	border-radius: 0.25rem;
}

	.nav-pills .nav-link.active,
	.nav-pills .show > .nav-link {
		color: #fff;
		background-color: #375a7f;
	}

.navbar-toggler {
	background-color: transparent;
	border: 1px solid transparent;
}

.navbar-light .navbar-brand {
	color: #222;
}

	.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
		color: #222;
	}

.navbar-light .navbar-nav .nav-link {
	color: rgba(34, 34, 34, 0.7);
}

	.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
		color: #222;
	}

	.navbar-light .navbar-nav .nav-link.disabled {
		color: rgba(0, 0, 0, 0.3);
	}

	.navbar-light .navbar-nav .show > .nav-link,
	.navbar-light .navbar-nav .active > .nav-link,
	.navbar-light .navbar-nav .nav-link.show,
	.navbar-light .navbar-nav .nav-link.active {
		color: #222;
	}

.navbar-light .navbar-toggler {
	color: rgba(34, 34, 34, 0.7);
	border-color: rgba(34, 34, 34, 0.1);
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2834, 34, 34, 0.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
	color: rgba(34, 34, 34, 0.7);
}

	.navbar-light .navbar-text a {
		color: #222;
	}

		.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
			color: #222;
		}

.navbar-dark .navbar-brand {
	color: #fff;
}

	.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
		color: #fff;
	}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.6);
}

	.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
		color: #fff;
	}

	.navbar-dark .navbar-nav .nav-link.disabled {
		color: rgba(255, 255, 255, 0.25);
	}

	.navbar-dark .navbar-nav .show > .nav-link,
	.navbar-dark .navbar-nav .active > .nav-link,
	.navbar-dark .navbar-nav .nav-link.show,
	.navbar-dark .navbar-nav .nav-link.active {
		color: #fff;
	}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, 0.6);
	border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.6%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, 0.6);
}

	.navbar-dark .navbar-text a {
		color: #fff;
	}

		.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
			color: #fff;
		}

.card {
	background-color: #303030;
	border: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header {
	background-color: #444;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer {
	background-color: #444;
	border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.breadcrumb {
	background-color: #444;
	border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item::before {
	color: #888;
}

.breadcrumb-item.active {
	color: #888;
}

.page-link {
	color: #fff;
	background-color: #00bc8c;
}

	.page-link:hover {
		color: #fff;
		text-decoration: none;
		background-color: #00efb2;
		border-color: transparent;
	}

	.page-link:focus {
		-webkit-box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.25);
		box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.25);
	}

.page-item.active .page-link {
	color: #fff;
	background-color: #00efb2;
	border-color: transparent;
}

.page-item.disabled .page-link {
	color: #fff;
	background-color: #007053;
	border-color: transparent;
}

.badge-primary {
	color: #fff;
	background-color: #375a7f;
}

a.badge-primary:hover, a.badge-primary:focus {
	color: #fff;
	background-color: #28415b;
}

a.badge-primary:focus, a.badge-primary.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.5);
}

.badge-secondary {
	color: #fff;
	background-color: #444;
}

a.badge-secondary:hover, a.badge-secondary:focus {
	color: #fff;
	background-color: #2b2a2a;
}

a.badge-secondary:focus, a.badge-secondary.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(68, 68, 68, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(68, 68, 68, 0.5);
}

.badge-success {
	color: #fff;
	background-color: #00bc8c;
}

a.badge-success:hover, a.badge-success:focus {
	color: #fff;
	background-color: #008966;
}

a.badge-success:focus, a.badge-success.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.5);
}

.badge-info {
	color: #fff;
	background-color: #3498DB;
}

a.badge-info:hover, a.badge-info:focus {
	color: #fff;
	background-color: #217dbb;
}

a.badge-info:focus, a.badge-info.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.5);
}

.badge-warning {
	color: #fff;
	background-color: #F39C12;
}

a.badge-warning:hover, a.badge-warning:focus {
	color: #fff;
	background-color: #c87f0a;
}

a.badge-warning:focus, a.badge-warning.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(243, 156, 18, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(243, 156, 18, 0.5);
}

.badge-danger {
	color: #fff;
	background-color: #E74C3C;
}

a.badge-danger:hover, a.badge-danger:focus {
	color: #fff;
	background-color: #d62c1a;
}

a.badge-danger:focus, a.badge-danger.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.5);
}

.badge-light {
	color: #222;
	background-color: #adb5bd;
}

a.badge-light:hover, a.badge-light:focus {
	color: #222;
	background-color: #919ca6;
}

a.badge-light:focus, a.badge-light.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
}

.badge-dark {
	color: #fff;
	background-color: #303030;
}

a.badge-dark:hover, a.badge-dark:focus {
	color: #fff;
	background-color: #171616;
}

a.badge-dark:focus, a.badge-dark.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(48, 48, 48, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(48, 48, 48, 0.5);
}

.jumbotron {
	background-color: #303030;
}

.alert-primary {
	color: #1d2f42;
	background-color: #d7dee5;
	border-color: #c7d1db;
}

	.alert-primary hr {
		border-top-color: #b7c4d1;
	}

	.alert-primary .alert-link {
		color: #0d161f;
	}

.alert-secondary {
	color: #232323;
	background-color: #dadada;
	border-color: #cbcbcb;
}

	.alert-secondary hr {
		border-top-color: #bebebe;
	}

	.alert-secondary .alert-link {
		color: #0a0909;
	}

.alert-success {
	color: #006249;
	background-color: #ccf2e8;
	border-color: #b8ecdf;
}

	.alert-success hr {
		border-top-color: #a4e7d6;
	}

	.alert-success .alert-link {
		color: #002f23;
	}

.alert-info {
	color: #1b4f72;
	background-color: #d6eaf8;
	border-color: #c6e2f5;
}

	.alert-info hr {
		border-top-color: #b0d7f1;
	}

	.alert-info .alert-link {
		color: #113249;
	}

.alert-warning {
	color: #7e5109;
	background-color: #fdebd0;
	border-color: #fce3bd;
}

	.alert-warning hr {
		border-top-color: #fbd9a5;
	}

	.alert-warning .alert-link {
		color: #4e3206;
	}

.alert-danger {
	color: #78281f;
	background-color: #fadbd8;
	border-color: #f8cdc8;
}

	.alert-danger hr {
		border-top-color: #f5b8b1;
	}

	.alert-danger .alert-link {
		color: #4f1a15;
	}

.alert-light {
	color: #5a5e62;
	background-color: #eff0f2;
	border-color: #e8eaed;
}

	.alert-light hr {
		border-top-color: #dadde2;
	}

	.alert-light .alert-link {
		color: #424547;
	}

.alert-dark {
	color: #191919;
	background-color: #d6d6d6;
	border-color: #c5c5c5;
}

	.alert-dark hr {
		border-top-color: #b8b8b8;
	}

.progress {
	background-color: #444;
}

.progress-bar {
	color: #fff;
	background-color: #375a7f;
}

.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem;
}

.list-group-item-action {
	color: #444;
}

	.list-group-item-action:hover, .list-group-item-action:focus {
		z-index: 1;
		color: #444;
		text-decoration: none;
		background-color: #444;
	}

	.list-group-item-action:active {
		color: #fff;
		background-color: #ebebeb;
	}

.list-group-item {
	background-color: #222;
	border: 1px solid #444;
}

	.list-group-item.disabled, .list-group-item:disabled {
		color: #888;
		background-color: #303030;
	}

	.list-group-item.active {
		color: #fff;
		background-color: #375a7f;
		border-color: #375a7f;
	}

.list-group-item-primary {
	color: #1d2f42;
	background-color: #c7d1db;
}

	.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
		color: #1d2f42;
		background-color: #b7c4d1;
	}

	.list-group-item-primary.list-group-item-action.active {
		color: #fff;
		background-color: #1d2f42;
		border-color: #1d2f42;
	}

.list-group-item-secondary {
	color: #232323;
	background-color: #cbcbcb;
}

	.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
		color: #232323;
		background-color: #bebebe;
	}

	.list-group-item-secondary.list-group-item-action.active {
		color: #fff;
		background-color: #232323;
		border-color: #232323;
	}

.list-group-item-success {
	color: #006249;
	background-color: #b8ecdf;
}

	.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
		color: #006249;
		background-color: #a4e7d6;
	}

	.list-group-item-success.list-group-item-action.active {
		color: #fff;
		background-color: #006249;
		border-color: #006249;
	}

.list-group-item-info {
	color: #1b4f72;
	background-color: #c6e2f5;
}

	.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
		color: #1b4f72;
		background-color: #b0d7f1;
	}

	.list-group-item-info.list-group-item-action.active {
		color: #fff;
		background-color: #1b4f72;
		border-color: #1b4f72;
	}

.list-group-item-warning {
	color: #7e5109;
	background-color: #fce3bd;
}

	.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
		color: #7e5109;
		background-color: #fbd9a5;
	}

	.list-group-item-warning.list-group-item-action.active {
		color: #fff;
		background-color: #7e5109;
		border-color: #7e5109;
	}

.list-group-item-danger {
	color: #78281f;
	background-color: #f8cdc8;
}

	.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
		color: #78281f;
		background-color: #f5b8b1;
	}

	.list-group-item-danger.list-group-item-action.active {
		color: #fff;
		background-color: #78281f;
		border-color: #78281f;
	}

.list-group-item-light {
	color: #5a5e62;
	background-color: #e8eaed;
}

	.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
		color: #5a5e62;
		background-color: #dadde2;
	}

	.list-group-item-light.list-group-item-action.active {
		color: #fff;
		background-color: #5a5e62;
		border-color: #5a5e62;
	}

.list-group-item-dark {
	color: #191919;
	background-color: #c5c5c5;
}

	.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
		color: #191919;
		background-color: #b8b8b8;
	}

	.list-group-item-dark.list-group-item-action.active {
		color: #fff;
		background-color: #191919;
		border-color: #191919;
	}

.close {
	color: #fff;
}

	.close:hover {
		color: #fff;
		text-decoration: none;
	}

	.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
		opacity: .75;
	}

button.close {
	background-color: transparent;
}

.toast {
	background-color: #444;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
	box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	opacity: 0;
}

.toast-header {
	color: #888;
	background-color: #303030;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.modal-content {
	background-color: #303030;
	border: 1px solid #444;
}

.modal-backdrop {
	background-color: #000;
}

.modal-header {
	border-bottom: 1px solid #444;
}

.modal-footer {
	border-top: 1px solid #444;
}

		.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
			border-top-color: #000;
		}

		.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
			border-right-color: #000;
		}

		.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
			border-bottom-color: #000;
		}

		.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
			border-left-color: #000;
		}

.tooltip-inner {
	color: #fff;
	background-color: #000;
}

.popover {
	background-color: #303030;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

		.popover .arrow::before, .popover .arrow::after {
			border-color: transparent;
			border-style: solid;
		}

		.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
			border-top-color: #303030;
		}

		.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
			border-right-color: rgba(0, 0, 0, 0.25);
		}

		.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
			left: 1px;
			border-width: 0.5rem 0.5rem 0.5rem 0;
			border-right-color: #303030;
		}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
	margin-top: 0.5rem;
}

	.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
		top: calc(-0.5rem - 1px);
	}

		.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
			top: 0;
			border-width: 0 0.5rem 0.5rem 0.5rem;
			border-bottom-color: rgba(0, 0, 0, 0.25);
		}

		.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
			top: 1px;
			border-width: 0 0.5rem 0.5rem 0.5rem;
			border-bottom-color: #303030;
		}

	.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
		border-bottom: 1px solid #444;
	}

		.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
			right: 0;
			border-width: 0.5rem 0 0.5rem 0.5rem;
			border-left-color: rgba(0, 0, 0, 0.25);
		}

		.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
			right: 1px;
			border-width: 0.5rem 0 0.5rem 0.5rem;
			border-left-color: #303030;
		}

.popover-header {
	background-color: #444;
	border-bottom: 1px solid #373737;
}

.popover-body {
	color: #fff;
}

.carousel-control-prev,
.carousel-control-next {
	color: #fff;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
	color: #fff;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

	.carousel-indicators li {
		background-color: #fff;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		opacity: .5;
	}

.carousel-caption {
	color: #fff;
}

.bg-primary {
	background-color: #375a7f !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
	background-color: #28415b !important;
}

.bg-secondary {
	background-color: #444 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
	background-color: #2b2a2a !important;
}

.bg-success {
	background-color: #00bc8c !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
	background-color: #008966 !important;
}

.bg-info {
	background-color: #3498DB !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
	background-color: #217dbb !important;
}

.bg-warning {
	background-color: #F39C12 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
	background-color: #c87f0a !important;
}

.bg-danger {
	background-color: #E74C3C !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
	background-color: #d62c1a !important;
}

.bg-light {
	background-color: #adb5bd !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
	background-color: #919ca6 !important;
}

.bg-dark {
	background-color: #303030 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
	background-color: #171616 !important;
}

.bg-white {
	background-color: #fff !important;
}

.bg-transparent {
	background-color: transparent !important;
}

.border {
	border: 1px solid #dee2e6 !important;
}

.border-top {
	border-top: 1px solid #dee2e6 !important;
}

.border-right {
	border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
	border-left: 1px solid #dee2e6 !important;
}

.border-primary {
	border-color: #375a7f !important;
}

.border-secondary {
	border-color: #444 !important;
}

.border-success {
	border-color: #00bc8c !important;
}

.border-info {
	border-color: #3498DB !important;
}

.border-warning {
	border-color: #F39C12 !important;
}

.border-danger {
	border-color: #E74C3C !important;
}

.border-light {
	border-color: #adb5bd !important;
}

.border-dark {
	border-color: #303030 !important;
}

.border-white {
	border-color: #fff !important;
}

.stretched-link::after {
	background-color: rgba(0, 0, 0, 0);
}

.text-white {
	color: #fff !important;
}

.text-primary {
	color: #375a7f !important;
}

a.text-primary:hover, a.text-primary:focus {
	color: #20344a !important;
}

.text-secondary {
	color: #444 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
	color: #1e1e1e !important;
}

.text-success {
	color: #00bc8c !important;
}

a.text-success:hover, a.text-success:focus {
	color: #007053 !important;
}

.text-info {
	color: #3498DB !important;
}

a.text-info:hover, a.text-info:focus {
	color: #1d6fa5 !important;
}

.text-warning {
	color: #F39C12 !important;
}

a.text-warning:hover, a.text-warning:focus {
	color: #b06f09 !important;
}

.text-danger {
	color: #E74C3C !important;
}

a.text-danger:hover, a.text-danger:focus {
	color: #bf2718 !important;
}

.text-light {
	color: #adb5bd !important;
}

a.text-light:hover, a.text-light:focus {
	color: #838f9b !important;
}

.text-dark {
	color: #303030 !important;
}

a.text-dark:hover, a.text-dark:focus {
	color: #0a0a0a !important;
}

.text-body {
	color: #fff !important;
}

.text-muted {
	color: #aaa !important;
}

.text-black-50 {
	color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
	color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.blockquote-footer {
	color: #888;
}

.table-primary,
.table-primary > th,
.table-primary > td {
	background-color: #375a7f;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
	background-color: #444;
}

.table-light,
.table-light > th,
.table-light > td {
	background-color: #adb5bd;
}

.table-dark,
.table-dark > th,
.table-dark > td {
	background-color: #303030;
}

.table-success,
.table-success > th,
.table-success > td {
	background-color: #00bc8c;
}

.table-info,
.table-info > th,
.table-info > td {
	background-color: #3498DB;
}

.table-danger,
.table-danger > th,
.table-danger > td {
	background-color: #E74C3C;
}

.table-warning,
.table-warning > th,
.table-warning > td {
	background-color: #F39C12;
}

.table-active,
.table-active > th,
.table-active > td {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-primary:hover, .table-hover .table-primary:hover > th, .table-hover .table-primary:hover > td {
	background-color: #2f4d6d;
}

.table-hover .table-secondary:hover, .table-hover .table-secondary:hover > th, .table-hover .table-secondary:hover > td {
	background-color: #373737;
}

.table-hover .table-light:hover, .table-hover .table-light:hover > th, .table-hover .table-light:hover > td {
	background-color: #9fa8b2;
}

.table-hover .table-dark:hover, .table-hover .table-dark:hover > th, .table-hover .table-dark:hover > td {
	background-color: #232323;
}

.table-hover .table-success:hover, .table-hover .table-success:hover > th, .table-hover .table-success:hover > td {
	background-color: #00a379;
}

.table-hover .table-info:hover, .table-hover .table-info:hover > th, .table-hover .table-info:hover > td {
	background-color: #258cd1;
}

.table-hover .table-danger:hover, .table-hover .table-danger:hover > th, .table-hover .table-danger:hover > td {
	background-color: #e43725;
}

.table-hover .table-warning:hover, .table-hover .table-warning:hover > th, .table-hover .table-warning:hover > td {
	background-color: #e08e0b;
}

.table-hover .table-active:hover, .table-hover .table-active:hover > th, .table-hover .table-active:hover > td {
	background-color: rgba(0, 0, 0, 0.075);
}

.input-group-addon {
	color: #fff;
}

.nav-tabs .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover,
.nav-pills .nav-link,
.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
	color: #fff;
}

.breadcrumb a {
	color: #fff;
}

.pagination a:hover {
	text-decoration: none;
}

.close {
	opacity: 0.4;
}

	.close:hover, .close:focus {
		opacity: 1;
	}

.alert {
	border: none;
	color: #fff;
}

	.alert a,
	.alert .alert-link {
		color: #fff;
		text-decoration: underline;
	}

.alert-primary {
	background-color: #375a7f;
}

.alert-secondary {
	background-color: #444;
}

.alert-success {
	background-color: #00bc8c;
}

.alert-info {
	background-color: #3498DB;
}

.alert-warning {
	background-color: #F39C12;
}

.alert-danger {
	background-color: #E74C3C;
}

.alert-light {
	background-color: #adb5bd;
}

.alert-dark {
	background-color: #303030;
}

.list-group-item-action {
	color: #fff;
}

	.list-group-item-action:hover, .list-group-item-action:focus {
		background-color: #555;
		color: #fff;
	}

	.list-group-item-action .list-group-item-heading {
		color: #fff;
	}

}