﻿body
{
	margin: 0;
	padding: 0;
}

/* Default styling for all WebX zones */
.WebXZone
{
	overflow: hidden;
    border-collapse: collapse;
    table-layout: fixed;
    padding: 0;
    margin: 0;
}

/* Required for absolute positioning of zones */
.Content
{
	position: relative;
}

/* Maintenance/Debug Links */
#ctl00_maintenance
{
	background-color: #fff;
	color: #000;
	text-align: left;
}
#ctl00_maintenance a
{
	color: #0000ff;
}
#ctl00_maintenance a:hover
{
	color: #ff0000;
}
.Clear
{
	clear: both;
}

/* LoginStatus and Menu Links*/
.WebXLoginName
{
	margin-right: 5px;
}
.WebXLinks ul
{
	list-style: none;
}
.WebXLinks li
{
	float: left;
	margin-right: 10px;
}
.WebXProductColumn
{
	float: left;
}

/* Validators/Validation Summaries */
.webxError
{
	color: #ff0000;
}

/* Login */
.AspNet-Login
{
	width: 320px;
	height: 138px;
	font-size: 15px;
}
.AspNet-Login, .AspNet-Login-UserPanel label, .AspNet-Login-PasswordPanel label
{
	float: left;
}
.AspNet-Login-PasswordPanel
{
	clear: both;
}
.AspNet-Login-UserPanel input, .AspNet-Login-PasswordPanel input
{
	width: 200px;
	float: right;
}
.AspNet-Login-UserPanel span, .AspNet-Login-PasswordPanel span
{
	float: right;
}
.AspNet-Login-RememberMePanel
{
	clear: both;
}
.AspNet-Login-SubmitPanel
{
	float: right;
}
.AspNet-Login-PasswordRecoveryPanel
{
	clear: both;
}
.AspNet-Login-FailurePanel
{
	clear: both;
	color: #ff0000;
	margin-top: 5px;
}

/* Error */
.error_container
{
	text-align: center;
}
.exception_container
{
	text-align: left;
	margin: 0 auto;
}
.error_container input, .error_container textarea
{
	width: 500px;
}
.error_container textarea
{
	height: 400px;
}

/* postback image */
#webxPostback
{
	position:absolute;
	display:none; 
	top: 0px;
	left: 0px;
	z-index: 100000000; /*max int: 2147483647*/
	height:120%; /* +20% cover gap in FF at the bottom of the screen*/
	width:100%; 
	text-align: center;
	vertical-align: middle;
}

#webxPostbackImageFront
{
	position:absolute;
	top: 0px;
	left: 0px;
	height:120%;
	width:100%; 
	z-index: 100000001;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-webkit-opacity:1.0;
}

#webxPostbackImageBack
{
	height:120%;
	width:100%; 
	background-color:#EFEFEF;
	filter:Alpha(opacity=50);
	-moz-opacity:0.50;
	-webkit-opacity:0.50;
}

#ctl00_webxPostbackImage 
{
    display:block;
    position:absolute;
}

/* The next two selectors are for fitting the 'change password on login' with the login control */

.AspNet-Login-PasswordRecoveryPanel a
{
  display:block;
  height:40px;
  clear:both;
}
#ctl00_ContentPlaceHolder1_pnlChangePasswordReq
{
  padding-left:96px;
}

/* End 'change password on login' css */

.editContentContent
{
    width:30%; 
    float:left;
}

.editContentPages
{
    width:48%; 
    float:left;
}

.editContentAction ~ .editContentPages 
{
    padding-bottom:10px;
}

.editContentAction
{
    width:15%; 
    float:left;
    padding-left:5%;
}

#UserSettingsWrapper
{
    position:relative;
    height:550px;
    width:auto;
}

#SpeedTestArea {
    background-color: #DFDFDF;
    border: solid #ADADAD 1px;
    position: absolute;
    right: 40px;
    top: 20px;
    width: 450px;
    height: 448px;
    padding: 30px;
    background: #fcfff4; /* Old browsers */
    background: #f5f6f6; /* Old browsers */
    background: -moz-linear-gradient(top,  #f5f6f6 0%, #dbdce2 21%, #b8bac6 49%, #dddfe3 80%, #f5f6f6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f6f6), color-stop(21%,#dbdce2), color-stop(49%,#b8bac6), color-stop(80%,#dddfe3), color-stop(100%,#f5f6f6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=0 ); /* IE6-9 */
    border-radius:5px;
}

#SpeedTestArea .SpeedTestBtn {
    font-family: lucida sans , Arial, sans-serif;
    font-weight: normal;
    border: #969696 1px solid;
    border-radius: 5px;
    background: rgb(252,255,244); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(252,255,244,1) 0%, rgba(223,229,215,1) 45%, rgba(179,190,173,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,255,244,1)), color-stop(45%,rgba(223,229,215,1)), color-stop(100%,rgba(179,190,173,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(252,255,244,1) 0%,rgba(223,229,215,1) 45%,rgba(179,190,173,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(252,255,244,1) 0%,rgba(223,229,215,1) 45%,rgba(179,190,173,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(252,255,244,1) 0%,rgba(223,229,215,1) 45%,rgba(179,190,173,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(252,255,244,1) 0%,rgba(223,229,215,1) 45%,rgba(179,190,173,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); /* IE6-9 */
    margin: 10px;
    margin-left: 0px;
    line-height:0px;
    clear:both;
}

.Stars
{
    position:relative;
    width: 158px;
    height: 50px;
    margin:10px;
    float:left;
}

.Stars img
{
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}

.speedTestTime {
    font-size: 180%;
    margin: 12px;
    margin-left: 300px;
    line-height: 56px;
    text-align: right;
}

.SpeedSingleTest 
{
    min-height: 136px;
    border-bottom: #979797 solid 1px;
}

#SpeedTestArea > h1 {
    font-family: lucida sans , Arial, sans-serif;
    font-weight: normal;
    color: #494949;
}

/* jQuery slider default*/
/* override this css in webx config */
.slider .ui-state-default {
	background: none;
}
.slider .ui-slider-handle {
	border: none;
}
.slider .ui-slider .ui-slider-handle {
	border: none;
}

.ui-slider .ui-slider-handle {
/*   width: 20px !important; 
     height: 20px !important; */
}
.slider {
	height: 18px;
}
.slider .ui-slider-range { 
	background: #808080; 
}
.slider .webx-slider-handle-image {
	width: 28px;
	height: 28px;
}

.label-houseNumber {
    margin-right: 10px;
}
.text-houseNumber {
    width: 50px !important;
    margin-right: 10px !important;
}
.btn-postcode {
    margin-right: 10px;
}
.ddl-address {
    width: 200px !important;
}

input.postcode_lookup {
    min-height:26px;
}