/**
 * Check avail Inline
 */

#checkAvailPostalCode, #checkAvailPostalCodePopup, #checkAvailCivicPopup, #checkAvailCivic {
	display:block;
	width:80px;
	margin-right: 10px;
	margin-bottom:0px;
	float:left;
}

form.checkAvailForm{
	display:block;
	float:left;
}

.checkAvailInline{
	width:300px;
}

.civic {
	display:block;
}

#checkAvailPopup .civic {
	width:150px;
	float:left;
}

.postalCode {
	display:block;
}

#checkAvailPopup .postalCode {
	width:150px;
	float:left;
}

.civic, .postalCode {
	width:260px;
	float:left;
}

.postalCode {
	padding-top: 0px;
}

#lblcheckAvailPostalCode, #lblcheckAvailCivic, #lblcheckAvailIsCustumer, #lblcheckAvailButton {
	display:block;
	float:left;
	width:140px;
	height: 35px;
}

#checkAvailPopupForm #lblcheckAvailPostalCode, #checkAvailPopupForm #lblcheckAvailCivic, #checkAvailPopupForm #lblcheckAvailIsCustumer {
	height: 20px;
}

#checkAvailPopupForm legend {
	height: 25px;
}

#errorCivic, #errorCodePostal, #errorIsCustomer  {
	float: left;
	font-size: 11px;
	width:104px;
	height: 15px;
	margin-top:0;
	padding-left: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.checkAvailForm i {
	display:block;
}

.checkAvailForm .checkAvailSubmit {
	width:auto;
	float: right;
	padding-top: 5px;
	margin-right: 21px;
	margin-bottom: 0px;
	margin-top: 0px;
	/*margin-left:-7px;*/
}

#popupContent .paddedContent {
	padding: 45px 100px 30px;
}

#checkAvailContent {
	height: 140px;
	width: 245px;
}


/** Popup **/
#checkAvailPopup{
	display:none;
}

#checkAvailOverlay{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:#000000;
	z-index:999;	
}

#checkAvailPopupContent {
	z-index: 999;
	position:fixed;
	left:50%;
	top:50%;
	margin:auto 0;
	background-color:#fff;
	border-radius:5px;
	box-shadow:0 0 20px #000;
	border:1px solid #454545;
}

#checkAvailPopupForm label {
	margin-bottom:5px;
	display:block;
}

#checkAvailPopupForm input {
	display:block;
	float:left;
}

.homeProductResi > h2:first-child{
	margin-bottom: 10px;;
}

.isCustomer {
	float:left;
	display: block;
	width: 245px;
	height:34px;
	padding-top: 0px;
	margin-left: 0px;
	direction: rtl;
}

.isCustomerQuest{
	float:left;
	display: block;
	width: 130px;
	height: 33px;
	padding-top: 0px;
	margin-left: 0px;
}

.isCustomerOption {
	width: 210px;
	float:left;
	display: block;
}

.isCustomerOptionLabel {
	float: left;
	width: 25px;
}

.client_cogeco {
	float:left;
	display: block;
}
.isCustomerCheckAvail{
	display:block;
	float: right;
	height:20px;
	width: 110px;
}
#checkAvailIsCustomer{
	display: block;
	float: left;
	margin-bottom: 0;
	margin-right: 10px;
	width: 85px;
}
.isCustomerCheckAvail label {
	width: 25px;
}
.homeProductCheckAvail > h2 {
	margin-bottom: 0px;
	line-height: 18px;
}
.homeProductCheckAvaiQC > h2 {
	margin-bottom: 0px;
	line-height: 18px;
}

#page.tv #checkAvailPopupForm label.error, #page.internet #checkAvailPopupForm label.error, #page.phone #checkAvailPopupForm label.error {
	float: none;
	width: auto;
}

/*
Custom themes for bundle pages
*/
#checkAvailContent.bundlePortalTheme
{
    width: 550px;
    height: auto;
    margin-bottom: 10px;
}
#checkAvailContent.bundlePortalTheme > #checkAvailForm div{
	width: 350px;
}

.checkAvailForm.bundlePortalTheme .checkAvailSubmit
{
    position: absolute;
    bottom:5px;
    right: -60px;
    float: none;
    font-size: 16px;
    border-radius: 5px;
    background: #ea046f;
    box-shadow: inset 0 -15px 15px #c2055d;
    padding: 10px 20px;
}

.checkAvailForm.bundlePortalTheme .checkAvailSubmit:hover
{
	text-decoration: none;
	background: #ec6ba7;
	box-shadow: inset 0 -15px 15px #da3e87;
}

.versionB .checkAvailForm.bundlePortalTheme .checkAvailSubmit
{
	background: #f0e159; /* Old browsers */
	background: -moz-linear-gradient(top,  #f0e159 0%, #eac518 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0e159), color-stop(100%,#eac518)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f0e159 0%,#eac518 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f0e159 0%,#eac518 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f0e159 0%,#eac518 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f0e159 0%,#eac518 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0e159', endColorstr='#eac518',GradientType=0 ); /* IE6-8 */
	color: #454545;
	text-shadow: none;
	font-weight: bold;
	/*box-shadow: inset 0 -15px 15px #b1921e;*/
	box-shadow: inset 0 -15px 15px #f0e159;
}

.versionB .checkAvailForm.bundlePortalTheme .checkAvailSubmit:hover
{
	text-decoration: none;
	/*background: #FFE32F;*/
	background: #f0e159; /* Old browsers */
	background: -moz-linear-gradient(top,  #f0e159 0%, #F6ED9A 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0e159), color-stop(100%,#F6ED9A)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f0e159 0%,#F6ED9A 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f0e159 0%,#F6ED9A 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f0e159 0%,#F6ED9A 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f0e159 0%,#F6ED9A 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0e159', endColorstr='#F6ED9A',GradientType=0 ); /* IE6-8 */
	box-shadow: inset 0 -15px 15px #eac518;
	/*box-shadow: inset 0 -15px 15px #EAC127;*/
	/*box-shadow: inset 0 -15px 15px #ffd925;*/
}

/*.versionA .checkAvailForm.bundlePortalTheme .checkAvailSubmit
{
    background: #ffffff;
    color: #004785;
    text-shadow: none;
    /*font-weight: bold;*/
    /*box-shadow: 0px 0px 5px 0px black, inset 0 0 10px 1px gray;
}*/

.bundlePortalTheme #checkAvailPostalCode,.bundlePortalTheme #checkAvailPostalCodePopup,.bundlePortalTheme #checkAvailCivicPopup,.bundlePortalTheme #checkAvailCivic
{
    width: 130px;
}

.bundlePortalTheme #checkAvailIsCustomer
{
    width: 135px;
}

.box.css.pinkBox label.error{
	color: black;
}
#checkAvailContent .box.css{
    border:none;
    background:none;
    padding:0px 25px 0px;
    -webkit-transform: translateZ(0px);
}
#checkAvailContent .btnBuildMyBundle{
    margin-left:25px;
}
.checkAvailClient{padding-bottom:5px;}

/*IF checkAvail is YES*/
.check.ca_yes{
    background:url("/web/resources/images/residential/green_check.png") top left no-repeat;
    float:left;
    width:19px;
    height:20px;
    margin-right:5px;
}
.check.ca_yes + h2,
.check.ca_yes + h3{
    color:#3e9338;
    display:inline-block;
    /*width:90%;*/
    width: 87%;
    -webkit-transform: translateZ(0px);
    line-height:19px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari-Opera specific declarations here */
	.check.ca_yes + h2 { word-spacing: normal;}
}
.contact .box.css .clearfix{
    content: '';
}
.check + h3{
    margin-top:0px;
}

/* FIX IE for gradient and bulleInfo */
.lt-ie10 .gradientBg{
    filter: none;
    background:#fafafa;
}

/*Sidemenu check avail*/
.sideMenu .check.ca_yes + h2, .sideMenu .check.ca_yes + h3{width:85%;margin:0px;text-align: left !important;}
.sideMenu #checkAvailContent .btnBuildMyBundle{margin-left:-1px;}
.sideMenu .sideMenuOrder #checkAvailContent .box.css{ padding:0 0 0 25px;font-family: Arial, Helvetica, sans-serif;font-size:12px;color:#fff;}
.sideMenu .sideMenuOrder #checkAvailContent .box.css .arrowLink{ background:url("/web/resources/images/layout/bullet_white_arrow.png") left .25em no-repeat;}


