.active-amount{
	background-image: none!important;
	border-color: #0f75bc!important;
	box-shadow: none!important;
}

.phone-us{
	font-size: 2.1em !important;
 	text-align: center;
	padding: 0px;
 	min-height: 0;
}


/*Revise html */
.radio-set input[type=radio] {
    display: none;
    margin: 10px;
    cursor: pointer;
}
span.radio-set input[type=radio] {
	display: none!important;
	margin: 10px!important;
	cursor: pointer!important;
}
.radio-set input[type=radio] + label {
	display: inline-block;
	margin: -2px;
	padding: 2px;
	margin: 5px 5px 0 0;
	cursor: pointer;
	font-family: tahoma, arial;
	font-size: 0.9em;
	display: inline-block !important;
	margin: -2px;
	padding: 4px 8px;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 25px;
	color: #333;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #ccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	/*border-bottom-color: #b3b3b3;*/
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
	background-color: #EFEFEF;
}
#rechargeForm .radio-set label, #rechargeForm .radio-set-disable label {
    width: auto;
    color: #555;
}
#rechargeForm .options label {
    width: 8.5em;
}
#rechargeForm label {
    text-align: left;
}
.radio-set-disable input[type=radio] + label {
    color: #555;
    display: inline-block;
    margin: -2px;
    padding: 2px;
    margin: 5px 5px 0 0;
    cursor: not-allowed;
    font-family: tahoma, arial;
    font-size: 0.9em;
    display: inline-block;
    margin: -2px;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}
.radio-set-disable input[type=radio] {
    display: none;
    margin: 10px;
}
.radio-set-disable .checked {
    background-repeat: no-repeat !important;
    background-position: 10px 8px;
    background-color: #0d8a44;
}
.radio-set-disable {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
#rechargeForm .radio-set-disable label.yesno{    
    padding: 4px 14px;
}
.rateListView .list{
    margin-top: 95px;
    margin-right: -10px;
}
.btnTopupNow{
	display: inherit;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	padding: 5px 10px;
}
.detail-cursor-pointer-icon {
    cursor: pointer;
}
/* ======== PASSWORD STRENGTH ======== */

#changePasswordDgl .notice {
	color: #ec2028;
	text-transform: none;
}
#changePasswordDgl .meter {
	display: block;
	width: 100%;
	border: 0px solid #bbb;
	background: #ccc;
}
#changePasswordDgl #passwordStrength {
	height: 16px;
	display: block;
}
#changePasswordDgl .strength0 {
	width: 100%;
	background: #ccc;
}
#changePasswordDgl .strength1 {
	width: 33.33333333%;
	background: #f00;
}
#changePasswordDgl .strength2 {
	width: 66.6666666%;
	background: #ff0;
}
#changePasswordDgl .strength3 {
	width: 100%;
	background: #1BC42C;
}
#changePasswordDgl #passwordMeter, #changePasswordDgl #noticeMsg {
	display: none;
}
#changePasswordDgl .lang {
	text-align: right;
	font-weight: 400;
        margin-top: 5px;
        margin-bottom: 5px;
}
#changePasswordDgl .lang select {
	padding: 3px;
}
#changePasswordDgl .button-all span.button{
	width: 100%;
}
.text-promo {
    background-color: #f5e3a7;
    padding: 6px;
    border: 1px #bea654 solid;
    color: #ec2028;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    min-height: 26px;
    /*margin-top: -5px;*/
}
.container .tracfoneDescription .amount-topup.text-promo {
    font-size: 1.2em;
    line-height: 22px;
    display: inline-block;
    margin-top: 3px;
    margin-bottom: 10px;
}

.header .logo-product.pinless-minutos img, .header .logo-in.pinless-minutos img{
    height: 44px!important;
    margin-top: 2px;
}

.header .logo-product.pinless-cuba img, .header .logo-in.pinless-cuba img{
    height: 2em!important;
    margin-top: 0.6em;
}

.header .logo-product.pinless-guatellama img, .header .logo-in.pinless-guatellama img{
    height: 2em!important;
    margin-top: 0.6em;
}

#billmex-frm .datetimepicker td, .datetimepicker th {
    border-radius: 0px!important;
}

.datetimepicker thead tr:first-child th:hover, .datetimepicker tfoot tr:first-child th:hover {
    background-color: #2273ca!important;
}
.result.multi-result .success .result-success em{
    color: #009900;
}
#Amount_Top_Up2{
    padding: 0 0 0 22px;
    background: #fff url(../images/recharge_mask1.png) no-repeat 5px;
    background-size: 14px;
    background-position-y: center;
}
#accountDetailDialog .modal-dialog  .modal-content .modal-body .radio-set label.checkbox-phonetype{
    width: 32%;
}

.es #accountDetailDialog .modal-dialog  .modal-content .modal-body .radio-set label.checkbox-phonetype{
    width: 32%;
    font-size: 15px;
}

#accountDetailDialog .modal-dialog  .modal-content .modal-body .radio-set label.checkbox-phonetype.checked{
    width: 36%;
}
.es #accountDetailDialog .modal-dialog  .modal-content .modal-body .radio-set label.checkbox-phonetype.checked{
    width: 36%;
    padding-left: 28px!important;
}
#accountDetailDialog .modal-dialog  .modal-content .modal-body .radio-set label.checkbox-phonetype-title{
    display: block;
    padding-bottom: 5px;
}
#pinless_operator_popup .modal-dialog .modal-content .modal-body .account-content label{
    display: block;
}

.amount-box.has-fee #Amount_Top_Up2{
    width: 24%!important;
    float: left;
    margin-right: 5px!important;
    min-width: 80px!important;
}

.amount-box.has-fee .Amount_Top_Up{
    width: 70%;
    float: left;
}
.amount-box.has-fee .convenience_fee.con-fee, .amount-box.has-fee .convenience_fee.total {
    width: 50%;
}