/*INJECTED ELEMENTS*/
footer .connectWithUs li .icon {
	position: absolute;
	left: 0;
	display: block;
	width: 37px;
	height: 37px;
	background: transparent url(/img/controls/ie/circle-mask-large-blue.png) no-repeat top left;
	font-family: FontAwesome, sans-serif;
	font-weight: lighter;
	font-size: 30px;
	text-align: center;
	line-height: 43px;
	pointer-events: none;
}

/*OPACITY*/
.throbber,
.manualThrobber,
.paymentForm .cardOnly,
.paymentForm .cardOnly.doubleUp,
.sleepWindowContinue,
#referralCodeEntry {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.throbber.visible,
.manualThrobber.visible {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.debugging {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.toolTip {
	-ms-filter: inherit;
}

/*BUTTONS*/
/* generic button (no images here, just behaviors) */
button,
a.button,
input[type=button],
input[type=submit] {
	overflow: visible;
	border-radius: 0;
	background-color: transparent !important;
	background-position: left top;
	background-repeat: no-repeat;
}

button:hover,
a.button:hover,
input[type=button]:hover,
input[type=submit]:hover {
	background-color: transparent !important;
	background-position: left bottom;
}

button.disabled,
a.button.disabled,
input[type=button].disabled,
input[type=submit].disabled,
button.disabled:hover,
a.button.disabled:hover,
input[type=button].disabled:hover,
input[type=submit].disabled:hover {
	background-color: transparent !important;
	background-position: right top !important;
}

/* specific button size/colors (define images here) */
button.tiny,
a.button.tiny,
input[type=button].tiny,
input[type=submit].tiny {
	background-image: url(/img/controls/ie/button-tiny.png);
}

button.tiny.confirm,
a.button.tiny.confirm,
input[type=button].tiny.confirm,
input[type=submit].tiny.confirm {
	background-image: url(/img/controls/ie/button-tiny-confirm.png);
}

button.small,
a.button.small,
input[type=button].small,
input[type=submit].small {
	background-image: url(/img/controls/ie/button-small.png);
}

button.small.confirm,
a.button.small.confirm,
input[type=button].small.confirm,
input[type=submit].small.confirm {
	background-image: url(/img/controls/ie/button-small-confirm.png);
}

button.medium,
a.button.medium,
input[type=button].medium,
input[type=submit].medium {
	background-image: url(/img/controls/ie/button-medium.png);
}

button.medium.confirm,
a.button.medium.confirm,
input[type=button].medium.confirm,
input[type=submit].medium.confirm {
	background-image: url(/img/controls/ie/button-medium-confirm.png);
}

button.large,
a.button.large,
input[type=button].large,
input[type=submit].large {
	background-image: url(/img/controls/ie/button-large.png);
}

button.large.confirm,
a.button.large.confirm,
input[type=button].large.confirm,
input[type=submit].large.confirm {
	background-image: url(/img/controls/ie/button-large-confirm.png);
}

button.extraLarge,
a.button.extraLarge,
input[type=button].extraLarge,
input[type=submit].extraLarge {
	background-image: url(/img/controls/ie/button-extra-large.png);
}

button.extraLarge.confirm,
a.button.extraLarge.confirm,
input[type=button].extraLarge.confirm,
input[type=submit].extraLarge.confirm {
	background-image: url(/img/controls/ie/button-extra-large-confirm.png);
}

button.huge,
a.button.huge,
input[type=button].huge,
input[type=submit].huge {
	background-image: url(/img/controls/ie/button-huge.png);
}

button.huge.confirm,
a.button.huge.confirm,
input[type=button].huge.confirm,
input[type=submit].huge.confirm {
	background-image: url(/img/controls/ie/button-huge-confirm.png);
}

button.mega,
a.button.mega,
input[type=button].mega,
input[type=submit].mega {
	background-image: url(/img/controls/ie/button-mega.png);
}

button.mega.confirm,
a.button.mega.confirm,
input[type=button].mega.confirm,
input[type=submit].mega.confirm {
	background-image: url(/img/controls/ie/button-mega-confirm.png);
}

button.mega

/* re-call the grey for the formatting button */
button.formatting,
a.button.formatting,
input[type=button].formatting,
input[type=submit].formatting {
	background-color: #ccc !important;
}

/* turn off images for tags, as these need to scale to word size */
button.tag,
a.button.tag,
input[type=button].tag,
input[type=submit].tag {
	background-image: none !important;
	background-color: #16a2bb !important;
}

button.tag:hover,
a.button.tag:hover,
input[type=button].tag:hover,
input[type=submit].tag:hover {
	background-color: #069 !important;
}

/*WE LOVE ROUND THINGS AT SLEEPIO*/
/* background roundels for time in bed / time asleep echo in diary */
#diaryPanel #echoTimes>li#echoHoursInBed {
	background-color: transparent !important;
	background-image: url(/img/controls/ie/bg-echo-hours-in-bed.png);
}

#diaryPanel #echoTimes>li#echoHoursAsleep {
	background-color: transparent !important;
	background-image: url(/img/controls/ie/bg-echo-hours-asleep.png);
}

/* small circle icons */
img.scoreRoundelSmall,
.currencyOptions>li>a {
	background-image: url(/img/controls/ie/circle-mask-small.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.currencyOptions>li>a {
	line-height: 32px;
}

/* large circle icons */
img.scoreRoundel {
	background-image: url(/img/controls/ie/circle-mask-large.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/* floating sleep efficiency "ball" on overview bar chart */
#diaryGraph #graphBars .asleepBar .sleepEfficiencyBar {
	background-color: transparent;
	background-image: url(/img/controls/ie/bg-sleep-efficiency-graph.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Gift sticker */
.gift.sticker {
	background-color: transparent;
	background-image: url(/img/controls/ie/bg-gift-sticker.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% 100%;
}

/*FORMS*/
input[type=password] {
	font-family: Helvetica, Arial, sans-serif;
}

select {
	line-height: normal;
}

.login input[type=text],
.login input[type=email],
.login input[type=password],
.login input[type=search],
.login input[type=num] {
	line-height: normal;
}

/* Google and Facebook SSO */
#google-sso,
#facebook-sso,
header nav>ul>li.login .loginPopup .or,
.signUpStart .or {
	display: none;
}
