#SelfCareMenuContainer {
	float: left;
	margin-right: 0;
	margin-left: 0;
	width: 100%;
	background-color: #EAF4FA;
    font-size: 16px;
}
#SelfCareMenuContainer .inner {
	position: relative;
	z-index: 110;
	margin-right: 0;
	background-color: #EAF4FA;
}

/* BEGIN SelfCare menu */
#SelfCareMenu ul, #layoutContainers .articleContent #SelfCareMenu ul {
    margin: 0;
    padding: 0 !important;
    list-style: none !important;
    border-bottom: 1px solid #79a6bb;
}
#SelfCareMenu li {
    margin: 0 !important;
    border-top: 1px solid #79a6bb;
    cursor: pointer;
}
#SelfCareMenu a {
    position: relative;
    display: table;
    width: 100%;
    padding: 0 0 0 60px;
    height: 50px;
    color: #344d6b;
    font-weight: 300;
    transition: all 0.2s;
}
#SelfCareMenu a span {
    display: table-cell;
    padding-right: 45px;
    width: 100%;
    height: inherit;
    line-height: 100%;
    vertical-align: middle;
}
#SelfCareMenu a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 50px;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.2s;
    background-size: 20px 40px;
}
#SelfCareMenu li.makasib a:before {
    background-image: url(../images/selfcareMenu/makasib.svg);
}
#SelfCareMenu li.subscriptions a:before {
    background-image: url(../images/selfcareMenu/mynumber.svg);
}
#SelfCareMenu li.profile > a:before {
    background-image: url(../images/selfcareMenu/user.svg);
}
#SelfCareMenu li.notification a:before {
    background-image: url(../images/selfcareMenu/notification.svg);
}
#SelfCareMenu li.addresses a:before {
    background-image: url(../images/selfcareMenu/notification.svg);
}
#SelfCareMenu li.otherServices a:before {
    background-image: url(../images/selfcareMenu/manageNumbers.svg);
}
#SelfCareMenu li.payAnyBill a:before {
    background-image: url(../images/selfcareMenu/payanybill.svg);
}
#SelfCareMenu li.topupMenu a:before {
    background-image: url(../images/selfcareMenu/topup.svg);
}
#SelfCareMenu li.myOrders a:before {
    background-image: url(../images/selfcareMenu/neworder.svg);
}
#SelfCareMenu li.contactUs a:before {
    background-image: url(../images/selfcareMenu/contactus.svg);
}
#SelfCareMenu li.goGreen a:before {
    background-image: url(../images/selfcareMenu/gogreen.svg);
}
#SelfCareMenu li.services > a:before {
    background-image: url(../images/selfcareMenu/accountdetails.svg);
}
#SelfCareMenu li.settings a:before {
    background-image: url(../images/selfcareMenu/settings.svg);
}
#SelfCareMenu li.history a:before {
    background-image: url(../images/selfcareMenu/history.svg);
}
#SelfCareMenu li.transfer a:before {
    background-image: url(../images/selfcareMenu/transfer.svg);
}
#SelfCareMenu li.bill a:before {
    background-image: url(../images/selfcareMenu/bill.svg);
}
#SelfCareMenu li.billHistory a:before {
    background-image: url(../images/selfcareMenu/billhistory.svg);
}
#SelfCareMenu li.dashboard a:before {
    background-image: url(../images/selfcareMenu/dahsboard.svg);
}
#SelfCareMenu li.home > a:before {
    background-image: url(../images/selfcareMenu/home.svg);
}
#SelfCareMenu li.dataUsage a:before {
    background-image: url(../images/selfcareMenu/datausage.svg);
}
#SelfCareMenu li.companygroups a:before {
    background-image: url(../images/selfcareMenu/company_group.svg);
}
#SelfCareMenu li.applyfornewline a:before {
    background-image: url(../images/selfcareMenu/apply.svg);
}
#SelfCareMenu li.newLine a:before {
    background-image: url(../images/selfcareMenu/newfixedline.svg);
}
#SelfCareMenu li.newFixedLine a:before {
    background-image: url(../images/selfcareMenu/newfixedline2.svg);
}
#SelfCareMenu li.newAdslLine a:before {
    background-image: url(../images/selfcareMenu/newadsl.svg);
}
#SelfCareMenu li.upgradeLine a:before {
    background-image: url(../images/selfcareMenu/upgrade.svg);
}
#SelfCareMenu li.securityCodes a:before {
    background-image: url(../images/selfcareMenu/securityCodes.svg);
}
#SelfCareMenu li.addresses a:before {
    background-image: url(../images/selfcareMenu/myaddresses.svg);
}

#SelfCareMenu a:hover, #SelfCareMenu .open a {
    color: #344d6b;
    background-color: #c3e0ee;
}
#SelfCareMenu li.gogreen a:hover {
    background-color: #c3e0ee;
}
#SelfCareMenu .arrow a:after {
    content: '';
    position: absolute;
    top: 16px;
    right: 16px;
    width: 17px;
    height: 17px;
    border: 1px solid #60b0d1;
    border-radius: 50%;
    background: none;
    box-sizing: content-box;
}
#SelfCareMenu .arrow a span:after {
    content: '';
    position: absolute;
    top: 25px;
    right: 22px;
    width: 7px;
    height: 1px;
    background-color: #60b0d1;
}
#SelfCareMenu .arrow a span:before {
    content: '';
    position: absolute;
    top: 22px;
    right: 25px;
    width: 1px;
    height: 7px;
    background-color: #60b0d1;
    transition: all 0.2s;
}
#SelfCareMenu .arrow.open a:after {
    transform: none;
}
#SelfCareMenu .arrow.open a span:before {
    opacity: 0;
}

#SelfCareMenu li ul {
    border: none;
    height: 0;
    background-color: #d0e4ef;
    opacity: 0;
    transition: all 0.2s;
}
#layoutContainers .articleContent #SelfCareMenu li ul {
    border: none;
}
#SelfCareMenu li.open ul {
    display: block;
    height: auto;
    opacity: 1;
}
#SelfCareMenu li ul li {
    border-top: 1px solid #79a6bb;
}
#SelfCareMenu li ul a {
    background-color: #d0e4ef;
    color: #fff;
    height: 45px;
}
#SelfCareMenu li.open ul a {
    background-color: #d0e4ef;
}
#SelfCareMenu li ul li.open a, #SelfCareMenu li ul a:hover {
    background-color: #c3e0ee;
}
#SelfCareMenu .arrow ul a:after, #SelfCareMenu .arrow ul a span:after, #SelfCareMenu .arrow ul a span:after {
    display: none;
}

#SelfCareMenuContainer .menu {
    display: none;
    position: absolute;
    top: 0;
    right: -60px;
    width: 60px;
    height: 60px;
    padding-top: 20px;
    padding-left: 15px;
    line-height: 60px;
    text-align: center;
    background: #EAF4FA;
    cursor: pointer;
}
body.locale_ar #SelfCareMenuContainer .menu {
    right: auto;
    left: -60px;
    padding-left: auto;
    padding-right: 15px;
}
#SelfCareMenuContainer .menu .icon-bar {
    display: block;
    height: 4px;
    margin-bottom: 6px;
    width: 30px;
    background: #1465A5;
    transition: all 0.2s;
}
#SelfCareMenuContainer .menu:hover .icon-bar {
    background: #f45c01;
}
#SelfCareMenuContainer .menu .top-bar {
    transform: rotate(0);
    transform-origin: 0% 0%;
}
#SelfCareMenuContainer .menu .middle-bar {
    opacity: 1;
}
#SelfCareMenuContainer .menu .bottom-bar {
    transform: rotate(0);
    transform-origin: 0% 100%;
}
#SelfCareMenuContainer.open .menu .top-bar {
    transform: rotate(45deg);
}
#SelfCareMenuContainer.open .menu {
    padding-left: 20px;
}
#SelfCareMenuContainer.open .menu .middle-bar {
    opacity: 0;
}
#SelfCareMenuContainer.open .menu .bottom-bar {
    transform: rotate(-45deg);
}

body.locale_ar #SelfCareMenu {
    text-align: right;
}
body.locale_ar #SelfCareMenu a {
    padding: 0 60px 0 0;
}
body.locale_ar #SelfCareMenu span {
    padding: 0 0 0 45px;
}
body.locale_ar #SelfCareMenu a:before {
    left: auto;
    right: 0;
}
body.locale_ar #SelfCareMenu .arrow a:after {
    left: 15px;
    right: auto;
}
body.locale_ar #SelfCareMenu .arrow a span:after {
    left: 21px;
    right: auto;
}
body.locale_ar #SelfCareMenu .arrow a span:before {
    left: 24px;
    right: auto;
}
body.locale_ar #SelfCareMenu .arrow.open a:after {
    transform: none;
}

@media(max-width: 990px)  {
    #SelfCareMenuContainer .inner {
        position: absolute;
        left: -300px;
        width: 300px;
        transition: all 0.2s;
    }
    body.locale_ar #SelfCareMenuContainer .inner {
        left: auto;
        right: -300px;
    }
    #SelfCareMenuContainer.open .inner {
        left: 0;
    }
    body.locale_ar #SelfCareMenuContainer.open .inner {
        left: auto;
        right: 0;
    }
    #SelfCareMenuContainer .menu {
        display: block;
    }
}


#SelfCareMenuContainer .select2-container {
    width: 100%;
    max-width: 100%;
    height: 38px; }
#SelfCareMenuContainer .select2-container span {
    margin: 0 !important; }
#SelfCareMenuContainer .select2-container .select2-selection {
    border: none;
    border-radius: 0;
    background-color: #f5faff;
    height: 38px; }
#SelfCareMenuContainer .select2-container .select2-selection:focus {
    outline: none; }
#SelfCareMenuContainer .select2-container .select2-selection__rendered {
    font-size: 14px;
    color: #1465a5;
    padding: 5px 50px 5px 15px; }
#SelfCareMenuContainer .select2-container .select2-selection__arrow {
    width: 23px;
    height: 38px;
    top: 0;
    right: 10px; }
#SelfCareMenuContainer .select2-container .select2-selection__arrow b {
    width: 23px;
    height: 10px;
    border: none;
    top: 50%;
    left: 0;
    margin: -5px 0 0 0;
    background: url("../images/select-arrow.png") no-repeat 0 0; }
#SelfCareMenuContainer .select2-container.select2-container--open .select2-selection__arrow b {
    background: url("../images/select-arrow-open.png") no-repeat 0 0; }

#SelfCareMenuContainer .select2-container {
    width: 100%;
    max-width: 100%;
    height: 38px;
}

#omantel .select2-container {
    z-index: 1000 !important;
}

body.locale_ar #omantel .select2-container .selection {
    position: absolute;
    width: 100%;
}
/* END SelfCare menu */


/* BEGIN SelfCare phoneSelector */
#phoneSelector {
    padding: 10px 20px;
    color: #2d4861;
}
#phoneSelector p {
    margin: 0 0 5px 0 !important;
}
#phoneSelector select {
    margin: 0 0 5px 0 !important;
    padding: 4px 10px;
    width: 100%;
    min-width: initial !important;
    color: #5fadd1;
    font-size: 18px;
    background-color: #fff !important;
    border: none !important;
    border-bottom: 1px solid #5fadd1 !important;
}
#phoneSelector option {
    padding: 0 10px;
    color: #5fadd1;
    font-size: 18px;
    border-top: 1px solid #F4F4F4;
}
#phoneSelector option:first-child {
    border-top: none;
}
#phoneSelector a {
    color: #6d7f89;
}
body.locale_ar #phoneSelector * {
    direction: rtl;
    unicode-bidi: embed;
}
body.locale_ar #phoneSelector select {
    direction: rtl;
    unicode-bidi: bidi-override;
    background-position: 4% center;
}

#phoneSelector .select2 {
    width: 100% !important;
}
#phoneSelector .select2-selection__arrow b {
    display: block !important;
}
body.locale_ar #phoneSelector .select2-selection__rendered {
    padding: 5px 15px 5px 50px !important;
}
body.locale_ar #phoneSelector .select2-selection__arrow {
    right: auto !important;
    left: 7px !important;
}
/* END SelfCare phoneSelector */

/* BEGIN MyAddresses css fix */
#container_MyAccountDisplayB2B {
	margin: 0 auto;
	padding: 0;
	max-width: 1170px;
}
#container_MyAccountDisplayB2B > .margin-true {
	position: relative;
	padding: 0;
}
#container_MyAccountDisplayB2B #SelfCareMenuContainer, #addressBookMainDiv {
	margin: 0;
}
.omantelMain #box, div#widget_breadcrumb {
	padding: 0;
}
#SelfCareContent .inner {
	padding: 20px 30px;
}
.col4.acol12.ccol3 {
	position: absolute;
}
.col8.acol12.ccol9 {
	width: 100%;
}

@media(max-width: 1700px)  {
	.col4.acol12.ccol3 {
		position: relative;
		width: 25% !important;
	}
	.col8.acol12.ccol9 {
		width: 75%;
	}
}
@media(max-width: 1002px)  {
	.col8.acol12.ccol9 {
		width: 100%;
	}
	.myaccount_header {
		text-align: center;
	}
	#widget_breadcrumb {
		text-align: center;
	}
}
/* END MyAddresses css fix */

/* BEGIN portalLayoutFix */
.wpthemeInner, .wpthemeSecondaryNav, .wptheme1Col, .wptheme2Col, .wptheme3Col, .wptheme2Row {
    width: 100%;
    max-width: 1170px;
    min-width: 280px;
    margin: 0 auto;
}
#omantel .wpthemeMainContent .wpthemeLayoutContainers .wpthemeCol {
    max-width: 1170px;
}
.wpthemeInner {
    position: relative;
}
#omantel .wpthemeMainContent {
    overflow: hidden;
}
#omantel #myOmantel.wptheme2Col.wpthemeUnequal {
    position: relative;
    width: 100%;
}
#omantel #myOmantel.wptheme2Col.wpthemeUnequal .wpthemeSecondaryContainer, #content .row > .fixedCol.col-md-3 {
    padding-left: 0;
    margin-right: 0;
    width: 340px;
}
#omantel #myOmantel.wptheme2Col.wpthemeUnequal .wpthemePrimaryContainer, #omantel .fixedCol.col-sm-12.col-md-9.col-lg-12 {
    padding-left: 0;
    margin-right: 0;
    width: 100% !important;
}
#SelfCareContent {
    margin: 0;
}
@media(min-width: 1700px)  {
    #omantel #myOmantel.wptheme2Col.wpthemeUnequal .wpthemeSecondaryContainer, #content .row > .fixedCol.col-md-3 {
        position: absolute;
        left: -340px;
        width: 340px;
    }
    body.locale_ar #omantel #myOmantel.wptheme2Col.wpthemeUnequal .wpthemeSecondaryContainer, #content .row > .fixedCol.col-md-3 {
        left: auto;
        right: -340px;
    }
}
@media(max-width: 1700px)  {
    #omantel #myOmantel.wptheme2Col.wpthemeUnequal .wpthemePrimaryContainer, #omantel .fixedCol.col-sm-12.col-md-9.col-lg-12 {
        float: right;
        width: 75% !important;
    }
    #omantel #myOmantel.wptheme2Col.wpthemeUnequal .wpthemeSecondaryContainer, #content .row > .fixedCol.col-md-3 {
        width: 25% !important;
    }
    body.locale_ar #omantel #myOmantel.wptheme2Col.wpthemeUnequal .wpthemePrimaryContainer, #omantel .fixedCol.col-sm-12.col-md-9.col-lg-12 {
        float: left;
    }
    body.locale_ar #omantel #myOmantel.wptheme2Col.wpthemeUnequal .wpthemeSecondaryContainer, #content .row > .fixedCol.col-md-3 {
        float: right;
        position: static;
    }
}
@media(max-width: 1200px) {
    #omantel #myOmantel.wptheme2Col.wpthemeUnequal .wpthemePrimaryContainer, #omantel .fixedCol.col-sm-12.col-md-9.col-lg-12 {
        padding-left: 0 !important;
        width: 75% !important;
    }
    #omantel #myOmantel.wptheme2Col.wpthemeUnequal .wpthemeSecondaryContainer, #content .row > .fixedCol.col-md-3 {
        width: 25% !important;
        left: auto;
    }
}
@media(max-width: 990px) {
    #omantel #myOmantel.wptheme2Col.wpthemeUnequal .wpthemePrimaryContainer, #omantel .fixedCol.col-sm-12.col-md-9.col-lg-12 {
        width: 100% !important;
    }
    #omantel #myOmantel.wptheme2Col.wpthemeUnequal .wpthemeSecondaryContainer, #content .row > .fixedCol.col-md-3 {
        width: 340px !important;
        position: absolute;
    }
}
/* BEGIN portalLayoutFix */
