@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
li, ul {
	list-style: none;
}
ul.actionsList {
	margin-left: 10px;
	padding: 0px;
	width: 100%;
}
ul.actionsList.actinlistRecharge {
	margin: 0px 0px 10px 10px;
	float: left;
	width: 95%;
}
ul.actionsList.flipped > li {
	float: right;
	margin-right: 5px;
}
ul.actionsList > li {
	float: left;
	display: inline-block;
	padding: 2px;
	width: 100%;
}
ul.actionsList > li > a > div {
	display: block;
}
ul.actionsList > li > a {
	display: block;
	font-family: arial;
	background-color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	cursor: pointer;
	color: #333;
	padding: 10px 15px;
	border-radius: 3px;
	box-shadow: #000 0px 1px 1px;
}
ul.actionsList > li > a:hover {
	background-color: #f4f4f4;
	color: #333;
}
ul.actionsList > li > a:active {
	background-color: #f4f4f4;
	box-shadow: inset #000 0px 1px 1px;
	color: #333
}
ul.actionsList > li > a.active {
	background-color: #9c2aa0;
	color: #fff;
	text-align: center;
	margin-top: 15px;
}
ul.actionsList > li > a.active:hover {
	background-color: #5e2750;
	color: #fff;
}
ul.actionsList > li > a.active:active {
	background-color: #9c2aa0;
	box-shadow: inset #000 0px 1px 1px;
	color: #fff;
}
ul.actionsList > li > a.black {
	background-color: #333333;
	color: #fff;
	text-align: center;
	margin-top: 15px;
}
ul.actionsList > li > a.black:hover {
	background-color: #0000000;
	color: #fff;
}
ul.actionsList > li > a.white {
	background-color: #fff;
	color: #333;
	cursor: default;
	text-align: center;
	margin-top: 15px;
}
ul.actionsList > li > a.white:hover {
	background-color: #fff;
	color: #333;
}
ul.actionsList > li > a.white:active {
	background-color: #fff;
	color: #333;
	box-shadow: #000 0px 1px 1px;
}
ul.actionsList > li > a.black:active {
	background-color: #333333;
	color: #fff;
	box-shadow: inset #000 0px 1px 1px;
}
ul.actionsList > li > a.dimmed, ul.actionsList > li > a.dimmed:hover, ul.actionsList > li > a.dimmed:active {
	background-color: #fff;
	cursor: default;
	color: #999;
	box-shadow: #000 0px 1px 1px;
}
input[type="radio"] {
	display: none;
}
input[type="radio"] + label {
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 13px;
}
input[type="radio"] + label span {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: -1px 4px 0 0;
	vertical-align: middle;
	background: url(../img/buttons.png) -55px top no-repeat;
	cursor: pointer;
}
input[type="radio"]:checked + label span {
	background: url(../img/buttons.png) -35px top no-repeat;
}
.azaki_header {
	padding: 0px;
	margin: 0px;
	width: 100%;
	position: fixed;
	background-color: #fff;
	height: 50px;
	z-index: 1000000;
}
.azaki_Main, .mmagd_viewbill_enterprice_container, .mmagd_viewbill_enterprice_container2 {
	position: relative;
	float: left;
}
.azaki_Enterprice_container {
	padding: 0px;
	margin: 0px 25px 0px 0px;
	position: relative;
}
.azaki_Enterprice_container_Header {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: auto;
	float: left;
}
.azaki_Enterprice_container_Header ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}
.azaki_Enterprice_Header_Taps_Icon {
	background-image: url(../img/icons.png);
	background-position: -440px -407px;
	background-repeat: no-repeat;
	width: 48px;
	height: 34px;
	float: right;
	margin-right: 5px;
	margin-top: 5px;
	cursor: pointer;
}
.azaki_Enterprice_Header_Taps_Icon:active {
	background-position: -488px -407px;
}
.azaki_Enterprice_Header_Logo_Icon {
	background-image: url(../img/icons.png);
	background-position: -5px -162px;
	background-repeat: no-repeat;
	width: 83px;
	height: 40px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.azaki_Enterprice_Header_Language {
	font-family: Vodafone Rg;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	float: right;
	margin-top: 13px;
	display: block;
	cursor: pointer;
	margin-right: 15px;
}
.azaki_Enterprice_Header_Language_Arrow {
	background-image: url(../img/icons.png);
	background-position: -536px -407px;
	background-repeat: no-repeat;
	width: 34px;
	height: 34px;
	float: right;
	display: none;
	margin-top: 5px;
	margin-right: 5px;
	cursor: pointer;
}
.azaki_Enterprice_Header_Language_Arrow:active {
	background-position: -570px -407px;
}
.azaki_Enterprice_Header_Title {
	font-family: Vodafone Rg;
	font-size: 30px;
	font-weight: bold;
	color: #e60000;
	float: none;
	margin: 0px auto;
	text-align: center;
	margin-left: 65px;
}
.azaki_Enterprice_container_Welcome, .azaki_Enterprice_container_Welcome_black {
	background-color: #f4f4f4;
	border-radius: 5px;
	float: left;
	width: 100%;
	height: auto;
	margin-top: 50px;
	margin-left: 10px;
}
.azaki_Enterprice_container_Welcome_black {
	background-color: #333;
	margin-bottom: 20px;
}
.azaki_Enterprice_container_Welcome > div, .azaki_Enterprice_container_Welcome_black > div {
	float: left;
	width: 80%;
}
.azaki_line_H, .azaki_line_H_CallTone, .azaki_line_H_CallToneInfo, .azaki_line_HADSL {
	border-bottom: #ccc 1px solid;
	width: 100%;
	float: left;
	margin-top: 15px;
	margin-left: 10px;
}
.azaki_line_HADSL {
	margin: 0px;
	padding: 0px;
}
.azaki_line_H_CallTone {
	display: none;
}
.azaki_line_V {
	border-left: #ccc 1px solid;
	float: right;
	margin-right: 7px;
	height: 25px;
	margin-right: 5px;
	margin-top: 10px;
}
.azaki_line_VADSL {
	border-left: #ccc 1px solid;
	float: left;
	margin-left: 7px;
	height: 25px;
	margin-right: 5px;
	margin-top: 5px;
}
.azaki_line_VADSL {
	height: 50px;
}
.azaki_account_number, .azaki_account_numberAfterLogin {
	float: left;
	font-family: arial;
	font-size: 18px;
	margin-left: 20px;
	margin-bottom: 10px;
}
.azaki_account_numberAfterLogin {
	color: #fff;
}
.azaki_account_number2 {
	float: none;
	width: 100%;
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	margin-left: 5px;
	margin-bottom: 10px;
}
.azaki_Hello, .azaki_HelloAfterLogin {
	float: left;
	font-family: Vodafone Rg;
	font-size: 24px;
	margin-left: 20px;
	color: #e60000;
	margin-top: 10px;
}
.azaki_HelloAfterLogin {
	color: #fff;
}
.azaki_name, .azaki_nameAfterLogin {
	float: left;
	font-family: Vodafone Rg;
	font-size: 24px;
	margin-left: 5px;
	color: #333;
	margin-top: 10px;
	margin-bottom: 10px;
}
.azaki_nameAfterLogin {
	color: #fff;
}
.azaki_Last_Bill, .azaki_Lost_stolen {
	float: left;
	width: 100%;
}
.azaki_Last_Bill_Left {
	float: left;
	width: 80%;
}
.azaki_Last_Bill_img {
	float: right;
	width: 43px;
	height: 56px;
	background-image: url(../img/icons.png);
	background-position: -162px -155px;
	background-repeat: no-repeat;
	margin-top: 25px;
}
.azaki_Last_Bill_Title, .azaki_Lost_stolen_Title, .azaki_Enterprice_Change_Rate_Plan_Title, .azaki_Login_Title, .azaki_Login_User_Name, .azaki_Login_Password, .azaki_Contant_Title, .mmagd_viewbill_Enterprice_Title, .azaki_Form_Spoc_title, .azaki_Enterprice_Title, .azaki_Unified_Title {
	font-family: Vodafone Rg;
	font-size: 30px;
	color: #333;
	width: 100%;
	float: left;
	margin-left: 10px;
	margin-top: 15px;
}
.azaki_Unified_Title {
	margin-top: 20px;
	color: #333;
}
.azaki_Login_User_Name, .azaki_Login_Password {
	font-size: 22px;
}
.azaki_Enterprice_Change_Rate_Plan_Title, .azaki_Login_Title, .azaki_Contant_Title, .mmagd_viewbill_Enterprice_Title, .azaki_Form_Spoc_title, .azaki_Enterprice_Title {
	color: #e60000;
	margin-top: 60px;
}
.azaki_Form_Spoc_title {
	margin-bottom: 20px;
}
.azaki_Lost_stolen_Suspend {
	font-family: Vodafone Rg;
	font-size: 30px;
	font-weight: bold;
	color: #428600;
	width: 100%;
	float: left;
	margin-left: 10px;
}
.azaki_Last_Bill_Number {
	font-family: Vodafone Rg;
	font-size: 42px;
	font-weight: bold;
	color: #428600;
	float: left;
}
.azaki_Lost_stolen_Suspend {
	color: #007c92;
	font-size: 33px;
}
.azaki_Lost_stolen_description, .azaki_Enterprice_Change_Rate_Plan_Description, .azaki_Contant_Description, .mmagd_viewbill_Enterprice_sub_title, .azaki_Form_Spoc_title_Drop, .azaki_Enterprice_Description, .azaki_Enterprice_Description_bold, .azaki_ADSL_DATAtxt {
	font-family: arial;
	font-size: 18px;
	color: #333;
	width: 100%;
	float: left;
	height: auto;
	margin-left: 10px;
}
.azaki_Contant_Description {
	font-size: 14px;
}
.azaki_ADSL_DATAtxt {
	margin-top: 10px;
}
.azaki_Enterprice_Description_bold {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}
.azaki_Enterprice_Description_bold_Recharge {
	font-weight: bold;
font-family: Vodafone Rg;
font-size: 16px;
float: right;
width: 33%;
text-align: right;
direction: rtl;
}
.azaki_Enterprice_Description_Recharge {
	font-family: tahoma;
	float: right;
width: 5%;
font-family: Vodafone Rg;
font-size: 16px;
text-align: right;
direction: rtl;
}
.azaki_Form_Spoc_title_Drop {
	font-weight: bold;
}
.azaki_Form_Spoc_title_Drop {
	margin-top: 20px;
}
.azaki_Last_Bill_Month {
	font-family: vodafone Rg;
	font-size: 24px;
	color: #333;
	float: left;
	height: auto;
	margin-left: 10px;
	margin-top: 14px;
	font-weight: bold;
}
.azaki_Enterprice_Change_Rate_Plan, .azaki_Enterprice_Change_Rate_Plan_Inner_Main, .azaki_Enterprice_Change_Rate_Plan_Inner_Inner_Main, .azaki_Enterprice_Change_Rate_Plan_Inner_Inner_Next_Main, .mmagd_viewbill_enterprice_container, .azaki_Enterprice_LoginPage, .azaki_Enterprice_Main, .azaki_Enterprice_Call_Detalis_Main, .azaki_Balance_Transfer, .azaki_Enterprice_BlackList_Main, .azaki_Enterprice_Missed_Call_Main {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	margin-top: 30px;
}
.azaki_Enterprice_Balance_Transfer_Red_Main {
	float: left;
	width: 100%;
	margin: 0px;
	margin-top: 20px;
	position: relative;
	background-color: #e60000;
	height: 1000px;
}
.azaki_Enterprice_Change_Rate_Plan_Inner_Inner_Main, .azaki_Enterprice_Change_Rate_Plan_Inner_Inner_Next_Main {
	display: none;
	position: relative;
}
.azaki_Enterprice_Change_Rate_Plan_Inner, .azaki_Enterprice_Tap_white, .azaki_ManageCallTone_Tap {
	float: left;
	padding: 0px;
	width: 100%;
	margin-left: 10px;
	margin-top: 15px;
	cursor: pointer;
	border-radius: 3px;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 48, 0.22);
	-moz-box-shadow: 4px 4px 5px 0px rgba(50, 50, 48, 0.22);
	box-shadow: 1px 1px 3px 0px rgba(50, 50, 48, 1.22);
}
.azaki_Enterprice_Tap_white {
	height: 52px;
}
.azaki_Enterprice_Change_Rate_Plan_Inner_Inner, .azaki_Enterprice_Change_Rate_Plan_Inner_Inner_Next, .azaki_Enterprice_Tap_Gray, .azaki_Consumer_Tap_Purple, .azaki_Consumer_Tap_Black, .azaki_ADSLTapManage {
	float: left;
	padding: 0px;
	width: 100%;
	margin-left: 10px;
	margin-top: 8px;
	cursor: pointer;
	background-color: #ebebeb;
	border-radius: 5px;
	height: auto;
}
.azaki_Consumer_Tap_Purple {
	background-color: #9c2aa0;
}
.azaki_Consumer_Tap_Black {
	background-color: #333;
}
.azaki_Enterprice_Tap_Gray:active {
	background-color: #ccc;
}
.azaki_Enterprice_Change_Rate_Plan_Inner_Inner_Next {
	height: auto;
	position: relative;
}
.azaki_ADSLTapManage {
	height: auto;
}
.azaki_Enterprice_Tap_Gray {
	height: auto;
}
.azaki_Enterprice_Change_Rate_Plan_Inner_Inner_Next:active {
	background-color: #ccc;
}
.azaki_Enterprice_Change_Rate_Plan_Inner_Inner:active {
	background-color: #9c2aa0;
}
.azaki_Enterprice_Change_Rate_Plan_Inner_Sim_Icon {
	background-image: url(../img/icons.png);
	background-position: -106px -6px;
	background-repeat: no-repeat;
	width: 40px;
	height: 60px;
	float: left;
	margin-left: 20px;
}
.azaki_Enterprice_Change_Rate_Plan_Inner_Text, .azaki_Enterprice_Change_Rate_Plan_Inner_Inner_Text, .azaki_Enterprice_Change_Rate_Plan_Inner_Inner_Next_Text, .azaki_Enterprice_Tap_Gray_Text, .azaki_Enterprice_Tap_Gray_Text_right {
	margin-top: 20px;
	font-family: arial;
	font-size: 20px;
	color: #333;
	float: left;
	margin-left: 15px;
}
.azaki_Enterprice_Change_Rate_Plan_Inner_Text {
	margin-top: 15px;
}
.azaki_Enterprice_Tap_Gray_Text_right {
	float: right;
	font-size: 16px;
	font-weight: bold;
	margin-right: 10px;
	margin-top: 15px;
}
.azaki_Enterprice_Change_Rate_Plan_Inner_Inner_Next_Text {
	margin-top: 5px;
	margin-bottom: 5px;
}
.azaki_Enterprice_Tap_Gray_Text {
	margin-top: 12px;
	margin-bottom: 15px;
}
.azaki_Enterprice_Change_Rate_Plan_Inner_Inner_Text {
	margin-top: 14px;
	font-size: 16px;
}
.azaki_Enterprice_Change_Rate_Plan_Inner_Inner_Next_Text {
	float: left;
	width: 63%;
}
.azaki_Enterprice_Change_Rate_Plan_Inner_Inner_Text:active, .azaki_Enterprice_Change_Rate_Plan_Inner_Inner:active {
	color: #fff;
}
.azaki_Enterprice_Change_Rate_Plan_Inner_Arrow_Icon {
	background-image: url(../img/icons.png);
	background-position: -32px -54px;
	background-repeat: no-repeat;
	width: 26px;
	height: 16px;
	float: right;
	margin-right: 20px;
	margin-top: 20px;
}
.azaki_Enterprice_Arrow_Icon_Expand {
	background-image: url(../img/icons.png);
	background-position: -237px -85px;
	background-repeat: no-repeat;
	width: 13px;
	height: 10px;
	float: right;
	margin-right: 20px;
	margin-top: 25px;
}
azaki_Enterprice_Arrow_Icon_Expand {
	margin-top: 20px;
}
.azaki_Enterprice_Change_Rate_Plan_Inner_Inner_Arrow_Icon, .azaki_Enterprice_Change_Rate_Plan_Inner_Inner_Next_Arrow_Icon, .azaki_CallTone_Arrow_Icon, .azaki_ADSLTapManageArrow {
	background-image: url(../img/icons.png);
	background-position: -83px -78px;
	background-repeat: no-repeat;
	width: 23px;
	height: 30px;
	float: right;
	margin-right: 20px;
	margin-top: 15px;
}
.azaki_ADSLTapManageArrow {
	margin-top: 7px;
}
.azaki_Navigation_TapsArrow {
	background-image: url(../img/icons.png);
	background-position: -250px -192px;
	background-repeat: no-repeat;
	width: 8px;
	height: 12px;
	float: right;
	margin-top: 20px;
	margin-right: 10px;
}
.azaki_Navigation_TapsArrowClose {
	background-image: url(../img/icons.png);
	background-position: -258px -192px;
	background-repeat: no-repeat;
	width: 15px;
	height: 12px;
	margin-top: 20px;
	margin-right: 10px;
	float: right;
}
.azaki_CallTone_Arrow_Icon {
	display: none;
	margin-right: 0px;
}
.azaki_Enterprice_Change_Rate_Plan_Inner_Inner_Next_Arrow_Icon {
	margin-top: 16px;
	display: none;
}
.azaki_Enterprice_Change_Rate_Plan_Inner_Inner_Next_Search {
	float: left;
	padding: 0px;
	width: 100%;
	margin-bottom: 0px;
	margin-top: 10px;
	height: 66px;
	background-color: #ebebeb;
	margin-left: 10px;
}
.azaki_Enterprice_Balance_Search, .azaki_Enterprice_Balance_Search_CallTone, .azaki_Consumer_Balance_Search {
	float: left;
	padding: 0px;
	width: 100%;
	margin-bottom: 0px;
	height: 66px;
}
input.azaki_Enterprice_Balance_Search_CallTone {
	width: 53% !important;
	float: left;
	height: 20px;
}
.azaki_Enterprice_Balance_Search_CallTone_btn {
	float: left;
}
.azaki_Enterprice_Change_Rate_Plan_Inner_Inner_Next_Search > input {
	width: 85% !important;
}
.azaki_Enterprice_Change_Rate_Plan_Inner_Inner_Next_Text_number {
	font-family: arial;
	font-size: 80%;
	color: #333;
	float: left;
	width: 80%;
}
.azaki_Enterprice_Change_Rate_Plan_Inner_Inner_Next_Text_Description {
	font-family: arial;
	font-size: 12px;
	color: #333;
	float: left;
	width: 100%;
}
input[type="checkbox"] {
	display: none;
}
input[type="checkbox"] + label {
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 13px;
}
input[type="checkbox"] + label span, .tobechecked {
	display: inline-block;
	width: 18px;
	height: 20px;
	margin: -1px 4px 0 0;
	vertical-align: middle;
	background: url(../img/buttons.png) 0px top no-repeat;
	cursor: pointer;
}
input[type="checkbox"]:checked + label span, .tobeunchecked {
	background: url(../img/buttons.png) -17px top no-repeat;
}
#store-types > div > input[type="checkbox"], #services > div > input[type="checkbox"] {
	width: 13px;
	height: 13px;
}
.ss-choice-item {
	float: left;
	margin-top: 20px;
	margin-left: 15px;
	cursor: pointer;
}
.azakiCheckMark {
	width: initial;
	float: left;
	margin-bottom: 15px;
}
.azaki_Search, .azaki_SearchRecharge {
	float: left;
	width: 100%;
	margin-left: 10px;
	position: relative;
}
.azaki_SearchRecharge {
	margin: 0px 0px 0px 10px;
	width: 95%;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select, input[type="text"], input[type="password"], textarea {
	border: 1px solid #999999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
	margin-top: 10px;
	height: 40px;
}
input:focus, select:focus, textarea:focus {
	outline: 3px solid #448515;
}
.azaki_Navigation {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #f4f4f4;
	height: 0%;
	margin-top: 50px;
	border-top: 2px solid #ccc;
	display: none;
	margin-bottom: 50px;
	position: absolute;
}
.azaki_Navigation_Main {
	float: left;
	width: 100%;
}
.azaki_Navigation_Taps_Main {
	margin-top: 0px;
	float: left;
	width: 100%;
}
.azaki_Navigation_Img {
	width: 51px;
	height: 45px;
	background-image: url(../img/icons.png);
	background-position: -353px -166px;
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
}
.azaki_Navigation_ImgSettings {
	background-image: url(../img/icons.png);
	background-position: -574px -74px;
	background-repeat: no-repeat;
	margin-right: 10px;
	margin-top: 10px;
	float: right;
	width: 49px;
	height: 34px;
	cursor: pointer;
}
.azaki_Navigation_Name {
	float: left;
	color: #fff;
	font-family: arial;
	font-size: 14px;
	margin-top: 28px;
	margin-left: 5px;
}
.azaki_Navigation_Taps {
	height: auto;
	float: left;
	width: 100%;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}
.azaki_Navigation_Taps:last-child {
	background-color: #fff;
}
.azaki_Navigation_Taps:last-child span {
	text-align: center;
}
.azaki_Navigation_Taps span {
	float: left;
	margin-left: 20px;
	font-family: Vodafone Rg;
	font-size: 21px;
	color: #333;
	width: 75%;
	height: 39px;
	margin-top: 10px;
	cursor: pointer;
}
.azaki_btn {
	margin-top: 20px;
	float: left;
	width: 100%;
}
.disclaimer ul.actionsList {
	margin: 10px 0 0 0;
}
/************************************************************/
span.error, span.right, span.wrong {
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	float: right;
	margin-right: 5px;
	margin-top: 17px;
}
.disclaimer span.note, .disclaimer span.error, .disclaimer span.right, .disclaimer span.wrong {
	width: 30px;
	height: 30px;
	display: block;
	text-indent: -100px;
	float: left;
	margin-left: 20px;
	margin-top: 27px;
}
.disclaimer span.note {
	background-position: -52px -510px;
}
.disclaimer span.error {
	background-position: -107px -78px;
}
.disclaimer span.right {
	background-position: -5px -118px;
}
.disclaimer span.wrong {
	background-position: -93px -162px;
}
.disclaimer p {
	font-size: 16px;
	padding-top: 0px;
	color: #333;
	margin-left: 55px;
	margin-top: 4px;
	font-family: arial;
}
.disclaimer h3 {
	font-size: 20px;
	padding-top: 0px;
	color: #333;
	margin-left: 10px;
	margin-bottom: 0px;
	font-family: arial;
}
.disclaimer {
	width: 100%;
	margin-left: 10px;
	clear: both;
	margin-top: 20px;
}
.disclaimer.error {
	background: #FEF0F0;
	border: #E60000 solid 1px;
}
.disclaimer.note {
	background: #FFF5F0;
	border: #FF5400 solid 1px;
}
.disclaimer.success {
	background: #F4F8F0;
	border: #428600 solid 1px;
}
.azaki_Login_Main > .actionsList {
	margin-top: 20px;
	float: left;
	width: 100%;
}
.azaki_rate_plan_all, .azaki_Red_business, .azaki_Asly_plus, .azaki_RED_Business_Description, .azaki_Asly_Description {
	display: none;
	float: left;
	width: 100%;
}
div.disclaimer.success {
	margin: 20px 0px 10px 10px;
	padding: 0px;
	width: 100%;
	float: left;
}
.azaki_Suspend_info {
	float: left;
	width: 100%;
	border: #ccc 1px solid;
	margin-left: 10px;
	margin-top: 13px;
}
.azaki_Suspend_info_status {
	background-color: #f4f4f4;
	float: left;
	width: 100%;
	border: #ccc 1px solid;
	margin-left: 10px;
	border-top: none;
	height: 35px;
}
.azaki_Suspend_info_status_right {
	float: right;
}
.azaki_Suspend_info_Span {
	font-family: arial;
	font-size: 17px;
	font-weight: bold;
	float: left;
	width: 100%;
	margin-top: 7px;
	margin-left: 15px;
}
.azaki_Suspend_info_P {
	font-family: arial;
	font-size: 17px;
	float: left;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 12px;
}
.azaki_Suspend_info_status_img_active, .azaki_Suspend_info_status_img_Deactive {
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
	background-position: -5px -118px;
	width: 30px;
	height: 30px;
	float: right;
	margin-left: 10px;
	margin-right: 15px;
	margin-top: 3px;
}
.azaki_Suspend_info_status_img_Deactive {
	background-position: -107px -78px;
}
.azaki_Suspend_info_Span_status {
	font-family: arial;
	font-size: 17px;
	font-weight: bold;
	float: left;
	margin-top: 7px;
	margin-left: 15px;
}
.azaki_Suspend_info_status p {
	margin-top: 8px;
}
 <! --Abu Elmagd-- > .mmagd_viewbill_Enterprice_Title {
 color: #e60000;
 font-size: 28px;
 text-align: left;
 float: left;
 width: 95%;
 font-family: "Vodafone Rg";
}
.mmagd_viewbill_Enterprice_sub_title {
	font-family: arial;
	font-size: 14px;
	color: #333;
	width: 90%;
	float: left;
}
select {
	margin-left: 0px;
	margin-top: 0px;
	width: auto;
	height: 40px;
	padding: 2px 2px 2px 3px;
	z-index: 10;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	z-index: 1;
	border: 1px solid #999999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
	width: 100%;
	box-shadow: 1px 1px 2px 0px #ccc !important;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	outline: none;
	display: inline-block;
	-webkit-appearance: none;
	overflow: hidden;
	appearance: none;
}
.fm-select {
	background: #fff;
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-left: 10px;
}
.fm-select span {
	border-left: 1px solid #999999;
	padding: 0px 0px;
	position: absolute;
	right: 0;
	background: url(../img/icon.png);
	background-position: -395px -483px;
	height: 20px;
	width: 30px;
	top: 10px;
}
.mmagd_Enterprice_Change_Rate_Plan_Inner_Inner_Next {
	height: auto;
}
.mmagd_Enterprice_Change_Rate_Plan_Inner_Inner_Next_Text {
	float: left;
	width: 80%;
}
.mmagd_Enterprice_Change_Rate_Plan_Inner_Inner_Next_Text {
	margin-top: 5px;
	margin-bottom: 5px;
}
.mmagd_Enterprice_Change_Rate_Plan_Inner_Inner_Next_Text_number {
	font-family: arial;
	font-size: 20px;
	color: #333;
	float: left;
	width: 100%;
	margin-left: 10px;
	margin-top: 0px;
}
.mmagd_Enterprice_Change_Rate_Plan_Inner_Inner_Next_Text_Description {
	font-family: arial;
	font-size: 12px;
	color: #333;
	float: left;
	width: 100%;
}
.mmagd_Enterprice_Change_Rate_Plan_Inner_Inner_Next {
	float: left;
	padding: 0px;
	width: 100%;
	margin-top: 15px;
	cursor: pointer;
	background-color: #f4f4f4;
	border-radius: 5px;
	height: auto;
	padding: 5px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 10px;
}
.mmagd_Enterprice_Change_Rate_Plan_Inner_Inner_Next:active {
	background-color: #cccccc;
}
.mmagd_Enterprice_Change_Rate_Plan_Inner_Inner_Arrow_Icon, .mmagd_Enterprice_Change_Rate_Plan_Inner_Inner_Next_Arrow_Icon {
	background-image: url(../img/icons.png);
	background-position: -83px -78px;
	background-repeat: no-repeat;
	width: 23px;
	height: 30px;
	float: right;
	margin-right: 20px;
	margin-top: 10px;
}
.menuTabs {
	border-radius: 5px;
	border: #ccc solid 1px;
	width: 100%;
	margin-top: 10px;
	float: left;
	margin-left: 10px;
	background-color: #f4f4f4;
}
.mobile_tabs {
	width: 99%;
	margin: 0px auto;
	overflow: hidden;
	display: table;
	padding: 0px;
	float: left;
	background-color: #f4f4f4;
}
.mobile_tabs li.active {
	margin-top: 0px;
	color: #fff;
	box-shadow: inset 2px 2px 4px rgba(0,0,0,.5);
	background-color: #333;
	text-align: center;
	font-family: "Vodafone Rg";
	height: 30px;
}
.mobile_tabs li:first-child, .mobile_tabs li:last-child, .mobile_tabs_third_TopReports {
	height: 30px;
}
.mobile_tabs li {
	background-color: #f4f4f4;
	border-left: 1px solid #CCCCCC;
	cursor: pointer;
	float: left;
	font-size: 13px;
	height: 30px;
	margin: 0;
	padding: 10px 6%;
	text-align: center;
}
.mobile_tabs_first, .mobile_tabs_second {
	width: 36%;
}
.mobile_tabs_first_TopReports, .mobile_tabs_second_TopReports, .mobile_tabs_third_TopReports {
	width: 20%;
	float: left;
}
.mobile_tabs li.active a {
	color: #fff;
	font-family: "Vodafone Rg";
}
.mobile_tabs li a {
	text-decoration: none;
	font-size: 16px;
	color: #000;
	font-weight: normal;
	text-align: center;
	font-family: "Vodafone Rg";
	font-weight: bold;
}
.mmagd_table_account {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.mmagd_table_account ul {
	width: 100%;
	border: 1px solid #ccc;
	float: left;
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
}
.mmagd_table_account ul li {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ccc;
	background: #f4f4f4;
}
.mmagd_table_account_title {
	font-family: "Vodafone Rg";
	color: #333;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding: 10px;
}
.mmagd_account_table_txt_content_none_bg {
	background: none !important;
}
.mmagd_table_account_title_txt_content {
	font-family: "Vodafone Rg";
	font-size: 16px;
	text-align: left;
	padding-left: 10px;
}
.mmagd_table_account_title_txt_content_chart_txt {
	width: 100% !important;
	font-family: "Vodafone Rg";
	font-size: 16px;
	text-align: left;
}
ul.mmagd_account_none_bg_content_li_ul {
	border: none !important;
}
ul.mmagd_account_none_bg_content_li_ul li {
	background: none !important;
	border: none !important;
	padding: 5px;
	width: 90%;
}
.mmagd_table_account_title_number_content {
	font-family: "Vodafone Rg";
	font-size: 16px;
	text-align: right;
	float: right;
}
ul.mmagd_account_none_bg_content {
	border: none !important;
}
ul.mmagd_account_none_bg_content li {
	float: left;
	width: 45%;
	background: none !important;
	border: none !important;
	padding: 5px;
}
.mmagd_image_chart_resize img {
	max-width: 603px;
	min-width: 260px;
	float: left;
	width: 95%;
}
.mmagd_Enterprice_pdf_Icon {
	width: 100%;
}
.mmagd_Enterprice_pdf_Icon img {
	float: left;
	width: 99%;
	max-width: 28px;
	min-width: 20px;
	margin-top: 4px;
	margin-left: 10px;
}
.mmagd_Enterprice_dowanload_Icon img {
	float: right;
	width: 99%;
	max-width: 30px;
	min-width: 20px;
	margin-right: 10px;
	margin-top: 3px;
}
.mmagd_Enterprice_dowanload_Icon {
	width: 100%;
}
.mmagd_Enterprice_Change_Rate_Plan_Inner_Inner_Next_Text_summary_title {
	margin-top: 15px;
	margin-bottom: 5px;
	float: left;
	width: 70%;
}
.mragab_fix_arrow {
	display: block;
}
/*-----------------------------------------------------------------------------------*/

.azaki_call_details_inner {
	display: none;
}
.azaki_call_details_Use_Credit_Card, .azaki_call_details_Use_Recharge_Credit_Card {
	width: 35px;
	float: right;
	height: 27px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 6px;
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
	margin-top: 10px;
}
.azaki_call_details_Use_Credit_Card {
	background-position: -440px -211px;
}
.azaki_call_details_Use_Recharge_Credit_Card {
	background-position: -440px -238px;
}
.azaki_call_details_Filter_icon_tap_call, .azaki_call_details_Filter_icon_tap_SMS, .azaki_ADSLTapNewCustmerIcon, .azaki_ADSLTapFlexIcon, .azaki_ADSLTapManagementIcon, .azaki_ADSLTapSecurityIcon {
	width: 40px;
	float: left;
	height: 40px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 6px;
	background-position: -496px -12px;
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
}
.azaki_ADSLTapSecurityIcon {
	background-position: -568px -288px;
}
.azaki_ADSLTapManagementIcon {
	background-position: -525px -288px;
}
.azaki_ADSLTapFlexIcon {
	background-position: -483px -288px;
}
.azaki_ADSLTapNewCustmerIcon {
	background-position: -440px -288px;
}
.azaki_call_details_Filter_icon_tap_SMS {
	background-position: -535px -12px;
}
.azaki_filter_date, .azaki_filter_Total {
	font-family: vodafone Rg;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-top: 10px;
}
.azaki_filter_date {
	float: left;
	margin-left: 10px;
}
.azaki_filter_Total {
	float: right;
}
.azaki_Enterprice_Call_Text_number, .azaki_Enterprice_Call_Text_Description, .azaki_Filter_Date_inner {
	font-family: Vodafone Rg;
	font-size: 20px;
	color: #333;
	float: left;
	width: 100%;
	font-weight: bold;
}
.azaki_Enterprice_Call_Text_Description {
	font-size: 15px;
}
.azaki_Filter_Date_inner {
	font-size: 18px;
	margin-left: 10px;
}
.azaki_radio {
	float: right;
	margin-bottom: 20px;
	width: 100%;
}
.azaki_radioADSL {
	margin: 0px auto;
	width: 140px;
	height: auto;
	padding-top: 25px;
	clear: both;
}
.azaki_radio_iconG1, .azaki_radio_iconG2, .azaki_radio_iconG3, .azaki_radio_iconG4, .icon_active, .azaki_radio_iconG1Red, .azaki_radio_iconG2Red, .azaki_radio_iconG3Red, .azaki_radio_iconG4Red {
	width: 12px;
	height: 12px;
	background-color: #333;
	-moz-border-radius: 24px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
	margin-right: -4px;
}
.azaki_radioADSl_iconG4, .icon_activeADSL {
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
	background-position: -555px -265px;
	width: 23px;
	height: 23px;
	float: left;
	margin-left: 10px;
}
.azaki_radioADSl_iconG4 {
	background-position: -555px -265px;
}
.icon_activeADSL {
	background-position: -578px -265px;
}
.icon_activeRed {
	background-color: #fff;
}
.icon_active {
	background-color: #e60000;
}
.azaki_blance_G1, .azaki_blance_G2, .azaki_blance_G3, .azaki_blance_G4, .azaki_ADSL_G1, .azaki_ADSL_G2, .azaki_ADSL_G3 {
	margin-top: 30px;
	clear: both;
}
.azaki_blance_G2, .azaki_blance_G3, .azaki_blance_G4, .azaki_ADSL_G2, .azaki_ADSL_G3 {
	display: none;
}
.azaki_blance_icon, .azaki_blance_iconStep2, .azaki_blance_iconStep3, .azaki_blance_iconStep4, .azaki_blance_iconRedStep1, .azaki_blance_iconRedStep2, .azaki_blance_iconRedStep3, .azaki_blance_iconRedStep4, .azaki_ADSl_WiFiReperter_icon, .azaki_ADSl_ADSLRouter_icon, .azaki_ADSl_Anti_virus_icon , .azaki_Oops_icon {
	width: 109px;
	height: 109px;
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
	margin: 0px auto;
}
.azaki_ADSl_Anti_virus_icon {
	background-position: -222px -429px;
}
.azaki_ADSl_ADSLRouter_icon {
	background-position: -113px -429px;
}
.azaki_Oops_icon {
	background-position: -253px -538px;
}

.azaki_ADSl_WiFiReperter_icon {
	background-position: -4px -429px;
}
.azaki_blance_icon {
	background-position: -4px -211px;
}
.azaki_blance_iconStep2 {
	background-position: -113px -211px;
}
.azaki_blance_iconStep3 {
	background-position: -222px -211px;
}
.azaki_blance_iconStep4 {
	background-position: -331px -211px;
}
.azaki_blance_iconRedStep1 {
	background-position: -4px -320px;
}
.azaki_blance_iconRedStep2 {
	background-position: -113px -320px;
}
.azaki_blance_iconRedStep3 {
	background-position: -222px -320px;
}
.azaki_blance_iconRedStep4 {
	background-position: -331px -320px;
}
.azaki_blance_Current_balance, .azaki_blance_Current_balance2, .azaki_ADSL_TxtCenter, .azaki_ADSL_TxtCenter2 {
	font-family: vodafone Rg;
	font-weight: bold;
	font-size: 20px;
	margin: 0px auto;
	width: 100%;
	color: #333;
	text-align: center;
	margin-top: 20px;
}
.azaki_ADSL_TxtCenter, .azaki_ADSL_TxtCenter2 {
	font-weight: normal;
	margin-bottom: 20px;
}
.azaki_ADSL_TxtCenter2 span {
	font-weight: normal;
	margin-bottom: 20px;
	text-align: center;
	margin: 0px auto;
	float: left;
	width: 100%;
	margin-left: 10px;
}
.azaki_blance_Current_balance2Red, .azaki_blance_Current_balanceRed {
	color: #fff;
	font-family: vodafone Rg;
	font-weight: bold;
	font-size: 20px;
	margin: 0px auto;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.azaki_blance_Current_balance2, .azaki_blance_Current_balance2Red {
	font-weight: normal;
}
.azaki_fm-select2, .azaki_fm-select2Red, .azaki_fm-select3, .fm-select4 {
	background: #fff;
	position: relative;
	display: flex;
	float: none;
	width: 40%;
	margin: 0px auto;
	/* padding: 0px; */
	text-align: center;
	align-content: center;
}
.azaki_fm-select3 {
	float: left;
	margin-left: 60px;
}
div.fm-select.azaki_fm-select4 {
	width: 80%;
	float: left;
}
div.fm-select.azaki_fm-select5 {
	width: 80%;
	float: left;
}
.azaki_fm-select2Red {
	background: #fff;
}
.azaki_Fix {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	position: relative;
	left: -38px;
}
.azaki_Enterprice_Missed_Call_img {
	height: auto;
	width: 100%;
	float: left;
	margin-left: 10px;
}
.azaki_Enterprice_Missed_Call_img img {
	max-width: 100%;
	height: auto;
	display: block;
	min-height: 10%;
	min-width: 20%;
	margin: 0px auto;
	text-align: center;
}
.azaki_Recharge_txt {
	float: right;
width: 290px;
margin-right: 10px;
margin-top: 10px;
}
.azaki_recharge_option_all {
	float: left;
	border: #ccc solid 1px;
	border-radius: 3px;
	width: 100%;
	height: auto;
	margin-left: 10px;
	margin-top: 10px;
}
.azaki_recharge_option_inner, .azaki_recharge_option_inner_use, .azaki_recharge_option_inner_use2 {
	float: left;
	width: 100%;
}
.azaki_recharge_option_inner_use, .azaki_recharge_option_inner_use2 {
	margin-bottom: 5px;
	margin-top: 5px;
	cursor: pointer;
}
.azaki_line {
	width: 100%;
	border-bottom: #ccc solid 1px;
	float: left;
	margin-top: 5px;
}
.azaki_recharge_option_inner_use_Credit_card, .azaki_recharge_option_inner_Recharge_Credit_card {
	background-color: #f4f4f4;
	width: 100%;
	height: auto;
	float: left;
	display: none;
	cursor: pointer;
}
.azaki_Enterprice_Taps_Black {
	width: 95%;
	float: left;
	height: 52px;
	background-color: #333;
	margin-left: 10px;
	border-radius: 3px;
	margin-top: 10px;
	border-radius: 10px;
}
.azaki_option_credit_card {
	float: left;
	width: 100%;
}
.azaki_option_Visa_img, .azaki_option_Master_img, .azaki_ADSL_Add_On_icon {
	float: right;
	margin-right: 5px;
	width: 49px;
	height: 31px;
	background-image: url(../img/icons.png);
	margin-top: -15px;
	margin-bottom: 5px;
}
.azaki_ADSL_Add_On_icon {
	background-position: -440px -441px;
	width: 48px;
	height: 42px;
}
.azaki_option_Visa_img {
	background-position: -574px -43px;
}
.azaki_option_Master_img {
	background-position: -574px -12px;
}
.azaki_option_credit_card_text_title, .azaki_option_credit_card_text_XX, .azaki_ADSl_Add_On_title, .azaki_ADSl_Add_On_title_price {
	color: #fff;
	font-family: vodafone Rg;
	width: 50%;
	float: left;
	font-size: 20px;
	font-weight: bold;
}
.azaki_ADSl_Add_On_title {
	color: #333;
}
.azaki_ADSl_Add_On_title_price {
	font-weight: normal;
	color: #333;
}
.azaki_option_credit_card_text_XX {
	font-weight: normal;
}
.azaki_recharge_Credit_card_Amount {
	float: left;
	width: 100%;
	margin-left: 60px;
	font-family: vodafone Rg;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.azaki_BlackAndWhite_Setting_span, .azaki_BlackAndWhite_Setting_span_bold {
	font-family: Vodafone Rg;
	font-size: 20px;
	margin-top: 12px;
	float: left;
	margin-left: 10px;
}
.azaki_BlackAndWhite_Setting_span_bold, .azaki_fromAndto {
	font-weight: bold;
	width: 100%;
	margin-left: 10px;
}
.azaki_BlackAndWhite_Setting_G, .azaki_BlackAndWhite_Setting_G2, .azaki_fromAndto {
	float: left;
	width: 100%;
}
.azaki_BlackAndWhite_Setting_G2 {
	margin-left: 10px;
}
.azaki_fromAndto {
	margin-top: 10px;
}
.azaki_fromAndto_left {
	float: left;
	width: 50%;
}
.azaki_fromAndto_right {
	float: right;
	width: 50%;
}
.azaki_fromAndto_left_txt {
	width: 100%;
	float: left;
}
.azaki_fromAndto_right_txt {
	width: 100%;
	float: right;
}
.azaki_List_status {
	float: left;
	width: 75%;
}
.azaki_List_status_action {
	float: right;
	width: 25%;
	margin-top: 38px;
}
.azaki_Enterprice_Tap_Gray_text_title, .azaki_Enterprice_Tap_Gray_text_title_Description {
	font-family: arial;
	font-size: 20px;
	color: #333;
	float: left;
	width: 80%;
	font-weight: bold;
}
.azaki_Enterprice_Tap_Gray_text_title_Description {
	font-size: 16px;
	font-weight: normal;
}
.azaki_Black_list_option_active {
	float: right;
	background-color: #e60000;
	overflow: hidden;
	width: 38%;
	height: 54px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	display: none;
	right: 0%;
	position: absolute;
}
.azaki_Black_list_option_Text_active {
	color: #fff;
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
	margin-top: 16px;
	float: left;
	margin-left: 5px;
}
/*Images*/
.Black_White_Add_icon, .Black_White_Setting_icon, .azaki_List_status_action_img, .azaki_add_new_nu_img, .azaki_Black_list_img, .azaki_Black_list_option_img, .azaki_Black_list_option_img_active, .Black_White_Setting_icon {
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
	width: 43px;
	height: 39px;
	float: left;
	margin-top: 8px;
	margin-bottom: 5px;
	margin-left: 5px;
	cursor: pointer;
}
.Black_White_Add_icon {
	background-position: -162px -12px;
}
.Black_White_Setting_icon {
	background-position: -205px -12px;
}
.Black_White_Setting_icon {
	background-position: -205px -12px;
}
.azaki_Black_list_img {
	background-position: -248px -12px;
}
.azaki_Black_list_option_img {
	background-position: -243px -72px;
	width: 19px;
	height: 13px;
	float: right;
	margin-right: 12px;
	margin-top: 23px;
}
.azaki_Black_list_option_img_active {
	background-position: -224px -72px;
	width: 19px;
	height: 13px;
	margin-top: 20px;
}
.azaki_List_status_action_img {
	background-position: -162px -73px;
	width: 62px;
	height: 22px;
	float: right;
}
.azaki_List_status_action_img:active {
	background-position: -162px -51px;
	width: 62px;
	height: 22px;
	float: right;
}
.azaki_add_new_nu_img {
	background-position: -224px -51px;
	width: 21px;
	height: 21px;
	margin: 0px auto;
}
.azaki_Top_Reports_Tap_txt_left {
	float: left;
	width: 50%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.azaki_Top_Reports_Tap_txt_right {
	float: right;
	width: 45%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
}
.azaki_Top_Reports_Tap_txt_left_Caller, .azaki_Top_Reports_Tap_txt_left_Caller_number, .azaki_Top_Reports_Tap_txt_right_Caller {
	font-family: arial;
	font-size: 16px;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-left: 23px;
	color: #333;
}
.azaki_Top_Reports_Tap_txt_left_Caller_number, .azaki_Top_Reports_Tap_txt_right_Caller_number {
	font-weight: bold;
	margin-top: 0px;
	margin-left: 10px;
}
.azaki_Top_Reports_Tap_txt_right_Caller, .azaki_Top_Reports_Tap_txt_right_Caller_number {
	float: right;
	text-align: right;
}
.azaki_Top_Reports_Tap_txt_left_Caller_number_inner {
	color: #999;
	font-size: 14px;
}
.azaki_MI_Landing, .azaki_Mange_MI_Bundle, .azaki_PayBill_Landing, .azaki_PayBill_Info {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.azaki_MI_CurrnetBundle, .azaki_MI_CurrnetBundleLanding {
	float: left;
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 100%;
	height: 40px;
	font-family: vodafone Rg;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-left: 10px;
}
.azaki_MI_CurrnetBundleLanding {
	margin-left: 0px;
}
.azaki_MI_CurrnetBundle span {
	float: left;
	width: 100%;
	font-family: vodafone Rg;
	font-size: 20px;
	font-weight: bold;
	margin-top: 8px;
	margin-left: 10px;
}
.azaki_MI_Description_bold {
	font-family: Vodafone Rg;
	font-size: 30px;
	font-weight: bold;
	width: 100%;
	Color: #333;
	margin-top: 20px;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
}
.statusMeterContainer14 {
	background: #fdfdfd url(png/sunUSB_statusMeterContainer.png) repeat-x 0 0;
	padding: 2px;
	border: #cccccc solid 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	margin-top: 0px;
	width: 100%;
	height: 24px;
	float: left;
}
.statusMeter14 {
	background: url(png/sunUSB_statusMeter.png) repeat-x 0 0;
	height: 24px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	max-width: 100%;
	background-color: #8e9800;
	width: 0px;
}
#SM2 {
	width: 0px;
}
.azaki_MI_Usge, .azaki_ADSL_Usge {
	width: 100%;
	float: left;
	font-family: vodafone Rg;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #333;
}
.azaki_ADSL_Usge {
	margin-left: 10px;
}
.azaki_MI_Usge > ul, .azaki_ADSL_Usge > ul {
	margin-left: 10px;
	padding: 0px;
}
.azaki_MI_Usge span:first-child, azaki_ADSL_Usge span:first-child {
	float: left;
}
.azaki_MI_Usge span, .azaki_ADSL_Usge span {
	float: right;
}
.statusMeter14_txt {
	position: relative;
	top: -21px;
	color: #fff;
	width: 95%;
	float: left;
	margin-left: 10px;
}
.azaki_Tap_Text_MI {
	float: left;
	width: 50%;
}
.azaki_MI_Tap_txt {
	font-family: Vodafone Rg;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-left: 10px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
}
.azaki_MI_Tap_txt_mange {
	clear: inherit;
}
.azaki_MI_Arrow {
	margin-top: 18px;
}
.azaki_Active_Icon, .azaki_NotActive_Icon {
	float: right;
	width: 34px;
	height: 34px;
	background-image: url(../img/icons.png);
	background-position: -162px -121px;
	margin-top: 15px;
	margin-right: 20PX;
}
.azaki_Active_Icon {
	background-position: -196px -121px;
}
.azaki_NotActive_Icon {
	background-position: -162px -121px;
}
.azaki_Mi_CheckRadio {
	width: 26px;
	height: 26px;
	float: left;
	background-image: url(../img/icons.png);
	background-position: -318px -95px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
li.azaki_Enterprice_Tap_Gray:active > .azaki_Mi_CheckRadio {
	background-position: -292px -95px;
}
.azaki_Footer {
	float: left;
	width: 100%;
	background-color: #454545;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	height: auto;
	border-radius: 5px;
	padding: 0px;
}
.azaki_Footer_Main2VFEgypt, .azaki_Footer_MainBuyOnline, .azaki_Footer_MainSupport {
	display: none;
}
.azaki_Footer_Main, .azaki_Footer_Main2, .azaki_Footer_Main2VFEgypt, .azaki_Footer_MainBuyOnline, .azaki_Footer_MainSupport {
	float: left;
	width: 30%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	margin-left: 20px;
}
.azaki_Footer_Main, .azaki_Footer_Main2VFEgypt, .azaki_Footer_MainBuyOnline, .azaki_Footer_MainSupport {
	margin-top: 10px;
}
.azaki_Footer_Main3 {
	float: left;
	width: 100%;
}
.azaki_Footer_Main2, .azaki_Footer_Main2VFEgypt, .azaki_Footer_MainBuyOnline, .azaki_Footer_MainSupport {
	width: 50%;
	background-color: #4a4a4a;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.azaki_Footer_Main li, .azaki_Footer_Main2 li, .azaki_Footer_Main2VFEgypt li, .azaki_Footer_MainBuyOnline li, .azaki_Footer_MainSupport li {
	font-family: arial;
	font-size: 14px;
	color: #ccc;
	margin-bottom: 10px;
	float: left;
	width: 100%;
	font-weight: bold;
	cursor: pointer;
}
.azaki_Footer_Main li:active, .azaki_Footer_Main2 li:active, .azaki_Footer_Main2VFEgypt li:active, .azaki_Footer_MainBuyOnline li:active, .azaki_Footer_MainSupport li:active {
	text-decoration: underline;
	color: #fff;
}
.azaki_Footer_Main2 li, .azaki_Footer_Main2VFEgypt li, .azaki_Footer_MainBuyOnline li, .azaki_Footer_MainSupport li {
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
li.activeFooter {
	color: #fff;
}
.azaki_Footer_txt {
	color: #fff;
	margin-left: 20px;
	font-family: Vodafone Rg;
	font-size: 18px;
	font-weight: bold;
	margin-top: 22px;
	margin-bottom: 5px;
	float: left;
}
.azaki_Footer_imgFB, .azaki_Footer_imgTW, .azaki_Footer_imgGO, .azaki_Footer_imgYT, .azaki_Footer_imgIN {
	width: 43px;
	height: 41px;
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
	margin-right: 3px;
	margin-top: 0px;
	float: left;
	margin-bottom: 5px;
	cursor: pointer;
}
.azaki_Footer_imgFB {
	background-position: -440px -366px;
}
.azaki_Footer_imgTW {
	background-position: -483px -366px;
}
.azaki_Footer_imgGO {
	background-position: -526px -366px;
}
.azaki_Footer_imgYT {
	background-position: -240px -95px;
}
.azaki_Footer_imgIN {
	background-position: -569px -366px;
}
.azaki_Footer_Icons {
	float: right;
}
.azaki_line_V_PayBill {
	border-left: #ccc 2px solid;
	float: left;
	height: 58px;
	margin-bottom: 2px;
	margin-top: 2px;
}
.azaki_Tap_Text_MI_Right {
	float: right;
	width: 20%;
	margin-right: 20px;
}
.azaki_Tap_Text_MI_Right span {
	float: right;
	text-align: right;
}
.azaki_PayBill_Tap_txt, .azaki_PayBill_Bold_Tap_txt, .azaki_PayBill_Tap_txt2, .azaki_PayBill_Tap_txt2-2 {
	font-family: Vodafone Rg;
	font-size: 16px;
	color: #333;
	margin-left: 10px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
}
.azaki_PayBill_Tap_txt2 {
	font-family: arial;
	font-size: 20px;
	color: #fff;
	width: 120%;
	float: left;
	margin-left: 20px;
	margin-top: 5px;
}
.azaki_PayBill_Tap_txt2-2 {
	font-family: arial;
	font-size: 16px;
	color: #fff;
	width: 120%;
	float: left;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.azaki_PayBill_Bold_Tap_txt {
	font-weight: bold;
	font-size: 24px;
	margin-top: 0px;
}
.azaki_PayBill_Info_All, .azaki_PayBill_Info_All2 {
	width: 100%;
	float: left;
	margin-top: 20px;
	height: auto;
	border: 1px #ccc solid;
	border-radius: 3px;
	padding: 0px;
	margin-left: 10px;
}
.azaki_PayBill_Info_All2 {
	border: none;
	margin-left: 0px;
}
.azaki_payBill_tap {
	width: 100%;
	float: left;
}
.azaki_PayBill_InvoiceNumber {
	float: left;
	width: 100%;
}
azaki_PayBill_txt_normalRight {
	float: right;
}
.azaki_PayBill_txt_Bold, .azaki_PayBill_txt_normal, .azaki_PayBill_txt_BoldRight {
	font-family: Vodafone Rg;
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	float: left;
	margin-bottom: 5px;
	margin-left: 10px;
}
.azaki_PayBill_txt_normal {
	font-weight: normal;
}
.azaki_PayBill_txt_normalRight, .azaki_PayBill_txt_BoldRight {
	float: right;
	margin-right: 10px;
	margin-top: 5px;
}
.azaki_CallToneSongIcon, .azaki_CallToneSongIcon2 {
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
	float: left;
	width: 21px;
	height: 21px;
	background-position: -245px -51px;
	margin-top: 4px;
}
.azaki_CallToneSongIcon2 {
	background-position: -262px -72px;
}
.azaki_CallToneShareIcon {
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
	float: right;
	width: 21px;
	height: 21px;
	background-position: -266px -51px;
}
.azaki_CallToneSort1Icon, .azaki_CallToneSort2Icon {
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
	float: right;
	width: 37px;
	height: 24px;
	cursor: pointer;
}
.azaki_CallToneSort1Icon {
	background-position: -546px -192px;
}
.azaki_CallToneSort2Icon {
	background-position: -583px -216px;
}
.azaki_CallToneSort1Icon:active {
	background-position: -546px -216px;
}
.azaki_CallToneSort2Icon:active {
	background-position: -583px -192px;
}
span.azaki_CallTonTitle {
	font-family: vodafone rg;
	font-size: 25px;
	color: #333;
	float: left;
	margin-left: 5px;
	margin-top: 0px;
	width: 65%;
}
li.azaki_CallToneTitleAndIcons, .azaki_InnerSongs {
	float: left;
	width: 100%;
	padding: 0px;
	margin-left: 10px;
	margin-top: 20px;
}
.azaki_InnerSongsAll, .azaki_InnerSongsAllInfo {
	float: left;
	width: 95px;
	height: auto;
	margin: 0px 10px auto 0px;
}
.azaki_InnerSongsAllInfo {
	width: 100%;
}
.azaki_InnerSongsImg {
	float: left;
	width: 95px;
	height: 110px;
	background-color: #ccc;
}
.azaki_InnerSongsInfoImg {
	float: left;
	width: 50px;
	height: 55px;
	background-color: #ccc;
}
.azaki_InnerSongsTittle, .azaki_InnerSongsDescription, .azaki_InnerSongsTittleInfo {
	float: left;
	width: 100%;
	height: auto;
	font-family: arial;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-top: 5px;
}
.azaki_InnerSongsAllInfoInfo {
	float: left;
	width: 100%;
	margin: 20px 0px 20px 10px;
}
.azaki_InnerSongsTittleInfo {
	width: 80%;
	margin-left: 10px;
}
.azaki_InnerSongsDescription, .azaki_InnerSongsDescriptionInfo {
	font-weight: normal;
	font-size: 14px;
	font-family: arial;
}
.azaki_InnerSongsDescriptionInfo {
	width: 80%;
	margin-left: 10px;
	float: left;
}
.azaki_CallToneBtnMaleFemale {
	float: left;
	margin-left: 10px;
	width: 100%;
}
.azaki_CallToneBtnMaleFemale > ul.actionsList >li {
	float: left;
	width: auto;
}
.azaki_BGColor {
	float: left;
	width: 100%;
	background-color: #ebebeb;
	border-top: 1px solid #ccc;
}
.azaki_PayBill_ArrowWhite {
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
	background-position: -131px -122px;
	margin-top: 15px;
	margin-right: 10px;
	width: 17px;
	height: 30px;
	float: right;
}
.azaki_Visa_img, .azaki_Master_img, .azaki_Credit_img {
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 25px;
	width: 54px;
	height: 39px;
	float: right;
}
.azaki_Visa_img {
	background-position: -334px -12px;
}
.azaki_Master_img {
	background-position: -388px -12px;
}
.azaki_Credit_img {
	background-position: -442px -12px;
}
.SearchIcon {
	float: right;
	background-image: url(../img/icons.png);
	background-position: -287px -51px;
	width: 33px;
	height: 25px;
	position: absolute;
	top: 19px;
	right: 14px;
}
.ss-choice-item_txt {
	font-family: arial;
	font-size: 16px;
	color: #333;
}
.CreditPayTap {
	float: left;
	margin-left: 10px;
	width: 100%;
	background-color: #f4f4f4;
	height: 30px;
	border: 1px solid #ccc;
}
.CreditPayTap span {
	float: left;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 7px;
}
.azaki_landing_ADSL_Manage_Info {
	float: left;
	width: 100%;
	margin-top: 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 20px;
}
.azaki_landing_ADSL_Manage_Info_left, .azaki_landing_ADSL_Manage_Info_Right {
	float: left;
	width: 47%;
}
.azaki_landing_ADSL_Manage_Info_Right {
	float: right;
	margin-right: 4px;
}
.azaki_landing_ADSL_Manage_Info_left_inner {
	width: 30%;
	float: left;
}
.azaki_landing_ADSL_Manage_span, .azaki_landing_ADSL_Manage_spanBold {
	font-family: arial;
	font-size: 16px;
	color: #333;
	margin-top: 5px;
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
}
.azaki_landing_ADSL_Manage_spanBold {
	font-weight: bold;
	float: left;
	margin-top: 0px;
}
.azaki_landing_ADSL_Manage_Info_Right_inner_img, .azaki_landing_ADSL_Manage_Info_Right_inner_img2 {
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
	width: 42px;
	height: 44px;
	float: right;
	margin-top: 8px;
}
.azaki_landing_ADSL_Manage_Info_Right_inner_img {
	background-position: -320px -51px;
}
.azaki_landing_ADSL_Manage_Info_Right_inner_img2 {
	background-position: -362px -51px;
	width: 38px;
}
.azaki_landing_ADSL_Manage_Info_Right_inner_img2 span {
	float: left;
	margin-left: 15px;
	margin-top: 16px;
	font-family: arial;
	color: #e60000;
	font-weight: bold;
}
.azaki_landing_ADSL_Manage_Info > div.azaki_line_V {
	height: 57px;
	margin-top: 10px;
}
.azaki_Alerting_News {
	float: left;
	margin-left: 10px;
	width: 100%;
	margin-top: 30px;
}
.azaki_Alerting_News > ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
}
.azaki_LandingPage_Title {
	font-family: Vodafone Rg;
	font-size: 30px;
	color: #333;
	width: 100%;
	float: left;
}
.azaki_Alerting_News_txt, .azaki_Alerting_NewsServices {
	float: left;
	width: 100%;
}
.azaki_Alerting_NewsServices {
	margin-top: 20px;
}
.azaki_LandingPage_Description, .azaki_LandingPage_DescriptionMCK {
	font-family: arial;
	font-size: 16px;
	color: #333;
	float: left;
	width: 100%;
}
.azaki_LandingPage_DescriptionMCK {
	width: 79%;
	margin-left: 10px;
	margin-top: 5px;
}
.azaki_Alerting_News_txt {
	float: left;
	width: 75%;
}
.azaki_Alerting_News_img, .azaki_Alerting_News_YoumImg, .azaki_Call_Tone_img, .azaki_CallToneIconImg, .azaki_ViewReports_img, .azaki_MissedCallKeeper_img, .activeIcone, .azaki_WelcomeIcone, .azaki_ArrowLogin, .azaki_OnlineShop_img, .azaki_MyAccount_img, .azaki_Engezly_img, .azaki_Promotion_img, .azaki_Business_Icontap, .azaki_Plan_Icontap, .azaki_Contact_Us_Icontap, .azaki_SettingIcon {
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
	width: 41px;
	height: 71px;
	float: right;
	margin-top: 25px;
}
.azaki_SettingIcon {
	background-position: -529px -51px;
	width: 28px;
	height: 28px;
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	display: none;
	margin-bottom: -7px;
}
.azaki_Contact_Us_Icontap {
	background-position: -422px -95px;
	width: 26px;
	height: 26px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
.azaki_Business_Icontap {
	background-position: -422px -95px;
	width: 26px;
	height: 26px;
	float: left;
	margin-top: 17px;
	margin-left: 10px;
}
.azaki_Plan_Icontap {
	background-position: -448px -95px;
	width: 26px;
	height: 26px;
	float: left;
	margin-top: 17px;
	margin-left: 10px;
}
.azaki_OnlineShop_img {
	background-position: -404px -121px;
	width: 71px;
	height: 71px;
	margin-top: 20px;
}
.azaki_MyAccount_img {
	background-position: -475px -121px;
	width: 71px;
	height: 71px;
	margin-top: 20px;
}
.azaki_Engezly_img {
	background-position: -546px -121px;
	width: 71px;
	height: 71px;
	margin-top: 20px;
}
.azaki_Promotion_img {
	background-position: -475px -192px;
	width: 71px;
	height: 71px;
	margin-top: 20px;
}
.azaki_Alerting_News_img {
	background-position: -230px -121px;
}
.azaki_ViewReports_img {
	background-position: -353px -121px;
	width: 51px;
	height: 45px;
}
.azaki_ArrowLogin {
	background-position: -230px -192px;
	width: 10px !important;
	height: 14px;
	float: right !important;
	margin-right: 20px;
	margin-top: -14px;
}
.azaki_WelcomeIcone {
	background-position: -353px -166px;
	width: 51px !important;
	height: 45px;
	margin-top: 15px;
}
.activeIcone {
	background-position: -196px -121px;
	width: 34px;
	height: 34px;
	float: left;
	margin-top: 0px;
}
.azaki_MissedCallKeeper_img {
	background-position: -312px -121px;
}
.azaki_Alerting_News_YoumImg {
	background-position: -400px -51px;
	width: 43px;
	height: 44px;
	float: left;
	margin-top: 0px;
}
.azaki_Call_Tone_img {
	background-position: -271px -121px;
}
.azaki_CallToneIconImg {
	background-position: -344px -95px;
	width: 26px;
	height: 26px;
	float: left;
	margin-top: 0px;
}
.azaki_Alerting_News_txtServices {
	float: left;
	margin-left: 10px;
	width: 80%;
}
.azaki_Alerting_News_txtServices span:first-child {
	font-weight: bold;
}
.azaki_Alerting_News_txtServices span {
	width: 100%;
	float: left;
	font-family: arial;
	font-size: 16px;
}
.azaki_BannerHome {
	background-color: #ccc;
	float: left;
	width: 100%;
	margin-left: 10px;
	margin-top: 20px;
	min-height: 150px;
}
.azaki_smart_phone_all_tabs {
	padding: 0px;
	background-color: #fff;
	margin-top: 20px !important;
}
.azaki_smart_phone_line {
	width: 100%;
	border-bottom: 1px solid #ccc;
	float: left;
}
.azaki_smart_phone_tab {
	width: 100%;
	height: 55px;
	cursor: pointer;
	float: left;
}
.azaki_smart_phone_tab_text {
	float: left;
	margin-top: 17px;
	margin-left: 15px;
	font-family: arial;
	font-size: 20px;
	font-weight: normal;
	color: #333;
}
.azaki_smart_phone_arrow_icon_tab {
	margin-top: 20px;
	margin-right: 20px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 5px solid #333;
	border-bottom: 5px solid transparent;
	float: right;
}
li.fm-select.azakiLandingpageSearch {
	margin-left: 0px;
}
.ss-choice-item.azakiRechargeCheck {
	width: 30px;
}
.doubletabs li, .threetabs li {
	border-left: 0px solid #CCCCCC;
	padding: 10px 0px;
	width: 50%;
}
.threetabs li {
	width: 33%;
}
.doubletabs, .threetabs {
	width: 100%
}
.azakiPayBillNewCheck, .azaki_SettingTap {
	float: left;
	width: 100%;
}
.azaki_AddNewNumber {
	float: left;
	width: 100%;
	display: none;
}
.azaki_CallTonTaps {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 48%;
}
.azaki_CallTone_Settings {
	float: right;
	margin-top: 5px;
	padding: 0px;
}
.azaki_CallToneIcons {
	float: left;
	width: auto;
	height: auto;
	border-left: 1px solid #ccc;
	padding: 0px 10px 0px 10px;
	cursor: pointer;
}
.azaki_CallToneIconTxt {
	text-align: center;
	font-family: arial;
	font-size: 12px;
	padding-top: 6px;
	float: left;
}
.azaki_CallTonePlayIcon, .azaki_CallToneDedicateIcon, .azaki_CallTonePurchaseIcon, .azaki_LogintapIconNew, .azaki_LogintapIconForget, .azaki_CallTonePuseIcon, .azaki_CallTonePuse2Icon, .azaki_CallToneRemoveIcon {
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
	width: 23px;
	height: 23px;
	cursor: pointer;
}
.azaki_CallToneRemoveIcon {
	background-position: -532px -265px;
	margin-left: 15px;
}
.azaki_CallTonePuseIcon {
	background-position: -463px -265px;
}
.azaki_CallTonePuse2Icon {
	background-position: -601px -265px;
}
.azaki_CallTonePlayIcon {
	background-position: -440px -265px;
}
.azaki_CallToneDedicateIcon {
	background-position: -486px -265px;
	margin-left: 10px;
}
.azaki_CallTonePurchaseIcon {
	background-position: -509px -265px;
	margin-left: 15px;
}
.azaki_LogintapIconNew {
	background-position: -331px -429px;
	width: 34px;
	height: 42px;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}
.azaki_LogintapIconForget {
	background-position: -365px -429px;
	width: 34px;
	height: 42px;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}
.ADSLConformationG1 {
	width: 100%;
	float: left;
	height: auto;
	border: 2px solid #ccc;
	margin-left: 10px;
	border-radius: 5px;
	margin-top: 20px;
}
.ADSLConformationG1 span {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	font-family: arial;
	font-size: 18px;
	color: #333;
	margin-right: 10px;
}
.azaki_ADSLLiSpanTXT {
	float: left;
	margin-left: 10px;
	width: 100%;
	font-family: arial;
	margin-bottom: 5px;
	margin-top: 10px;
}
.azaki_ADSLTxtTap {
	float: left;
	margin-left: 20px;
	width: 60%;
	margin-top: 10px;
	font-family: Vodafone Rg;
	font-size: 20px;
	margin-bottom: 10px;
}
.azaki_ADSLNEWCustmerTapINfo, .azaki_ADSLNEWCustmerTapINfo1, .azaki_ADSLNEWCustmerTapINfoManage, .azaki_ADSLNEWCustmerTapINfoManage1 {
	float: left;
	width: 50%;
}
.azaki_ADSLNEWCustmerTapINfoManage {
	width: 40%;
}
.azaki_ADSLNEWCustmerTapINfo1 {
	width: 20%;
}
.azaki_ADSLNEWCustmerTapINfoManage1 {
	width: 35%;
}
.azaki_ADSLNEWCustmerTapINfoManage1 span {
	margin-bottom: 0px;
}
.azaki_ADSLNEWCustmerTapINfo > span:first-child, .azaki_ADSLNEWCustmerTapINfo1 > span:first-child {
	font-family: Vodafone Rg;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 5px;
}
.azaki_ADSLNEWCustmerTapINfo1 > span:last-child {
	text-decoration: line-through;
	margin-top: 0px;
}
.azaki_ADSLNEWCustmerTapINfoPriceIcon, .azaki_ADSLNEWCustmerTapINfoSpeedIcon, .azaki_ADSLNEWCustmerTapINfoQuotaIcon, .azaki_ADSLNEWCustmerTapINfoRenewal_DateIcon, .azaki_ADSLNEWCustmerTapINfoPriceIconLeft, .azaki_ADSLNEWCustmerTapINfoQuotaIconLeft, .azaki_ADSLNEWCustmerTapINfoSpeedIconLeft {
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
	width: 43px;
	height: 39px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
.azaki_ADSLNEWCustmerTapINfoPriceIcon, .azaki_ADSLNEWCustmerTapINfoPriceIconLeft {
	background-position: -440px -327px;
}
.azaki_ADSLNEWCustmerTapINfoPriceIconLeft, .azaki_ADSLNEWCustmerTapINfoQuotaIconLeft, .azaki_ADSLNEWCustmerTapINfoSpeedIconLeft {
	float: left;
	margin-left: 0px;
	margin-right: 0px;
}
.azaki_ADSLNEWCustmerTapINfoSpeedIcon, .azaki_ADSLNEWCustmerTapINfoSpeedIconLeft {
	background-position: -483px -327px;
}
.azaki_ADSLNEWCustmerTapINfoQuotaIcon, .azaki_ADSLNEWCustmerTapINfoQuotaIconLeft {
	background-position: -526px -327px;
}
.azaki_ADSLNEWCustmerTapINfoRenewal_DateIcon {
	background-position: -569px -327px;
}
.azaki_ADSLNEWCustmerTapINfoRenewal_DateIcon span {
	font-family: Vodafone Rg;
	color: #e60000;
	font-weight: bold;
	margin-top: 13px;
	float: left;
	margin-left: 16px;
}
.ADSLCheckInfo {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}
.ADSLCheckInfoLi {
	float: left;
	width: 33%;
	border-right: 1px solid #ccc;
	margin-top: 5px;
}
.ADSLCheckInfoLi:last-child {
	border-right: 0px solid #ccc;
}
.ADSLCheckInfoDiv {
	float: left;
	float: left;
	width: 7%;
	margin-top: 10px;
}
.ADSLCheckInfoDiv span:first-child, .ADSLCheckInfoDiv span:last-child {
	font-family: Vodafone Rg;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
.ADSLCheckInfoDiv span:last-child {
	font-weight: normal;
	text-decoration: line-through;
}
.ADSLCheckInfoUlLitxt {
	font-family: Vodafone Rg;
	font-size: 18px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
.azaki_ADSLCHeck_span {
	font-family: Vodafone Rg;
	font-size: 20px;
	margin-top: -22px;
	float: left;
	margin-left: 35px;
	margin-bottom: 10px;
	width: 100%;
}
#CheckAvailabilitySubmit, #ADSLConformationG2btn, #ADSLConformationG2 {
	display: none;
}
.azaki_ADSL_txtArea {
	float: left;
	width: 100%;
	margin-left: 10px;
	margin-bottom: 20px;
}
.azaki_ADSL_txtArea textarea {
	float: left;
	width: 100%;
}
.azaki_AllSongs {
	float: left;
	width: 100%;
}
.azaki_MI_Activation_Step2, .azaki_MI_Activation_Step3, .azaki_MI_AddOn_Step2, .MyVodafoneAccount, .ActivationKey {
	display: none;
}
.azakiPassWordErreor {
	display: none;
}
/*---------------------------------------------------   Spoc      --------------------------------------------------------------------------*/

.Verifying_Call, .Hand_approve, .Ware_House, .Courier_Delivery {
	float: left;
	margin-left: 10px;
	width: 100%;
	height: auto;
	border-radius: 5px;
	margin-bottom: 10px;
}
.Verifying_Call {
	background-color: #428600;
	color: #fff;
}
.Hand_approve {
	background-color: #ffde00;
	color: #333;
}
.Ware_House {
	background-color: #e60000;
	color: #fff;
}
.Courier_Delivery {
	background-color: #b0b0b0;
	color: #333;
}
.Verifying_Call_icon_right, .Verifying_Call_icon_i, .Verifying_Call_icon_Expand, .Verifying_Call_icon_X {
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
.Verifying_Call_icon_right {
	background-position: -271px -192px;
	width: 17px;
	height: 13px;
}
.Verifying_Call_icon_i {
	background-position: -288px -192px;
	width: 5px;
	height: 19px;
}
.Verifying_Call_icon_X {
	background-position: -293px -192px;
	width: 18px;
	height: 15px;
}
.Verifying_Call_icon_Expand {
	background-position: -258px -200px;
	width: 13px;
	height: 8px;
	clear: right;
	margin-top: 20px;
}
.Verifying_Call_txt_all {
	float: left;
	font-family: Vodafone Rg;
	font-weight: bold;
	font-size: 20px;
	margin: 10px;
	width: 80%;
}
.Verifying_Call_Status {
	margin-left: 10px;
}
.Verifying_Call_Status > div {
	float: left;
	margin-left: 10px;
}
.Spoc_arrowTap, .Spoc_arrowTapH, .Spoc_arrowTap2, .Spoc_SearchIcon {
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
}
.Spoc_arrowTap, .Spoc_arrowTap2 {
	background-position: -83px -78px;
	width: 23px;
	height: 30px;
	float: right;
	margin-right: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.Spoc_arrowTapH {
	background-position: -32px -51px;
	width: 27px;
	height: 20px;
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: none;
}
.Spoc_txt_tap {
	margin-top: 13px;
	margin-bottom: 5px;
	float: left;
}
.AslyPlus_innerTap {
	clear: both;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	font-family: Vodafone Rg;
	font-size: 20px;
	color: #333;
	cursor: pointer;
	width: 80%;
	display: none;
}
.AslyPlus_innerTap > div {
	margin-bottom: 5px;
}
.Spoc_line_H {
	border-bottom: #ccc 1px solid;
	width: 100%;
	float: left;
}
.Spoc_SearchIcon {
	background-position: -36px -120px;
	width: 36px;
	height: 36px;
	right: 0px;
	position: absolute;
	top: 13px;
}
.azaki_Soung_play {
	float: left;
	margin-left: 10px;
	width: 100%;
}
.azaki_Soung_play_line {
	border-bottom: 5px solid #ccc;
	width: 100%;
	border-radius: 2px;
	position: relative;
}
.azaki_Soung_play_line > .azaki_CallTonePuse2Icon {
	position: absolute;
	top: -10px;
}
.azaki_Soung_play_description {
	float: left;
	margin-left: 10px;
	font-family: arial;
	font-size: 14px;
	margin-top: 20px;
}
.azaki_ManageCallTone_txt_Tap {
	font-family: arial;
	font-size: 20px;
	color: #333;
	float: left;
	margin: 10px 0px 10px 20px;
	;
}
.azaki_ManageCallTone_Arrow {
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
	background-position: -258px -200px;
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	width: 13px;
	height: 8px;
}
.azaki_Call_tone_of {
	float: left;
	width: 100%;
	margin-left: 10px;
	font-family: arial;
	font-size: 12px;
	margin-top: 20px;
}
.azaki_Call_tone_of > span {
	font-weight: bold;
}
.Specific_number, .All_numbers {
	display: none;
}
#ADSL_Tabs_Hover:hover {
	background-color: #333;
}
.azaki_option_credit_card > .azaki_line_H {
	width: 95%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.azaki_MI_Banner {
	height: auto;
	margin: 0 auto;
	position: relative;
	clear: both;
	padding: 10px;
}
.azaki_MI_Banner_txt {
	position: absolute;
	color: #fff;
	width: 45%;
	font-size: 18px;
	font-family: arial;
	left: 10px;
	top: 25px;
}
.azaki_MI_Banner_txt_and_img_container {
	position: relative;
	margin: 0 auto;
	display: table;
}
.azaki_MI_Banner_txt_and_img_container img {
	width: 105%;
	height: 100%;
	margin: 0 auto;
}
 @media screen and (max-width:768px) {
.azaki_MI_Banner_txt_and_img_container img {
}
.azaki_MI_Banner_txt {
	font-size: 16px;
}
}
.azaki_planAnd_Offers_Table {
	float: left;
	margin-left: 10px;
	width: 100%;
	margin-top: 20px;
}
.azaki_planAnd_Offers_Table table {
	border: 1px solid #ccc;
	border-radius: 5px;
}
.USBNUmber_Icon, .Unified_Renewal_Date_Right_Arrow, .Money_Icon, .Money_Arrow_Icon, .New_Progressbar_Loading_Animation_Arrow, .New_Progressbar_Loading_Ruler, .azaki_Tap_Unified_Quota_icon, .azaki_Tap_Unified_Follow_icon, .azaki_Tap_Unified_Time_icon, .azaki_Tap_Unified_Throttling_icon, .azaki_Tap_Unified_Arrow_icon, .azaki_Unified_Activation_icon, .azaki_Unified_Recharge_icon, .plan_icon, .Loading_Bar_Animation_Arrow {
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
}
.USBNUmber_Icon {
	background-position: -557px -51px;
	float: left;
	width: 17px;
	height: 28px;
	position: absolute;
	top: 6px;
	left: 10px;
}
.Unified_Renewal_Date_Right_Arrow {
	background-position: -230px -192px;
	float: right;
	width: 10px;
	height: 15px;
	position: absolute;
	top: 30px;
	right: 10px;
}
.disclaimer span.Money_Icon {
	background-position: -536px -441px;
	width: 42px;
	height: 42px;
	float: left;
	margin: 15px 5px 0px 5px;
}
.Money_Arrow_Icon {
	background-position: -404px -192px;
	width: 17px;
	height: 19px;
	float: right;
	margin: 8px 14px 0px 5px;
}
.New_Progressbar_Loading_Animation_Arrow {
	background-position: -230px -192px;
	width: 10px;
	height: 15px;
	float: right;
	margin: 15px 14px 0px 5px;
}
.New_Progressbar_Loading_Ruler {
	background-position: -230px -122px;
	height: 21px;
	float: left;
	width: 14px;
}
.azaki_Tap_Unified_Quota_icon, .azaki_Tap_Unified_Follow_icon, .azaki_Tap_Unified_Time_icon, .azaki_Tap_Unified_Throttling_icon {
	width: 66px;
	height: 56px;
	float: right;
	margin: 5px;
}
.azaki_Tap_Unified_Quota_icon {
	background-position: -440px -483px;
}
.azaki_Tap_Unified_Follow_icon {
	background-position: -440px -539px;
}
.azaki_Tap_Unified_Time_icon {
	background-position: -506px -483px;
}
.azaki_Tap_Unified_Throttling_icon {
	background-position: -572px -483px;
}
.azaki_Tap_Unified_Arrow_icon {
	background-position: -32px -51px;
	height: 20px;
	float: right;
	width: 27px;
	margin-top: 26px;
	margin-right: 5px;
}
.azaki_Unified_Activation_icon {
	width: 83px;
	height: 83px;
	background-position: -4px -538px;
	margin: 0px auto;
}
.azaki_Unified_Recharge_icon {
	width: 83px;
	height: 83px;
	background-position: -87px -538px;
	margin: 0px auto;
}
.plan_icon {
	background-position: -331px -471px;
	width: 47px;
	height: 44px;
	float: right;
	margin-top: 10px;
	position: relative;
	margin-right: 10px;
}
.plan_icon div {
	position: absolute;
	left: 28px;
	color: #fff;
	top: 10px;
	font-family: arial;
	font-weight: bold;
}
.azaki_UnifiedData_Tap_Gray:active >.plan_icon {
	background-position: -378px -471px;
}
.azaki_UnifiedData_Tap_Gray:active >.plan_icon div {
	color: #333;
}
#azaki_UnifiedDropDown select {
	padding: 2px 2px 2px 30px;
}
.Unified_Renewal_Date {
	float: left;
	margin-left: 10px;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-top: 20px;
	overflow: hidden;
}
.Unified_Renewal_Date_left {
	width: 70%;
	float: left;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	color: #333;
	font-family: Arial;
	font-weight: normal;
}
.Unified_Renewal_Date_txt {
	float: left;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
}
.Unified_Renewal_Date_txt span {
	font-size: 12px;
	font-weight: normal;
}
.Unified_Renewal_Days_txt {
	float: left;
	font-size: 14px;
	clear: both;
	padding: 5px;
}
.Unified_Renewal_Date_Right {
	background-color: #00b0ca;
	float: right;
	width: 30%;
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-family: Arial;
	font-weight: normal;
	font-size: 16px;
	font-weight: bold;
	position: relative;
}
.Unified_Renewal_Recharge_txt {
	padding: 5px;
}
.Unified_Renewal_Now_txt {
	padding: 4px;
}
.New_Progressbar {
	float: left;
	width: 100%;
	margin: 0px 0px 15px 10px;
}
.New_Progressbar_Top {
	background-color: #333;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	color: #fff;
	float: left;
	width: 100%;
	position: relative;
	height: 40px;
}
.New_Progressbar_bottom {
	background-color: #d6d6d6;
	float: left;
	width: 100%;
	height: 45px;
	position: relative;
	overflow: hidden;
}
.New_Progressbar_Top_txt_left {
	float: left;
	margin-left: 15px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.New_Progressbar_Top_txt_Center {
	float: none;
	text-align: center;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}
.New_Progressbar_Top_txt_Right {
	float: right;
	margin-right: 10px;
	position: absolute;
	right: 0px;
	top: 0px;
}
.New_Progressbar_Top_txt_Number {
	font-family: Vodafone Rg;
	font-size: 21px;
}
.New_Progressbar_Top_txt_Number span {
	font-size: 14px;
}
.New_Progressbar_Top_txt_Name {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.New_Progressbar_Loading_Animation {
	background-color: #e60000;
	width: 50%;
	height: 45px;
	position: absolute;
	float: left;
	left: 0px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}
.azaki_Unified_Tap_txt_title {
	font-family: Vodafone Rg;
	font-size: 30px;
	float: left;
	font-weight: bold;
	margin-left: 10px;
	width: 80%
}
.azaki_Unified_Tap_txt_title_Description {
	font-family: Arial;
	font-size: 14px;
	float: left;
	margin-left: 10px;
	margin-bottom: 9px;
	width: 80%;
	height: 10px;
	margin-top: 5px;
}
.azaki_Tap_Text_Unified {
	float: left;
	width: 67%;
}
.Add_Ons_Inner {
	width: 100%;
	background: #fff;
	float: left;
	margin-top: 0px;
	padding: 0px;
	display: none;
}
.Add_Ons_Inner_Choose {
	width: 100%;
	background-color: #f4f4f4;
	margin: 0px auto;
	height: auto;
	border-radius: 5px;
	display: table;
	margin-top: 5px;
}
.Add_Ons_Inner_inner {
	display: table;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 20px;
}
.Add_Ons_Inner_inner ul.actionsList {
	width: 100%;
	margin: 0 auto;
}
.Add_Ons_Inner_inner .azaki_Enterprice_Tap_Gray {
	margin-left: 0px;
}
.azaki_UnifiedData_Tap_Gray {
	float: left;
	padding: 0px;
	width: 100%;
	margin-left: 10px;
	margin-top: 8px;
	cursor: pointer;
	background-color: #ebebeb;
	border-radius: 5px;
	height: auto;
	overflow:hidden;
}

.azaki_UnifiedData_Tap_Gray > .azaki_Mi_CheckRadio {
	margin-top: 15px;
}
.azaki_UnifiedData_Tap_Gray > .azaki_Tap_Text_Unified > .azaki_Unified_Tap_txt_title {
	font-size: 20px;
	margin-top: 10px;
}
.Loading_Bar_Animation {
	width: 100%;
	height: 40px;
	float: left;
}
.Loading_Bar {
	float: left;
	width: 100%;
	height: 40px;
	background-color: #e5e5e5;
	overflow: hidden;
	position: relative;
}
.Loading_Bar_Left, .Loading_Bar_Right {
	background-color: #333;
	width: 88px;
	height: 40px;
	color: #fff;
	padding-top: 3px;
}
.Loading_Bar_Left {
	float: left;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}
.Loading_Bar_Right {
	float: right;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}
.Loading_Bar_Left h3, .Loading_Bar_Right h3 {
	font-family: Vodafone Rg !important;
	font-size: 21px !important;
	font-weight: normal !important;
	text-align: center;
	margin-bottom: 0px !important;
}
.Loading_Bar_Left h4, .Loading_Bar_Right h4 {
	font-family: arial;
	font-size: 12px;
	text-align: center;
	margin-bottom: 0px;
}
.Loading_Bar_Left h3 span, .Loading_Bar_Right h3 span {
	font-size: 14px;
}
.Loading_Bar_Rulers {
	background-image: url(../img/Ruler.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 19px;
	position: absolute;
	z-index: 100;
	float: left;
	margin: 0px;
}
.Loading_Bar_Animation_Arrow {
	background-position: -230px -192px;
	width: 10px;
	height: 17px;
	position: absolute;
	right: 10px;
	top: 12px;
	z-index: 1;
}
.Remaining_Qouta_left_txt {
	float: left;
	margin-top: 20px;
}
.Remaining_Qouta_left_txt h3 {
	font-family: arial;
	font-size: 16px;
	margin-bottom: 0px;
	font-weight: bold;
}
.Remaining_Qouta_left_txt h5 {
	font-family: arial;
	font-size: 14px;
	margin-bottom: 0px;
	font-weight: normal;
}
.progress-label {
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	z-index: 2;
	position: relative;
}
.progress-label a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
}
#progressbar, #progressbar2, #progressbar3, #progressbar4, #progressbar5, #progressbar6, #progressbar7, #progressbar8, #progressbar9 {
	width: 0%;
	height: 100%;
	background-color: #b9c333;
	border-radius: 0px 25px 25px 0px;
	position: relative;
}
.progressbar_dark {
	height: 50%;
	width: 100%;
	position: absolute;
	bottom: 0px;
	z-index: 0;
	border-radius: 0px 0px 25px 0px;
}
.disclaimer_Unified_Recharge {
	float: left;
	width: 100%;
}
.RechargeAndSalafny ul.actionsList > li {
	width: 48%;
}
.Unified_Recharge_section, .Unified_Salafny_section {
	display: none;
}
.Unified_Recharge_section .azaki_Consumer_Balance_Search {
	margin-left: 5px;
}
.Add_Ons_Inner_Description{
	float: left;
width: 94%;
margin: 10px;
font-family: arial;
font-size: 16px;
color: #333;
}
.Add_Ons_Inner_Description_btn{
	width: 97%;
margin: 0 auto;
padding-bottom: 20px;
}
.Add_Ons_Inner_Description_btn ul.actionsList{
	margin:0 auto;
	width:100%;
}
.azaki_Enterprice_Header_Arabic_Icon{
	background-image: url(../img/icons.png);
	background-position: -572px -539px;
	background-repeat: no-repeat;
	width: 34px;
	height: 34px;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	cursor: pointer;
}
.azaki_Enterprice_Header_Arabic_Icon:active{
	background-position: -606px -539px;
}

