﻿body {
    color: #444444;
    font-family: Verdana,Tahoma,sans-serif;
    font-size: 12px;
    line-height: 24px;
}

textarea {
    border: 1px solid #C5C5C5;
}

img {
    border: none;
}

.RQD {
    color: Red;
}

.ShortTextBox {
    width: 80px !important;
    border-color: #c5c5c5;
}

.SmallTextBox {
    width: 45px !important;
    border-color: #c5c5c5;
}

.MediumTextBox {
    width: 90px !important;
    border-color: #c5c5c5;
}

.LongTextBox {
    width: 198px !important;
    border-color: #c5c5c5;
}

.VeryLongTextBox {
    width: 290px !important;
    border-color: #c5c5c5;
}

.VeryLongBox {
    border-color: #c5c5c5;
}

.LongComboBox {
    width: 225px !important;
    border-color: #c5c5c5;
}

.VeryLongComboBox {
    width: 294px !important;
    border-color: #c5c5c5;
}

.LongMultiLineTextBox {
    width: 290px !important;
    padding-top: 5px !important;
    height: 90px;
    border-color: #c5c5c5;
}

.VeryLongMultiLineTextBox {
    width: 365px !important;
    padding-top: 5px !important;
    height: 90px;
    border-color: #c5c5c5;
}

.VeryLongMultiLineTextBox2 {
    width: 90% !important;
    padding-top: 5px !important;
    border-color: #c5c5c5;
}

.ShortTextBox2 {
    width: 60px !important;
    border-color: #c5c5c5;
}

.SmallTextBox2 {
    width: 75px !important;
    border-color: #c5c5c5;
}

.MediumTextBox2 {
    width: 122px !important;
    border-color: #c5c5c5;
}

.VeryLongTextBox2 {
    width: 255px !important;
    border-color: #c5c5c5;
}

.SmallTextBox4 {
    width: 67px !important;
    border-color: #c5c5c5;
}

.SmallComboBox4 {
    width: 71px !important;
    border-color: #c5c5c5;
}

.MediumTextBox3 {
    width: 130px !important;
    border-color: #c5c5c5;
}

.MediumTextBox4 {
    width: 117px !important;
    border-color: #c5c5c5;
}

.MediumTextBox5 {
    width: 164px !important;
    border-color: #c5c5c5;
}

.VeryLongTextBox3 {
    width: 269px !important;
    border-color: #c5c5c5;
}

.VeryLongComboBox3 {
    width: 273px !important;
    border-color: #c5c5c5;
}

.MediumComboBox3 {
    width: 168px !important;
    border-color: #c5c5c5;
}

.GridTable {
    border: 1px solid #bdbdbd;
    display: table;
    border-collapse: collapse;
}

    .GridTable tr {
        height: 25px;
    }

    .GridTable td {
        padding: 5px;
        color: #767561;
        border: 1px solid #bdbdbd;
    }

.col {
    padding: 5px;
    background-color: #767561;
    border: 1px solid #bdbdbd;
    color: #fff;
    font-size: 13px;
    text-align: left;
}

.actioncol {
    text-align: center;
}

.Header {
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000;
    font-size: 24px;
    font-weight: 400;
}

.PopupHeader {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #676767;
    font-size: 20px;
    font-weight: 500;
}

.SubHeader {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #676767;
    font-size: 20px;
    font-weight: 500;
}

.SubHeaderWhite {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
}

p.Description {
    color: #656565;
    padding-top: 10px;
}

.GeneralButton {
    background: url('images/ButtonBG.png');
    color: White;
    border: 0px;
    padding-left: 15px;
    padding-right: 15px; /*  margin-right: 5px; removed by riyaz ali for addnew button align to right */
    height: 20px;
    cursor: pointer;
    margin-left: 5px;
}

.BtnWrap {
    display: inline;
}

.Crumb {
    color: White;
    border-top: 1px solid #95b17e;
    border-left: 1px solid #95b17e;
    border-right: 1px solid #95b17e;
    height: 21px;
    line-height: 21px;
    vertical-align: middle;
    margin-bottom: 10px;
    padding: 5px;
    background-image: url('images/crumbBG.png');
    width: 756px;
}

    .Crumb .Sep {
        /* font-size: 15pt;
    font-weight: bold;
    font-family: Chaparral Pro;*/
    }

    .Crumb .CrumbItem {
        font-size: 10.5pt;
        font-family: Arial;
        padding-bottom: 2px;
        padding-left: 5px;
        padding-right: 5px;
    }

.HeaderTitle {
    color: Black;
    font-size: 15pt;
    font-family: Arial;
}

.tdHeadButtons {
    text-align: right;
}

.HeaderDescription {
    color: #666666;
    font-size: 10pt;
}
 

.GeneralButtonReject {
    background: url('images/ButtonRejBG.png');
    color: White;
    border: 0px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
    height: 20px;
    cursor: pointer;
}


.MemberServicesDiv {
    width: 145px;
    height: 145px;
    vertical-align: middle;
    text-align: center;
    color: Black;
    font-family: Arial;
    font-size: 10pt;
    border: solid 1px #bdbdbd;
    background-color: #ebebeb;
}

.MemberServicesDivEmpty {
    width: 145px;
    height: 145px;
    vertical-align: middle;
    text-align: center;
    color: Black;
    font-family: Arial;
    font-size: 10pt;
}

table tr td.MemberServicesDiv a img {
    border: none;
}
/*========================================= Begin Search Box =========================================*/
.SearchDiv {
    border: solid 1px #bdbdbd;
    padding: 15px;
    background-color: #ebebeb;
    color: #6e6e6e;
    font-size: 10pt;
}

    .SearchDiv .Header {
        color: #303030;
        padding-top: 2px;
        padding-bottom: 10px;
        font-weight: bold;
        font-size: 14px;
        padding-left: 0px;
    }

    .SearchDiv .TxtBox {
        width: 250px;
    }

    .SearchDiv .SearchButtons {
        padding-top: 10px;
    }


/*========================================= End Search Box =========================================*/





/*========================================= Begin Grid PrintExport Div =========================================*/

.PrintExport {
    color: #676767;
    font-size: 13px;
    padding: 10px 10px 0 10px;
    text-align: right;
    overflow: auto
}

.PrintExportSeparator {
    background: url('images/Sepa.png') repeat-y;
    height: 12px;
    line-height: 12px;
    padding: 0 7px 0 0;
}

.PrintExport table {
    float: right
}

.PrintOptions {
    text-align: left !important;
}

.RadGridExportOptions {
    padding-top: 10px;
}
/*========================================= End Grid PrintExport Div =========================================*/


/*========================================= Begin Calculator styles =========================================*/
/* Written by Hassan 25 april 2012 */
/* Calculator */

.general_text {
    color: #666666;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
}

.form_agelist {
    color: #BABABA;
    text-decoration: none;
    font-size: 11px;
    font-weight: normal;
    width: 142px;
    height: 19px;
    border: 1px solid #BDBDBD;
}

.form_esector {
    color: #BABABA;
    text-decoration: none;
    font-size: 11px;
    font-weight: normal;
    width: 264px;
    height: 19px;
    border: 1px solid #BDBDBD;
}

.amount {
    color: #FF0000;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}

.amt_fields {
    color: #BABABA;
    text-decoration: none;
    font-size: 11px;
    font-weight: normal;
    width: 93px;
    height: 19px;
    border: 1px solid #BDBDBD;
}

.amount_calculate {
    color: #333333;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}

.title_calculator {
    font-family: Verdana;
    font-size: 16px !important;
    color: #000011;
}

.ajax__tab_xp .ajax__tab_header {
    font-family: verdana,tahoma,helvetica;
    font-size: 11px;
}

.watermarked {
    color: #C0C0C0;
    font-style: italic;
}

.ajax__tab_default .ajax__tab_tab {
    vertical-align: middle;
}

.ajax__tab_plain .ajax__tab_outer {
    text-align: center;
    vertical-align: middle;
    background-color: #999999;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
    border-top: 1px solid #c1c1c1;
    width: 300px;
    height: 25px;
}

.ajax__tab_plain .ajax__tab_inner {
    text-align: center;
    vertical-align: middle;
}

.ajax__tab_plain .ajax__tab_body {
    text-align: left;
    vertical-align: middle;
    background-color: #ebebeb;
    border-bottom: 1px solid #c1c1c1;
    border-left: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
    padding: 10px 0px 0px 0px;
}

.ajax__tab_plain .ajax__tab_header {
    text-align: left;
    vertical-align: middle;
    padding-left: 0px;
}

.ajax__tab_plain .ajax__tab_active .ajax__tab_outer {
    background: #ebebeb;
    border: 1px solid #c1c1c1;
    border-bottom-color: #ebebeb;
    width: 430px;
    height: 25px;
    vertical-align: middle;
}

.ajax__tab_xp .ajax__tab_disabled {
    color: #A0A0A0 !important;
}

.ajax__tab_xp .ajax__tab_body {
    background-color: #ebebeb !important;
}

.ajax__tab_xp ajax__tab_container ajax__tab_default {
    width: 700px !important;
}

.tabs {
    color: #333333;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
}

.general_text {
    color: #666666;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
}

.form_agelist {
    color: #BABABA;
    text-decoration: none;
    font-size: 11px;
    font-weight: normal;
    width: 142px;
    height: 19px;
    border: 1px solid #BDBDBD;
}

.form_esector {
    color: #BABABA;
    text-decoration: none;
    font-size: 11px;
    font-weight: normal;
    width: 264px;
    height: 19px;
    border: 1px solid #BDBDBD;
}

.amount {
    color: #FF0000;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}

.amt_fields {
    color: #BABABA;
    text-decoration: none;
    font-size: 11px;
    font-weight: normal;
    width: 93px;
    height: 19px;
    border: 1px solid #BDBDBD;
}

.amount_calculate {
    color: #333333;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}

.DatetimeBirthPrev {
    padding-left: 0px;
}

.PaddingRightAge0 {
    padding-right: 0px;
}

.tdradGridCal {
    padding-right: 5px
}

.TdRadGridGraduity {
    padding-right: 5px;
}

.CallBtnClear {
    padding-left: 0px;
}

.tdPensionCalAge {
    padding-left: 150px
}

.tdPensionCalTextAge {
    padding-left: 2px
}

.calDivPensionTextAge {
    padding-left: 0px;
}

.tdPensionMStatus {
    padding-left: 150px
}

.tdPensionRadComboMStatus {
    padding-top: 15px;
}

.tdPensionHasKids {
    padding-left: 150px;
    padding-top: 0px
}

.tdPensionComboHasKids {
    padding-top: 10px
}

.tdPensionButtonAdd {
    padding-right: 3px;
}

.tdPensionCalSalary, .tdPensionSalaryElement {
    padding-left: 0px
}

.tdPensionEstimated {
    padding-left: 8px;
}

.tdPensionButtonCalculate {
    padding-right: 5px
}


.calTextAlignLeft {
    text-align: left;
}

.calTextAlignRight {
    text-align: right;
}

.CalDatePickerFrom {
    padding-left: 2px;
}

.CalLblAge {
    text-align: left;
    padding-left: 2px;
}



.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.tblCalculator {
}

.BtnAnnualDeclarationSubmit {
    padding-left: 228px;
}

.btnclass200 {
    width: 200px;
}



/*========================================= End Calculator styles =========================================*/

/*========================================= Begin Grid =========================================*/

.MainTable {
    border: solid 1px #bdbdbd;
}

    .MainTable th {
        cursor: default;
        text-align: left;
        border-right: solid 1px #bdbdbd;
        color: White;
    }

/*========================================= End Grid =========================================*/

.TrackingNumber {
    color: Green;
    font-weight: bold;
    font-size: 14px;
}

.WarningMessage {
    color: Red !important;
    font-weight: bold;
    font-size: 14px;
}

table.form1 {
    padding-top: 15px;
}

    table.form1 td.title {
        width: 25%; /*  white-space:nowrap;*/
        vertical-align: top;
    }

.OutsideForm1Button {
    padding-left: 193px;
    padding-top: 10px;
}

table.form1 td.Title_Approval {
    color: #6792bf;
    width: 25%;
    vertical-align: top;
}

table.form1 tr {
    line-height: 25px;
}

table.form1 td.BigTitle {
    width: 45% !important; /*white-space:nowrap;*/
}

table.form1 td.shortlinetitle {
    line-height: 15px;
}

table.summaryform1 {
    padding-top: 20px;
}

.PageViewContent table.summaryform1 tr td {
    border: none !important
}

table.summaryform1 td:first-child {
    width: 20%;
    white-space: nowrap;
}

table.summaryform1 tr {
    line-height: 25px;
}

table.summaryform1 td.BigTitle {
    width: 45% !important; /* white-space:nowrap;*/
}

table.summaryform1 td.summarytitle {
    font-weight: bold !important; /* white-space:nowrap;*/
}

.FloatOnSide {
    float: left;
    white-space: nowrap;
}

.FloatOnSidewrap {
    float: left;
}

.AlwaysFloatOnSide {
    float: left;
    white-space: nowrap;
}

.AlwaysSidePad5 {
    padding-left: 3px;
}

.FloatOnSide1 {
    float: left;
    white-space: nowrap;
}

.ContentContainer {
    padding-left: 5px;
}

.SidePad5 {
    padding-left: 5px;
}

.SidePad10 {
    padding-left: 10px;
}

.SidePad15 {
    padding-left: 15px;
}

.SidePad20 {
    padding-left: 10px;
}

.TopPad5 {
    padding-top: 5px;
}

.MultiLineTextBox {
    padding-top: 5px !important;
    width: 300px !important;
    height: 90px;
}

.MultiLineTextBox2 {
    padding-top: 5px !important;
    width: 365px !important;
    height: 90px;
}

/* Rad Grid Styles Starts */

.HScrollableGrid {
    clear: both;
    float: left;
    margin: 10px 0;
    width: 765px !important;
    overflow: auto;
}

.InboxScrollableGrid {
    clear: both;
    float: left;
    margin: 10px 0;
    width: 620px !important;
    overflow: auto;
}

.PopupScrollableGrid {
    clear: both;
    float: left;
    margin: 10px 0;
    width: 620px !important;
    overflow: auto;
}


.RadGrid table.rgMasterTable {
    border-collapse: collapse;
    overflow: scroll;
}

.RadGrid .rgSelectedRow {
    background-color: #ebebeb;
}

.RadGrid .rgRowCheck {
    padding: 5px;
}

.RadGrid table.rgMasterTable td {
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 2px;
    max-height: 25px;
    line-height: 25px;
    *line-height: 15px;
    vertical-align: middle;
    color: #767561;
    border: 1px solid #bdbdbd !important;
}

    .RadGrid table.rgMasterTable td.Wrap {
        white-space: normal;
    }

.RadGrid th.rgHeader {
    padding-left: 5px;
    padding-right: 5px;
    height: 25px;
    vertical-align: middle;
    background-color: #767561;
    border: 1px solid #bdbdbd !important;
    color: #fff;
    font-size: 13px;
    text-align: left;
}

.rgPager {
    min-height: 32px;
    background-color: #bdbdbd;
}

.rgPagerText {
    float: left;
}

.rgPageFirst {
    display: none;
}

.rgPageLast {
    display: none;
}
/*.PagerViewPortLeft
{
    padding-left:5px;
}
.PagerViewPortRight
{
    padding-right:5px;
}*/
.rgPagePrev {
    background: url('images/pager/previous.png');
    color: White;
    border: 0px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
    padding-top: 5px;
    margin-top: 5px;
    height: 24px;
    width: 70px;
    cursor: pointer;
}

.rgPageNext {
    background: url('images/pager/next.png');
    color: White;
    border: 0px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
    margin-top: 5px;
    height: 24px;
    width: 37px;
    cursor: pointer;
}

.rgCurrentPage {
    height: 24px !important;
    background: url('images/ButtonBG.png');
    width: 25px !important;
}

    .rgCurrentPage span {
        padding-left: 2px !important;
        padding-right: 2px !important;
        font-weight: bold !important;
        font-size: 15px !important;
        color: White !important;
        height: 22px !important;
    }

.rgNumPart {
    padding: 2px;
}

.rgOtherNum span {
    padding-left: 1px !important;
    padding-right: 1px !important;
    width: 25px !important;
    height: 22px !important;
    color: Black;
    padding-bottom: 2px;
}

.rgNumSep {
    padding-bottom: 2px !important;
}
/*
.rgNumPart span
{
    padding-left: 2px !important;
    padding-right: 2px !important;
    width: 25px !important;
    color: Black;
    font-size: 12px !important;
}
*/
.rgWrap {
    float: left;
}

.rgWrapAll {
    float: right;
    font-size: 12px !important;
}

.PagerText {
    color: #000;
    padding-top: 4px;
    float: left;
}

.rgWrap .RadComboBox {
    display: none;
}

.Hide {
    display: none;
}


.ShortGrid {
    width: 294px !important;
}

    .ShortGrid tr {
        width: 294px !important;
    }

    .ShortGrid .rgMasterTable tr {
        line-height: 22px !important;
    }



    .ShortGrid .rgRow, .ShortGrid rgAltRow {
        line-height: 20px !important;
    }

    .ShortGrid .rgSelectedRow {
        background-color: #ebebeb;
    }

    .ShortGrid table.rgMasterTable td {
        padding: 0px;
        padding-left: 5px;
        color: #767561;
        border: 1px solid #bdbdbd;
    }

.ShortGrid {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

    .ShortGrid th.rgHeader {
        padding: 0px;
        padding-left: 5px;
        height: 23px !important;
        background-color: #767561;
        border: 1px solid #bdbdbd;
        border-top: 1px solid #767561;
        border-left: 1px solid #767561;
        border-bottom: 1px solid #767561;
        color: #fff;
        font-size: 12px;
        text-align: left;
    }
/* Rad Grid Styles Ends*/



a:normal {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

ul.UploadTypes {
    margin: 10px 0 0;
}

    ul.UploadTypes li {
        padding: 0 0 10px;
    }

p.Heading {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px;
}

p.ErrorMessage {
    clear: both;
    color: #FF0000;
    margin: 10px 0 0;
}

ul.ContributionUpload {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    ul.ContributionUpload li {
        float: left;
        margin: 0 0 0 5px;
    }

        ul.ContributionUpload li:first-child {
            margin: 0;
        }

.UploadContribution {
    clear: both;
    float: left;
    padding-top: 30px 0;
    width: 765px !important;
    height: 500px;
    overflow: auto;
}

/* Action Menu CSS Starts */
.ActionMenu {
    z-index: 8000 !important;
    padding: 3px;
}

div.ActionMenu {
    float: none !important;
    cssfloat: none !important;
}

    div.ActionMenu ul {
        width: 100%;
        float: none !important;
        cssfloat: none !important;
    }

    div.ActionMenu li.static {
        width: 100% !important;
    }

.ActionMenu img {
    line-height: 23px;
    vertical-align: middle;
    padding-right: 10px;
    border-color: transparent;
}

.ActionMenu a.static {
    height: 23px !important;
    padding-top: 5px !important;
    padding-right: 20px !important;
    padding-left: 5px !important;
    background-color: #ebebeb;
    color: Black;
}

    .ActionMenu a.static:hover {
        background-color: #767563 !important;
        color: White;
    }

/* Action Menu CSS Ends */

.TopSidePad5 {
    padding-top: 2px;
    padding-left: 5px !important;
}

.Notes {
    font-weight: bold;
}

.OutsideForm1Button2 {
    padding-top: 10px;
    padding-left: 175px;
}

.MemRegStp1WizBtnCell {
    padding-top: 10px;
    padding-left: 194px;
}

.MemRegStp2WizBtnCell {
    padding-top: 10px;
    padding-left: 171px;
}

.MemRegStp3WizBtnCell {
    padding-top: 10px;
    padding-left: 250px;
    *padding-left: 310px; /* IE 7 and below */
}

.MemTermStp1WizBtnCell {
    padding-top: 10px;
    padding-left: 163px;
}

.MemTermStp2WizBtnCell {
    padding-top: 10px;
    padding-left: 171px;
}

.MemTermStp3WizBtnCell {
    padding-top: 10px;
    padding-left: 172px;
}

.MemTermStp4WizBtnCell {
    padding-top: 10px;
    padding-left: 192px;
}

.AddMemStp1WizBtnCell {
    padding-top: 10px;
    padding-left: 147px;
}

.AddMemStp2WizBtnCell {
    padding-top: 10px;
    padding-left: 165px;
}

.MemTransWizStp1BtnCell {
    padding-top: 10px;
    padding-left: 164px;
}

.MemTransWizStp2BtnCell {
    padding-top: 10px;
    padding-left: 172px;
}

.MemTransWizStp3BtnCell {
    padding-top: 10px;
    padding-left: 304px;
}

.MemPTermWizStp1BtnCell {
    padding-top: 10px;
    padding-left: 195px;
}

.MemPTermWizStp2BtnCell {
    padding-top: 10px;
    padding-left: 173px;
}

.OutsideForm1Button3 {
    clear: both;
    padding-top: 10px;
    padding-left: 195px;
}

.MCMI_ButtonCell {
    clear: both;
    padding-top: 10px;
    padding-left: 195px;
}

.LineHeight15 {
    line-height: 15px;
}

.FloatOnOppSide {
    float: right;
    clear: right;
}

.OppSidePad5 {
    padding-right: 5px;
}

.OppSidePad10 {
    padding-right: 10px;
}

.OppSidePad15 {
    padding-right: 15px;
}

.OppSidePad20 {
    padding-right: 20px;
}

.HeaderRow {
    height: 38px;
    color: #000;
    font-size: 20px;
    text-align: center;
    background-color: #ebebeb;
}

.FooterRow {
    height: 38px;
    background-color: #ebebeb;
}

.FooterContent {
    padding: 8px;
}

.PageView {
    margin-top: -1px;
    border: 1px solid gray;
    height: 440px;
    /* overflow-y: scroll;*/ /*removed by riyaz - coz showing unnecessary scroll bar in invoice details */
}

.InboxPageView {
    margin-top: 0px;
    border: 1px solid gray;
    height: 630px;
    overflow-y: scroll;
}

.MiniPageView {
    margin-top: -1px;
    border: 1px solid gray;
    overflow-y: scroll;
}

.PageViewContent {
    padding: 10px;
    height: 420px;
    overflow-y: scroll;
}

.RadTabStrip {
    background-color: #ebebeb;
}

.SpecialText {
    color: Green;
    font-weight: bold;
    font-size: 14px;
}

.Italic {
    font-style: italic;
}

.FieldMsg {
    font-style: italic;
}

.WizardCrumb {
    background-color: #ebebeb;
    height: 30px;
}

    .WizardCrumb .CrumbItem {
    }

    .WizardCrumb .CrumbSelectedItem {
    }

        .WizardCrumb .CrumbSelectedItem .StepSequence {
        }

.ValidationSummary_Default {
    color: Red;
}


    .ValidationSummary_Default ul {
        color: Red;
        list-style: disc outside none !important;
    }

.Validator {
    color: Red;
}

.RadUpload {
}

.CustomRadUpload {
    /*    list-style:none!important;*/
    float: left;
    position: relative !important;
    width: 230px !important; /*Changed - Riyaz*/ /*width: 230px !important;*/
}

.divDocumentDirection {
    direction: ltr;
    /*width: 100% !important;*/
}

.ruFileWrap {
    margin-left: -1px !important;
    display: inherit !important;
}

.DownloadLinkWithVal2 {
    margin-left: -8px !important;
}

.ruButtonHover {
    background-position: 100% 0px !important;
    margin-top: -2px !important;
    margin-left: -1px !important;
    padding: 0px !important;
    height: 25px !important;
    width: 75px !important;
}

.ruBrowse {
    background-image: url('images/common/UploadButton.png') !important;
    margin-top: -2px !important;
    margin-left: -1px !important;
    padding: 0px !important;
    height: 25px !important;
    width: 75px !important;
    background-position: 100% 0px !important;
}

.ruAdd {
    background-image: url('images/ButtonBG.png') !important;
    background-repeat: repeat-x !important;
    margin-top: -2px !important;
    margin-left: -1px !important;
    padding: 0px !important;
    height: 25px !important;
    width: 110px !important;
    background-position: 100% 0px !important;
    color: White !important;
    font-size: 12px !important; /*&color: #333;*/
    padding-left: 5px;
    padding-right: 5px; /*  margin-right: 5px; removed by riyaz ali for addnew button align to right */
    height: 20px !important;
    cursor: pointer;
}

.ruDelete {
    background-image: url('images/ButtonBG.png') !important;
    background-repeat: repeat-x !important;
    margin-top: -2px !important;
    margin-left: -1px !important;
    padding: 0px !important;
    height: 25px !important;
    width: 75px !important;
    background-position: 100% 0px !important;
    color: White !important;
    font-size: 12px !important; /*&color: #333;*/
    padding-left: 5px;
    padding-right: 5px; /*  margin-right: 5px; removed by riyaz ali for addnew button align to right */
    height: 20px !important;
    cursor: pointer;
}

.ruClear {
    float: left !important;
    background-image: url('images/ButtonBG.png') !important;
    background-repeat: repeat-x !important;
    margin-top: -2px !important;
    margin-left: -1px !important;
    padding: 0px !important;
    height: 25px !important;
    width: 75px !important;
    font-family: Tahoma, Geneva, sans-serif;
    background-position: 100% 0px !important;
    color: White !important;
    font-size: 12px !important; /*&color: #333;*/
    padding-left: 5px;
    padding-right: 5px; /*  margin-right: 5px; removed by riyaz ali for addnew button align to right */
    padding-bottom: 5px !important;
    cursor: pointer;
}

.DownloadButton {
    text-align: center;
    float: right;
    background-image: url('images/ButtonBG.png') !important;
    background-repeat: repeat-x !important;
    margin-top: -2px !important;
    margin-left: -1px !important;
    padding-left: 5px !important;
    padding-right: 5px !important; /*  padding-top: 2px !important;     padding-bottom: 3px !important;*/
    height: 25px !important;
    width: 75px !important;
    background-position: 100% 0px !important;
    color: White !important;
    font-size: 12px !important; /*&color: #333;*/
    cursor: pointer;
}

.ruFakeInput {
    /* width:23px!important;*/
    margin-top: -1px;
    width: 263px !important; /*riyaz ali -  feedback(283), memberdocs(273)*,entityprevservdet(263) ,entityprevservadddocs(243)*/
    height: 21px !important;
}


.UploadValPad {
    padding-left: 124px;
}

.UploadDesc {
    font-weight: bold;
}

.UploadNotes {
    padding-left: 140px;
}

.RadUploadCell {
    padding-top: 5px !important;
}

.tableKPIs {
    border-left: solid 1px #bdbdbd;
    border-top: solid 1px #bdbdbd;
}

    .tableKPIs tr {
        padding: 5px;
    }

        .tableKPIs tr td {
            padding: 5px;
            border-bottom: solid 1px #bdbdbd;
            border-right: solid 1px #bdbdbd;
        }

.CheckBox {
    height: 20px;
    vertical-align: middle;
}

    .CheckBox label {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: -2px;
        padding-bottom: 2px;
    }

.RQDInfo {
    background-image: url(images/messagebox_info.png);
    padding-left: 20px;
    /*background-position: left 110%;*/
    background-position: left 73%;
    background-repeat: no-repeat;
    margin-top: 5px;
}

.FieldCaption {
    color: #000;
}


.prgBackground {
    background-color: Black;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    width: 100%;
    height: 100%;
}

.prgContainer {
    position: absolute;
    z-index: 10000001;
    width: 100%;
    height: 100%;
}

.prgImage {
    width: 99%;
    height: 90%;
}

.prgTable {
    border-collapse: separate;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

    .prgTable TD {
        text-align: center;
    }

.prgText {
    font: bold 16px/18px Arial;
    text-transform: capitalize;
    text-align: center;
}

.screentogglefix {
    position: fixed !important;
    top: 0px !important;
    left: 0px !important;
    z-index: 99 !important;
}

.RadComboBox table {
    width: 100% !important;
}

.rgFooter {
    background-color: Gray;
}

    .rgFooter td {
        color: White !important;
    }

.RadGrid table.rgMasterTable tr.NewRequest td {
    font-weight: bold;
}

.ContactNumber {
    float: left;
    margin: 0 10px -4px 0;
}

    .ContactNumber span.Hint {
        font-style: italic;
    }

    .ContactNumber .ContactError {
        clear: both;
        margin: 5px 0;
        color: #FF0000;
        line-height: 15px;
    }

.GroupHeader {
    background-color: #767561;
    width: 100%;
    padding-left: 10px;
}

.History_OldValue {
    text-decoration: line-through;
    padding-right: 5px;
    /*  color:Black;
    background-color:Red; */
}

.History_DeletedRow {
    text-decoration: line-through !important;
    /* color:Black!important; 
    background-color:Red!important;  */
}

tr.History_DeletedRow td {
    text-decoration: line-through !important;
    /*color:Black!important; 
    background-color:Red!important;  */
}

.History_NewValue {
    text-decoration: none !important;
    font-weight: bold;
    /*color:Black!important;
    background-color:Yellow!important; */
}

.History_NewRow {
    text-decoration: none !important;
    font-weight: bold;
    /*color:Black!important;
    background-color:Yellow!important; */
}

tr.History_NewRow td {
    text-decoration: none !important;
    font-weight: bold;
    /*color:Black!important;*/
    /* background-color:Yellow!important; */
}

.ChangeToExistingBenefitNotes {
    padding-top: 5px !important;
    width: 340px !important;
    height: 90px;
}

.RadEditor table#MainContent_txtBodyWrapper .reContentCell {
    height: 330px !important
}

.RadEditor table#txtEditResourceValueWrapper .reContentCell {
    height: 330px !important
}

.AmountColumn_Item {
    text-align: right !important;
}

.ArabicText {
    text-align: right;
}

/* Added by hassan */

.divLitHeading {
    float: left;
}

.gridPadding {
    height: 5px !important;
    padding-bottom: -20px !important;
}

.MemRegStp3WizBtnCellChangeInfo {
    padding-top: 10px;
    padding-left: 340px;
    padding-left: 340px\9;
    *padding-left: 340px; /* IE 7 and below */
}

.SidePadTable10 {
    margin-left: 10px;
    margin-left: 10px\9;
}

.MemRegStp3WizBtnCellMemeberReg {
    padding-top: 10px;
    padding-left: 340px;
    padding-left: 340px\9;
    *padding-left: 340px; /* IE 7 and below */
}

.MemTransWizStp3BtnCellMemberTransfer {
    padding-top: 10px;
    padding-left: 345px\9;
    *padding-left: 295px;
    /*background-color:pink \0/IE9;  /* IE9 + IE10pp4 */
}

.OppSidePad3 {
    padding-right: 3px;
}

.progress {
    position: absolute;
    z-index: 10001;
    top: 0px;
    left: 0px;
    background-color: #000000;
    filter: Alpha(Opacity=70);
    opacity: 0.70;
    -moz-opacity: 0.70;
}

.PopupHeaderRow {
    height: 38px;
    color: #000;
    font-size: 20px;
    text-align: center;
    background-color: #ebebeb;
}

.PopupContentArea {
    vertical-align: top;
}

.PopupFooterRow {
    height: 38px;
    background-color: #ebebeb;
}

.PopupPageContentArea {
    padding: 10px;
    overflow: auto;
    table-layout: fixed;
}

.PopupTabPage {
    margin-top: -1px;
    border: 1px solid gray;
    overflow: auto;
}

.AppWindow {
    z-index: 8001 !important;
}

.PopupPageView {
    border: 1px solid gray;
    overflow: auto;
}

.RadChart img {
    height: inherit !important;
}

.MenuInPopup {
    z-index: 80002 !important;
}

.Crumb .CrumbItem a {
    color: White;
}

.SidePad30 {
    padding-left: 30px;
}

/*========================================= Begin Search Box in Popup =========================================*/
.PopupSearchDiv {
    border: solid 1px #bdbdbd;
    padding: 15px;
    background-color: #ebebeb;
    color: #6e6e6e;
    font-size: 10pt;
}

    .PopupSearchDiv .Header {
        color: #303030;
        padding-top: 2px;
        padding-bottom: 10px;
        font-weight: bold;
        font-size: 14px;
        padding-left: 0px;
    }

    .PopupSearchDiv .TxtBox {
        width: 100%;
    }

    .PopupSearchDiv .SearchButtons {
        padding-top: 10px;
    }


/*========================================= End Search Box  Popup =========================================*/

/* Css for RadDataPager Control */
.RadDataPager {
    background-color: #bdbdbd;
    height: 30px;
}

.rdpWrap {
    float: right;
    padding-top: 3px;
}

.rdpPagerText {
    color: #000;
    float: left !important;
    padding-top: 3px;
}

.rdpPageFirst {
    display: none;
}

.rdpPageLast {
    display: none;
}

.rdpPagePrev {
    background: url('images/pager/previous.png');
    color: White;
    border: 0px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
    height: 24px;
    width: 70px;
}

.rdpPageNext {
    background: url('images/pager/next.png');
    color: White;
    border: 0px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
    height: 24px;
    width: 37px;
}

/*Numbers*/

.rdpCurrentPage {
    height: 24px !important;
    background: url('images/ButtonBG.png');
    width: 25px !important;
}

    .rdpCurrentPage span {
        padding-left: 3px !important;
        padding-right: 3px !important;
        font-weight: bold !important;
        font-size: 15px !important;
        color: White !important;
        height: 22px !important;
    }

.rdpNumPart {
    padding: 2px;
}

    .rdpNumPart a {
        color: #000 !important;
    }

.rdpOtherNum span {
    padding-left: 2px !important;
    padding-right: 2px !important;
    width: 25px !important;
    height: 22px !important;
    color: Black;
    padding-bottom: 2px;
}

.rdpNumSep {
    padding-bottom: 2px !important;
}
/* Css for RadDataPager Control */

tr.SpecialGridRow td {
    font-weight: bold !important;
}

.TabPage {
    border: 1px solid #bdbebd;
    overflow: auto;
}

.TabPageContentArea {
    padding: 10px;
}

.TabbedView .RadTabStrip .rtsLink {
    color: Black;
    background-color: #bdbebd;
    vertical-align: middle;
    height: 35px;
}

.TabbedView .RadTabStrip .rtsLinkSelected {
    color: White;
    background-color: #7b9a5a;
    vertical-align: middle;
}

.TabbedView .RadTabStrip .rtsTxt {
    font-weight: 500;
    vertical-align: middle;
    margin-top: 5px !important;
}

.TabbedView .RadTabStrip {
    background-color: #bdbebd;
}

.ProjectGrid {
    position: absolute;
    z-index: 1000001;
}

.RadGrid table.rgMasterTable tr.NewMessage td {
    font-weight: bold;
}

.rgRow .TextCell {
    padding-left: 5px;
}

.AlertContentArea {
    text-align: left !important;
}

.AlertFooterRow {
    height: 20px;
    background-color: #ebebeb;
}

.SelectedPanelItem {
    background: #FF6666 !important;
}

.NormalPanelItem {
    background: #E8E8E8 !important;
}

.NextStep1 {
    float: right;
    margin: 5px;
}

.NextStep2 {
    float: right;
    margin-top: -35px;
    margin-right: 15px
}

.NextStep4 {
    float: right;
    margin-right: 15px;
    width: 163px
}

.btnResend {
    float: right;
    margin-right: 15px;
    width: 163px
}


/*************** New Calculator Style *******************/
/***************                      ******************/
table, td {
    /*border: 2px solid orange;*/
}

.cal_bodyStyle {
    font-family: Garamond !important;
    font-size: 20px;
}

.cal_tableStyle {
    border-spacing: 10px !important;
    background-color: #f2f2f2;
    border-radius: 5px;
    font-weight: bold;
}

.cal_txtBoxStyle {
    text-align: center;
    height: 20px;
    width: 95px;
    /*border-radius: 3px ;
	border:2px solid #456879 !important;*/
}

    .cal_txtBoxStyle.Second {
        text-align: center;
        height: 20px;
        width: 80px;
        margin-left: 5px;
    }

.calPurc_txtBoxStyle.Second {
    text-align: center;
    height: 20px;
    width: 60px;
}

.cal_txtBoxStyle.Third {
    text-align: center;
    height: 20px;
    width: 60px;
    margin-left: 22px;
    margin-right: 15px;
}

.cal_YearMonthtxtBoxStyle {
    text-align: center;
    height: 20px;
    width: 40px;
}

.cal_YearMonth-td-Style {
    margin-top: 5px;
    border: 2px solid orange;
}

.cal_orStyle {
    padding-right: 3px;
    padding-left: 24px;
}

.cal_pad5 {
    padding-left: 5px;
}


.cal_textBoxMsg {
    border-color: red;
}

tr:hover {
    /*background-color:#E6E6E6;*/
}

.cal_mainDivStyle {
    overflow-x: auto !important;
    width: 98%;
    background-color: #f2f2f2;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 3px solid #73AD21;
    border-left: 3px solid #73AD21;
    border-right: 3px solid #73AD21;
}

.cal_headerStyle {
    font-size: 30px !important;
    color: #679145;
    
    font-weight: bold;
    margin-bottom: 2.5px;
    border-top: 3px solid #73AD21;
    border-left: 3px solid #73AD21;
    border-right: 3px solid #73AD21;
    width: 98%;
    height: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
    padding: 10px 0 30px 0;
    text-align: center;
}

.cal_resultStyle {
    font-size: 18px !important;
    color: #5C813F;
    font-weight: bold;
    text-align: center;
}

/*Below horizontal line css*/
.cal_style14 {
    border: 0 !important;
    height: 2px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}
/* END */


.cal_hrStyle {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}

.cal_errorMsgStyle {
    color: red;
}

.cal_buttonDivFloatLeft {
    float: right;
    margin-right: 107px;
}

.cal_submitBtnStyle {
    background: url('images/ButtonBG.png');
    border: none;
    color: white;
    padding: 2px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    margin: 2px 2px;
    cursor: pointer;
    font-weight: 600;
    border-radius: 3px;
}

.cal_rbtnGenderStyle {
    margin-right: 10px
}

.cal_tooltipStyle {
    font-size: 18px;
    font-family: Times New Roman;
}


/** GridView Style **/
.grid_tableStyle {
    border: 2.5px solid #707070;
    text-align: center;
}

.grid_headerColumnsStyle {
    border-bottom: 5px solid #707070;
    background-color: #E1E3E0;
    font-size: 12px;
}

.grid_tableStyle {
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    font-family: Calibri;
    color: #474747;
}

    .grid_tableStyle th {
        padding: 4px 2px;
        color: #fff;
        background: #60925E;
        border-left: solid 2px #c1c1c1;
        font-size: 1.1em;
    }

    .grid_tableStyle td {
        padding: 2px;
        border: solid 2px #c1c1c1; /*#525252; */
    }

/*.grid_tableStyle .alt { background: #fcfcfc url(Images/grid-alt.png) repeat-x top; }*/
/*.grid_tableStyle .pgr {background: #363670 url(Images/grid-pgr.png) repeat-x top; }*/
/*.grid_tableStyle .pgr table { margin: 3px 0; }*/
/*.grid_tableStyle .pgr td { border-width: 0; padding: 0 6px; border-left: solid 1px #666; font-weight: bold; color: #fff; line-height: 12px; }  */
/*.grid_tableStyle .pgr a { color: Gray; text-decoration: none; }*/
/*.grid_tableStyle .pgr a:hover { color: #000; text-decoration: none; }*/


/** Purchase Service Calculator Style **/
.calPurSer_lblDOBStyle {
    width: 110px;
}

.calPurSer_txtDOBStyle {
    width: 250px;
}

.calPurSer_txtBoxStyle {
    text-align: center;
    height: 17px;
    width: 40px;
    margin-left: 5px;
}

.calPurSer_ServicePeriodTitle {
    font-size: 13px !important;
    color: #5C813F;
    text-align: left;
    font-weight: bold;
}

    .calPurSer_ServicePeriodTitle.Second {
        font-size: 13px !important;
        color: #5C813F;
        text-align: left;
        padding-left: 17px;
        font-weight: bold;
    }

    .calPurSer_ServicePeriodTitle.Third {
        font-size: 13px !important;
        color: #5C813F;
        text-align: left;
        font-weight: bold;
    }

.calPurSer_UnpaidPeriodTitle {
    font-size: 10px !important;
    color: #5C813F;
    text-align: center;
}

.cal_resultPurchaseServiceMsgStyle {
    color: darkblue;
}

.calPurSer_hasChild {
    padding-left: 14.8em;
}
/******************                         ***********************/
/****************** End of Calculator Style ***********************/



button.accordion {
    background-color: #679146;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin: 4px 0px 4px 0px;
}

    button.accordion.active, button.accordion:hover {
        background-color: #507036;
    }

    button.accordion:after {
        content: '\002B';
        color: #fff;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

    button.accordion.active:after {
        content: "\2212";
    }

div.panel {
    padding: 0 18px;
    background-color: #fffaf0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    width: 96%;
}

.line-separator {
    background: #717171;
    border-bottom: 1px solid #313030;
    margin-bottom: 8px;
}

/********** START UPLOAD ERROR STYLE *******/
.spErrorMessage {
    border-bottom: 1px solid #ccc;
    background-color: #EFEFEF;
    padding: 2px;
    margin: 2px;
    clear: both;
}

.spErrorMessageSerial {
    color: red;
    padding: 5px;
    width: 45px !important;
    margin-right: 8px;
}

.mrgLeft {
    margin-left: 15px;
}

.mrgRight {
    margin-right: 15px;
}
/********** END UPLOAD ERROR STYLE *******/


/********** New Design *******/
.pnlNewDesign fieldset {
    border: 3px solid #4E6636;
    border-radius: 0px;
}

.pnlNewDesign legend {
    margin-left: 20px;
    font-weight: bold;
    color: #556428;
    padding: 0 8px 2px 8px;
}

.FontNewDesign {
    font-weight: bold;
    color: #556428;
}

.pnlNewDesign .tblNewDesign, .pnlNewDesign .pnlNewDesign, .pnlNewDesign .divNewDesign {
    padding: 0 5px 8px 5px;
}

.pnlNewDesign .tblNewDesign {
    width: 100%
}

.pnlNewDesign .VeryShortTextBoxNewDesign {
    width: 28px !important;
    border-color: #c5c5c5;
}

.pnlNewDesign .SmallTextBoxNewDesign {
    width: 45px !important;
    border-color: #c5c5c5;
}

.pnlNewDesign .ShortTextBoxNewDesign {
    width: 90px !important;
    border-color: #c5c5c5;
}

.pnlNewDesign .MediumTextBoxNewDesign {
    width: 111px !important;
    border-color: #c5c5c5;
}

.pnlNewDesign .MediumTextBoxNewDesign2 {
    width: 155px !important;
    border-color: #c5c5c5;
}

.pnlNewDesign .EntityTextBoxNewDesign {
    width: 143px !important;
    border-color: #c5c5c5;
}

.entityLong .LongEntityTextBoxNewDesign {
    width: 300px !important;
    border-color: #c5c5c5;
}

.pnlNewDesign .LongTextBoxNewDesign {
    width: 215px !important;
    border-color: #c5c5c5;
}

.pnlNewDesign .VeryLongTextBoxNewDesign {
    width: 270px !important;
    border-color: #c5c5c5;
}

.pnlNewDesign .RadComboBox {
    width: 115px !important;
    border-color: #c5c5c5;
}

.pnlNewDesign .MediumRadComboBox {
    width: 160px !important;
    border-color: #c5c5c5;
}

.pnlNewDesign .MediumRadComboBox2 {
    width: 219px !important;
    border-color: #c5c5c5;
}

.pnlNewDesign .LongRadComboBox {
    width: 270px !important;
    border-color: #c5c5c5;
}

.pnlNewDesign .rcbEntity {
    width: 147px !important;
    border-color: #c5c5c5;
}

.pnlNewDesign .DatePickerNewDesign {
    width: 119px !important;
    border-color: #c5c5c5;
    float:left;
}

.pnlNewDesign .LongDatePickerNewDesign {
    width: 152px !important;
    border-color: #c5c5c5;
}

.pnlNewDesign .SidePad12 {
    padding-left: 12px;
}

.pnlNewDesign .SidePad24 {
    padding-left: 24px;
}

.pnlNewDesign .SidePad55 {
    padding-left: 55px;
}

.pnlNewDesign .SideMargin23 {
    margin-left: 28px;
}

.ExistMemberNewDesign {
    width: 100%;
    margin-left: 30px;
    padding-bottom: 10px;
}

.borderNewDesign {
    border-bottom: 3px solid #638145;
    margin: 10px 35px 0 35px;
}

.pnlNewDesign .ruFileWrap {
    display: inline !important;
}

.pnlNewDesign .ruClear {
    float: none !important;
    margin-top: 1px !important;
}

.pnlNewDesign .ruFakeInput {
    width: 200px !important;
}

.pnlNewDesign .ruBrowse {
    margin-left: 4px !important;
}

.ButtonNewDesign {
    padding: 3px 13px;
    display: inline;
    float: right;
    background: #638145;
    color: white;
    margin: 10px 2px;
    border: 0px;
}

.ButtonNewDesignNotFloat {
    padding: 3px 13px;
    display: inline;
    background: #638145;
    color: white;
    margin: 10px 2px;
    border: 0px;
}

.val-summaryNew {
    border: 2px solid rgba(233, 30, 99, 0.48);
    border-radius: 5px;
    text-align: justify;
    padding: 0 10px;
    color: red;
    box-shadow: 0 0 4px 1.2px rgba(197, 197, 197, 0.57);
    margin: 0 7px;
}

    .val-summaryNew ul li {
        margin: 0 15px;
    }

.mainContent {
    float: left;
    margin-right: 20px;
    width: 65%;
    padding: 10px 10px;
}

.sContent {
    margin-bottom: 10px;
}

    .sContent .head {
        border-bottom: 3px solid #5d853e;
        padding-bottom: 2px;
    }

    .sContent .title {
        display: inline-block;
        font-weight: bold;
        padding: 0 10px;
        background-color: #5d853e;
        color: #fff !important;
        width: 30%;
        height: 30px;
    }

    .sContent .title2 {
        font-size: 13px;
        display: inline-block;
        font-weight: bold;
        padding: 0 10px;
        color: #444444 !important;
        width: 30%;
        height: 27px;
    }

    .sContent .body {
        padding: 10px;
    }

    .sContent .item {
        float: left;
        width: 32%;
        border-left: 3px solid #fff;
        height: auto;
        font-size: 0.85em;
        font-weight: bold;
        padding-left: 5px;
        margin: 3px 5px;
        margin-left: 4px;
        border-bottom: 2px solid #fff;
    }

    .sContent .item2 {
        float: left;
        width: 32%;
        border-left: 3px solid #fff;
        height: auto;
        font-size: 0.85em;
        font-weight: bold;
        padding-left: 5px;
        margin: 3px 5px;
        margin-left: 4px;
    }

    .sContent .item3 {
        float: left;
        width: 45%;
        border-left: 3px solid #fff;
        height: auto;
        padding-left: 5px;
        margin: 3px 5px;
        margin-left: 4px;
        border-bottom: 2px solid #fff;
    }

.sideContent {
    float: right;
    margin-right:5px;
    width: 29%;
    padding: 11px 0;
}


.vCard {
    margin-bottom: 10px;
    display: table;
    width: 100%;
}

    .vCard .head {
        color: #fff;
        background: #5d853e;
        font-size: 1.1em;
        font-weight: bold;
        padding: 5px 5px;
        min-height: 25px;
        margin: 0;
        border-bottom: 1px solid #fff;
    }

    .vCard .item {
        border-bottom: 1px solid #fff;
        height: 30px;
    }


        .vCard .item .subitem {
            float: right;
            width: 96%;
            border-left: 3px solid #5d853e;
            height: 30px;
            font-size: 0.88em;
            font-weight: bold;
            padding-left: 2px;
        }

.hCard {
    margin-bottom: 10px;
    background-color: #a2c18a;
    display: table;
    width: 100%;
}

    .hCard .head {
        color: #fff;
        background: #5d853e;
        font-size: 1.1em;
        font-weight: bold;
        padding: 5px 10px;
        min-height: 25px;
        margin: 0;
        border-bottom: 3px solid #fff;
    }

    .hCard .item {
        width: 30%;
        float: left;
        margin: auto 10px;
    }

        .hCard .item .subitem {
            float: right;
            width: 90%;
            border-left: 3px solid #5d853e;
            height: 30px;
            padding-left: 10px;
        }

.requiredforms {
    overflow: hidden;
    margin-top: 2px;
    padding-left:10px;
}
.requiredforms ol {
    padding-left: 20px;
}

.requiredforms li {
    float: left;
    width: 97%;
    border-left: 3px solid #fff;
    padding-left: 3px;
    border-top: 2px solid #fff;
    margin-top: -3px;
}

.tabGuideline .rtsLI {
    height: 40px;
    background-color: #5d853e;
    width: 180px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    box-shadow: inset 13px 11px 12px 0px #a2c18a;
    border-radius: 5px;
}

    .tabGuideline .rtsLI:hover, .tabGuideline .rtsLink:hover {
        background-color: #a2c18a;
        cursor: pointer;
    }

.tabGuideline .rtsLink {
    text-align: left !important;
    color: #fff;
    font-weight: bold;
    margin-top: 7px;
    padding-left: 0 !important;
}

.TabPage {
    border: none !important;
}

.subitem1 {
    float: left;
    width: 95%;
    border-left: 3px solid #5d853e;
    height: 30px;
    font-size: 0.88em;
    font-weight: bold;
    padding-left: 3px;
    margin: 5px auto;
}

.subitem2 {
    border-left: 3px solid #5d853e;
    height: 30px;
    font-size: 0.88em;
    font-weight: bold;
    padding-left: 3px;
    margin: 5px auto;
}

.flat-btn {
    background-color: #5d853e;
    height: 40px;
    width: 90%;
    color: #fff;
    font-weight: bold;
    margin: 15px 8px;
    border: none;
    cursor: pointer;
    box-shadow: 0 0 5px #183104;
    display: block;
    text-align: center;
}

    .flat-btn:hover {
        box-shadow: 0 0 #183104 !important;
    }

.panelBorder {
    border-right: solid 2px rgba(189, 189, 189, 0.5);
    border-left: solid 2px rgba(189, 189, 189, 0.5);
    border-bottom: solid 2px rgba(189, 189, 189, 0.5);
    padding: 0 6px 0 6px !important;
    margin-left: -6px;
}

.divLable {
    width:18%;
    height:45px;
}

.divValue {
    width:15%;
    height: 45px;
}

.divLable2 {
    width: 20%;
    height: 55px;
}

.divValue2 {
    width: 29%;
    height: 55px;
}


.divImage {
    padding-top:40px;
}

.divImage3 {
    padding-top: 60px;
}

.divBaseImage {
   width:181px;
   float:right;
}

.liTab {
    background-color: #a2c18a !important;
}


.modal-back {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 200;
    background-color: rgba(142, 139, 139, 0.33)
}

.modal-div {
    top:10%;
    position: fixed;
    left: 14%;
    width: 75%;
    z-index: 250;
    background: #fff;
    border: 2px solid #5d853e;
}

.modal-header {
    background: #5d853e;
    width: 99%;
    padding: 5px 4px;
    font-weight: bold;
    color: #fff;
    font-size: 1.7em;
    box-shadow: 0 0 12px #5d853e;
}

.happyFace, .normalFace, .sadFace {
    width: 128px;
    margin: 30px 20px 0 20px;
    height: 128px;
    display: inline-block;
    background-repeat: no-repeat;
    box-shadow: 0 0 5px #5d853e;
    border: 1px dashed #5d853e;
    cursor: pointer
}

.face {
    background-color: rgba(128, 128, 128, 0.52) !important;
}

.modal-footer {
    background: #5d853e;
    width: 99%;
    padding: 5px 4px;
    font-weight: bold;
    color: #fff;
    font-size: 1.7em;
    box-shadow: 0 0 12px #5d853e;
    overflow: auto;
}

.modal-footer-btn {
    float: right;
    background-color: #efeeee;
    width: 150px;
    height: 35px;
    border: none;
    font-weight: bold;
    text-align: center;
    margin: 0;
    font-size: 0.7em;
    color: #365220;
    cursor: pointer;
    margin-right: 5px;
}

.modal-footer-btn-div {
    border: 2px solid #5d853e;
    width: 90%;
    margin: 5px auto
}

    .modal-footer-btn-div:hover {
        border: none;
    }

.divError {
    padding: 10px 10px 10px 28px;
    border: 2px solid rgba(237, 28, 36, 0.37);
    margin: auto;
    text-align: justify;
    color: #ed1c24;
    background: #ffecec url(images/error.png) no-repeat 9px 50%;
    border-radius: 5px;
    box-shadow: 0 0 4px 1.2px rgba(197, 197, 197, 0.57);
    font-size: 12px;
    font-weight: bold;
    font-family: Tahoma;
}

.divSuccess {
    padding: 10px 10px 10px 28px;
    border: 2px solid rgba(115, 173, 33, 0.54);
    margin: auto;
    text-align: justify;
    color: #73ad21;
    background: #e9ffd9 url('images/success.png') no-repeat 9px 50%;
    border-radius: 5px;
    box-shadow: 0 0 4px 1.2px rgba(197, 197, 197, 0.57);
    font-size: 12px;
    font-weight: bold;
    font-family: Tahoma;
}

.btnCancel{
    position:absolute;
    top:358px;
    left:640px;
}

.rblContacts, .rblContacts label {
    padding-left: 10px;
}

.divNotifyMsg {
    padding: 10px 10px 10px 10px;
    border: 2px solid rgba(237, 28, 36, 0.37);
    margin: auto;
    text-align: justify;
    color: #444444;
    background: #ffecec 9px 50%;
    border-radius: 5px;
    box-shadow: 0 0 4px 1.2px rgba(197, 197, 197, 0.57);
    font-size: 12px;
    font-weight: bold;
    font-family: Tahoma;
}

.aspGridStyle {
    border: 2.5px solid #707070;
    text-align: center;
}

.aspGridStyle {
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    font-family: Calibri;
    color: #474747;
}

    .aspGridStyle th {
        padding: 4px 2px;
        color: #fff;
        background-color: #767561 !important;
        border-left: solid 2px #c1c1c1;
        font-size: 1.1em;
    }

    .aspGridStyle td {
        padding: 2px;
        border: solid 2px #c1c1c1; /*#525252; */
    }


    .aspGridStyle a {
        color: black;
        font-size: 15px;
    }

    .aspGridStyle span {
        background-color: #638145;
        color: white;
        padding: 2px 2px 2px 3px;
        font-weight: bold;
        font-size: 15px;
    }

    .aspGridStyle .rgPager table {
        float: right;
        margin: -2px 0;
    }

        .aspGridStyle .rgPager table tr td {
            border: none;
        }


.MemberRegistration .NamePaddingRight {
    padding-right: 120px;
}

.AddUnregisteredMember .NamePaddingRight {
    padding-right: 386px;
}