﻿html {
    /*background: #efefef url(../images/bg.png) repeat-x 0 bottom;*/
    margin: 0;
    padding: 0;
}

body {
    font-size: .80em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    background: #f9f9f9 url(../images/bg.png) repeat-x 0 0;
}

a img {
    border: 0;
    outline: 0;
}

a {
    color: #eb1e25;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

table, tr, td {
    border-collapse: collapse;
    padding: 5px;
    margin: 0;
}
/*a:link, a:visited,
a:active, a:hover {
    color: #333;
}

a:hover {
}*/
#body, #header, #MainMenu, #footer {
    margin: 15px auto;
    width: 1000px;
    position: relative;
    /*clear: both;*/
}
    
#LogoContainer a {
    display: block;
}

#LogoContainer img {
    height: 92px;
}

#LogoContainer {
    border: 0;
    float: left;
}

#TopLinks {
    position: absolute;
    top: 30px;
    right: 220px;
}

#TopLinks a {
        float: right;
        margin: 3px;
        font-weight: bold;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}


#footer #copyRight, #footer #footerLinks {
    padding: 15px;
}

#header {
    background: url(../images/bgMyAccount.png) no-repeat 100% center;
}

#footer, #header, #MainPageContent, #LeftPageContent {
    border: 1px solid #B9B1B1;    
    background-color: #fff;
}

#footer, #header, #MainPageContent, #LeftPageContent, #MainMenu {
    -moz-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.25), inset 0px 0px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.25), inset 0px 0px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.25), inset 0px 0px 1px rgba(0, 0, 0, 0.15);
}
/*//  Home Page  //*/

#Menu a {
    display: block;
}

#Menu > .MenuItemContainer > ul {
    min-height: 250px;
    padding: 5px;
}

#Menu > .MenuItemContainer {
    width: 216px;
    margin: 10px;
    float: left;
}

.MainMenuHeaderLabel {
    margin-bottom: 7px;
    padding: 7px 5px;
    text-align: center;
}

.HeaderLabel {
    margin-bottom: 7px;
    padding: 7px 5px;
    text-align: center;
}
/*#Menu a.MenuHeader  {
    margin-bottom:7px;
    padding:7px 3px;
}*/
#Menu a.MenuItem {
    font-weight: bold;
    padding: 2px;
}

#Menu a.MenuItemChild {
    font-weight: normal;
    padding: 1px;
    padding-left: 20px;
}

    #Menu a.MenuItemChild:hover {
        color: red;
        text-decoration: underline;
}

/*/////*/

.HR {
    height: 2px;
    margin: 5px 0px;
}

.ModuleName {
    font-weight: bold;
    font-size: 1.6em;
}

#MainPageContent, #LeftPageContent {
    padding: 10px;
    min-height: 550px;
}

#MainPageContent {
    margin-left: 10px;
}


.leftBoxesContent ul li {
    margin: 0;
    padding: 0 0 10px 20px;
    list-style: none;
    background: url(../images/listBullet.gif) left top no-repeat;
    font-size: 13px;
}

.leftBoxes {
    padding: 10px 10px;
    margin: 10px 0px;
}

.leftBoxesContent {
    margin-bottom: 10px;
}

.allnews div {
    background: url(../images/allnewsBullet.gif) left no-repeat;
    padding: 0 16px 0 20px;
    /*color: #ED1D24;*/
}

.leftBoxes.ui-state-active a:hover {
    color: #F00;
    text-decoration: underline;
}

.leftBoxes.ui-state-active a {
    font-weight: normal;
}


/*//////////////forms////////////*/
* {
    outline: 0;
}

input[type="button"], input[type="submit"] {
    padding: 4px 14px;
    vertical-align: top;
}

.textfield:focus {
    border-color: #D14242;
}

.textfield {
    border: 1px solid #C09E9E;
    padding: 4px 6px;
    margin: 0px;
    vertical-align: top;
}

.error {
    text-align: left;
}

.list, .listsmall, .listsmall2 {
    width: 165px;
    padding: 4px 4px;
    margin: 0px;
    font-size: 12px;
    border: none;
    background-color: transparent;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    vertical-align: top;
}

.listsmall {
    width: 120px;
}

.listsmall2 {
    width: 38px;
}

.GridColumn {
    display: none;
}

.wrapper-select {
    background-color: white;
    display: inline-block;
    *display: inline;
    zoom: 1;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 1px solid #C09E9E;
    /*background:white url()*/
    position: relative;
    vertical-align: middle;
    margin-bottom: 7px;
}

.ARwrapper-select {
    background-color: white;
    display: inline-block;
    *display: inline;
    zoom: 1;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 1px solid #C09E9E;
    /*background:white url()*/
    position: relative;
    vertical-align: middle;
    margin-bottom: 7px;
}

.wrapper-select span {
    position: absolute;
    right: 0px;
    display: block;
    z-index: 0;
    top: 11%;    
}

.ARwrapper-select span {
    position: absolute;
    left: 0px;
    display: block;
    z-index: 0;
    top: 11%;    
}

input[type="button"], input[type="submit"] {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.20), inset 0 1px 2px rgba(255, 255, 255, 0.75);
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.20), inset 0 1px 2px rgba(255, 255, 255, 0.75);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.20), inset 0 1px 2px rgba(255, 255, 255, 0.75);
    }
    
    input.ui-state-hover[type="button"], input.ui-state-hover[type="submit"],
.textfield:hover, .wrapper-select:hover {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.20), inset 0 1px 2px rgba(255, 255, 255, 0.85);
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.20), inset 0 1px 2px rgba(255, 255, 255, 0.85);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.20), inset 0 1px 2px rgba(255, 255, 255, 0.85);
    }

    input.ui-state-active[type="button"], input.ui-state-active[type="submit"],
.textfield:focus {
        box-shadow: 0 0px 0 rgba(0, 0, 0, 0.10), inset 0px 2px 3px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 0px 0 rgba(0, 0, 0, 0.10), inset 0px 2px 3px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 0px 0 rgba(0, 0, 0, 0.10), inset 0px 2px 3px rgba(0, 0, 0, 0.15);
    }

    input.ui-state-active[type="button"]:disabled, input.ui-state-active[type="submit"]:disabled,
    .textfield:disabled {
        /*opacity:0.5;*/
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }

.billing td, .billing th {
        height: 24px;
        font-size: 12px;
        /*font-weight: bold;*/
        vertical-align: middle;
        text-align: center;
        border: 1px solid #C09E9E;
    }

    .billing th {
    background-color: #eb1e25;
    color: white;
        border-right: 1px solid #eb1e25;
        border-bottom: 1px solid #eb1e25;
    }

.billingSmallFont td, .billingSmallFont th {
        font-size: 9px;
    }

.subtitle2 {
        color: #eb1e25;
        font-size: 15px;
        font-weight: bold;
        font-family: arial;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    /*.subtitle2 a, .subtitle2 a:hover
    {
        color: #026db1;
        text-decoration: none;
    }*/
.subtitle {
        color: #eb1e25;
        font-size: 16px;
        line-height: 18px;
    }

    @media print {
    #header, #MainMenu, #footer, #LeftPageContent {
            display: none;
        }
    }

    .LoginPageBody #MainPageContent {
            margin-right: 10px;
            margin-left: 0px;
        }

        .LoginPageBody #MainPageContent, .LoginPageBody #LeftPageContent {
    min-height: 100%;
        }

        #LogInDetails {
    padding: 10px;
    text-align: center;
        }

        #LogInDetails .textfield {
        width: 150px;
        }

    #LogInDetails .LogInBlock {
        display: block;
        margin-right: 22px;
        padding-top: 5px;
        }

.leftMenuAnchors li a {
    color: red;
    padding-bottom: 2px;
    padding-top: 2px;
    font-size: 14px;
}

.leftMenuAnchors li {
    border-bottom: 1px solid gray !important;
    padding-top: 3px;
    padding-bottom: 3px;
}

div.popupMessage {
    border: 1px solid black;
    width: 210px;
    height: 100px;
    background-color: #F0F8FF;
    position: fixed;
    z-index: 10001;
    left: 568.5px;
}

div.mobilenumber {
    width: 280px;
    background-color: #F0FAE2;
    color: #eb1e25;
    text-decoration: none;
    padding: 5px;
    border: 2px solid #eb1e25;
}
div.ETCPopup {
    width: 280px;
    background-color: white;
    color: #eb1e25;
    text-decoration: none;
    padding: 5px;
    border: 2px solid #eb1e25;
}
.ui-helper-clearfix {
    clear: both;
}
/*********************** Ajax Calender CSS **********************/

.Calendar .ajax__calendar_container {
    border-style: solid;
    border-width: 5px 8px 5px 8px;
    border-color: #E81C3A;
    background-color: #fff;
    width: 200px;
    color: #000000;
    font-size: 11px;
    z-index: 100000;
}

.Calendar .ajax__calendar_header {
}

.Calendar .ajax__calendar_title, .Calendar .ajax__calendar_next, .Calendar .ajax__calendar_prev {
    margin-top: 2px;
    font-family: arial;
    font-size: 12px;
    color: #E81C3A;
    text-align: center;
    font-weight: bold;
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
    background-color: #fff;
}

.Calendar .ajax__calendar_body {
    width: 100%;
    z-index: 100000;
}

.Calendar .ajax__calendar_dayname {
    font-family: arial;
    font-size: 12px;
    color: #E81C3A;
    text-align: center;
    background-color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #E81C3A;
    border-style: solid;
    border-width: 1px 2px 0px 2px;
    border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF;
    width: 21px;
}

.Calendar .ajax__calendar_day {
    height: 15px;
    font-family: arial;
    font-size: 11px;
    color: #000000;
    text-align: center;
    background-color: #FFFFFF;
    /*border-top: 2px solid #E81C3A;
    border-right: 2px solid #E81C3A;*/
    width: 22px;
    border-top-width: 2px;
    border-right-width: 1px;
}


.Calendar .ajax__calendar_hover .ajax__calendar_day, .Calendar .ajax__calendar_hover .ajax__calendar_month, .Calendar .ajax__calendar_hover .ajax__calendar_year {
    color: #7a7771;
    text-decoration: none;
}

.Calendar .ajax__calendar_today {
    font-weight: bold;
    color: #E81C3A;
    vertical-align: middle;
    text-align: center;
}

.Calendar .ajax__calendar_selected .ajax__calendar_day {
}

.Calendar .ajax__calendar_month, .Calendar .ajax__calendar_year {
    font-weight: bold;
    color: #FFFFFF;
    vertical-align: middle;
    text-align: center;
    padding-left: 10px;
}

.Calendar .ajax__calendar_other .ajax__calendar_day, .Calendar .ajax__calendar_other .ajax__calendar_year {
    color: #404040;
}

.Calendar .ajax__calendar_hover .ajax__calendar_today, .Calendar .ajax__calendar_hover .ajax__calendar_title {
    color: #bbbbbb;
}
/****************************************************************
/**DDL style**************************************************************/
.ui-selectmenu {
    display: block;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    text-decoration: none;
    overflow: hidden;
}

.ui-selectmenu-icon {
    position: absolute;
    right: 2px;
    margin-top: -8px;
    top: 50%;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    display: none;
    z-index: 1005;
}
    /* z-index: 1005 to make 

selectmenu work with dialog */
    .ui-selectmenu-menu ul {
        padding: 0;
        margin: 0;
        list-style: none;
        position: relative;
        overflow: auto;
        overflow-y: auto;
        overflow-x: hidden;
    }

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-menu-popup {
    margin-top: -1px;
}

.ui-selectmenu-menu li {
    padding: 0;
    margin: 0;
    display: block;
    border-top: 1px dotted transparent;
    border-bottom: 1px dotted transparent;
    border-right-width: 0 !important;
    border-left-width: 0 !important;
    font-weight: normal !important;
}

    .ui-selectmenu-menu li a, .ui-selectmenu-status {
        display: block;
        padding: .200em 1em;
        outline: none;
        text-decoration: none;
    }

.ui-selectmenu-status {
    padding: 5px 4px 6px 4px;
}

.ui-selectmenu-menu li a:focus {
    /*font-weight:bold !important;*/
    /*outline:1px #808080 dotted*/
}

.ui-selectmenu-menu li.ui-state-disabled a, .ui-state-disabled {
    cursor: default;
}

.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon {
    position: absolute;
    top: 1em;
    margin-top: -8px;
    left: 0;
}

.ui-selectmenu-status {
    line-height: 1em;
}

    .ui-selectmenu-menu li span, .ui-selectmenu-status span {
        display: block;
    }

.ui-selectmenu-menu li .ui-selectmenu-item-footer {
    opacity: .8;
}

a.ui-selectmenu {
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.ui-selectmenu-menu, .ui-selectmenu {
    padding: 0px 5px;
}

/**************/

/************ PasswordStrength Related Styles ***********************/
.TextIndicator_TextBox1 {
    background-color: transparent;
    color: black;
    font-family: Verdana;
    font-size: x-small;
    font-style: normal;
    padding: 2px 3px 2px 3px;
    margin-left: 20px;
}

.BarIndicator_TextBox2_weak {
    color: Red;
    background-color: Red;
    margin-left: 20px;
}

.BarIndicator_TextBox2_average {
    color: Purple;
    background-color: Yellow;
    margin-left: 20px;
}

.BarIndicator_TextBox2_good {
    color: Green;
    background-color: Green;
    margin-left: 20px;
}

.BarBorder_TextBox2 {
    border-style: solid;
    border-width: 1px;
    padding: 2px 2px 2px 2px;
    width: 200px;
    vertical-align: middle;
    height: 5px;
    margin-left: 20px;
}

.TextIndicator_TextBox3 {
    background-color: Blue;
    color: Yellow;
    font-size: small;
    font-variant: small-caps;
    padding: 2px 3px 2px 3px;
}

.TextIndicator_TextBox3_Handle {
    width: 16px;
    height: 14px;
    background-image: url(images/Question.png);
    overflow: hidden;
    cursor: help;
}

.TextIndicator_TextBox1_Strength1 {
    background-color: transparent;
    color: black;
    font-family: Verdana;
    font-size: x-small;
    font-style: normal;
    padding: 2px 3px 2px 3px;
    font-weight: normal;
    font-variant: normal;
    margin-left: 20px;
}

.TextIndicator_TextBox1_Strength2 {
    background-color: transparent;
    color: #ff9999;
    font-family: Verdana;
    font-size: x-small;
    font-style: normal;
    padding: 2px 3px 2px 3px;
    font-weight: bold;
    margin-left: 20px;
}

.TextIndicator_TextBox1_Strength3 {
    background-color: transparent;
    color: #FFCAAF;
    font-family: Verdana;
    font-size: x-small;
    font-style: normal;
    padding: 2px 3px 2px 3px;
    font-weight: bold;
    margin-left: 20px;
}

.TextIndicator_TextBox1_Strength4 {
    background-color: transparent;
    color: #add8e6;
    font-family: Verdana;
    font-size: x-small;
    font-style: normal;
    padding: 2px 3px 2px 3px;
    font-weight: bold;
    margin-left: 20px;
}

.TextIndicator_TextBox1_Strength5 {
    background-color: transparent;
    color: #93FF9E;
    font-family: Verdana;
    font-size: x-small;
    font-style: normal;
    padding: 2px 3px 2px 3px;
    font-weight: bold;
    margin-left: 20px;
}

.align {
    text-align: left;
}
/*.tblInfo tr td
{
   border-collapse: collapse;
   padding-bottom: 5px;
   padding-top: 5px;
   padding-left:1px;
   padding-right:0px;
   margin: 0;
}*/
.MenuItemContainer li > img {
    position: absolute;
    top: 5px;
}

.MenuItemContainer li {
    position: relative;
}

.RadWindow_Default a.rwIcon {
    background-image: none !important;
}

/*td.alignExport
{
    text-align: right; 
}*/

.alignRight {
    text-align: right;
}

input, select, textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.QuickPayment .orWrapper {
    background: url("../images/form-wrapper.png") no-repeat scroll center left transparent;
    display: block;
    margin: 0;
    padding: 0 0 0 151px;
    width: 620px;
    font-size: 14px !important;
}

.QuickPayment .label {
    display: block;
    float: left;
    font-weight: 600;
    line-height: 1;
    padding: 6px 0;
    width: 120px;
    vertical-align: middle;
}

.QuickPayment .labelText {
    background: none no-repeat scroll center center #FFFFFF;
    border: 1px solid #D2D2CD;
    border-radius: 11px 11px 11px 11px;
    color: #252523;
    max-width: 100%;
    outline: medium none;
    padding: 4px 10px;
    float: left;
}

.QuickPayment .label-Note {
    margin-left: 120px;
    max-width: 100%;
    outline: medium none;
    padding: 0px 12px 6px 10px;
    float: left;
}



.QuickPayment .labelOMR::after {
    content: "OMR";
    z-index: -1;
    float: right;
    font-weight: 300;
}

.QuickPayment .labelMB::after {
    content: "MB";
    z-index: -1;
    float: right;
    font-weight: 300;
}

.QuickPayment .formMed {
    width: 200px;
}


.QuickPayment .formField {
    clear: both;
    margin-bottom: 15px;
    position: relative;
    vertical-align: baseline;
    padding: 11px 0px 0px 0px;
}

.QuickPayment .description {
    border-bottom: 1px solid #D9D9D9;
}

    .QuickPayment .description .descriptionContainer {
        margin: 0 auto;
    }

    .QuickPayment .description h2 {
        color: #696969;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
    }

    .QuickPayment .description h3 {
        color: #696969;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
    }

#popUpQuickPayment input{
    padding: 4px 14px;
    vertical-align: top;
    font-size: x-large;
}

.BillTypeEmailExample {
    float: right;
    position: absolute;
    color: red;
    font-size: smaller;    
}