@import url( https://fonts.googleapis.com/css?family=Open+Sans:400,300,700 );

@font-face {
	font-family: 'tt travels';
	src: url('..//fonts/tttravels/fonts/TT Travels Regular.ttf');
}

html {
	font-family: "tt travels", Verdana,sans-serif;
}
body {
	font-family: "tt travels" ,Verdana,sans-serif; 
}
.primary-logo {
    margin: 20px 0px 20px 0;
}
.secondary-logo {
	float: right;
}
.background-dark {
	background-color: rgb(78, 77, 79);
}
.foreground-dark {
	color: rgb(255, 255, 255);
}
.foreground-dark:active {
	color: rgb(255, 255, 255);
}
.foreground-dark:visited {
	color: rgb(255, 255, 255);
}
.background-mid {
	background-color: rgb(187, 187, 187);
}
.foreground-mid {
	color: rgb(34, 34, 34);
}
.foreground-mid:active {
	color: rgb(34, 34, 34);
}
.foreground-mid:visited {
	color: rgb(34, 34, 34);
}
.background-light {
	background-color: rgb(239, 239, 239);
}
.foreground-light {
	color: rgb(34, 34, 34);
}
.foreground-light:active {
	color: rgb(34, 34, 34);
}
.foreground-light:visited {
	color: rgb(34, 34, 34);
}
#spree-navbar {
	width: 80%;
	height: 100%;
	position: fixed;
	z-index: 1030;
}
.offcanvas {
	left: auto; right: -80%;
}
.offcanvasActive {
	top: 0px; right: 0%;
}
#offCanv {
	position: relative;
}
.offcanvasBody {
	transition:0.25s ease-out; left: -80%; top: 0px; -webkit-transition: all .25s ease-out; -o-transition: all .25s ease-out;
}
.button-holder {
	padding: 20px; width: 100%; text-align: center;
}
.btn-default {
	border-color: rgb(0, 0, 0); color: rgb(255, 255, 255); background-color: rgb(0, 0, 0);
}
.btn-default:hover {
	border-color: rgb(0, 0, 0); color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);
}
#spree-navbar ul {
	margin: 0px; padding: 0px;
    /*margin: 0px; padding: 0px;white-space: nowrap; THIS WILL STOP THE MENU WRAPPING BUT MAY TAKE IT TOO FAR RIGHT*/
}
#spree-navbar ul > li {
	list-style: none; margin: 0px; display: block;
}
#spree-navbar ul > li > a {
	padding: 10px; text-decoration: none; display: block;
}
#spree-navbar ul > li > a:active {
	padding: 10px; text-decoration: none; display: block;
}
#spree-navbar ul > li > a:visited {
	padding: 10px; text-decoration: none; display: block;
}
#spree-navbar ul > li > a:hover {
	color: rgb(0, 0, 0);
    /*ANT - Stop Pierre moaning*/
    background-color: #fff;
}

div .userNav a:hover {
    text-decoration: none;
	color: rgb(0,0,0) !important;
}
div .userNav:hover {
    color: rgb(0,0,0) !important;
}

.menubutton {
	margin: 5px; padding: 10px; height: 40px;
}
#spree-navbar ul > li > a > img {
	height: 25px;
}
#spree-navbar h2 {
	margin: 0px; padding: 4%;
}
#user-info {
	padding: 10px;
}
#user-info h2 {
	margin: 10px 0px 0px; padding: 0px; font-weight: 300;
}
#balance-box {
	width: 100%; margin-bottom: 20px;
}
.outer-circle {
	margin: 10px auto; border-radius: 50%; border: 2px solid rgb(78, 77, 79); border-image: none; width: 130px; height: 130px; overflow: hidden; position: relative;
}
.inner-circle {
	margin: 3%; border-radius: 50%; width: 94%; height: 94%; overflow: hidden; position: relative; background-color: rgb(255, 255, 255);
}
.circle-copy {
	top: 25%; width: 100%; text-align: center; color: rgb(34, 34, 34); position: absolute;
}
.circle-value {
	width: 100%; font-size: 120%; font-weight: bold; display: block; position: relative;
}
.circle-text {
	width: 100%; text-transform: uppercase; font-size: 70%; display: block; position: relative;
}
.circle-foot {
	width: 100%; height: 35%; text-align: center; bottom: 0px; color: rgb(255, 255, 255); text-transform: uppercase; padding-top: 3%; padding-right: 10%; padding-left: 10%; font-size: 80%; font-weight: bold; position: absolute; background-color: rgb(78, 77, 79);
}
.circle-foot a {
    color: #fff;
}
.circle-foot a:hover {
    text-decoration: none;
    color: #000;
}
.liftShadow {
	position: relative;
}
.liftShadow::before {
	background: rgb(119, 119, 119); left: 10px; top: 80%; width: 50%; bottom: 15px; position: absolute; z-index: -1; max-width: 300px; content: ""; box-shadow: 0px 15px 10px #999999; transform: rotate(-3deg);
}
.liftShadow::after {
	background: rgb(119, 119, 119); left: 10px; top: 80%; width: 50%; bottom: 15px; position: absolute; z-index: -1; max-width: 300px; content: ""; box-shadow: 0px 15px 10px #999999; transform: rotate(-3deg);
}
.liftShadow::after {
	left: auto; right: 10px; transform: rotate(3deg);
}
.logo-slider {
	margin: 20px auto 0px; padding: 1%; width: 90%; background-color: rgb(255, 255, 255);
}
.logo-slider img {
	padding: 10px; height: 50px;
}
.feature-item {
	display: block;
}
.feature-footer {
	display: block;
	margin: 0px 5px 0px 5px; padding: 11px; display: inline-block; background-color: rgba(0, 0, 0, 0); letter-spacing: 0.4px;
}
.feature {
	margin: 0px auto 0px; width: 90%; position: relative;
}
.feature > img {
	width: 100%;
}
.feature > .text {
	top: 0px; position: absolute;
}
.feature > .text > span {
	margin: 5px; padding: 10px; color: rgb(255, 255, 255); letter-spacing: 2px; font-weight: 300; display: inline-block; background-color: rgba(0, 0, 0, 0);
}
.feature > .description {
	padding: 10px; color: rgb(255, 255, 255); background-color: rgb(0, 0, 0);
}
.offersTitle {
    margin: 0px 5px 0px 5px; padding: 11px; background-color: rgba(0, 0, 0, 0); letter-spacing: 1.5px;
}
.footer {
	padding-top: 20px; padding-bottom: 10%;
}
.footer ul {
	margin: 10px 0px 0px; padding: 0px;
}
.footer ul > li {
	margin: 0px; padding-top: 5px; padding-bottom: 5px; display: block;
}
.footer ul > li > a {
	padding: 10px; text-align: center; color: rgb(255, 255, 255); display: block;
}
.poweredbylogo {
	margin: 0px auto;
}
.carousel {
	height: auto; margin-bottom: 0px;
}
.carousel-caption {
	z-index: 10;
}
.carousel .item {
	margin: 0px auto; height: auto; padding-top: 10px;
}
.right.carousel-control {
	background: none;
}
.left.carousel-control {
	background: none;
}
.navbar-default {
	border: 0px currentColor; border-image: none; background-color: transparent;
}
.navbar {
	margin-bottom: 0px;
}
.userNav {
	font-size: 0.8em;
}
.userNav i {
	font-size: 3em; display: block;
}

#pswd_info {
        padding: 15px;
        background: #fefefe;
        font-size: .875em;
        box-shadow: 0 1px 3px #ccc;
        border: 1px solid #ddd;
    }

.pswd_infoinvalid {
        background: url(../images/invalid.png) no-repeat 0 50%;
        padding-left: 22px;
        line-height: 24px;
        color: #ec3f41;
    }

.pswd_infovalid {
        background: url(../images/valid.png) no-repeat 0 50%;
        padding-left: 22px;
        line-height: 24px;
        color: #3a7d34;
    }

#pswd_info { display: none; }
@media only screen and (min-width:480px)
{
.poweredbylogo {
	margin: auto; float: right;
}
.carousel .item {
	margin: 0px auto; height: auto; padding-top: 0px;
}
.right.carousel-control {
	display: none;
}
.left.carousel-control {
	display: none;
}
.feature-item {
	width: 33%; float: left; position: relative;
}
.footer ul {
	margin: 10px; padding: 0px;
}
.footer ul > li {
	margin: 0px; padding: 0px; display: inline;
}
.footer ul > li > a {
	padding: 10px; text-align: center; color: rgb(255, 255, 255); display: inline;
}
}
@media only screen and (min-width:768px)
{
#user-info h2 {
	padding-top: 10px; padding-left: 0px;
}
.navbar-right li {
	text-align: center; font-size: 0.8em;
}
.outer-circle {
	border-width: 8px; width: 250px; height: 250px;
}
.circle-text {
	font-size: 100%;
}
.circle-value {
	width: 100%; font-size: 250%; font-weight: bold; display: block; position: relative;
}
.circle-foot {
	padding-top: 5%; font-size: 100%;
}
#spree-navbar {
	width: 100%; position: relative;
}
#spree-navbar ul > li {
	width: 12%; display: inline-block;  
}

.nav_bar_9_items{
	width: 10% !important; display: inline-block; /*ANT*/
}
.nav_bar_10_items{
	width: 9.5% !important; display: inline-block; /*ANT*/
}
/**For future proofing*/
.nav_bar_11_items{
	width: 8.5% !important; display: inline-block; /*ANT*/
}
.nav_bar_12_items{
	width: 8% !important; display: inline-block; /*ANT*/
}

#spree-navbar ul > li > a {
	text-align: center; font-size: 0.8em;
}
#spree-navbar ul > li > a > i {
	font-size: 2em; display: block;
}
.offcanvas {
	left: auto; top: auto; right: auto; position: relative;
}
}
@media only screen and (min-width:992px)
{
#spree-navbar ul > li > a > i {
	font-size: 3em; display: block;
}
}

.well-done {
    background: lightseagreen;
    opacity: 0.9;
}

.well-current {
    border: lightseagreen 2px solid;
    opacity: 0.9;
}

.well-done-test {
	background: lightseagreen;
	opacity: 0.5;
}

.well-current-test {
	border: lightseagreen 5px solid;
	opacity: 0.9;
}

I.fa {
    padding-top: 9px;
    padding-bottom: 5px;
}

TABLE.legacyStatementTable {
    width: 100%;   
}

TABLE.statementTable tr:first-child {
    font-weight: bold;
}

TABLE.statementTable td:last-child {
    text-align: right;
}

TABLE.statementTable tr:not(:first-child) td:nth-child(4) {
    /*text-align: right;*/
    font-size: 150%;
}

.legacyStatementTable th {
    width: 14%;
    padding-bottom: 8px;
}

.legacyStatementTable td {
    text-align: left;
}

.legacyStatementTable th:nth-child(4) {
    width: 20%;
}

.legacyStatementTable th:nth-child(4), .legacyStatementTable td:nth-child(4),
.legacyStatementTable th:nth-child(6), .legacyStatementTable td:nth-child(6),
.legacyStatementTable th:nth-child(8), .legacyStatementTable td:nth-child(8)
{
    display: none;
}

.legacyStatementTable th:nth-child(7), .legacyStatementTable td:nth-child(7)
{
    text-align: right;
}

.SupplierLogo {
    padding: 15px 20px;
    border: 1px solid rgb(172, 172, 172);
    border-image: none;
    margin-left: 5px;
    margin-bottom: 4px;
    background-color: white;
}

TR.positive TD {
    color: green;
}

TR.failed TD {
    color: red;
}

#statementTable td {
    vertical-align: middle;
}

select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    width: 97% !important;
}

SELECT.with-addon
{
    width: 96% !important;
}

DIV.with-addon
{
    padding-left: 2px;
}

@media all and (min-width:768px) {
    .UibPaymentChoice {
        min-height:300px;
    }
}

/*Embed a 16 * 5 IFrame
*/
.embed-responsive-16_x_5_b4::before{
    padding-top: 31.25%;
}


/*
	STEPPED PROGRESS BAR - START
	https://devrecipes.net/step-progres-bar-with-pure-css/

	--cc_bg_mid: ##TOPSUBMENUBG##;
	--cc_bg_dk: ##TOPMENUBG##;
	--cc_fg_dk: ##TOPMENUFG##;
	--cc_fg_dk_act: ##TOPMENUFG##;

*/
.stepper-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
/*margin-left: -5%;
margin-right: -5%;*/
}

.stepper-item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;

	@media (max-width: 768px) {
		font-size: 12px;
	}
}

/*.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 4px solid #ccc;
  width: 100%;
  top: 20px;
  left: -50%;
  z-index: 2;
}*/

.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 4px solid #ccc;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 2;
}

.stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ccc;
  margin-bottom: 6px;
  color: var(--cc_fg_dk);
}

.stepper-item.active {
  font-weight: bold;
  font-size: 14px;
}

.step-counter.completed {
	position: relative;
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--cc_bg_mid);
	margin-bottom: 6px;
}

.step-counter.active {
	position: relative;
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: var(--cc_bg_dk);
	margin-bottom: 6px;
	margin-top: -5px;
}

/*.step-counter.active > a:any-link{
	color: var(--cc_fg_dk) !important;
}*/

/stepper-item.completed::after {
	position: absolute;
	content: "";
	border-bottom: 4px solid var(--cc_bg_mid);	
	width: 100%;
	top: 20px;
	left: 50%;
	z-index: 3;
}

.stepper-item.completed::before {
	position: absolute;
	content: "";
	border-bottom: 4px solid var(--cc_bg_mid);
	width: 100%;
	top: 20px;
	left: 50%;
	z-index: 3;
}

/*.stepper-item.active::before {
	position: absolute;
	content: "";
	border-bottom: 4px solid var(--cc_bg_mid);
	width: 100%;
	top: 20px;
	left: 50%;
	z-index: 3;
}*/



.stepper-item.completeandactive::after {
	position: absolute;
	content: "";
	border-bottom: 4px solid var(--cc_bg_mid);
	width: 100%;
	top: 20px;
	left: 50%;
	z-index: 3;
}
*/


.stepper-item:first-child::before {
  content: none;
}
.stepper-item:last-child::after {
  content: none;
}

.step-name{
	text-align: center;

}

/* Remove up/down arrows for all number inputs*/
/* Webkit: Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

.custom-checkbox {
	width: 20px;
	height: 20px;
	margin: 0px 5px !important;
}

.privacy-policy-font {
	font-size: 13px;
}

.font-weight-normal {
	font-weight: normal !important;
}

.register-horizontal-margin {
	margin: 0;
}

@media (min-width: 992px) {
	.register-horizontal-margin {
		margin-left: auto;
		margin-right: auto;
		max-width: 800px;
	}
}
}

.min-width-custom {
	min-width: fit-content;
}