.error {
	margin: 0px auto; 
	padding: 10px; 
	border: 1px solid #a94442; 
	color: #a94442; 
	background: #f2dede; 
	border-radius: 5px; 
	text-align: left;
}
.success {
	color: #3c763d; 
	background: #dff0d8; 
	border: 1px solid #3c763d;
}
body {
  background: url('https://encore.com.au/Lonsec/Symposium26/img/2026-Lonsec-Background-1920.png') no-repeat center center fixed;;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #000000;
}
#video {
		padding: 1em 1em 1em 1em;
	background-color: rgba(0, 156, 222, 0.8);
	color: white;
}

/*------------------------------------
- COLOR blue
------------------------------------*/
.alert-blue {
    color: #004563;
    background-color: #abe6ff;
    border-color: #96dfff;
}

.alert-blue hr {
    border-top-color: #7dd8ff;
}

.alert-blue .alert-link {
    color: #002230;
}

.badge-blue {
    color: #fff;
    background-color: #009CDE;
}

.badge-blue[href]:hover, .badge-blue[href]:focus {
    color: #fff;
    background-color: #0078ab;
}

.bg-blue {
    background-color: #009CDE !important;
}

a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
    background-color: #0078ab !important;
}

.border-blue {
    border-color: #009CDE !important;
}

.btn-blue {
    color: #fff;
    background-color: #009CDE;
    border-color: #009CDE;
}

.btn-blue:hover {
    color: #fff;
    background-color: #0082ba;
    border-color: #0078ab;
}

.btn-blue:focus, .btn-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 156, 222, 0.5);
}

.btn-blue.disabled, .btn-blue:disabled {
    color: #fff;
    background-color: #009CDE;
    border-color: #009CDE;
}

.btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active, .show > .btn-blue.dropdown-toggle {
    color: #fff;
    background-color: #0078ab;
    border-color: #006d9b;
}

.btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 156, 222, 0.5);
}

.btn-outline-blue {
    color: #009CDE;
    background-color: transparent;
    border-color: #009CDE;
}

.btn-outline-blue:hover {
    color: #fff;
    background-color: #009CDE;
    border-color: #009CDE;
}

.btn-outline-blue:focus, .btn-outline-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 156, 222, 0.5);
}

.btn-outline-blue.disabled, .btn-outline-blue:disabled {
    color: #009CDE;
    background-color: transparent;
}

.btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-blue.dropdown-toggle {
    color: #fff;
    background-color: #009CDE;
    border-color: #009CDE;
}

.btn-outline-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 156, 222, 0.5);
}

.list-group-item-blue {
    color: #004563;
    background-color: #96dfff;
}

.list-group-item-blue.list-group-item-action:hover, .list-group-item-blue.list-group-item-action:focus {
    color: #004563;
    background-color: #7dd8ff;
}

.list-group-item-blue.list-group-item-action.active {
    color: #fff;
    background-color: #004563;
    border-color: #004563;
}

.table-blue,
.table-blue > th,
.table-blue > td {
    background-color: #96dfff;
}

.table-hover .table-blue:hover {
    background-color: #7dd8ff;
}

.table-hover .table-blue:hover > td,
.table-hover .table-blue:hover > th {
    background-color: #7dd8ff;
}

.text-blue {
    color: #009CDE !important;
}

a.text-blue:hover, a.text-blue:focus {
    color: #0078ab !important;
}

/*------------------------------------
- COLOR green
------------------------------------*/
.alert-green {
    color: #237e66;
    background-color: #edfaf7;
    border-color: #ddf5ef;
}

.alert-green hr {
    border-top-color: #c9f0e6;
}

.alert-green .alert-link {
    color: #175646;
}

.badge-green {
    color: #212529;
    background-color: #4ECEAD;
}

.badge-green[href]:hover, .badge-green[href]:focus {
    color: #212529;
    background-color: #32b694;
}

.bg-green {
    background-color: #4ECEAD !important;
}

a.bg-green:hover, a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
    background-color: #32b694 !important;
}

.border-green {
    border-color: #4ECEAD !important;
}

.btn-green {
    color: #212529;
    background-color: #4ECEAD;
    border-color: #4ECEAD;
}

.btn-green:hover {
    color: #212529;
    background-color: #35c29e;
    border-color: #32b694;
}

.btn-green:focus, .btn-green.focus {
    box-shadow: 0 0 0 0.2rem rgba(78, 206, 173, 0.5);
}

.btn-green.disabled, .btn-green:disabled {
    color: #212529;
    background-color: #4ECEAD;
    border-color: #4ECEAD;
}

.btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active, .show > .btn-green.dropdown-toggle {
    color: #212529;
    background-color: #32b694;
    border-color: #2faa8a;
}

.btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus, .show > .btn-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(78, 206, 173, 0.5);
}

.btn-outline-green {
    color: #4ECEAD;
    background-color: transparent;
    border-color: #4ECEAD;
}

.btn-outline-green:hover {
    color: #212529;
    background-color: #4ECEAD;
    border-color: #4ECEAD;
}

.btn-outline-green:focus, .btn-outline-green.focus {
    box-shadow: 0 0 0 0.2rem rgba(78, 206, 173, 0.5);
}

.btn-outline-green.disabled, .btn-outline-green:disabled {
    color: #4ECEAD;
    background-color: transparent;
}

.btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active, .show > .btn-outline-green.dropdown-toggle {
    color: #212529;
    background-color: #4ECEAD;
    border-color: #4ECEAD;
}

.btn-outline-green:not(:disabled):not(.disabled):active:focus, .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(78, 206, 173, 0.5);
}

.list-group-item-green {
    color: #237e66;
    background-color: #ddf5ef;
}

.list-group-item-green.list-group-item-action:hover, .list-group-item-green.list-group-item-action:focus {
    color: #237e66;
    background-color: #c9f0e6;
}

.list-group-item-green.list-group-item-action.active {
    color: #212529;
    background-color: #237e66;
    border-color: #237e66;
}

.table-green,
.table-green > th,
.table-green > td {
    background-color: #ddf5ef;
}

.table-hover .table-green:hover {
    background-color: #c9f0e6;
}

.table-hover .table-green:hover > td,
.table-hover .table-green:hover > th {
    background-color: #c9f0e6;
}

.text-green {
    color: #4ECEAD !important;
}

a.text-green:hover, a.text-green:focus {
    color: #32b694 !important;
}

