﻿

/*
AO Mobile specific / custom CSS to overide the default style.
*/


@font-face {
	font-family: Inter;
	src: url(../assets/fonts/InterDisplay-Regular.woff2) format("woff2");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: SmileyFace-Regular;
	src: url(../assets/fonts/SmileyFace-Regular.woff2) format("woff2"),url(../assets/fonts/SmileyFace-Regular.woff) format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: SmileyFace-BoldItalic;
	src: url(../assets/fonts/SmileyFace-BoldItalic.woff2) format("woff2"),url(../assets/fonts/SmileyFace-BoldItalic.woff) format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: SmileyFaceHeadline;
	src: url(../assets/fonts/SmileyFace-Headline.woff2) format("woff2"),url(../assets/fonts/SmileyFace-Headline.woff) format("woff");
	font-weight: 400;
	font-style: normal;
}

html, body {
	font-family: Inter, SmileyFace-Regular, 'Open Sans' !important;
}

body,
.navbar-default,
.nav-header {
	background-color: white !important;
	padding-left: 0px;
	padding-right: 0px;
}

@media (min-width: 768px) {
	#page-wrapper {
		margin: 0 0 0 235px;
	}
}

.navbar-static-side {
	width: 235px;
}

.item {
	font-family: SmileyFace-Regular, 'Open Sans' !important;
}

#login-content {
	border-top: 1px solid #e2e7e8 !important;
	border-radius: 1rem !important;
}

.localetext {
	display: none;
}

.navbar-default .nav > li > a:focus,
.navbar-default .nav > li > a:hover {
	background-color: #f5f6f7;
}

a.skip {
	color: white;
}

a.focused2,
a.focused2:focus-visible {
	color: #011f44 !important;
	outline: none;
}

h2.focused2,
h2.focused2:focus-visible {
	color: #011f44 !important;
	outline: none;
}

.btn {
	border-radius: 0.5rem;
}

.btnMore,
.btn-white,
#allowancesummarylinkshare,
#allowancesummarylinkpurchaseaddon,
#allowancesummarylinkaddon {
	border: 1px solid #0564C2 !important;
	background-color: white !important;
	color: #0564C2 !important;
}

.btn-primary,
.btn-secondary,
.buy-bundle {
	border-color: #00893e !important;
	background-color: #00893e !important;
	color: white !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btnMore:hover,
.btnMore:focus,
.btnMore:active,
.buy-bundle:hover,
.buy-bundle:focus,
.buy-bundle:active,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
	background-color: #00560b !important;
	border-color: #00560b !important;
	color: white !important;
	}

.btn-primary.active[disabled],
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
	background-color: #00560b !important;
	border-color: #00560b !important;
	opacity: revert;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #011f44 !important;
	font-family: 'SmileyFaceHeadline';
}

.alert-danger,
.alert-warning {
	background-color: #FFD8D2 !important;
	color: black !important;
}

.alert-danger span.fa,
.alert-warning span.fa {
	color: #B50016 !important;
}

.active-group-member {
	color: white !important;
	background-color: #EDF2FF !important;
	border-bottom: 4px solid #0564C2;
}

.group-members-bar > .table td:hover {
	border-color: #011f44 !important;
}

.inactive-group-member {
	border-bottom: 1px solid white;
}

.alert-info, 
.alert-success {
	background-color: #BEFCC8 !important;
	border-color: #BEFCC8 !important;
	color: black;
}

.alert-info .fa,
.alert-success .fa {
	background-color: #BEFCC8 !important;
	border-color: #BEFCC8 !important;
	color: #12C35A;
}

div#page-wrapper h1 span {
	display: none;
}

.text-info {
	color: #00893e !important;
}

.ibox-title {
	font-family: 'SmileyFaceHeadline';
	background-color: white !important;
	border: 1px solid #e2e7e8 !important;
	color: #011f44 !important;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
}

.ibox-content {
	border: 1px solid #e2e7e8 !important;
	border-top: none !important;
	border-bottom-left-radius: 1rem;
	border-bottom-right-radius: 1rem;
}

.btn-logout,
.back-to-top {
	border-color: #00893e !important;
	background-color: #00893e !important;
	color: white !important;
}

.btn-logout:focus,
.back-to-top:focus,
.btn-logout:hover,
.back-to-top:hover {
	background-color: #00560b !important;
	border-color: #00560b !important;
	color: white !important;
}

div.ng-invalid, input.ng-invalid {
	border-left: 5px solid #ef4e23 !important;
}

div.ng-valid, input.ng-valid {
	border-left: 5px solid #F5F6F7 !important;
}

select {
	color: black !important;
}

.form-control:focus, .single-line:focus {
	border-color: #00893e !important;
}

input[type="checkbox"],
input[type="radio"] {
	accent-color: #F5F6F7 !important;
}

#loginheaderleft {
	background-image: url(../assets/images/logo_dark.ce334f9357eda89a0684.png);
	background-size: 200px;
	background-repeat: no-repeat;
	background-position: 50%;
	height: 50px;
}

#loginheadermiddle:before {
	content: "";
	font-size: xx-large
}

#loginheaderright {
	display: none
}

#errorheaderleft {
	background-image: url(../assets/images/logo_light.cf3a1f074a651a5b58f1.png);
	background-size: 300px;
	background-repeat: no-repeat;
	background-position: 50%;
	height: 100px;
	margin-top: 8px;
}

#errorheaderright {
	display: none;
}

#add-on-bundles span.fa.fa-2x,
#service-bundles span.fa.fa-2x,
.payment-delete {
	color: #0564c2 !important;
}
.directdebitlogo,
.sidebarlogo {
	background-image: url(../assets/images/logo_light.cf3a1f074a651a5b58f1.png);
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: center;
	height: 79px;
	width: 223px;
	margin-left: 5px;
}

.directdebitlogoprint {
	padding-top: 10px
}

.mini-navbar li.nav-header .sidebarlogo {
	background-image: url(../assets/images/logo_light.cf3a1f074a651a5b58f1.png);
	background-size: 50px;
	background-repeat: no-repeat;
	height: 13px;
	width: unset;
}

.sidebaraccountnumber {
	/*!important needed as this is used in style: .block, body.mini-navbar.fixed-sidebar .profile-element */
	display: block !important;
}

.nav > li.active {
	border-left: 4px solid #5AC066 !important;
	background-color: #F5F6F7;
}

.nav > li {
	border-left: none !important;
	background-color: white;
	color: #011f44;
	border-bottom: 1px solid #F5F6F7;
}

.nav > li:last-child {
	border-bottom: none !important;
}

.nav-label {
	color: #011f44 !important;
}

.nav > li > a .fa {
	color: #5AC066 !important;
}

.fa-globe:before {
	content: "" !important;
}

a#sidebarmainmenuusage span.fa {
	margin-left: 5px;
}

.fa-phone:before {
	content: "" !important;
}

.customGreetingIcon:before {
	content: "\f087";
	display: none;
}

.directionicons {
	display: block;
}

.directiontext {
	display: none;
}

.outerDiv {
	right: 50%;
}

.innerDiv,
.outerDiv {
	position: relative;
	float: right;
}

.innerDiv {
	right: -50%;
}

.floatingDiv {
	float: left;
	margin: 0 1.5em;
	width: auto;
}

.floatingDivOnly {
	float: left;
}

.clearFloat {
	clear: both;
}

.clearfix:after,
.clearfix:before {
	content: " ";
	display: table;
}

th {
	color: #011F44;
	font-family: SmileyFace-Regular, Inter, Open Sans !important;
}

.clearfix {
	*zoom: 1;
}

.promotionBold {
	font-weight: 700;
}

.carousel-control.left {
	background-image: unset !important;
	background-repeat: unset !important;
}

.carousel-control.right {
	background-image: unset !important;
	background-repeat: unset !important;
}

.carousel-control {
	color: #00893e !important;
	filter: unset !important;
	opacity: 1000 !important;
	text-shadow: unset !important;
}

.btnMore {
	background-color: white;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid #0564C2 !important;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 3px;
	color: #0564C2 !important;
}

.btnMore a {
	color: #0564C2 !important
}

.btnPadding {
	margin-top: 25%;
}

.btn {
	white-space: normal;
}

.friends-and-family-input {
	min-width: 100px;
}

.widget-card {
	color: unset !important;
}

.widget .fa {
	color: #00893e !important;
}

#show-add-on-bundles,
#usageFilter {
	font-family: SmileyFace-Regular, 'Open Sans' !important;
}

@media (max-width:700px) {
	.sidebarlogo {
		background-image: url(../assets/images/logo_only.png) !important;
		background-repeat: no-repeat;
		background-position-y: center;
		background-position-x: center;
		margin-left: 0px;
		height: 35px !important;
	}

	.outerDiv {
		right: 45%;
	}

	.btnMore {
		width: 170px;
	}

	.bulleImg {
		display: none;
	}

	.btnPadding {
		margin-top: 0;
	}
	
	.localedropdown {
		display: none !important;
	}

	#logout {
		padding-left: 8px;
		padding-right: 8px;
		margin-top: 10px;
		height: 30px;
		margin-left: 10px;
	}

	.table,
	.alert {
		margin-left: 10px;
		margin-right: 10px;
	}

	.col-xs-offset-5 {
		margin-left: 0 !important;
	}

	#allowancesummarybuttons > div > a.btn-primary {
		width: 119px;
	}

	#billsummarbillstilldueinfo,
	#filterchargesection,
	#currentspendlimitlabel {
		margin-top: 20px;
	}

	.table-responsive.group-members-bar table {
		margin-left: 0px !important;
	}
}

[hidden] {
	display: none !important;
}

body {
	background-color: #292e34;
}

.nav > li > a {
	color: #fff;
}

.sk-spinner-double-bounce .sk-double-bounce1,
.sk-spinner-double-bounce .sk-double-bounce2 {
	background-color: #00893e;
	border-color: #00893e;
}

.btn.btn-white:focus-visible {
	border-color: black;
	border: 1px solid black;
	color: black;
	background-color: #00ad99;
	font-weight: 600;
}

.btn-secondary {
}

.btn-secondary:focus-visible {
	background-color: #00ad99;
	border-color: black;
	border: 1px solid black;
	color: white;
}

.pagination > li > span:focus-visible,
.pagination > li:first-child > span:focus-visible,
.pagination > li:last-child > span:focus-visible {
	background-color: #00ad99;
	border: 1px solid #DDDDDD;
	color: black;
	float: left;
	line-height: 1.42857;
	margin-left: -1px;
	padding: 4px 10px;
	position: relative;
	text-decoration: none;
}

.widget .btn-white {
	color: #777;
}

.m-t-age {
	margin-top: 7px;
}

.ul-market-pref {
	padding-left: 0;
}

.btn-market-pref {
	width: 85px;
}

.market-pref-tick {
	color: #1ab394;
}

.market-pref-cross {
	color: red;
}

.btn-logout {
	border: 1px solid #dbdcdd;
}

.group-member-bar-chevron {
	color: #292a2a;
}

tr > td > span {
	vertical-align: middle;
}

tr > td {
	vertical-align: middle;
}

#bill-filter,
#usage-filter {
	background-color: white !important;
	border: 1px solid #e2e7e8 !important;
	color: #676a6c !important;
	border-radius: 1rem;
}

/*
// example of how you could replace a Font Awesome icon with another if you choose to - total bodge though
.fa-group:before {
	content: "" !important;
}
*/