/* Custom CSS */

.btn {
	margin-right:0.5rem;
	margin-bottom:0.5rem;
}


h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
	text-align: center;
}



/* New Colour PURPLE */

.text-purple {
  color: #6f42c1 !important;
}

a.text-purple:hover, a.text-purple:focus {
  color: #413687 !important;
}

.table-purple,
.table-purple > th,
.table-purple > td {
  background-color: #bee5eb;
}
.table-purple th,
.table-purple td,
.table-purple thead th,
.table-purple tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-purple:hover {
  background-color: #abdde5;
}
.table-hover .table-purple:hover > td,
.table-hover .table-purple:hover > th {
  background-color: #abdde5;
}




.table-hover .table-purple:hover {
  background-color: #abdde5;
}
.table-hover .table-purple:hover > td,
.table-hover .table-purple:hover > th {
  background-color: #abdde5;
}



.btn-purple {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
}
.btn-purple:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-purple:focus, .btn-purple.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-purple.disabled, .btn-purple:disabled {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
}
.btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active, .show > .btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-outline-purple {
  color: #6f42c1;
  border-color: #6f42c1;
}
.btn-outline-purple:hover {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
}
.btn-outline-purple:focus, .btn-outline-purple.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-purple.disabled, .btn-outline-purple:disabled {
  color: #6f42c1;
  background-color: transparent;
}
.btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple:not(:disabled):not(.disabled).active, .show > .btn-outline-purple.dropdown-toggle {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
}
.btn-outline-purple:not(:disabled):not(.disabled):active:focus, .btn-outline-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}



.badge-purple {
  color: #fff;
  background-color: #6f42c1;
}
a.badge-purple:hover, a.badge-purple:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-purple:focus, a.badge-purple.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}



.alert-purple {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-purple hr {
  border-top-color: #abdde5;
}
.alert-purple .alert-link {
  color: #062c33;
}




.list-group-item-purple {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-purple.list-group-item-action:hover, .list-group-item-purple.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-purple.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}



.bg-purple {
  background-color: #6f42c1 !important;
}



a.bg-purple:hover, a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #117a8b !important;
}



.border-purple {
  border-color: #6f42c1 !important;
}



.text-purple {
  color: #6f42c1 !important;
}

a.text-purple:hover, a.text-purple:focus {
  color: #413687 !important;
}


.btn-link.btn-purple {
	color:#6f42c1;
	border-color:transparent;
}


.bg-purple {
	fill:#6f42c1 !important;
}


.alert-purple {
	color:#fff;
	background-color:#6f42c1;
	border-color:#6f42c1;
}
.alert-purple hr {
	border-top-color:#08d29d;
}
.alert-purple .alert-link {
	color:#e6e6e6;
}

/** New Colour orange **/


a.text-orange:hover, a.text-orange:focus {
  color: #413687 !important;
}

.table-orange,
.table-orange > th,
.table-orange > td {
  background-color: #bee5eb;
}
.table-orange th,
.table-orange td,
.table-orange thead th,
.table-orange tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-orange:hover {
  background-color: #abdde5;
}
.table-hover .table-orange:hover > td,
.table-hover .table-orange:hover > th {
  background-color: #abdde5;
}




.table-hover .table-orange:hover {
  background-color: #abdde5;
}
.table-hover .table-orange:hover > td,
.table-hover .table-orange:hover > th {
  background-color: #abdde5;
}



.btn-orange {
  color: #fff;
  background-color: #fd7e14;
  border-color: #fd7e14;
}
.btn-orange:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-orange:focus, .btn-orange.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-orange.disabled, .btn-orange:disabled {
  color: #fff;
  background-color: #fd7e14;
  border-color: #fd7e14;
}
.btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active, .show > .btn-orange.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-outline-orange {
  color: #fd7e14;
  border-color: #fd7e14;
}
.btn-outline-orange:hover {
  color: #fff;
  background-color: #fd7e14;
  border-color: #fd7e14;
}
.btn-outline-orange:focus, .btn-outline-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-orange.disabled, .btn-outline-orange:disabled {
  color: #fd7e14;
  background-color: transparent;
}
.btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active, .show > .btn-outline-orange.dropdown-toggle {
  color: #fff;
  background-color: #fd7e14;
  border-color: #fd7e14;
}
.btn-outline-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}



.badge-orange {
  color: #fff;
  background-color: #fd7e14;
}
a.badge-orange:hover, a.badge-orange:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-orange:focus, a.badge-orange.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}



.alert-orange {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-orange hr {
  border-top-color: #abdde5;
}
.alert-orange .alert-link {
  color: #062c33;
}




.list-group-item-orange {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-orange.list-group-item-action:hover, .list-group-item-orange.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-orange.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}



.bg-orange {
  background-color: #fd7e14 !important;
}



a.bg-orange:hover, a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: #FFA500 !important;
}



.border-orange {
  border-color: #fd7e14 !important;
}



.text-orange {
  color: #fd7e14 !important;
}

a.text-orange:hover, a.text-orange:focus {
  color: #FFA500 !important;
}


.btn-link.btn-orange {
	color:#fd7e14;
	border-color:transparent;
}


.bg-orange {
	fill:#fd7e14 !important;
}


.alert-orange {
	color:#fff;
	background-color:#fd7e14;
	border-color:#fd7e14;
}
.alert-orange hr {
	border-top-color:#08d29d;
}
.alert-orange .alert-link {
	color:#e6e6e6;
}
