a{
	text-decoration: none;
}

html, body{
	/* background-color: #0099d2;
	font-size: 16px; */
	background-color:#fff !important;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number] {
	-moz-appearance: textfield;
}

label{
	font-weight: normal;
	display: block;
	text-transform: uppercase;
	color: #0099D2;
}

input[type=text],input[type=password]{
	border:1px solid #999;
	height: 40px;
	line-height:40px;
	width: 220px;
	padding: 5px;
	font-size:16px;
}

select {
	border:1px solid #999;
	height: 50px;
	width: 60px;
	line-height:50px;
	background-color: #fff;
	color:#333333;
	vertical-align: middle;
	font-size:16px; /*TWSC-582*/
}

button{
	background-image: none;
}

select:disabled {
	color:#333333;
}

.month,
.month select{
	width:80px;
}

.year select{
	width:70px;
}

input.placeholder-padd {
	padding-left:5px;
}

.parbase {
    min-height: 600px;
    margin: auto;
    background-color: #fff;
    width: 100%;
}

#menu{
	width: 200px;
	display: table-cell;
	vertical-align:top;
}

#menu ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menu ul li{
	background-color: #dadada;
	border: none;
	color:#fff;
	padding: 15px 10px 15px 10px;
	margin-bottom: 2px;
	background-image:url("../../../broadband/common/images/arrow_black.png");
	background-repeat:no-repeat;
	background-position:90% 50%;
}

#menu ul li a:hover{
	text-decoration: none;
}

#menu ul li.clickable:hover{
	background-color: #00aaf3;
	cursor: pointer;
	background-image:url("../../../broadband/common/images/arrow_white.png");
	background-repeat:no-repeat;
	background-position:90% 50%;
}


#menu ul li.selected{
	background-color: #00aaf3;
	background-image:url("../../../broadband/common/images/arrow_white.png");
	background-repeat:no-repeat;
	background-position:90% 50%;
}


#menu ul li.selected a{
	color:#fff;
}


#menu ul li a, #menu ul li{
	color: #666;
}


#pageContent{
	display: table-cell;
	padding-left: 20px;
	width: 80%; 
	vertical-align:top;
	/*padding-top:15px;*/
}

/* Home and View Balance*/

.account-data-table,
.view-bal-extras-table,
.view-bal-data-table {
	width:100%;
}

/* .view-bal-data-table div.table-row > div:first-of-type{
	width: 150px;
}
.view-bal-data-table div.table-row > div:nth-of-type(2) {
	width:330px;
	padding-right: 10px;
}
.view-bal-data-table div.table-row > div:first-of-type(3){
	width: 150px;
}

.view-bal-extras-table div.table-row > div:first-of-type {
	width:360px;
}

.account-data-table div.table-row > div:nth-of-type(2) {
	width: 150px;
}
.account-data-table div.table-row > div:first-of-type {
	width:280px;
}

.view-bal-extras-table div.table-row > div:nth-of-type(2){
	width:120px;
	padding-right:10px;
} */

/* Recharge */
#CVC {
	width:110px;
}

.cardNumber {
	width:320px;
}

#CardNumber {
	width:300px;
}


.dayOfMonth {
	width:120px;
}
#dayOfMonth {
	width:100px;
}

#reloadwarning {
	width:420px;
}

/* Buttons */
div.blue-button:hover{
	cursor: pointer;
	background-color: #004192;
}

.blue-button{
	width:230px; /*TWSC-729*/
	background-color: #00abf3;
	color:#fff;
	display: table;
	height: 50px; /*TWSC-729*/
}

.blue-button-text a{
	color:#fff;
}

.blue-button-text a:HOVER{
	text-decoration: none;
}

.blue-button-text{
	width:80%;
	padding: 0 0 0 15px; /*As per feedback received by Daniel*/
	display: table-cell;
	vertical-align: middle;
	line-height: 1em;
}

.blue-button-arrow img{
/*	width: 10px;
	height: auto; TWSC-729 */
}

.blue-button-arrow{
	vertical-align: middle;
	width:20%;
	/* padding: 5%; */
	text-align: center;
	display: table-cell;
	padding-top:8px;
	padding-right:15px;/*As per feedback received by Daniel*/
}

.submit-button:hover{
	background-color: #004192;
}

.submit-button{
	width:230px;/*Making it same as blue-button*/
	color:#fff;
	display: table;
	height: 50px; /*Making it same as blue-button*/
	background-color:#00aaf3; 
	border: 0 none;
	padding:0;
}

.submit-button-disabled{
	width:230px;/*Making it same as submit-button*/
	color:#000;
	display: table;
	height: 50px;
	background-color:#E6E6E6; 
	border: 0 none;
	padding:0;
}

.submit-button > div, .submit-button-disabled > div{
	width: 200px; /*Making it same as submit-button*/
	display: table;
	height: 55px;/*Making it same as submit-button*/
}

.submit-button-text a{
	color:#fff;
}

.submit-button-text a:HOVER{
	text-decoration: none;
}

.submit-button-text{
	width:90%;
	padding-left:15px;/*as per feedback*/
	/*border-right: 3px solid #fff;*/
	display: table-cell;
	/*vertical-align: middle;*/
	text-align: left;
	font-size: 14px;
	font-family:Arial;
	padding-top:8%;
}

.submit-button-arrow img{
	/*width: 10px;
	height: auto;*/
}

.submit-button-arrow{
	vertical-align: middle;
	width:10%;
	text-align: center;
	display: table-cell;
	/*padding-right:15px;/*as per feedback*/
}


.white-button:hover .white-button-arrow{
	color: #fff;
}
.white-button:hover a{
	color: #0099D2;
}

.white-button:hover{
	cursor: pointer;
	background-color: #004192;
	color: #0099D2;
}

.white-button{
	height:55px;
	width:250px;
	background-color: #fff;
	color:#0099D2;
	display: table;
	border: solid 1px #DADADA; 
}

.white-button-text a{
	color:#0099D2;
}

.white-button-text a:HOVER{
	text-decoration: none;
}

.white-button-text{
	width:80%;
	padding: 0 5%;
	display: table-cell;
	vertical-align: middle;
	line-height: 1em;
}

.white-button-arrow img{
	width: 10px;
	height: auto;
}

.white-button-arrow{
	vertical-align: middle;
	width:20%;
	padding: 5%;
	text-align: center;
	display: table-cell;
	color: #004192;
}


.clicked *, .clicked * a {
	background-color: #004192;
	color:#fff;
}

/* Menu */

#menu ul li.clicked, #menu ul li.clicked *, #menu ul li.clicked * a {
	background-color: #0099D2;
	color:#fff;
}

.recharge-menu{
	width: 600px;
}

/* Price Points */
table#pricepoints{
	width: 600px;
	border-collapse: collapse;
}

table#pricepoints tr td{
	text-align:left;
	padding:14px;
	color:#666;
	vertical-align: middle;
}

table#pricepoints tr.pricepoints-items {
	font-size:16px;
}

table#pricepoints tr.pricepoints-items:hover{
	background-color: #dadada;
	cursor: pointer;
}

table#pricepoints tr td span{
	margin-left: 10px;
	padding-bottom:4px; 
}

table#pricepoints tr.selected{
	background-color: #00aaf3;
	border: solid 1px #00aaf3;
}

table#pricepoints tr.selected td{
	color: #fff;
}

.selected-border{
	border: solid 1px #0099D2;
}

/* Pagination */
.pagination a, .pagination span{
	padding:0px 10px;
}

.pagination .available a, .pagination .available a:HOVER{
	text-decoration: none;
}
.pagination .available{
	color:#666;	
}

.pagination .current{
	color:#0099D2;
	font-weight: bold;
}

/* Usage History*/
.history > .table-row:hover{
	cursor: pointer;
	background-color: #dadada;
}

.history > .table-row:hover > .table-cell{
	/* color: #fff; */
}


/* My Account */

#my-account-list ul {
    list-style: none;
    padding:0;
    margin:0;
}

#my-account-list li { 
    padding-left: 1em; 
    text-indent: -.7em;
}

#my-account-list li:before {
    content: "\002022";
    padding-right:7px;
    color: #0099D2;
}


/* Dialog */
.dialog{
	position: fixed;
  	top: 50%;
  	left: 50%;
  	margin-top:-150px;
  	margin-left:-225px;
	background-color: #fff;
	width: 450px;
	height: 300px;
	-webkit-box-shadow: 0px 0px 57px 5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 57px 5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 57px 5px rgba(0,0,0,0.75);
	z-index: 9999;
	display: none;
}

.dialog .dialog-body,
.dialog .dialog-title {
	font-family: Akkurat, GravurCond, Arial, sans-serif;
	font-weight: normal;
}


.dialog .dialog-title{
	width: 100%;
	color: #0099D2;
	text-align: center;
	/*font-size: 2em;*/
	font-size:32px;
	margin: 20px 0px;
	font-family: Akkurat;
	text-transform: none !important;
}

.dialog .dialog-body{
	width: 80%;
	color: #333;
	text-align: center;
	margin: 60px auto;
}

.dialog .buttons{
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	width: 100%;
}
.dialog .buttons #cancelButton:hover, .dialog .buttons #okButton:hover{
	cursor: pointer;
}

.dialog .buttons #cancelButton, .dialog .buttons #okButton{
	width: 180px;	
	margin: 15px 10px;
    padding: 10px;
	display: inline-block;
}
.dialog .buttons #cancelButton:hover{
	background-color: 	#dadada;
}

.dialog .buttons #okButton:hover{
	background-color: #004192;
}

.dialog .buttons #cancelButton{
	border: 1px solid #dadada;
	color:#0099D2;
}
.dialog .buttons #okButton{
	border: 1px solid #0099D2;
	background-color: #0099D2;
	color: #fff;
}

.overlay{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 98;
	background-color:#333;
	display: none;
	
	/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";

  /* IE 5-7 */
  filter: alpha(opacity=70);

  /* Netscape */
  -moz-opacity: 0.7;

  /* Safari 1.x */
  -khtml-opacity: 0.7;

  /* Good browsers */
  opacity: 0.7;
	
}
.loading{
	position: fixed;
  	top: 50%;
  	left: 50%;
  	margin-top:-15px;
  	margin-left:-15px;
	width: 30px;
	height: 30px;
	z-index: 99;
	display: none;
}
.banner{
	padding:10px;
	border:1px solid #2c74d3;
	color:#333333;
	font-size:12pt;
}

.banner a{color:#333333;}

.banner table td:first-child{
	padding-right:5px;
	vertical-align:middle;
}

.banner table img {display:block;}

.triangle-top-left {
	width: 0;
	height: 0;
	border-top: 10px solid #004192;
	border-right: 10px solid transparent;
}

.error-bubble {
	background-color:#F3F3F3;
	border:solid 1px #E6E6E6;
	color:#FF3333;
	display:inline-block;
	padding:10px;
	position:relative;
}
.error-bubble:after,
.error-bubble:before {
    border-right: 15px solid transparent;
    border-bottom: 15px solid #F3F3F3;/*#*/
    top: -15px;
    content: '';
    left: 0%;
    position: absolute;
}

.error-bubble:before {
    border-right: 17px solid transparent;
    border-bottom: 17px solid;
    border-bottom-color: inherit; /* Can't be included in the shorthand to work */
    top: -17px;
    margin-left: -1px;
}

.first-column{
	width:25%;
	min-width: 150px;
	
}
.second-column{
	width:45%;
	min-width: 250px;
}

.second-column-small{
	width:15%;
	min-width: 100px;
}
.third-column{
	width:30%; 
}

.scrollup{
	right:10px;
}

/* menu animaton */
/* Chrome, Safari, Opera */ 
@-webkit-keyframes slidein {
    from   {left:-290px}
    to  {left:0px}
} 

/* Standard syntax */ 
@keyframes slidein {
	 from   {left:-290px}
    to  {left:0px}
}

/* Chrome, Safari, Opera */ 
@-webkit-keyframes slideout {
    from   {left:0px}
    to  {left:-290px}
} 

/* Standard syntax */ 
@keyframes slideout {
	 from   {left:0px}
    to  {left:-290px}
}

.slidein{
	-webkit-animation: slidein 300ms; /* Chrome, Safari, Opera */ 
    -moz-animation: slidein 300ms;
    -ms-animation: slidein 300ms;
    animation: slidein 300ms;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -ms-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}
.slideout{
	-webkit-animation: slideout 300ms; /* Chrome, Safari, Opera */ 
    -moz-animation: slideout 300ms;
    -ms-animation: slideout 300ms;
    animation: slideout 300ms;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -ms-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}


.offscreen-nav-primary  .arrow-down::after{
	display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.children a{
	text-transform: none !important;
}


.site-header{
	padding: 2px 0px;
}

#scrollToVerification:HOVER{
	cursor: pointer;
}

.custom-tooltip-styling{
	color:#555555;
	font-size:80%;
	border-color:#B0ACA5;
	background:#ffffff;
}

.custom-tooltip-styling img{width:104px;height:25px;display:block;}

.arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 25%;
  margin-left: -35px;
}

.top .arrow {
	top: 100%;
}

.bottom .arrow {
	bottom: 100%;
}

.arrow_menu{left:10%;}

.arrow:after {
	background:#ffffff;
	border: 2px solid #B0ACA5;
	content: "";
	position: absolute;
	left: 20px;
 	width: 25px;
	height: 25px;
	-webkit-transform: rotate(135deg);
	-moz-transform:rotate(135deg);
	-ms-transform:rotate(135deg);
	 -o-transform:rotate(135deg);
}

.top .arrow:after {
	bottom:10px;
}

.bottom .arrow:after {
	top:10px;
}
}
}

.visacheckout_table{
	width:70%;
}

.visacheckout_table tr{
	width:100%;
}

.visacheckout_table tr td:nth-child(1){
	width:40%;
}

.visacheckout_table tr td:nth-child(2){
	width:60%;
	padding-left:5%
}

.relative{position:relative;}

.toolTipEnclosure_menu{position:absolute;top:30%;left:50%;}


/* ----------- iPad mini ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
  
  .toolTipEnclosure_menu{left:55%;}
  
  .submit-button-text{font-size:19px;font-family:Arial;}
  
  input[type=text],input[type=password]{font-size:19px;}
  
  select {font-size:19px; /*TWSC-582*/}
  
  .month select, .year select {width:90px;}
  
}
