@import url("materializeHorizontal.css");
/* @import url('L001/consumer/theme/dashboard_accounts.css');
@import url('L001/consumer/theme/inputs_fund_transfer.css');
@import url('L001/consumer/theme/register_login.css');
@import url('L001/consumer/theme/account_details.css'); */

html {
    font-family: Tajawal-Medium, sans-serif, Arial !important;
    font-size: 14px;
    background-color: #fbfbfb !important;
    color: #231f20;
/*     height: 100%; */
}
body {
/*     min-height: 100%; */
    padding: 0;
    margin: 0;
/*     position: relative; */
/*     max-height: 100%; */
}

    body::after {
        content: '';
        display: block;
        /* height: 50px; */
    }
*:focus, textarea:focus, input:focus, a:focus, a:active {
    outline: none !important;
    box-shadow: none !important;
}

a {
    color: #7a1f17;
}

.a_ColorBlack {
    color: #231f20;
}
.stealthy {
  left: 0;
  margin: 0;
  max-height: 1px;
  max-width: 1px;
  opacity: 0;
  outline: none;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1;
} 


label {
    color: #636466;
}
.pb2percent{
	padding-bottom: 2% !important;
}
.pb3percent{
	padding-bottom: 3%;
}
.p_text,.p_text_lbl  {
    font-family: Tajawal-Medium, sans-serif, Arial;
    font-size: 14px;
    color: #231f20;
    margin: 0px 0px !important;
    padding: 0px;
    line-height: 20px;
}

.p_TextColorGray {
    color: #636466 !important;
}

.FontSize10px,.fs10,table td .fs10{
    font-size: 10px !important;
}

.p_text strong, .p_text .strong {
    font-size: 18px;
    color: #231f20 !important;
    font-family: Tajawal-Bold, sans-serif, Arial;
}

.p_text small {
    font-size: 12px;
}

.p_text lead,.p_text .lead {
    font-size: 16px;
    line-height: 22px;
}

.h1_text {
    color: #231f20;
    font-size: 22px;
    margin: 0px;
    padding: 0px;
    font-family: Tajawal-Bold, sans-serif, Arial;
}

.h2_text {
    color: #231f20;
    font-family: Tajawal-Bold, sans-serif, Arial;
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    text-transform: unset;
}

    .h2_text span {
        font-size: inherit;
    }

    .h2_text b {
        font-size: 16px;
    }

.h3_text {
    color: #231f20;
    font-size: 22px;
    font-family: Tajawal-Medium, sans-serif, Arial;
    margin: 0px;
    padding: 0px;
}

.bm_fontFamily_Medium {
    font-family: Tajawal-Medium, sans-serif, Arial;
}

.h5_text,.h5_text h5  {
    color: #231f20;
    font-family: Tajawal-Bold, sans-serif, Arial !important;
    margin: 0px;
    padding: 0px;
    font-size: 24px !important;
}



.h6_text {
    color: #636466;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    font-family: Tajawal-Medium, sans-serif, Arial;
    line-height: 24px;
}

.btn {
    font-family: Tajawal-Bold, sans-serif, Arial;
}

b,.bold {
    font-family: Tajawal-Bold, sans-serif, Arial !important;
    font-weight: normal;
}

small {
    font-size: 80%;
}

.clear {
    clear: both;
}

.clear5 {
    clear: both;
    height: 5px;
}

.clear10 {
    clear: both;
    height: 10px;
}

.clear20 {
    clear: both;
    height: 20px;
}

.clear30 {
    clear: both;
    height: 30px;
}

.clear40 {
    clear: both;
    height: 40px;
}

.clear50 {
    clear: both;
    height: 50px;
}

.container {
    /* width: 90% !important; */
}
.termsncdnwrapper .container,.logout-body-style .container,.offers.container{
     width: 90% !important; 
}
.logout-body-style .container{
margin-bottom: 70px !important;
}

.no-padding {
    padding: 0px !important;
    margin: 0px !important;
}

.padding_bottom0px {
    padding-bottom: 0px !important;
}

.margin_bottom0px {
    margin-bottom: 0px !important;
}

.margin_Top0px {
    margin-top: 0px !important;
}
/*=============  Edit Materialize css Start==============*/
.waves-effect.waves-light .waves-ripple {
    background-color: rgba(0, 0, 0, 0.20);
}


nav ul a {
    font-size: 12px;
    font-family: Tajawal-Bold, sans-serif, Arial;
}

.tabs .indicator {
    background-color: #7a1f17;
    width: 50px;
    margin: 0 auto;
    height: 4px;
}

.tabs .tab a.active, .tabs .tab .tablink.active,.tabs .tab .tablink.active .link_tab {
    color: #7a1f17;
    font-weight: bold;
}
.tabs .tab .tablink .link_tab{
	padding: 0 !important;
}
.tabs .tab .tablink.active:after, .tabs .tab a.active:after {	
    position: absolute;
    content: '';
    height: 4px;
    bottom: 0px;
    margin: 0 auto;
    right: 0;
    left: 0;
    width: 50px;
    background: #7a1f17;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
	}
.tabs .tab .tablink:hover, .tabs .tab .a:hover {
    color: #7a1f17;
}

hr {
    border: none;
    border-bottom: 1px solid #ccc;
}

[type="checkbox"].filled-in:not(:checked) + label::after {
    border: 1px solid #666;
    width: 15px;
    height: 15px;
    top: 5px;
}

[type="checkbox"].filled-in:checked + label::after {
    border: 1px solid #7a1f17;
    background-color: #7a1f17;
    width: 15px;
    height: 15px;
    top: 5px;
}


[type="checkbox"].filled-in:disabled:checked + label::before {
    background-color: transparent;
    top: 5px;
}

[type="checkbox"].filled-in:checked + label::before {
    width: 6px;
    height: 10px;
    top: 5px;
}

[type="checkbox"] + label small {
    margin-top: 0px;
    float: right;
}

input:not([type]):focus:not([readonly]) + label,
input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label,
input[type=url]:not(.browser-default):focus:not([readonly]) + label,
input[type=time]:not(.browser-default):focus:not([readonly]) + label,
input[type=date]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
input[type=number]:not(.browser-default):focus:not([readonly]) + label,
input[type=search]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
    color: #231f20;
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #dbae27;
    -webkit-box-shadow: 0 1px 0 0 #dbae27;
    box-shadow: 0 1px 0 0 #dbae27;
}

[type="radio"]:not(:checked) + label::before, [type="radio"]:not(:checked) + label::after {
    border: 1px solid #636466;
    padding-right: 30px;
    font-size: 16px;
    color: #231f20;
}

[type="radio"] + label::before, [type="radio"] + label::after {
    width: 18px;
    height: 18px;
    transition: .15s ease;
    margin: 3px 0px;
}

.brdr1px,[type="radio"]:checked + label::after, [type="radio"].with-gap:checked + label::before, [type="radio"].with-gap:checked + label::after {
    border: 1px solid #7a1f17;
}

[type="radio"]:checked + label::after, [type="radio"].with-gap:checked + label::after {
    background-color: #7a1f17;
}

[type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
    padding-right: 30px;
    font-size: 16px !important;
    color: #231f20;
}

[type="radio"].with-gap:checked + label::after {
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
}

.select-wrapper + label {
    font-size: 12px;
}

.select-wrapper input.select-dropdown,.bb1px {
    border-bottom: 1px solid #ccc;
}

.dropdown-content {
    top: 100% !important;
}

.input-field label:not(.label-icon).active {
    -webkit-transform: translateY(-14px);
    transform: translateY(-14px);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    font-size: 12px !important;
}

input:not([type]), input[type="text"]:not(.browser-default), input[type="password"]:not(.browser-default), input[type="email"]:not(.browser-default), input[type="url"]:not(.browser-default), input[type="time"]:not(.browser-default), input[type="date"]:not(.browser-default), input[type="datetime"]:not(.browser-default), input[type="datetime-local"]:not(.browser-default), input[type="tel"]:not(.browser-default), input[type="number"]:not(.browser-default), input[type="search"]:not(.browser-default), textarea.materialize-textarea {
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    font-family: Tajawal-Bold, sans-serif, Arial !important;
    height: 36px;
}

table.bordered > tbody > tr {
    border-top: 1px solid #ccc;
    border-bottom: none;
}

table.bordered > thead > tr {
    border: none;
}

td, th {
    padding: 8px 10px;
    font-size: 12px;
}

.switch label .lever {
    width: 56px;
    height: 26px;
    background-color: #F79FA1;
    float: right;
}

    .switch label .lever::after {
        background-color: #7a1f17;
        box-shadow: none;
    }

    .switch label .lever::before, .switch label .lever::after {
        right: 3px;
        top: 3px;
    }

.switch label input[type="checkbox"]:checked + .lever::before, .switch label input[type="checkbox"]:checked + .lever::after {
    right: 33px;
}

.switch label {
    color: #231f20;
    font-size: 12px;
}

    .switch label input[type="checkbox"]:checked + .lever {
        background-color: #ffd771;
    }

        .switch label input[type="checkbox"]:checked + .lever::after {
            background-color: #dbae27;
        }

.dropdown-content li > a, .dropdown-content li > span {
    font-size: 14px;
    color: #2e3039;
    line-height: 22px;
    padding: 10px 10px;
}

.dropdown-content li {
    min-height: unset;
}

.pagination li a {
    color: #2e3039;
    font-size: 14px;
    padding: 0 5px;
}

    .pagination li a img {
        margin-top: 7px;
    }

.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating) {
    text-transform: none;
}

.dropdown-button i {
    margin-right: 0px;
    font-size: 18px !important;
}

input.valid:not([type]), input.valid:not([type]):focus, input[type="text"].valid:not(.browser-default), input[type="text"].valid:not(.browser-default):focus, input[type="password"].valid:not(.browser-default), input[type="password"].valid:not(.browser-default):focus, input[type="email"].valid:not(.browser-default), input[type="email"].valid:not(.browser-default):focus, input[type="url"].valid:not(.browser-default), input[type="url"].valid:not(.browser-default):focus, input[type="time"].valid:not(.browser-default), input[type="time"].valid:not(.browser-default):focus, input[type="date"].valid:not(.browser-default), input[type="date"].valid:not(.browser-default):focus, input[type="datetime"].valid:not(.browser-default), input[type="datetime"].valid:not(.browser-default):focus, input[type="datetime-local"].valid:not(.browser-default), input[type="datetime-local"].valid:not(.browser-default):focus, input[type="tel"].valid:not(.browser-default), input[type="tel"].valid:not(.browser-default):focus, input[type="number"].valid:not(.browser-default), input[type="number"].valid:not(.browser-default):focus, input[type="search"].valid:not(.browser-default), input[type="search"].valid:not(.browser-default):focus, textarea.materialize-textarea.valid, textarea.materialize-textarea.valid:focus, .select-wrapper.valid > input.select-dropdown {
    border-bottom: 1px solid #231f20;
    box-shadow: unset;
}

.z-depth-1-half, .btn:hover, .btn-large:hover, .btn-floating:hover {
    box-shadow: 0 3px 3px 0 #ccc;
}

[type="checkbox"] + label {
    padding-right: 25px;
}
.tblhdrchkbox [type="checkbox"] + label {
    padding-right: 15px;
    margin-left: 10px;
}
/*=============  Edit Materialize css End==============*/
.required {
    color: red;
}

.bm_customIconDiv {
    float: right;
    margin-left: 10px;
}

.brand-logo {
    width: 150px;
    top: 5px;
}

.bm_HeaderRightMenu img {
    float: right;
    margin-top: 23px;
    margin-left: 10px;
}

.navbar-fixed nav {
    background-color: #7a1f17;
    box-shadow: none;
    z-index: unset;
    position: relative;
}
.mt-50{
	margin-top:50px;
	}
.max-w-264
{
	max-width:264px;
}
.min-w-150
{
	min-width:150px;
}
.min-w-150
{
	min-width:150px;
}
.bm_LoginBg {
    width: 100%;
    float: right;
    height: 370px;
    background: url('../images/bmImages/logiBg.png') no-repeat center top;
    background-size: cover;
    position: absolute;
    z-index: -1;
}

.bm_LoginBg_Content {
    margin-top: 20px;
    position: relative;
}

.card_BorderBootom {
    border-bottom: 5px solid #dbae27 !important;
}

.card {
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
}

    .card .card-action:last-child {
        border-radius: 0 0 5px 5px;
    }

.bm_btnSmallHight {
    padding: 8px 8px 7px 8px !important;
    font-size: 14px;
}

.bm_btnMaxWidth100 {
    max-width: 120px;
}
.bm_btnMaxWidth150 {
    max-width: 150px;	
}

.bm_btnCustomRedFullWidth {
     width: calc(100% - 10px);
    border-radius: 25px;
    box-shadow: none;
    line-height: 20px;
    padding: 7px 8px 7px 8px;
    height: auto;
    background: rgb(239,42,66); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(239,42,66) 0%, rgb(189,34,52) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgb(239,42,66) 0%,rgb(189,34,52) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgb(239,42,66) 0%,rgb(189,34,52) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a1f17', endColorstr='#7a1f17',GradientType=0 ); /* IE6-9 */
	 background-clip: padding-box;
}

.bm_btnCustomWhiteFullWidth {
     width: calc(100% - 10px);
    border-radius: 25px;
    box-shadow: none;
    background-color: #fff !important;
    background-image: none;
    color: #7a1f17;
    border: 1px solid #7a1f17;
    line-height: 20px;
    padding: 6px 8px 6px 8px;
    height: auto;
}

    .bm_btnCustomWhiteFullWidth:hover {
        background-color: #fff;
		 color: #7a1f17;	
    }
.bm_btnCustomWhiteBigHeight {
    padding: 10px 8px 8px 8px;
}

.bm_WelcomeBoxBootomText {
    width: 100%;
    float: right;
    padding-right: 30px;
    position: relative;
}

.bm_WelcomeBoxBootomTextImg {
    position: absolute;
    right: 0;
    top: 10px;
}

.bm_EtihadAirways_offerMainDiv,.w100left {
    width: 100%;
    float: right;
}

.bm_EtihadAirways_offerIcon {
    float: left;
    width: 30%;
}

    .bm_EtihadAirways_offerIcon img {
        float: left;
    }

.bm_EtihadAirways_offerMainDivText {
    width: 70%;
    float: right;
    padding-top: 10px;
}

    .bm_EtihadAirways_offerMainDivText h3 {
        min-height: 45px;
    }

.bm_EtihadAirways_offerMainDivText1 h3 {
    min-height: unset;
}

.bm_EtihadAirways_offerMainDivText1 {
    padding-top: 0px;
}

.bm_WelcomeBoxRight {
    min-height: 170px;
}



.bm_WelcomeBoxRightMain {
    margin-top: 177px;
}

.bm_LoginContentTextBottom {
    width: 85%;
    float: right;
    padding-right: 30px;
    position: relative;
}

    .bm_LoginContentTextBottom p {
        line-height: 14px;
        font-size: 10px;
        color: #231f20;
    }

        .bm_LoginContentTextBottom p span {
/*             text-decoration: underline; */
            color: #231f20;
        }

.bm_LoginNortonLogo {
    width: 90px;
    float: left;
}
.bm_LoginNortonLogo img {
    width: 100%;
}
.page-footer {
    padding: 12px 0px;
    color: #fff;
    background-color: #333333;
    border-top: 5px solid #7a1f17;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
}
.bm_Footer_Left {
    float: right;
    width: 100%;
    max-width: 280px;
}
.page_footer_MarginTop {
    width:100%;
    float:right;
    height:50px;
}

    .bm_Footer_Left p a {
        color: #fff;
        padding: 0px 7px;
    }

.page-footer p {
    color: #fff !important;
    font-size: 12px;
    margin:0px !important;
}

.bm_Footer_Right {
    width: 100%;
    float: left;
    max-width: 350px;
}

.bm_CustomTextboxFull {
    width: 100%;
    float: right;
}

.bm_CustomTextboxWithIcon input {
    padding-right: 10% !important;
    width: 90% !important;
    background-position: 5px center;
}

.bm_CustomTextboxWithIcon label {
    right: 10%;
}

.bm_UserIdIcon {
    background: url('../images/bmImages/person.png') no-repeat;
}

.bm_PasswordIcon {
    background: url('../images/bmImages/lock.png') no-repeat;
}

.WatchDemoVideoMainDiv {
    margin: 0 auto;
    width: 100%;
    max-width: 160px;
}

    .WatchDemoVideoMainDiv a {
        color: #636466;
        float: right;
        font-size:12px;
    }

.WatchDemoVideoImg {
    margin-left: 10px;
    float: right;
    margin-top: 0px;
}

/* ranjana  for login*/
.watermark_ShadowBoxCard {
    background: url(../images/bmImages/mthq_wtmk.png) no-repeat left;
    background-size: contain;
}
/* ranjana */
.bm_LoginBoxCard {
    background: url('../images/bmImages/cards_opacity.png') no-repeat left top;
}

.bm_LoginBoxTransfer {
    background: url('../images/bmImages/transfer_opacity.png') no-repeat left top;
}

.bm_LoginBoxp_banking {
    background: url('../images/bmImages/p_banking_opacity.png') no-repeat left top;
}

.bm_LoginBoxRightIcon {
    margin-top: 35px;
    width: 100%;
    float: right;
    height: 60px;
}

.bm_LoginBoxRightText {
    width: 100%;
    min-height: 122px;
    margin-bottom: -15px;
}

    .bm_LoginBoxRightText p {
        line-height: 14px;
    }

    .bm_LoginBoxRightText h2 {
        min-height: 45px;
    }

.line_height16 {
    line-height: 16px;
}

.bm_HederBottomMenu {
    width: 100%;
    position: relative;
    top: 0px;
    right: 0;
    background-color: #fff;
    box-shadow: 0px 5px 10px #eaeaeb;
    z-index: unset;
}

    .bm_HederBottomMenu .button-collapse {
        display: none;
    }

.bm_HederBottomMenuWeb {
    width: 100%;
    float: right;
    margin: 0px;
    padding: 0px;
}
.breadcrumb-block{
   display:none;	
}

    .bm_HederBottomMenuWeb li {
        float: right;
        margin: 0px;
    }

        .bm_HederBottomMenuWeb li a {
            color: #231f20;
            padding: 15px 25px;
            width: 100%;
            float: right;
            font-size: 14px;
        }

            .bm_HederBottomMenuWeb li a:hover {
                background-color: #eaeaeb;
                color: #7a1f17;
            }

            .bm_HederBottomMenuWeb li a.active {
                background-color: #eaeaeb;
                color: #7a1f17;
            }

            .bm_HederBottomMenuWeb li a i.right {
                margin-right: 2px;
                margin-top: 0px;
                line-height: 20px;
            }

    .bm_HederBottomMenuWeb .dropdown-content {
        width: 100% !important;
        right: 0 !important;
        top: 51px !important;
        background-color: #eaeaeb;
        padding: 0% 5%;
        box-shadow: none;
    }

        .bm_HederBottomMenuWeb .dropdown-content li {
            width: auto;
            clear: none;
            margin: 0px;
        }


.breadcrumb {
    font-size: 12px;
    color: #636466;
}

    .breadcrumb::before {
        font-size: 16px;
        color: #636466;
        margin: -1px -4px 0 0px;
    }

    .breadcrumb:last-child {
        color: #636466;
        font-weight: 600;
    }

.bm_navbarWithBotomMenu {
    height: auto;
    background-color: #fff;
    margin-bottom: 10px;
    position: fixed;
    top: 0;
    width:100%;
}

.bm_AccountDetailsMainDiv {
    /*width: 100%;*/
    float: right;
    padding: 0px 0px 0px 30px;
    position: relative;
}

    .bm_AccountDetailsMainDiv a {
        color: #231f20;
        text-decoration: underline;
    }

.bm_LockIconDashboard {
    width: 12px;
}

.bm_FavAccount {
    width: 17px;
    position: absolute;
    left: 0;
    top: 3px;
}

.bm_FavAccount p.p_text, .bm_AccountDetailsMainDiv p.p_text,
.pfiedrpctr .labelcolumncombosmall {
	margin-top: 0px !important;
}

.bm_MiniStatementBtn{
	padding: 8px 20px;
}
    .bm_FavAccount img {
        width: 100%;
    }

.bm_AccountDetailsMainDiv .bm_BtnCustom1 {
    margin-top: 5%;
    float: left;
}
.bm_MiniStatementBtnMaxWidth150 {
   max-width:150px;
   float:left;
}
.bm_MiniStatementBtn, .bm_MiniStatementBtn input{
    font-size: 10px !important;
    line-height: 12px;
}
 
.bm_MiniStatementBtn{
	/* padding: 10px 8px 8px 8px !important; */
	word-wrap: normal;
}
.ww-bw{ 
word-wrap: break-word;
}

.bm_MiniStatementBtnBig, .is_Big_Arabic {
    padding: 14px 5px 12px 5px;
}


.bm_AddImgRight {
    width: 100%;
    border-radius: 10px;
    margin: 0.5rem 0 1rem 0;
}

.bm_DownloadDetailsMainDiv {
    float: left;
    width: 100%;
    max-width: 250px;
    margin-top: 10px;
    margin-left: 15px;
}

    .bm_DownloadDetailsMainDiv p {
        float: left;
        margin: 9px 0px 0px 0px !important;
    }

    .bm_DownloadDetailsMainDiv a {
        float: left;
        margin: 0px 10px 0px 0px;
    }

.bm_DownloadDetailsIcons {
    float: left;
    width: 100px;
}

.bm_offerImgTop {
    margin-top: 15px !important;
}

.side-nav .collapsible-header, .side-nav.fixed .collapsible-header {
    padding: 0 32px;
}

.side-nav li > a > i, .side-nav li > a > [class^="mdi-"], .side-nav li > a li > a > [class*="mdi-"], .side-nav li > a > i.material-icons {
    float: left;
    margin: 0px;
}

.bm_HeaderRightMenuMobile {
    position: absolute;
    bottom: unset;
    top: 0px;
    padding-top: 0px;
    width: 50px;
    float: left;
    display: none;
}

    .bm_HeaderRightMenuMobile .btn {
        box-shadow: none;
        float: left;
    }

    .bm_HeaderRightMenuMobile ul {
        top: 64px;
        bottom: unset;
        background-color: #fff;
        padding: 10px 20px;
        box-shadow: 0px 0px 10px #ccc;
        width: 250px;
        left: 0px;
        position: absolute;
        right: unset;
    }

        .bm_HeaderRightMenuMobile ul li {
            width: 100%;
            float: right;
            margin: 0px;
        }

            .bm_HeaderRightMenuMobile ul li + li {
                border-top: 1px solid #ccc;
            }

            .bm_HeaderRightMenuMobile ul li a {
                text-align: right;
                line-height: 24px;
                padding: 10px;
                color: #636466;
            }

                .bm_HeaderRightMenuMobile ul li a:hover {
                    background-color: #fff;
                }

                .bm_HeaderRightMenuMobile ul li a img {
                    margin-top: 2px;
                }

.bm_TroubleLoggingText {
    margin-top: -12px;
    font-size: 11px;
    z-index: 1;
    position: relative;
}
#wrapper_RACCS ul li:last-child,
.bm_Apply_for_IconDIv,#mega_menu ul ul li.acc-menu-last-li {
    float: left !important;        
}
#wrapper_RACCS ul li:last-child a,
    .bm_Apply_for_IconDIv a,#mega_menu ul ul li.acc-menu-last-li a {
     color: #7a1f17 !important;
    font-size: 14px !important;
   
    font-family: Tajawal-Bold, sans-serif, Arial !important;
    padding-right: 50px;
   
    }
	    #wrapper_RACCS ul li:last-child a:before,
#mega_menu ul ul li.acc-menu-last-li a:before{
	    background: url(../images/bmImages/Apply_for_Icon.png) no-repeat right center;
    position: absolute;
    width: 30px;
    height: 25px;
    content: "";
    right: 10px;
    top: 7px;
	transform: scaleX(-1);
}
.bm_CardSmallPadding {
    padding: 10px 24px !important;
}

.bm_CardTopBottomPaddingNone {
    padding: 0px 24px !important;
}

.bm_CardBigPadding {
    padding: 20px 10% 0px 10% !important;
}
.avlbalpadding.bm_CardBigPadding{
  padding: 20px 8% 0px 8% !important;
}
.bm_CardBigPadding2 {
    padding: 15px 10% !important;
}
.bm_SubMenuOpen {
    display: block !important;
    opacity: 1 !important;
}

.bm_DemoTabLeft {
    height: auto;
    overflow: unset;
    float: right;
    display: unset;
    white-space: unset;
}

    .bm_DemoTabLeft .indicator {
        display: none;
    }

    .bm_DemoTabLeft .tab {
        float: right;
        width: 100%;
        height: auto;
        line-height: unset;
        position: relative;
    }

        .bm_DemoTabLeft .tab a {
            text-align: right;
            color: #2e3039 !important;
            text-transform: none;
            padding: 10px 70px 10px 10px;
            overflow: visible;
            min-height: 70px;
            display: flex;
            float: right;
            border-bottom: 5px solid #fff;
        }

            .bm_DemoTabLeft .tab a.active {
                box-shadow: 0px 10px 20px #e2e2e2 !important;
                border-bottom: 5px solid #dbae27;
            }

            .bm_DemoTabLeft .tab a img {
                position: absolute;
                right: 10px;
                top: 50%;
                margin-top:-18.50px;
            }

.bm_DemoTabRight {
    float: right;
    width: 100%;
    box-shadow: 0px 0px 5px #ccc;
    padding: 15px;
    border-radius: 5px;
}

.bm_DemoPageBg {
    position: relative;
    height: auto;
    padding: 30px 0px 20px 0px;
    z-index: 0;
}

.bm_BlackLinkWithIcon {
    float: right;
    color: #231f20;
    font-size: 16px;
    margin-top: -30px;
    font-weight: bold;
}

    .bm_BlackLinkWithIcon .material-icons {
        float: right;
    }

.bm_creatLoginText {
    max-width: 230px;
}

.bm_DotMain {
    width: 70px;
}

.bm_DotGray {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ccc;
    float: right;
    margin: 6px;
}

.bm_DotRedActive {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #7a1f17;
    float: right;
    margin: 5px 6px;
}

.bm_RegisterCardMain {
    max-width: 500px;
    margin: 0 auto;
}

.bm_RegisterCardMain input[type="text"]:not(.browser-default) {
     margin-bottom:10px;
}

.has_resend_otp_link input:disabled {
    color: #999999 !important;
}

.bm_FormFlowStepMain {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 10px;
}

.bm_FormFlowStepLeft {
    width: 50%;
    float: right;
    text-align: center;
    position: relative;
}

    .bm_FormFlowStepLeft a {
        width: 100%;
        float: right;
    }

        .bm_FormFlowStepLeft a:hover {
            text-decoration: underline;
        }

    .bm_FormFlowStepLeft.active .bm_FormFlowStepLeftICon {
        border: 2px solid #7a1f17;
        color: #7a1f17;
    }

    .bm_FormFlowStepLeft p {
        font-size: 12px;
        color: #636466 !important;
    }

    .bm_FormFlowStepLeft.active p {
        color: #7a1f17 !important;
        font-weight: bold;
        font-size: 14px;
    }

    .bm_FormFlowStepLeft.Success p {
        font-weight: normal;
        font-size: 12px;
    }

.bm_FormFlowStepLeftICon {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    margin-bottom: 10px;
    border: 1px solid #636466;
    border-radius: 50%;
    text-align: center;
    padding: 4px;
    color: #636466;
}

.bm_FullWidth100 {
    width: 100%;
    float: right;
}

.bm_FormFlowStepLine {
    width: 60%;
    height: 1px;
    margin: 0 auto;
    background-color: #636466;
    position: absolute;
    left: -30%;
    top: 15px;
}

.bm_FormFlowStepLeft.Success .bm_FormFlowStepLine {
    background-color: #7a1f17;
}

.select-wrapper span.caret,.ser-req-title-img-ctr {
    display: none;
}


/*===========    Soumy Css Start ============*/
.bm_passwordlock {
    float: right;
    margin-right: 2px;
}


.bm_passwordlock_text {
    float: right;
    margin-right: 15px;
    margin-top: 2px;
}

.bm_charinput {
    float: right;
    margin-right: 33px;
    width: 30%;
}

.bm_captchca_main {
    display: inline-block;
}

.bm_captcha {
    float: right;
    margin-right: 35px;
    margin-top: 20px;
}

.bm_refreshsIcon {
    float: right;
    margin-right: 25px;
    margin-top: 20px;
}

    .bm_refreshsIcon img {
        width: 15px;
    }

.card_footer_bg {
    background-color: #fafafa !important;
}

.bm_AccountSummeryText p {
    color: #636466 !important;
    font-size: 16px;
    margin: 5px 0px !important;
}

   .bm_AccountSummeryText p b ,.c231f20 {
        color: #231f20 !important;
    }
.bm_passwordlockMain {
    position:relative;

}
.bm_passwordlock {
    position: absolute;
    right: 0;
}


.bm_passwordlock_text {
    float: right;
    margin-right: 25px;
    margin-top: 2px;
}


.bm_captcha {
    float: right;
    margin-right: 0px;
    margin-top: 10px;
}

.bm_refreshsIcon {
    float: left;
    margin-right: 0px;
    margin-top: 10px;
}

    .bm_refreshsIcon img {
        width: 15px;
    }


.bm_card_row {
    position: relative;
    padding: 0px 40px 0px 0px;
}

    .bm_card_row p {
        color: #636466 !important;
    }

.bm_card_icon {
    position: absolute;
    right: 0px;
}


.bm_flag_icon {
    float: right;
    margin-top: 0px;
}


.bm_flag_text {
    float: right;
    margin-right: 15px;
}


.bm_flagrow label {
    float: right;
    height: auto !important;
}



.bm_flag_right_text {
    float: right;
    margin-right: 5px;
    margin-top: 41px;
}

.bm_flagrow label::before {
    margin-top: 20%;
}

.bm_currency_DropDown {
    width: 45%;
    float: right;
    margin-right: 10%;
    margin-top: 18px;
    max-width: 100px;
}

    .bm_currency_DropDown .select-dropdown {
        border-bottom: none !important;
        font-size: 20px !important;
    }

    .bm_currency_DropDown .bm_SelectArrow {
        top: 7px;
        font-size: 30px;
    }

.bm_currency_TextBox {
    font-size: 20px !important;
}

    .bm_currency_TextBox input {
        height: 45px !important;
    }

    .bm_currency_TextBox label {
        font-size: 20px;
    }

        .bm_currency_TextBox label:not(.label-icon).active {
            font-size: 16px !important;
        }

.bm_currency_flag_icon {
    width: 62px;
    float: right;
    max-width: 85px;
    margin-left: 11px;
    border:1px solid #ccc;
    overflow: hidden;
    height: 42px;
    border-radius: 10px;
    margin-top: 4px;
}
.bm_currency_flag_icon a{
	color: white;
	font-size: 0px;
}
.bm_currency_flag_icon a.flag{
          right: -2px;
          font-size: 0px;
          color: white;
          border: 0px;
          position: relative;
          top: -12px;
}
.ccFromCountry input.disablePointerEvents{
	color: #000000 !important;
}
.bm_SelectArrow2 {
    position: absolute;
    left: 0;
    top: 9px;
    right: 40px;
    color: #7a1f17;
}

.bm_arrow_text {
    width: 50%;
    float: right;
    margin-right: 1%;
    margin-top: 47px;
}

    .bm_arrow_text input.select-dropdown {
        border-bottom: none;
    }

.bm_both_arrow_icon {
    margin-top: 80px;
}

.bm_flagMainRow {
    float: right;
    margin-bottom: 1%;
}

.bm_detailed_arrow_text {
    width: 50%;
    float: right;
    margin-right: 132px;
    margin-top: -61px;
}


    .bm_detailed_arrow_text input.select-dropdown {
        border-bottom: none;
    }

.bm_detailed_accountNo {
    float: right;
    margin-right: 5px;
}

.bm_myprofile_textarea {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.bm_myprofile_meterilize,.bbnone {
    border-bottom: none !important;
}

.bm_Own_Account_ShadowBoxCard {
    background: url('../images/bmImages/Within-Own-Account_Shadow.png') no-repeat left bottom;
}


.bm_bank_muscat_ShadowBoxCard {
    background: url('../images/bmImages/Within-bank-muscat_Shadow.png') no-repeat left bottom;
}


.bm_Oman_shadowBoxCard {
    background: url('../images/bmImages/Within--Oman_shadow.png') no-repeat left bottom;
}


.bm_Speed_Transfer_ShadowBoxCard {
    background: url('../images/bmImages/Speed-Transfer_Shadow.png') no-repeat left bottom;
}


.bm_International-Fund-Transfers_shadow_ShadowBoxCard {
    background: url('../images/bmImages/International-Fund-Transfers_shadow.png') no-repeat left bottom;
}


.bm_Add-Funds-to-Mobile-Wallet_Shadow_ShadowBoxCard {
    background: url('../images/bmImages/Add-Funds-to-Mobile-Wallet_Shadow.png') no-repeat left bottom;
}

.bm_ComposeMainTab {
    float: left;
    position: absolute;
    top: 2px;
    left: 0px;
    min-width: 150px;
}

.bm_ComposeMain {
    color: #7a1f17 !important;
    float: left;
    font-size: 12px !important;
}

.bm_ComposMainImage {
    float: right;
    margin-top: 10px;
    margin-left: 5px;
}

.bm_MailIcon {
    float: right;
    margin-top: 3px;
    margin-right: 20px;
}


.bm_Rearrange {
    width: 100px;
    color: #7a1f17;
    float: left;
    margin-top: 0px;
    margin-right: 16px;
}

.bm_pagination {
    float: left;
    margin: -5px 0px 5px 0px;
    width: 200px;
    text-align: left;
}

    .bm_pagination li {
        border-radius: 0px;
    }

.bm_paginationTextBorderBottom {
    border-bottom: 1px solid #ccc;
}

.bm_printText {
    float: right;
    margin-top: 5px;
    margin-left: 5px;
}


.bm_printIcon {
    float: right;
    margin-right: 5px;
    width: 30px;
}

.bm_crossIcon {
    float: left;
    position: relative;
    top: -10px;
    left: 0px;
}


.bm_TableRowBackgroundColor {
    background-color: #fafafa;
    border: 1px dashed #ccc !important;
}

.bm_TableRowBackgroundColor1 {
    background-color: #fafafa;
}

.bm_MailReadBackgroundColor {
    background-color: #fafafa;
}






/*===========    Soumy Css End ============*/
.bm_SelectArrow {
    position: absolute;
    left: 0;
    top: 13px;
    color: #7a1f17;
}

.bm_CardFooterUL {
    width: 100%;
}

    .bm_CardFooterUL li {
        list-style: disc !important;
        padding-right: 5px;
        margin-right: 15px;
        color: #636466;
    }

        .bm_CardFooterUL li p {
            font-size: 12px;
            margin: 0px !important;
            line-height: 18px;
            color: #636466;
        }

.bm_card_footer_Info_icon {
    margin: 3px 0px 3px 15px;
    float: right;
}

.bm_FormFlowStepLeftCheckICon {
    background-color: #7a1f17;
    color: #fff !important;
    padding: 4px;
}
.bm_FormFlowStepLeftCheckICon img {
   width:100%;
}

.bm_ChechIconGreenTransaction_Successfully {
    float: right;
    margin-left: 10px;
}

.bm_PrintIconMainDiv {
    width: 90px;
    float: left;
}

    .bm_PrintIconMainDiv p {
        float: right;
    }

    .bm_PrintIconMainDiv img {
        float: left;
    }

.bm_CustomTabMain {
    box-shadow: 0px 3px 5px #ccc;
    float: right;
    border-radius: 5px 5px 0px 0px;
    height: auto;
}

        .bm_CustomTabMain .tab a,.bm_CustomTabMain .tab .tablink {
        color: #636466;
        text-transform: capitalize;
        font-size: 16px;
        position: relative;
    }

    .bm_CustomTabMain.tabs-fixed-width .tab {
         -webkit-box-flex: inherit;
        -webkit-flex-grow: inherit;
        -ms-flex-positive: inherit;
        flex-grow: inherit;
        width: auto;
		 background-color: transparent;
    }

.bmCustomTableOuterDiv {
    width: 100%;
    float: right;
    overflow-x: auto;
	
}
.bmCustomTableOuterDiv table,.die-tbl{
	border: 1px solid #959595;
}

.bmCustomTableOuterDiv table tbody td{
	padding: 8px 10px !important;
}
.bmCustomTableOuterDiv table thead th{
	padding: 10px 10px !important;
}
.bmCustomTableOuterDiv .tableoverflowwrapperhw,.bmCustomTableOuterDiv .die-tbl table{
	border: 0px !important;
	margin:0 !important;
}
.bmCustomTableOuterDiv .simpletext{
	font-size: 12px !important;
	
}
.bmCustomTableOuterDiv .grid-action-btn a{
	font-size: 11px !important;
}
#ParentDiv_RetailUserDashboardUX5_W96__1,
.bm-table-custom table tbody tr:nth-child(2), .bmCustomTableOuterDiv table tbody tr:nth-child(2) {
    display: none;
}
.bmCustomTableOuterDiv input[type="checkbox"].css-checkbox:not(:checked)+ label.css-labelcheckbox,
.bmCustomTableOuterDiv input[type="checkbox"].css-checkbox:checked+ label.css-labelcheckbox{
top: 0 !important;
}
.bm-table-custom .tableoverflowwrapperhw table tbody tr td, .bm-table-custom .tableoverflowwrapperhw table thead tr th{
	padding: 5px 10px !important
}
.bm-table-custom .bluelink{
	font-size: 12px !important;
}

.bm-table-custom h2{
	height: auto !important;
	padding-right: 0px;
	padding-top: 0px;
}
.bm-table-custom h2 .whtboldtxt{
	padding-right: 0px;
}

.file-download-icon{
	background: url('../images/bmImages/fileupload_payment_download_icon.png') no-repeat left 0px !important; 
}
.bm-table-custom .file-download-icon{
	padding-left: 24px;
}
.bm_TableEditLinkMain {
    color: #7a1f17;
    float: right;
    margin-right: 20px;
    cursor: pointer;
}

    .bm_TableEditLinkMain img {
        float: right;
        margin-left: 10px;
    }


.bmCustomTableOuterDiv .bordered,.tborder {
    border: 1px solid #959595;
}

.bmCustomTableOuterDiv thead,.tableoverflowwrapperhw thead  {
    background-color: #ebebeb;
}

    .bmCustomTableOuterDiv thead th, .tableoverflowwrapperhw thead th {
        font-weight: bold;
        color: #636466;
    }
.bm_border_top_none {
    border-top: none !important;
}
.bm_Table_border_top_none {
    border-top: none !important;
}

.bm_myprofile_textarea {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.bm_myprofile_meterilize {
    border-bottom: none !important;
}

.bm_flagrow {
    min-height: 130px;
    text-align: center;
}

    .bm_flagrow label {
        color: #231f20;
    }

        .bm_flagrow label::after {
            margin-top: 20%;
        }

.GetBankDetailsLink {
    margin-top: -15px;
    float: left;
}

.bm_cardHeading {
    border-bottom: 1px solid #ccc;
    padding: 8px 24px 6px 24px;
}
.bm_cardHeading p {
    margin:5px 0px !important;
    font-size:16px;
}
.bm_cardHeading .h2_text{
	 margin:3px 0px !important;
}
.bm_cardHeading .h2_text h2{
font-size: 16px;
line-height: 22px !important;
}
.bm_view_more_accounts {
    margin: 0px !important;
}

    .bm_view_more_accounts img {
        margin: 3px 20px 0px 0px;
        float: left;
    }

.bm_PageHeadingMain {
    width: 100%;
    float: right;
}

    .bm_PageHeadingMain img {
        margin-left: 20px;
        margin-top: -5px;
        float: right;
		width: 35px;
    }

.bm_Pay_utilityBox {
    width: 100%;
    float: right;
    padding: 20px 0px;
}

    .bm_Pay_utilityBox + .bm_Pay_utilityBox {
        border-top: 1px solid #ddd;
    }

    .bm_Pay_utilityBox a {
        color: #231f20;
        width: 100%;
        float: right;
        background: url('../images/bmImages/right_arrow.png') no-repeat left center;
    }

    .bm_Pay_utilityBox img {
        float: right;
        margin-left: 20px;
    }

    .bm_Pay_utilityBox p {
        float: right;
        margin-top: 1px !important;
    }

.bm_HeaderBootom_bootomText {
    width: 100%;
    float: right;
    border-top: 1px solid #eaeaeb;
}

    .bm_HeaderBootom_bootomText p {
        float: right;
        width: 92%;
    }

    .bm_HeaderBootom_bootomText a {
        float: left;
        margin-top: 7px;
    }

.bm_LastMonthDropdown {
    margin: 0px;
}

.bm_ViewMoreDetailsLink {
    float: right;
    width: 100%;
    color: #231f20 !important;
    text-transform: capitalize !important;
}

    .bm_ViewMoreDetailsLink img {
        float: left;
        margin-top: 5px;
    }

.bm_ApplyLink {
    width: 60px;
    float: left;
    margin-left: 0px !important;
}

.bm_FloatLeft {
    float: right;
}

.bm_OpacityImgMainDiv {
    position: absolute;
    left: 0;
    top: 0;
}

.bm_MyProfileDropDown {
    padding: 10px 20px !important;
    width: 280px !important;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.40);
    overflow: unset !important;
    top: 90% !important;
    border-radius: 5px;
}

    .bm_MyProfileDropDown:after {
        content: '' ;
        width: 0;
        height: 0;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-bottom: 10px solid #fff;
        position: absolute;
        right: 15px;
        top: -10px;
    }

    .bm_MyProfileDropDown li {
        padding: 10px 40px 10px 10px !important;
        min-height: 20px;
        position: relative;
    }

        .bm_MyProfileDropDown li + li {
            border-top: 1px solid #ccc;
        }

        .bm_MyProfileDropDown li a {
            margin-top: 0px;
            font-size: 14px;
            color: #231f20;
            padding: 0px !important;
        }

            .bm_MyProfileDropDown li a:hover, .bm_MyProfileDropDown li:hover {
                background-color: #fff
            }

    .bm_MyProfileDropDown img {
        position: absolute;
        right: 5px;
        top: 10px;
        margin-top: 0px;
    }

    .bm_MyProfileDropDown p {
        margin: 0px !important;
        color: #231f20;
    }

    .bm_MyProfileDropDown .p_TextColorGray {
        color: #636466 !important;
    }

.bm_dashboardContentDivTop {
    margin-top: 150px;
}
.bm_AccountsContentDivTop {
    margin-top: 180px;
}
.bm_AccountsContentDivTop2 {
    margin-top: 130px;
}
.bmMailTableOuterDivtable tr td {
    color: #231f20;
}

.MailDropdown {
    width: 450px !important;
    padding: 0px !important;
}

    .MailDropdown td, th {
        padding: 10px 15px;
    }

    .MailDropdown tr {
        line-height: 26px;
    }

        .MailDropdown tr:hover {
            background-color: #eaeaeb;
            cursor: pointer;
        }

.bm_side_Nav_Mobile {
}

.bm_side_Nav_MobileSubMenu {
    width: 100%;
}

    .bm_side_Nav_MobileSubMenu ul li a {
        padding-right: 50px !important;
        line-height: 30px;
        height: auto;
    }

        .bm_side_Nav_MobileSubMenu ul li a:hover {
            background-color: #fff;
            color: #7a1f17;
        }

.bm_AccountNoDropdownMaiDiv {
    width: 100%;
    float: right;
}

    .bm_AccountNoDropdownMaiDiv p {
        float: right;
    }

    .bm_AccountNoDropdownMaiDiv .input-field {
        float: right;
        margin-top: 0px;
        margin-right: 5px;
        width: 190px;
    }

    .bm_AccountNoDropdownMaiDiv .select-wrapper input.select-dropdown {
        height: 30px;
        margin-bottom: 0px;
    }

    .bm_AccountNoDropdownMaiDiv .bm_SelectArrow {
        top: 3px;
    }

.bm_TableWithBlackLink a {
    color: #231f20;
    border-bottom: 1px solid #ccc;
}

.bm_MyProfile_Rearrange {
    width: 140px;
    float: left;
}

    .bm_MyProfile_Rearrange img {
        float: right;
        margin-left: 10px;
    }

.bm_LoginBoxRightMain {
    display: flex;
}

.bm_LoginBoxRightMainOuter {
    display: flex;
}

.bm_LoginBoxRightMainOuter1 {
    position: absolute;
    left: 0 !important;
    bottom: 0;
}

.bm_Dropdown_checkbox {
    position: absolute;
}

.bm_DropdownWidth {
    width: 70px;
    float: right;
    margin-top: -10px;
    margin-left: 20px;
}


.bm_Delete {
    width: 100px;
    float: right;
    font-size: 12px;
    color: #636466;
}

    .bm_Delete img {
        float: right;
        margin-top: -2px;
        margin-left: 5px;
    }

.bm_SwitchLabels {
    float: right;
    width: 85px;
    margin-top: 4px;
}

.bm_SwitchToggleLabel1 {
    color: #231f20;
    font-weight: bold;
    text-align: left;
}

.bm_SwitchToggleLabel2 {
    color: #636466;
}

.bm_SwitchLabelBox {
    width: 260px;
    margin: 0 auto;
}

.bm_CheckBox_highlight {
    color: #231f20;
    font-weight: bold;
}

.bm_CheckBox_highlight1 {
    color: #636466;
    font-weight: normal;
}

.bm_TextBoxMaxWidth170 {
    max-width: 170px;
}

.bm_TransfersTextWithNewLable {
    padding-right: 20px;
    position: relative;
}

.bm_TransfersTextWithNewLableDiv {
   padding: 2px 5px;
    color: #fff;
    border-radius: 3px;
    font-size: 10px !important;
    background: rgb(239,42,66); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(239,42,66) 0%, rgb(189,34,52) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgb(239,42,66) 0%,rgb(189,34,52) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgb(239,42,66) 0%,rgb(189,34,52) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a1f17', endColorstr='#7a1f17',GradientType=0 ); /* IE6-9 */
	background-clip: padding-box;
	margin-right: 5px;
}

.bm_cardAvilableBallance {
    max-width: 255px;
}

.bm_MarkasprimaryIcon {
    margin: 0px 0px 0px 10px;
    float: right;
}

.bm_Card_numberMainDiv input {
    width: 80% !important;
    text-align: center;
}

.mail-view .replytxttop, .bm_Card_numberMainDiv .col {
    position: relative;
}

.bm_Card_numberLine {
    width: 15px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 20px;
    background-color: #dcdcdc;
}

.bm_CardBottomWatchVideo {
    width: 100%;
    float: right;
    text-align: center;
}

    .bm_CardBottomWatchVideo a {
        float: right;
        width: 100%;
        margin: 0px !important;
    }

    .bm_CardBottomWatchVideo p {
        font-size: 12px;
        margin: 0px !important;
        line-height: 16px;
        font-weight: bold;
        color: #636466;
        text-align: center;
        margin-top: 5px !important;
    }

.bm_EditProfileTextBox {
    border: 1px solid #ccc !important;
    width: 100% !important;
    margin: 0px !important;
    float: right;
    height: 20px !important;
    border-radius: 5px !important;
    padding: 5px !important;
    font-size: 12px !important;
        box-sizing: content-box;
    width: auto !important;
}

.bm_TableCheckboxMarginTop {
    margin-top: 1px;
    height: 20px !important;
}

.bm_EmaiInboxHederCheckbox,.ml10,.ipo-form .bm_cardAvilableBallance {
    margin-right: 10px;
}
 .ipo-form .bm_cardAvilableBallance {
    max-width: 50% !important;
   }
.bm_eye_Img {
    position: absolute;
    top: 15px;
    left: 0;
}

.bm_ComposeMailMailHoverDropdown {
    float: left;
}

    .bm_ComposeMailMailHoverDropdown img {
        position: relative;
        right: 0px;
        top: 0px;
    }

    .bm_ComposeMailMailHoverDropdown a {
        color: #7a1f17;
        padding: 0px;
    }

        .bm_ComposeMailMailHoverDropdown a:hover {
            background-color: transparent;
        }

.bm_ComposeMailMailHoverbm_MailIcon {
    position: relative !important;
    right: 0px !important;
    top: 0px !important;
    margin-left: 0px !important;
}

.bm_MailHoverTable {
    color: #231f20;
}

.MailDropdown .bmCustomTableOuterDiv {
    overflow: unset;
}

.MailDropdown thead {
    background-color: transparent;
}

    .MailDropdown thead tr:hover {
        background-color: transparent;
        cursor: unset;
    }

.MailDropdown tr {
    border-bottom: 1px solid #ccc;
}

.bm_favRearrangeMain {
    border-top: 1px dashed #ccc !important;
    border-bottom: 1px dashed #ccc !important;
}

    .bm_favRearrangeMain:hover {
        border-top: 1px dashed #dbae27 !important;
        border-bottom: 1px dashed #dbae27 !important;
    }

        .bm_favRearrangeMain:hover td {
            color: #dbae27;
        }

    .bm_favRearrangeMain td {
        text-align: center;
        font-size: 24px;
        color: #ccc;
        padding: 2px 10px 0px 10px;
    }

.bm_favRearrangeMainspacer {
    height: 10px;
    border-top: none !important;
}

.bm_breadcrumbMain {
    width: 100%;
    margin-bottom: 10px;
    float: right;
}
.bm_ProfileMailTableWidth100 {
    width: 100px;
}
.bm_ChartMainDiv{
    width:100%;
}
.bm_ChartCanvas {
    max-width: 250px;
    margin: 0 auto;
}
.bm_RedDotSwitch{
    width:8px;
    height:8px;
    background-color:#7a1f17;
    float:right;
    margin-top:5px;
    border-radius:50%;
    margin-left:8px;
}
.bm_YellowDotSwitch {
    background-color: #dbae27;
}
.bm_HeaderRightMenu {
    float: left;
}
.bm_LanText {
   font-size:16px;
   font-weight:bold;
}
.MyProfiledownArrow{
    display:none !important;
}
.down_arrow_small {
    width: 14px;
    position: absolute;
    left: 0;
    top: 5px;
}
.event_Icon {
    width: 15px;
    top: 12px;
}
.event_Icon img{
    width: 100%;
}
.Profile_down_arrow {
    top: 13px;
}
.bm_card_actionSmallPadding {
    padding: 5px 24px !important;
}
.bm_DemoPageBgFullHeight {
    position: absolute;
    height: 100%;
    top: 0;
    z-index:-1;
}
    .bm_DemoPageBgFullHeightContent{
        margin-top:30px;
    }
	    .offers-prt-ctr{
    box-sizing: border-box;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
flex-direction: row;
flex-wrap: wrap;
}

.offer-ctr{
-webkit-box-flex: 1;
-webkit-flex: 1 1 25%;
flex: 1 1 25%;
max-width: 16%;
max-height: 100%;
box-sizing: border-box;
margin-right: 0 !important;
}
.mailcontainer .bluelink {
font-size: 13px !important;	
}
.afterattach{
	margin-top: -23px;
    margin-right: 100px !important;
}
.mailattach.fileBrowseComponent .fileBrowseButton{
	text-align: right;
    padding-right: 33px !important;
}
.mailattach .txtfield_fl_UX5{
	height: auto;
}
.pd1r3r_m1r{
	padding: 1rem 3rem !important;
}

.my-profile-section .querytextleft,.ipo-form .querytextleft,.ipo-form .querytextright.acc-dpdwn-ctr{
	    width: 33%;
	    clear: none;
}
.my-profile-section .querytextright{
	    width: calc( 67% - 70px);
	clear: none;
	float: right;
	padding: 3px 0 !important;
}
.ipo-form .querytextright{
	width: calc( 67% - 70px);
	clear: none;
	float: right;
}
.ipo-form .querytextleft.acc-dpdwn-label,.ipo-form .querytextright.acc-dpdwn-ctr{
	margin-top: 34px;
}
.ipo-form .searchsimpletext.pt6,.pt6{
	padding-top: 6px;
}
.wauto{
	width: auto !important;
}
.my-profile-section .querytextright .searchsimpletext{
	display: inline;
    float: none;
}
.my-profile-section .EditCol{
	width: 70px;
	float: left;
	margin-top: 5px;
}

/*Upload a file Start*/

.fileBrowseComponent .fileBrowseButton,
.fileBrowseComponent .fileBrowseButton:hover {
	position: absolute;
	left: -10px;
	width: 90px !important;
	line-height: 22px;
	margin: 0px;
	background-image: url(../images/bmImages/Browse.png);
	background-repeat: no-repeat;
	color: #000;
	box-shadow: none;
	border-radius: 0px;
	background-position: right center;
	padding-right: 30px;
	background-color: #fff;
	top: -1px;
	text-align: right;
}
.fileBrowseComponent span{
		word-break: keep-all;
	color: #7a1f17 !important;
	font-weight: bold;
	text-transform: none;
}
.fileBrowseComponent .file-path-wrapper {
      width: calc(100% - 90px);
     overflow:hidden; 
    text-overflow: ellipsis;
    display: block;
}
/*Upload a file end*/
.login_box_keyboard_ctr{
	    float: left;
    position: absolute;
    margin-left: 50px;
    background: white;
    border-radius: 4px;
    left: 385px;
    top: 0;
}
.pwd-change-success-msg{
	margin-top: 100px;
}
.pwd-change-success-ok-btn-ctr{
	max-width: 200px;
    display: inline-block;
    width: 100%;
}
.picker__nav--drpdwnctr{
    background: #ff004e;
    float: left;
    width: 100%;
    padding: 0 55px;
}
.picker__nav--drpdwnctr input{
    margin-bottom: 0 !important;
}
.picker__nav--drpdwnctr .select-wrapper input.select-dropdown{
    top: 0;
    border-bottom: none;
    background: url('../images/bmImages/Calender_down_arrow_small.png') no-repeat left center;
    padding-left: 20px;
    color: #fff;
    box-sizing: border-box;
}

.picker__nav--drpdwnctr .picker__nav--drpdwnmonthctr,.picker__nav--drpdwnctr .picker__nav--drpdwnyearctr{
    width: 50%;
    margin:0;
    float: right;
    padding-top: 5px;
    padding-bottom: 3px;
}
.picker__nav--drpdwnctr .picker__select--month{
    width: 80%;
}
 .picker__nav--drpdwnctr .picker__select--year{
    width: 45%;
    float: left;
}
.picker__nav--drpdwnctr .select-wrapper .dropdown-content{
	max-height: 230px !important;
}
.picker__nav--ctr{
        float: left;
        width: 100%;
        padding: 3px 55px 2px;
        padding-top: 3px;
        padding-bottom: 2px;
        border-bottom: 1px solid #f1f1f1;
}
.picker__nav--todayBtnctr{
    text-align: center;
    width: auto;
    display: inline-block;
}
.picker__table-container{
    float: left;
    padding: 5px 40px 5px 40px;
}
.rtl-ch-pwd-otp-ctr{
	direction: ltr;
}
.has_otp_inidividual_fields .col.s2.offset-s2,
.row.mxwidth500 .col.s2.offset-s2{
	margin-left: 16.6666666667% !important;
	margin-right: 0 !important;
}
.has_otp_inidividual_fields .col,.row.mxwidth500 .col{
	float: left;
	direction: ltr;
}
.row.mxwidth500 .col.s2.offset-s1{
	    margin-left: 8.3333333333% !important;
	    margin-right: 0% !important;
}
.bm_manageBudget_row {
    display: flex;
    margin: 10px 0px !important;
}

.bm_manageBudget_col {
    flex: 1;
}
.bm_calculation_Sign {
    position: absolute;
    top: 50%;
    left: -30px;
    z-index: 1;
    margin-top: -23px;
}
.OfferMob{
	width: calc(100% - 122px);
    display: inline-block;
}
	.mt20tab0{
	margin-top: 15px !important;
}
    /*===========    Media Query Start ============*/
  
@media screen and (min-width: 1300px) and (max-width: 1800px) {
    .bm_DemoPageBg {
        padding: 60px 0px;
    }

    .bm_LoginBg_Content {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 601px) and (max-width: 991px){
.tfr-container .containerStyle
{
	margin-top:28px !important;
}
	.card .card-content p > span.transfer-date
	{
		margin-top: 5px !important;
	}
	.card .card-content p > span.transfer-date-query > span > span
	{
		 margin-top: 5px !important;
	}
}
@media only screen and (min-width: 765px) and (max-width: 1024px){

	.mt-14-tab
	{
	margin-top:14px;
	}
}
@media screen and (min-width: 1px) and (max-width: 1300px) {
    .bm_HederBottomMenuWeb li a {
        padding: 15px 15px;
    }
}
@media screen and (min-width: 1025px){
	.unreadCountDash, .unreadMailsCountDash {
	    top: 8px;
    right: -10px;
	}
	#mega_menu{
	display: block !important;
	}
	 #mega_menu ul ul {
        display: none !important;
    }
    #mega_menu > ul > li:nth-child(2):not(.selected) > a,
  #mega_menu ul ul li:first-child a{
     padding-right: 0 !important; 
}

#mega_menu ul ul li:first-child a:after{
   margin-right: calc(50% - 55px);
}

    #mega_menu li:hover > ul {
        /*left: auto;*/
        display: none !important;
    }

    #mega_menu ul ul.bm_subManuDisplay {
        display: block !important;
        z-index: -1;
    }

}
@media screen and (min-width: 601px){
	.row.mxwidth500 .col.s12.m10.offset-m1{
	    margin-left: 8.3333333333% !important;
	    margin-right: 0% !important;
}

	}
@media screen and (min-width: 1px) and (max-width: 992px) {
	.rtl-ch-pwd-otp-ctr .first-col{
		margin-left: 33.3333333333%;
	}
		.loan-calc-ctr{
	margin-top: 0px !important;
	}
		.fileBrowseComponent .file-path-wrapper {
    	width: 100%;
	}
	.fileBrowseComponent .fileBrowseButton, .fileBrowseComponent .fileBrowseButton:hover{
	    top: 36px;
	}
	.my-profile-section .querytextright{
	width: calc(100% - 70px) !important;
	}
	
	.pay-summary.row.col{
	width: calc(100% + 1.5rem) !important;
	}
		.tl_sidebar,.bm-pr0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.bm-pr0{
		padding-top: 10px !important;
}
	
.chnge-pwd .textboxPasswordChangeHw, .c-w66, .container-w33 {
  float: right;
  width: 100%;
}
	#mega_menu {
	    position: absolute !important;
	}
.w100i {
    width: 100% !important;
}

    .bm_AccountsContentDivTop {
        margin-top: 80px;
    }
    .bm_WelcomeBoxRightMain {
        margin-top: 10px;
    }
    .bm_dashboardContentDivTop {
        margin-top: 140px;
    }
    
    
    .bm_LoginBoxRightMainOuter1 {
        position: relative;
    }

    .bm_LoginBoxRightMainOuter, .bm_LoginBoxRightMain {
        display: block;
    }

    .bm_TextBoxMaxWidth170 {
        max-width: 100%;
    }

    .bm_ComposeMainTab {
        position: relative;
        top: 2px;
        left: 0px;
    }

   
    .bm_Apply_for_IconDIv {
        float: unset !important;
    }
	    .offer-ctr{

-webkit-flex: 1 1 50%;
flex: 1 1 50%;
max-width: 50%;

}
    }
@media screen and (min-width: 1px) and (max-width: 768px) {
    .page-footer {
        padding: 3px 0px;
    }
    .bm_Footer_Left, .bm_Footer_Right {
        max-width: 100%;
        text-align:center;
        margin:0px 0px;
    }
	 .chge-pwd-ip-ctr{
    width: 100% !important;;
    margin-right: 0 !important;
    }
    .chge-pwd-ip-ctr input{
        margin-bottom: 15px !important;
    }
	  .bm_manageBudget_row {
        display: block !important;
        margin: 0px !important;
    }

    .bm_manageBudget_col {
        flex: auto;
        width: 100% !important;
    }

    .bm_manageBudget_InnerBox {
        margin: 10px 0px !important;
    }

    .bm_calculation_Sign {
        top: 117%;
        left: 45%;
    }
}
@media screen and (min-width: 1px) and (max-width: 600px) {
.mt-50{
	margin-top:0px !important;
	}
			.ipo-form .querytextleft,.ipo-form .querytextright.acc-dpdwn-ctr{
	    width: 100%;
	    clear: none;
}
.querytextright .searchsimpletext.font-normal-on-small{
	color: #636466 !important;
	font-family: Tajawal-Medium, sans-serif, Arial !important;
}
.ipo-form .querytextright{
	width:  100%;
	clear: none;
	float: right;
}

.ipo-form .bm_cardAvilableBallance{
margin-right: -20px;
max-width: 100% !important;
}
.bm_cardAvilableBallanceipo {
    margin-right: 50% !important;
}
	.picker__table-container{
    padding: 5px;
}
.picker__nav--drpdwnctr{
    padding: 0 21px;
}
.picker__nav--ctr{
    padding-right: 21px;
    padding-left: 21px;
}
.picker__nav--drpdwnctr .picker__select--month{
    width: 80%;
}
.picker__nav--drpdwnctr .picker__select--year{
    width: 46%;
}
.picker__nav--drpdwnctr .picker__select--year .dropdown-content{
    left: -16px !important;
}
	.rtl-ch-pwd-otp-ctr .first-col{
		margin-left: 0;
	}
	.pwd-change-success-msg{
	margin-top: 0px;
}
		.avlBalCtrm{
	margin-top: 7px !important;
	}
	.pd1r3r_m1r{
	padding: 1rem !important;
	}
	.malignc{
	text-align: center;
	}
	
		.my-profile-section .querytextleft,.ipo-form .querytextleft, .composeToRow,.w100-small-only{
	width: 100% !important;
	}
	
	.afterattach{
	margin-right: 0 !important;
	margin-top: -19px;
	}
	.initiate-payment .stage3_steptracker_mandatory{
			position: relative !important;
	}
    
    .bm_HeaderRightMenuMobile ul {
        top: 56px;
    }

    
   

    .bm_both_arrow_icon {
        margin-top: 0px;
    }
	        .offer-ctr{
-webkit-flex: 1 1 100%;
flex: 1 1 100%;
max-width: 100%;

}
}

@media screen and (min-width: 1px) and (max-width: 480px) {
		.login_box_keyboard_ctr{
	position: absolute !important;
	right: auto !important;
	width: 112% !important;
    top: 180px !important;
	z-index:10;
	float: none !important;
	margin-right: -6% !important;
	margin-left: -6% !important;
	max-width: 480px !important;
	}
		.login_box_keyboard_ctr .ui-keyboard-space{
	width: 9em;
	}
	.login_box_keyboard_ctr .ui-keyboard-button{
	min-width: 23px;
	}
	 #global .last-atm-field .ui-keyboard{
		 right: auto !important;
		 left: 0 !important;
	 }
	   .mailattach.fileBrowseComponent .fileBrowseButton{
    height: 36px !important;
    line-height: 27px;
    margin-top: 5px;
   }
   
    .bm_dashboardContentDivTop {
        margin-top: 150px;
    }

    .bm_Card_numberMainDiv input {
        width: 110% !important;
    }

    .bm_Card_numberLine {
        display: none;
    }
}

/*Subash styles*/ 
.headerWelcomeText a{
	color: #ffffff;
	font-size: 12px;
	position: relative;
    right: 10px;
    top: -6px;
}
.bm-logout {
    position: relative;
}
.bm-logout .logout-link:before{
  display: inline-block;
  position: relative;
    padding-right: 31px;
}
.alertHeader .composeLinkStyle{
	display: none;
}
.logout-btn{
  /* background: linear-gradient(to bottom, rgb(239,42,66) 0%,rgb(189,34,52) 100%); */
  color:  #ffffff;
  border-radius: 25px;
padding: 0;
  overflow: hidden;
}
.logout-cancel{
	margin-left: 30px;
	padding: 0 !important;
	overflow: hidden;
}
.logout-cancel a,
.logout-btn .profileSettingsStyle{
	margin-right: 0px !important;
    padding: 8px 30px;
    display: inline-block;
    border-radius: 25px;
}
.logout-btn .profileSettingsStyle{
	color:  #ffffff;
		min-width: 140px;
    padding-right: 22px;
}
.logout-cancel a{
    padding-right:20px;
}

.mailContainerUL .icon-mail, .mailContainerUL .icon-mail, .mailContainerUL .from-name, .mailContainerUL .subject, .mailContainerUL .date{
	position: relative;
    display: inline-block;
	color: #231f20;
	top: 0px;
	font-family: Tajawal-Bold, sans-serif, Arial !important;
	font-size: 12px !important;
}  
.mailContainerUL .subject{
	width: 35%;
	top:4px;
}
.mailContainerUL .subject a{
	color: #231f20 !important;
    font-weight: normal !important;
    font-size: 12px !important;
    font-family: Tajawal-Bold, sans-serif, Arial !important;
}
.mailContainerUL .message .date{
	width: 35%;
	font-size: 12px;
}
.mailsBox h1,.ml5{
	margin-right: 5px;
}
.mailContainerUL .message .message-type{
	padding: 0px 10px !important;
	top: 2px;
}
.mailsBox .redbg{
	max-height: 25px !important;
}
.mailsBox .errordisplaywidgetright{
	position: relative;
       top: 6px;
}

.icon-contact, .icon-profile, .icon-help, .icon-offer, .icon-charity, .icon-sel-company{
	position: relative;
}

.icon-mails a{
  background: url("../images/bmImages/Notifications.png") no-repeat;
}
.icon-sel-company a,.icon-profile a{
	background: url("../images/bmImages/my_profile.png") no-repeat;
}
.icon-help a:before,.icon-contact a:before{
    content:'';
    position: absolute;
	background: url("../images/bmImages/help.png") no-repeat;
    width: 20px;
    height: 26px;
    right: 11px;
    transform: scaleX(-1);
}
.icon-contact a:before{
     width: 24px;
    height: 24px;
	background: url("../images/bmImages/contact_us.png") no-repeat;
     margin-top: 2px;
}
.bm-logout a{
   background-image: url('../images/bmImages/log_out.png');
   background-repeat: no-repeat;
}
.icon-sel-company a, .icon-contact a, .icon-mails a, .icon-profile a, .icon-help a, .bm-logout a{
	background-position: 90% center;
}
.icon-offer a{
	background: url("../images/bmImages/offers.png") no-repeat;
	background-position: 90% center;
}
.icon-charity a{
	background: url("../images/bmImages/ConfigCharity_Topbar.png") no-repeat;
	background-position: right center;
}
.header-modalbox{
	position: absolute;
	top:58px;
	left: 0px;
	min-height: 100px;
    padding: 10px 20px !important;
    width: 280px !important;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.40);
    overflow: visible !important;
    border-radius: 5px;
    color: #231f20;
    background-color: #FFFFFF !important;
}
.header-modalbox.alertBx{
	height: auto !important;
}

.header-modalbox .modal-row{
	padding: 10px 40px 10px 10px !important;
}
.header-modalbox .modal-row.locate-padding{
	padding-top: 15px !important;
}
.header-modalbox .pop-menu{
	width: 100%;
	float: right;
	min-height: 20px;
	padding-bottom: 4px;
}
.header-modalbox .pop-menu a{
	font-size: 14px;
    color: #231f20;
    font-family: Tajawal-Bold, sans-serif, Arial !important;
}
.header-modalbox .pop-menu-link {
	line-height: 21px;
	float: right;
    width: 100%;
	 word-break: break-all;
}
.header-modalbox .pop-menu-link a{
	color: #636466 !important;
	font-size: 14px;
}
.header-modalbox .mailus-icon{
	background: url("../images/bmImages/Mobile_email.png") no-repeat;
	background-position: right 10px;
}

.header-modalbox .contact-relation-icon{
	background: url("../images/bmImages/User.png") no-repeat;
	background-position: right 10px;
}
.header-modalbox .location-icon{
	background: url("../images/bmImages/location.png") no-repeat;
	background-position: right;
}

.header-modalbox .set-pre-icon{
	background: url("../images/bmImages/settings.png") no-repeat;
	background-position: right;
}
.header-modalbox .set-fvts-icon{
	background: url("../images/bmImages/star.png") no-repeat;
	background-position: right;
}
.header-modalbox .chg-pass-icon{
	background: url("../images/bmImages/ChangePassword.png") no-repeat;
	background-position: right;
}
.header-modalbox .switch-context-icon{
	background: url("../images/bmImages/relationship.png") no-repeat;
	background-position: right;
}
.header-modalbox .chg-userid-icon{
	background: url("../images/bmImages/change_id.png") no-repeat;
	background-position: right;
}

.header-modalbox .view-Porfile-icon:before,
.header-modalbox .callus-icon:before, .header-modalbox .mobile-help-icon:before,.header-modalbox .play-icon:before{
	background: url("../images/bmImages/Mobile_help.png") no-repeat;
	background-position: right;
    position: absolute;
    width: 24px;
    height: 24px;
    content: '';
    right: 20px;
    transform:scaleX(-1);
}
.header-modalbox .play-icon:before{
     width: 26px;
    height: 28px;
	background: url("../images/bmImages/play2.png") no-repeat;
	
}
.header-modalbox .callus-icon:before{
    right: 18px;
    background: url("../images/bmImages/Mobile_contact_us.png") no-repeat;
    background-position: right 0;
}
.header-modalbox .view-Porfile-icon:before{
    right: 18px;
	background: url("../images/bmImages/view_profile.png") no-repeat;
	background-position: right;
}
.header-modalbox .hr-line{
	border-top: 1px solid #dddddd;
}
.header-modalbox .pop-menu.menu-padding,.pt5{
	padding-top: 5px;
}
.header-modalbox .pop-menu-link a{
	color: #636466 !important;
}

.header-modalbox:before{
	content: '';
	background: url("../images/alertBxArrow.png") no-repeat;
	width: 18px;
	height: 9px;
	display: inline-block;
	position: absolute;
	top: -8px;
	right: 51%;
}
#contactUsBoxMob.header-modalbox:before{
    
display: none;
}
.headerMenuWrapper.headerWelcomeText,.mt0{
	margin-top: 0px !important;
}
.headerMenuWrapper{
	display: block;
}
.headerMenuWrapper.headerWelcomeText .menu-over-effect a{
	display: inline-block;
	padding: 21px 0px;
	padding-left: 15px !important;
	padding-right: 40px !important;
	line-height: 26px;
	font-family: Tajawal-Bold, sans-serif, Arial !important;
}
.headerMenuWrapper.headerWelcomeText .menu-over-effect a:hover{
	background-color: rgba(0, 0, 0, 0.1);
}

.LoggedUserMobileView{
	display: none;
}
.LoggedUserMobileView .HeaderTopMenu .menu-button{
	margin-top: -24px;
}
.bm_MailHoverTable td{
	padding: 10px 10px;
}
.bm_MailHoverTable tr{
	border-bottom: 1px solid #ccc;
	line-height: 26px;
}
.bm_MailHoverTable td b,  .bm_MailHoverTable td b a{
	font-family: Tajawal-Bold, sans-serif, Arial !important;
    font-weight: normal !important;
    font-size: 12px !important;
    color: #231f20 !important;
    text-decoration: none;
    border-bottom: 0px;
	word-break: break-all;
}
.bm_MailHoverTable td .p_TextColorGray{
	color: #636466 !important;
}
.mailsBox table.bm_MailHoverTable{
	margin-bottom: 30px;
}
.mailsBox .widget{
	top: 0px !important;
}
.p_text lead a{
	font-family: Tajawal-Bold, sans-serif, Arial !important;
}
/*Subash styles end*/
/*===========    Media Query End ============*/
/*Styles added by Bala for Account Summary starts*/
.h2_text, .h2_text h2{
	    color: #231f20;
    font-family: Tajawal-Bold, sans-serif, Arial !important;
    margin: 0px;
    padding: 0px;
    font-size: 16px !important;
    text-transform: unset;
    border: none;
}
/* .customsubsectheader{ */
/* position: relative; */
/*     float: left; */
/*     height: auto !important; */
/* } */
.m-row.row {
	margin-right: -0.75rem;
}

.m-row .row {
	margin-right: -0.75rem;
	margin-left: -0.75rem;
}

.lhsResp{
	display: block !important;
	float:left;
		width: calc(33.33% - 0.75rem);
	border-radius: 5px;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);*//*Commented for corporate dashboard correction*/
   background-color: #fbfbfb !important;
}	

.lhsResp.left-container .widget-small{
	margin-bottom: 0px !important;
    margin-left: 0px !important;
   margin-right: 0px !important;
}

.login-date-time{
	margin-top: 0px;
	margin-bottom: 0px;
}
.center-container{
    width:66.67% !important;
    float: right;
}
#DASHC1.container-xtrasmall_ux5,
#ParentDiv_RetailUserDashboardUX5_WLGRW__1.container-xtrasmall_ux5,
#ParentDiv_CorporateUserDashboardUX5_WLGRW__1.container-xtrasmall_ux5,
#DASHL2 .widget.widget-small,
#DASHL1 .widget.widget-small,
#DASHL2a .widget.widget-small,
#DASHL6 .widget.widget-small,
#DASHL3 .widget.widget-small,
#DASHL4 .widget.widget-small,
.lhsResp.left-container .container-small_ux5 .widget-content,
.lhsResp.left-container .container-medium_ux5 .widget-content,
.pfiedrpctr .labelcolumncombosmall, .pfiedrpctr .labelColumn_combo_small
{
	width: 100% !important;
}
#DASHC1.container-xtrasmall_ux5{
	margin-right: -8.5%;
    width: 100vw !important;
    display: block;
}
#ParentDiv_RetailUserDashboardUX5_WLGRW__1.container-xtrasmall_ux5,
#ParentDiv_CorporateUserDashboardUX5_WLGRW__1.container-xtrasmall_ux5{
	margin-right: auto;
    margin-left: auto;
    float: none;
    width: 90% !important;
    display: block;
}
#DASHC1.container-xtrasmall_ux5,#ParentDiv_RetailUserDashboardUX5_WLGRW__1.container-xtrasmall_ux5,
#ParentDiv_CorporateUserDashboardUX5_WLGRW__1.container-xtrasmall_ux5,
#DASHC1.container-xtrasmall_ux5 .widget-content{	
	max-height: none !important;
	overflow: hidden !important;
}
#C41 .widget-content, #C42 .widget-content,
#C43 .widget-content, #C44 .widget-content,
#DASHC1.container-xtrasmall_ux5,
#ParentDiv_RetailUserDashboardUX5_WLGRW__1.container-xtrasmall_ux5,
#ParentDiv_CorporateUserDashboardUX5_WLGRW__1.container-xtrasmall_ux5{
	height: auto !important;
}
	

.breadcrumb-block .breadcrumb-icon {
    display: none;
}
.pb0, #ParentDiv_CorporateUserDashboardUX5_W4UX5__1 .widget-body{
	padding-bottom: 0 !important;
}
.pt0{
	padding-top:0 !important;
}
.cust-cons-code .formrow .querytextleft .simpletext, .querytextleft .searchsimpletext,
.formrow .querytextleft .simpletext, .bm_txtbox_lbl_ctr .simpletext,
.stage3_previewdetailsrow .stage3_previewconfirm_label_column .simpletext{
	    color: #636466 !important;
    font-size: 16px !important;
    padding: 0;
    line-height: 1.5;
    margin: 3px 0px !important;
}
.cust-cons-code .formrow .querytextright .simpletext, .querytextright .searchsimpletext, .bm_TableEditLinkMainc,
.stage3_previewdetailsrow .stage3_previewconfirm_details_column .simpletext, .fdoQuerytextrightResp{
	 font-family: Tajawal-Bold, sans-serif, Arial !important;
	color: #231f20 !important;
    font-size: 16px !important;
   padding: 0;
    line-height: 1.5;
    margin: 3px 0px !important;
}

.bm_TableEditLinkMainc {
    color: #7a1f17 !important;
    display: block;
}
.card-content .querytextright{
	padding-bottom: 0;
	width:50%;
}
.bt2{
	border-top: 2px solid rgba(160, 160, 160, 0.2);
}
.bm_btnCustomWhiteFullWidth.waves-effect{
	margin: 0;
}
.bm_btnCustomWhiteFullWidth.waves-effect.initial-m{
	margin: 5px 5px 3px 5px;
}
.btn-lh input, .lh20{
	line-height: 20px;
}
.bm_btnCustomWhiteFullWidth.waves-input-wrapper input{
	white-space: inherit;
	 font-family: Tajawal-Bold, sans-serif, Arial !important;
}
.bm_btnCustomWhiteFullWidth.waves-input-wrapper.reset-btn input{
	white-space: inherit;
	font-family: Tajawal-Medium, sans-serif, Arial !important;
}

.p_text .bold{
	font-size: 16px;
	line-height: 22px;
}
.character-counter, .rhsCollpaseRightIcon,.lhsCollpaseRightIcon{
	display: none !important;
}
.card-content.bm_CardSmallPadding .row{
	margin-left: -0.75rem;
	margin-right: -0.75rem;
}
.widget-head .menuTitle {
	display: none;
}
.widget.widget-medium .stage3_listingpaneldiv p{
	margin-bottom: 0;
}
.widget.widget-medium{
	margin: 0.5rem 0 1rem 0;
	border-radius: 5px;
	border-bottom: 5px solid #dbae27;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0
		rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0
		rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.widget.widget-medium .stage3_listingpaneldiv .card{
	margin: 0;
	border-radius: 0;
}
.center-container .widget-medium *,.container-xtrasmall_ux5 .widget-body *{
	overflow: hidden !important;
}
.container-xtrasmall_ux5 .widget-body .bm_PageHeadingMain{
	overflow: visible !important;
}
.download-ctr i {
	margin: 0 10px 0 0;
	padding: 0;
	border-radius: 0;
}
.download-ctr{
	        text-align: left;
    max-width: 250px;
    margin-top: 10px;
    margin-left: 15px;
    float: left;
}
.combo_hauto .labelColumn_combo,
.combo_hauto .labelColumn_combo_brdr,
.combo_hauto .labelColumn_combo_small, 
.combo_hauto .labelColumn_combo_brdr_small,
.tfr-container .tabletxtfield .labelColumn,
.tfr-container .labelColumn_combo, 
.tfr-container .labelColumn_combo_brdr,
.tfr-container .labelColumn_combo_small,
.tfr-container .labelColumn_combo_brdr_small,
.tfr-container .labelColumn_combo_toosmall,
.tfr-container .labelColumn_combo_brdr_toosmall,
.tfr-container .querytextboxmedium_small,
.tfr-container .labelColumn_text_brdr_toosmall,
.appr-que-benf-remarks .querytextright .labelColumn{
	margin-left: 0 !important;
	height: auto;
}
.tfr-container .custom_querytextright{
	display: block;
	margin-bottom: 13px;
}
.tfr-container .stage3_inputpanel_column, 
.tfr-container .labelColumn_combo_small,
.tfr-container .labelColumn_combo_brdr_small,
.tfr-container .labelColumn_combo_brdr_toosmall,
.tfr-container .labelColumn_combo_toosmall,
.tfr-container .querytextleft,
.tfr-container .querytextboxmedium_small, 
.tfr-container  .querytextright,
.tfr-container .col label.simpletext,
.tfr-container .custom_querytextright,
.tfr-container .custom_querytextright .simpletext,
.tfr-container .labelColumn_text_brdr_toosmall,
.tfr-container .labelColumn_combo{
	width: 100% !important;
}
.tfr-container .stage3_inputpanel_column,
.tfr-container .querytextboxmedium_small,
.appr-que-benf-remarks .querytextright .labelColumn {
	margin-top: 0;
	text-align: right;	
}
.tfr-container .custom_querytextright .simpletext{
	padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    display: block;
    line-height: 24px;
    padding-top: 5px;
    font-family: Tajawal-Bold, sans-serif, Arial !important;
    font-size: 16px;
}
.combo_hauto .labelColumn_combo, 
.combo_hauto .labelColumn_combo_small,
.tfr-container .tabletxtfield .labelColumn,
.tfr-container .labelColumn_combo_small,
 .tfr-container .labelColumn_combo_toosmall,
 .tfr-container .querytextboxmedium_small,
 .tfr-container .labelColumn_text_brdr_toosmall,
 .pfiedrpctr .labelColumn_combo_small,
.appr-que-benf-remarks .querytextright .labelColumn {
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.tfr-container .containerStyle label {
	top: 0 !important;
	right: 0;
}
.tfr-container.fup .containerStyle label, .chk-top input[type="checkbox"].css-checkbox:not(:checked)+ label.css-labelcheckbox,
.chk-top input[type="checkbox"].css-checkbox:checked+ label.css-labelcheckbox {
	top: 10px !important;
	}
.mih125{
	min-height: 125px;
}
.tfr-container .swift-code-div .tl_formbtn{
    background-image: url(../images/bmImages/BankDetailsIcon.png);
    padding-right: 21px;
    background-repeat: no-repeat;
    border: none;
    background-color: transparent;
    font-size: 11px !important;
    color: #7a1f17;
    padding-top: 1px;
    margin-top: -5px;
    float: left;
    margin-bottom: 5px;
	padding-left: 20px;
}

.tfr-container .swift-code-div .querytextright .querytextboxmedium_small {
	pointer-events: none;
}
.tfr-container .swift-code-div .querytextright .querytextboxmedium_small *{
	pointer-events: all;
}
.tfr-container .pay-mode.querytextright_stage3 .searchsimpletext{
	    padding-top: 10px;
}
.pl0, .appr-que-benf-remarks .querytextright .labelColumn{
	padding-right: 0 !important;
}
.tfr-container .row{
	margin-right: -0.75rem;
	margin-left: -0.75rem;
}
.mt15, .tfr-container .containerStyle{
	margin-top: 15px;
	}
	.card .card-content p > span.transfer-date
	{
		margin-top: 0px;
	}
	.card .card-content p > span.transfer-date-query > span > span
	{
		 margin-top: 0px;
	}
	.mt-14-tab
{
	margin-top:0px;
}
.mt14{
	margin-top: 14px;
}

.tfr-container input[type="text"].autocomplete-dropdown {
  -moz-box-sizing: content-box;
   -webkit-box-sizing: content-box;
    box-sizing: content-box;
        width: calc(100% - 35px); 
}

.p0{
	padding: 0 !important;
}
.width100-75rem {
	width: calc(100% - 0.75rem) !important;
}
.initPayWidth {
	width: calc(75% - 0.75rem) !important;
	margin-left: 0.75rem;
}
.pay-summary .initPayWidth{
	width: calc(100% - 0.75rem) !important;
}
.custom_tl_textbox_brdr{
	width: 50px;
    float: right;
}
.tfr-container .custom_tl_textbox_brdr:last-child{
	width: calc(100% - 50px);    
}
.tfr-container .card_footer_bg, #CESMALL1, .acct_detail .stage3_previewdetailsrow {
	margin-top: 0 !important;
}
.tfr-container ul.bm_CardFooterUL {
	margin-top: 1rem;
}

.mb20,form[name="DashboardAutoAlignFG"] #widLibWrapper,#DASHL3 .widget.widget-small {
	margin-bottom: 20px;
}

.mt25 {
	margin-top: 25px;
}
.tfr-container .containerStyle label, .tfr-container label.simpletext,
 .tfr-container .simpletext label{
		font-size: 12px !important;
	color: #9e9e9e;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.tfr-container .containerStyle label,.p_text_lbl{
	font-size: 14px !important;
}
.tfr-container .savePayeeCheckbox-ctr label.simpletext {
	margin-top: 5px;
	display: block;
	font-size: 14px !important;
	color: #636466;
}
.tfr-container .simpletext label.active,
.tfr-container .span-radiobutton label.radiolabel_cp_label {
    color: #231f20;
}
.tfr-container .span-radiobutton label.radiolabel_cp_label{
	font-size: 16px !important;
}
.mt3{
	margin-top: 3px !important;
}
.txtBoxComboBoxAlign input[type="text"] {
    padding-top: 9px !important;
}
.pos-float{
	position: relative;
    float: right;
}
.dpst-ctr .bm_btnCustomWhiteFullWidth.waves-effect{
margin: 5px 5px 3px 5px;
}
.edit-nickname{
	margin-top: 10px;
	border-bottom: none;
}
.bmpaysum .errorDisplayStyle{
	    background: none;
}
.bmpaysum .errorDisplayStyle .greenbg p{
	color: #231f20 !important;
	font-family: Tajawal-Bold, sans-serif, Arial !important;
}
.finddetailstable .notopborder.listingcol{
	border-top: 1px solid #E0E0E0 !important;
}
@media screen and (max-width:992px){
		.mt20tab0{
	margin-top: 0 !important;
}
	.login_box_keyboard_ctr{
	position: relative;
   right: auto;
    width: 100%;
    margin: 10px auto 0 auto;
    float: none;
    max-width: 420px;
	}
.pay-summary .initPayWidth,.initPayWidth {
	width: 100% !important;
	margin-left: 0 !important;
}
/* 	.lhsExpandIcon{ */
/* 	display: none !important; */
/* 	} */
	.m-row.row{
	margin-left: -0.75rem;
	}
	
	.card-content .querytextleft,.card-content .querytextright{
		width: 100%;
		margin: 5px 0px !important;
	}
	.my-profile-section .card-content .querytextleft,.my-profile-section .card-content .querytextright{
		margin:0px !important;
	}
	.container-large,.rhsResp{
	width:100% !important;
	display: block !important;
	}
	.rhsResp{
	padding-right: 0;
	}
	#header > .container,.center-container .widget-medium,.lhsResp,#DASHC1.container-xtrasmall_ux5,
	.center-container,#ParentDiv_RetailUserDashboardUX5_WLGRW__1.container-xtrasmall_ux5,
	#ParentDiv_CorporateUserDashboardUX5_WLGRW__1.container-xtrasmall_ux5{
	width:100% !important;
	}
	 
	.lhsResp{
	margin-top: 0;
	width: 100% !important;
    order: 2;
	}
	.center-container{
	order: 1;
	}
	.dashboardSection{
	    display: flex;
    flex-flow: column;
	}
	#DASHC1.container-xtrasmall_ux5{
	margin-right: 0;
	}
}

/*Styles added by Bala for Account Summary Ends*/
#main>.wrapper_bkgcolor{
	width: 92% !important;
    min-height: calc(100vh - 70px);
    padding-left: 1%;
    padding-right: 1%;
}

/*Favorite account*/
.favorite-accounts .navigationButtons{
	    width: 12%;
}

.favorite-accounts .content input[type=Submit]{
	line-height: 33px;
}

.favorite-accounts .navigationButtons p{
	text-align: center;
}
.favorite-accounts .navigationButtons .linkdelink_left,
.favorite-accounts .navigationLeftButtons_resp .linkdelink_left{
	background: url(../images/bmImages/Prev_arrow.png) no-repeat 100% 0px;
	right: auto;
	transform: scaleX(-1);
	
}
.favorite-accounts .navigationButtons .linkdelink_right,
.favorite-accounts .navigationLeftButtons_resp .linkdelink_right{
	background: url(../images/bmImages/Next_arrow.png) no-repeat 100% 0px;
	right: auto;
	transform: scaleX(-1);
}
.favorite-accounts .linkedValTable, .favorite-accounts .delinkedValTable{
	border: 0px;
}
.favorite-accounts h3 .gradientbgtwolinetxt{
	font-size: 16px;
	font-family: Tajawal-Bold, sans-serif, Arial;
	color: #231f20;
}
.favorite-accounts .linkedValTable table.singleTableHeading, .favorite-accounts .delinkedValTable table.singleTableHeading{
	border: 1px solid #959595 !important;
}

.favorite-accounts .linkedValTable h3 .gradientbgtwolinetxt, .favorite-accounts .delinkedValTable h3 .gradientbgtwolinetxt {
	padding: 5px 0px !important;
}
.favorite-accounts .slnowithoutborder{
	background-color: transparent !important;
} 
.favorite-accounts .linkedValTable table .HW_tabletextwithpadding, .favorite-accounts .delinkedValTable table .HW_tabletextwithpadding{
	padding: 10px !important;
}
.favorite-accounts .listgreyrowtxtwithoutline{
	padding: 8px 10px !important;
}
.favorite-accounts .linkedValTable table .listgreyrowtxtleftline, .favorite-accounts .delinkedValTable table .listgreyrowtxtleftline{
	padding: 8px 10px;
    font-size: 12px;
}
.favorite-accounts td .searchsimpletext{
	font-size: 12px !important;
}
.favorite-accounts h3.listingcol{
	padding-right: 0px;
}
.favorite-accounts .singleTableHeading thead{
	background-color: #ebebeb;
}
.favorite-accounts tr.listgreyrow:hover, .favorite-accounts tr.listwhiterow:hover, .favorite-accounts tbody.listrowwrapper, .favorite-accounts  tbody.listrowwrapper:hover{
	background-color: transparent !important;
}
.favorite-accounts tr.checkBoxSelected{
	background-color: transparent !important;
}
.favorite-accounts .linkedValTable,.ml0{
	margin-right: 0px !important;
}
.favorite-accounts .delinkedValTable,.mr0{
	margin-left: 0px !important;
}
.favorite-accounts .singleTableHeading thead th{
	font-weight: bold;
    color: #636466;
}

.favorite-accounts [type="checkbox"].css-checkbox:not(:checked) + label::after {
    border: 1px solid #666 !important;
    width: 15px !important;
    height: 15px !important;
    top: 5px !important;
    content: '';
}
.bm_fav_update i{
width: 100%;
    margin-bottom: 25px !important;
    margin-top: 20px !important;
}
.bm_fav_update i{
width: 100%;
    margin-bottom: 25px !important;
    margin-top: 20px !important;
}

 .card_footer_bg {
    background-color: #fafafa !important;
    margin-bottom: 1px !important;
}
.bm_CardFooterUL ul {
    width: 100%;
}
.margin_bottom0px ul,.appr-que-benf-remarks .querytextright .labelColumn input{
    margin-bottom: 0px !important;
}

.bm-footer-info .bm_watch_video {
    background: url(../images/bmImages/PlayImgBig.png) no-repeat;
    width: 100%;
    float: right;
    text-align: center;
    background-position: center 0px;
    padding-top: 35px;
}
.bm-footer-info .bm_notes {
    float: right;
    margin-left: 10px;
    background: url(../images/bmImages/infoIcon.png) no-repeat;
    background-position: right;
    position: relative;
    display: inline-block;
    padding-right: 25px;
    line-height: 16px;
}
.chnge-pwd-title h1{
	background: url(../images/bmImages/infoIcon.png) left no-repeat;
    position: relative;
      padding-left: 22px !important;
    line-height: 16px;
}
.bm-footer-info .padding-remove{
	padding: 0px 0px !important;
}

.bm-footer-info .bullet-info{
	padding:0px !important;
	margin: 10px 0px 0px;
}
.bm-footer-info .bullet-info .info-item{
	display: list-item;
	width: 100%;
	float: right;
	font-size: 12px;
    line-height: 18px;
    color: #636466;
    font-family: Tajawal-Bold, sans-serif, Arial;
    font-weight: normal;
    margin: 2px 20px 2px 0px;
    list-style: disc;
}
.bm-footer-info .bullet-info .info-sub-item{
		width: calc(100% - 30px);
	float: right;
	font-size: 12px;
    line-height: 18px;
    color: #636466;
    font-family: Tajawal-Bold, sans-serif, Arial;
    font-weight: normal;
    margin-right: 30px;
   }
.bm-footer-info .bullet-info .info-sub-item:before {
    content: ' - ';
}
.bm-footer-info .bullet-info .info-sub-item.no-bullet{
	list-style: none;
}
.bm-footer-info .bullet-info .info-sub-item.no-bullet:before {
    content: unset;    
}
.bm-footer-info{
	float: right;
	width: 100%;
}
/* .bm-footer-info .bullet-info .info-item:before{
	    content: '';
    display: inline-block;
    margin-right: 10px;
    width: 5px;
    height: 5px;
    background-color: #636466;
    border-radius: 50%;
    position: relative;
    top: -2px;
} */
.bm-footer-info .bullet-info .info-item.info-title{
	list-style: none;
	margin-right: 0px;
	font-size: 13px;
}
.bm-footer-info .bm_watch_video a{
	font-size: 12px;
    margin: 0px !important;
    line-height: 16px;
    font-weight: bold;
    color: #636466;
    margin-left: 0px;
}
/*Favorite account end*/

/*Account card*/
.bm-account-card .searchPanelButtonStyle{
	padding: 8px 30px !important;
}

.bm-account-card .labelColumn_combo{
	margin: 0px 0px 10px 20px;
}

.bm-account-card .label, .bm-account-card .value{
	display: block;
	width: 100%;
	float: right;
}
.bm-account-card .label{
	color: #636466 !important;
	font-size: 12px;
}
.bm-account-card .value{
	font-size: 18px;
    color: #231f20 !important;
    font-family: Tajawal-Bold, sans-serif, Arial;
}

.bm-account-card .padding-top,.mtop20,.avlBalCtrm{
	margin-top: 20px;
}

.bm-grid-section{
	padding: 20px 0px;
}
.bm-grid-section .reset-btn {
	margin-right: 30px;
}

.bm-grid-section .row-remove-margin{
	margin-bottom: 0px !important;
}

.bm-grid-section .download-ctr{
	position: relative;
    bottom: -38px;
    margin-top: 0px;
}
/*Account card end*/

span.labelColumn_nextgen, .labelColumn_nextgen_tran {
    padding: 0;
    height: auto;
}

/*===========    Meenakshi Css Start ============*/
/*===========    Transfer and PAyments page Start ============*/

.containerStyle.bm_dt label {
    height: auto;
}
.containerStyle.bm_dt label {
    top: 0px !important;
}

.bm_Cards_height {
    padding: 10px 24px 0px 24px !important;
}
.row_with_negative_m{
	margin-right:  -0.75rem;
}
	
.pt10 {
    padding-top: 10px !important;
}
.picker__calendar-container{
	flex: 2;
}
.is_cur_brackets:before{
    content : '(';
}

.is_cur_brackets:after{
    content : ')';
}

.simpletext_loginTime {
    font-weight: bold;
}

.bm_FavAccount a[href="#"] {
    cursor: default;
}

table td a.bluelink
{
    border-bottom-width: 2px;
	text-decoration: underline; !important
}

.ui-button-icon-only .ui-icon
{
	height: 40px;
    width: 40px;
    padding: 0;
}


.error_highlight_horizontal, .input-field label:not(.label-icon ).error_highlight_horizontal
	{
	-webkit-transform: translateY(-14px) !important;
	transform: translateY(-14px) !important;
	-webkit-transform-origin: 100% 0 !important;
	transform-origin: 100% 0 !important;
	font-size: 12px !important;
	font-size: 12px !important;
}
.error_highlight_horizontal
	{
	-webkit-transform: translateY(-140%) !important;
	transform: translateY(-140%) !important;
}

.width50percent_login .errorCodeWrapper{
	width:100%;
}

.pt30 {
    padding-top: 30px;
}
.input-field{
    display: inline-block;
    width: 100%;
    margin-top: 0;
}
.input-field .picker-icon{
top:20%;	
}

.tranfer_card{
	padding-top: 0px !important;
}
span.clear, span.clear20, .acct_detail .row .bm_AccountSummeryText .left_mrgn {
    display: block;
}

.stage3_previewconfirm_label_column .simpletext,
	.stage3_previewconfirm_details_column .simpletext,
	.stage3_previewconfirm_details_column_widget .simpletext {
	font-family: Tajawal-Bold, sans-serif, Arial !important;
}

.labelColumn_combo {
	max-width: 100%;
}

.h2_text.card_title span {
    color: #231f20;
    font-family: Tajawal-Bold, sans-serif, Arial;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 25px;
    text-transform: unset;
}

span.bm_LoginBoxRightText span:not(#btn-Container) {
    line-height: 14px;
}

span.bm_LoginBoxRightText h2 span {
    line-height: 20px !important;
}

span.bm_LoginBoxRightText #btn-Container button {
    background: none !important;
    border: 0;
    padding: 0;
    margin: 0;
}

span.bm_LoginBoxRightText {
    display: block;
}

span.bm_LoginBoxRightText h2 {
    margin: 0;
}

span.p_text {
    display: block;
}

span.bm_LoginBoxRightText h6.h6_text span {
    color: #636466;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    font-family: Tajawal-Medium, sans-serif, Arial;
    line-height: 24px;
}

.bm_LoginBoxRightText.tranfer_card {
    min-height: 155px;
}
.blank_btn_container{
	padding: 0;
    margin: 0;
    text-align: right;
    border-radius: 0;
    
    text-transform: none;
    overflow: visible;
}
.col.bm_flagrow {
    min-height: 130px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  padding: 0;
}

.col.bm_flagrow img{
		margin-left: calc(100% - 102px - 30px);
}

.bm_flag_text2 {
    float: right;
    margin-right: 30px;
    margin-left: 30px;
    width: calc(100% - 60px);
    max-width: 102px;
    align-self: flex-start;
}
.fix_input, .get_acc_details_ctr {
	margin-top: 10px;
}
.hasw100 .labelColumn_combo {
	width:100%;
}

.reset-btn {
    min-width: 100px;
    display: inline-block;
}
.picker-icon{
	right: auto;
}

span.paginationPageNumberGOSpan i, span.paginationPageNumberGOSpan input {
    line-height: 18px !important;
    font-size: 18px !important;
}
.update-usr-id .type_UserPrincipal, .bgnone, table.multiTableHeading > tbody:hover, table.singleTableHeading > tbody:hover ,
.listrowwrapper:hover tr.listwhiterow, .listrowwrapper:hover tr.listgreyrow {
    background: none !important;
}

.has_otp_inidividual_fields .labelColumn,.tableoverflowwrapper .labelColumn{
	width:100% !important;
	}
	.has_otp_inidividual_fields .labelColumn{
	height: auto;
}
.has_otp_inidividual_fields {
    display:inline-block;
}

.mr20,.mr20notab
{
	margin-left:20px;
}

.bm_PasswordlengthBar {
    float: right;
    width: 180px;
    height: 5px;
    background-color: #ccc;
    margin-bottom: 5px;
}

.bm_PasswordlengthBar.bm_inner_ProgressBar {
    width: 40%;
    background-color: #f3ac59;
}
.bm_PasswordlengthBar.bm_inner_ProgressBar.weak {
	background-color:#c32335 !Important;
}
.bm_PasswordlengthBar.bm_inner_ProgressBar.strong {
	background-color:green !Important;
}

.bm_PasswordlengthBar_Text {
    float: left;
    margin-top: -5px;
    
}

.bm_PasswordlengthBar_Text .p_text {
    margin: 0px !important;
    text-transform:capitalize;
}
#menu-button .menu-opened {
        background: url('../images/bmImages/MenuClose.png') no-repeat center center;
}

.full_drops .labelColumn_combo_small,.full_drops .labelColumn_combo{
	width:100%;
}
.full_drops i.btn{
	min-width: 150px;
	margin-top: 20px;
}

.bm-btn-nomargin.full_drops i.btn{
	margin-top: 0px !important;
}

.full_drops .align-center,.align-center{
	text-align:center;
}

.disp_inline_block{
	display:inline-block;
}
.stop_img {
    color: #7a1f17 !important;
    border: 0px;
    padding-top:0 !important;
    padding-right: 20px;
    background:url('../images/bmImages/stop_icon.png') no-repeat right center;
    display:inline-block;   
} 
.is_search_field .labelColumn_combo {
    width: 100% !important;
}
input.autocomplete-dropdown{
	margin-bottom: 0 ;
}

.picker__date-display{
	flex : 2;
	display: none;
}
.picker__footer{
	flex: 1;
}


/*===========    Transfer and PAyments page END ============*/
/*===========    Meenakshi Css END ============*/

/*New maga menu*/
.hasFullwidthText .labelColumn {
	width:100% !important;
}

.has_padlock {
    background: url(../images/bmImages/lock.png) right center no-repeat !important;
    display: inline-block;
    padding-right: 30px;
    padding-top: 10px
}

.has_captcha {
    border-bottom: 1px solid #ccc;
    padding-top: 10px !important
}

.has_captcha > span {
    display: inline-block;
    vertical-align: top;
    padding-top: 3px;
    position: relative;
    float: left;
}

.has_captcha span input {
    width: 20px;
    height: 20px;
    display: inline-block;
    background : url(../images/bmImages/refresh.png) center no-repeat;
    border: 0;
    -webkit-filter: grayscale(100%);
}

#menu-button .menuBarIcon {
      display: block;
      cursor: pointer;
      margin-top: -52px;
      width: 40px;
      height: 40px;
      background: url('../images/bmImages/menuIcon.png') no-repeat center center;
}

#menu-button .menu-opened {
        background: url('../images/bmImages/MenuClose.png') no-repeat center center;
}
.bm_SubMenuActive {
    color: #7a1f17 !important;
    font-weight: bold;
}
.bm_MenuActive1 {
    color: #7a1f17 !important;
    font-weight: bold;
    position: relative;
    background-color: #efefef;
}

.bm_MenuActive {
    color: #7a1f17 !important;
    font-weight: bold;
    position: relative;
    background-color: #efefef;
}


    .bm_MenuActive::after, .menu .selected [name=HREF_Overview]::after {
        content: " ";
        width: 40px;
        height: 3px;
        background-color: #7a1f17;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0 auto;
    }
	 .bm_MenuActive::after{
          margin-right: calc(50% - 50px);
    }

#mega_menu,
#mega_menu ul,
#mega_menu ul li,
#mega_menu ul li a,
#mega_menu .menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    #mega_menu:after,
    #mega_menu > ul:after {
        content: ".";
        display: none;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    #mega_menu .menu-button {
        display: none;
    }

#mega_menu {
    width: auto;
    font-family: Tajawal-Medium, sans-serif, Arial;
    line-height: 1;
    background: #ffffff;
    position: fixed;
    top: 64px;
    width: 100%;
    right:0px;
    z-index: 5;
    padding: 0px 5%;
    display: block;
}

#mega_menu .menu{
	width: 100%;
}
#mega_menu .menu *{
    overflow: hidden;
}
#mega_menu .selected{
	position: relative;
    background-color: #efefef;
}

#mega_menu .selected a.dc-mega{
	color: #7a1f17 !important;
    font-weight: bold;
}

#mega_menu ul li.selected ul, #CorporateUserDashboardUX5_W4UX5__1_Title{
	display: block !important;
}
    #mega_menu > ul > li {
        float: right;
    }

    #mega_menu.align-center > ul {
        font-size: 0;
        text-align: center;
    }

        #mega_menu.align-center > ul > li {
            display: inline-block;
            float: none;
        }

    #mega_menu.align-center ul ul {
        text-align: right;
    }

    #mega_menu.align-right > ul > li {
        float: left;
    }

    #mega_menu.align-right ul ul {
        text-align: left;
    }

    #mega_menu > ul > li > a {
        padding: 12px 22px;
        font-size: 14px;
        text-decoration: none;
        color: #231f20;
        -webkit-transition: color .2s ease;
        -moz-transition: color .2s ease;
        -ms-transition: color .2s ease;
        -o-transition: color .2s ease;
        transition: color .2s ease;
    }

    #mega_menu > ul > li:hover > a,
    #cssmenu > ul > li.active > a {
        color: #7a1f17;
        
    }

    #mega_menu > ul > li.active > a {
        font-weight: bold;
        background-color: #efefef;
    }

    #mega_menu > ul > li.has-sub > a {
        padding-left: 25px;
    }

    #mega_menu ul ul {
        position: fixed;
        /*position: absolute;*/
        /*left: -9999px;*/
        background-color: #efefef;
        padding: 0px 5%;
        display: none;
        width: 100%;
        right: 0;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
    }





    #mega_menu.align-right li:hover > ul {
        left: 0;
    }

    #mega_menu ul ul ul {
        margin-right: 100%;
        top: 0;
    }

    #mega_menu.align-right ul ul ul {
        margin-right: 0;
        margin-left: 100%;
    }

    #mega_menu ul ul li {
        height: auto;
        -webkit-transition: height .2s ease;
        -moz-transition: height .2s ease;
        -ms-transition: height .2s ease;
        -o-transition: height .2s ease;
        transition: height .2s ease;
        float: right;
    }

    #mega_menu ul li:hover > ul > li {
        height: auto;
    }

    #mega_menu ul ul li a {
         padding: 12px 0px;
        padding-left: 60px;
        /*width: 250px;*/
        font-size: 14px;
        text-decoration: none;
        color: #231f20;
        -webkit-transition: color .2s ease;
        -moz-transition: color .2s ease;
        -ms-transition: color .2s ease;
        -o-transition: color .2s ease;
        transition: color .2s ease;
    }

        #mega_menu ul ul li:hover > a,
        #mega_menu ul ul li a:hover {
            color: #7a1f17;
        }

    #mega_menu ul ul li.has-sub > a::after {
        position: absolute;
        top: 13px;
        left: 10px;
        width: 4px;
        height: 4px;
        border-bottom: 1px solid #dddddd;
        border-left: 1px solid #dddddd;
        content: "";
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: border-color 0.2s ease;
        -moz-transition: border-color 0.2s ease;
        -ms-transition: border-color 0.2s ease;
        -o-transition: border-color 0.2s ease;
        transition: border-color 0.2s ease;
    }

    #mega_menu.align-right ul ul li.has-sub > a::after {
        left: auto;
        right: 10px;
        border-bottom: 0;
        border-left: 0;
        border-top: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
    }

    #mega_menu ul ul li.has-sub:hover > a::after {
        border-color: #ffffff;
    }

.menuBarIcon{
	visibility: hidden; 
}
.update-usr-id .type_UserPrincipal, .pfmovervw-pdg-adj{
	padding-right: 0 !important;
}
/* ============ Media quary start ============= */

@media screen and (min-width: 993px) {
		.dis-block-mobile-inline-desktop{
	display: inline;
	}
	.ccenqfilter.tfr-container input[type="text"].autocomplete-dropdown{
	margin-bottom:0;
}
	.rtl-ch-pwd-otp-ctr .first-col{
	margin-left: 66.6666666667%;
	}
		#C41 .card-content.bm_CardSmallPadding,#C42 .acc-collapsible,
	#C43 .card-content.bm_CardSmallPadding,#C44 .alltrnsctnt{
	overflow-x: hidden;
		overflow-y: auto;
	}
	#C41 .card-content.bm_CardSmallPadding,#C42 .acc-collapsible{
		height: 396px;		
		
	}
	#C43 .card-content.bm_CardSmallPadding,#C44 .alltrnsctnt{
			height: 433px;	
	}
	#C41 ul.dropdown-content.select-dropdown{
	max-height: 340px;
	}
	
	.menuoverlay{
	display: none;
}
	
}



@media all and (max-width: 992px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	.logo_1{
	left: 0;
    width: calc(92% - 80px);
    margin-left: calc(4% + 40px);
    position: relative;
    background-position-x: center;
    margin-right: 0;
}
	  #mega_menu ul{
    overflow-y: auto;
    }
	 #mega_menu ul ul{
        background-color: white;
    }
	#wrapper_RACCS ul li:last-child,
    #mega_menu ul ul li.acc-menu-last-li{
    float: right;
    }

    .bm_MenuActive::after {
        display: none;
    }
	.bm_account_top_spacing{
		margin-top: 8px;
	}
    #mega_menu ul ul::after {
        border-right: unset;
        border-left: unset;
        border-bottom: unset;
        position: unset;
    }
	.headerMenuWrapper{
		display: none;
	}
	.LoggedUserMobileView{
	  display: block;
	}
    #mega_menu ul ul {
        box-shadow: unset;
        display: none;
    }

        #mega_menu ul ul li {
            border-top: none !important;
        }

    #mega_menu {
        width: 100%;
        position: absolute;
        top: 54px;
        right: 0;
        padding: 0px 0px;
        display: none;
    }
	#menu-button .menuBarIcon {
		margin-right: 4%;
	}
	.menuBarIcon{
		visibility: visible; 
	}
        #mega_menu ul {
            width: 100%;
            margin-top: 10px;
            box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.20);
        }

        #mega_menu.align-center > ul,
        #mega_menu.align-right ul ul {
            text-align: right;
        }

        #mega_menu ul li,
        #mega_menu ul ul li,
        #mega_menu ul li:hover > ul > li {
            width: 100%;
            height: auto;
            border-top: 1px solid rgba(120, 120, 120, 0.15);
        }

            #mega_menu ul li a,
            #mega_menu ul ul li a {
                width: 100%;
            }

        #mega_menu > ul > li,
        #mega_menu.align-center > ul > li,
        #mega_menu.align-right > ul > li {
            float: right;
            display: block;
        }

        #mega_menu ul ul li a {
            padding: 12px 30px 12px 12px;
            font-size: 12px;
            color: #231f20;
            background: none;
        }

            #mega_menu ul ul li:hover > a,
            #mega_menu ul ul li a:hover {
                color: #000000;
            }

        #mega_menu ul ul ul li a {
            padding-right: 40px;
        }

        #mega_menu ul ul,
        #mega_menu ul ul ul {
            position: relative;
            right: 0;
            left: auto;
            width: 100%;
            margin: 0;
        }

            #mega_menu > ul > li.has-sub > a::after,
            #mega_menu ul ul li.has-sub > a::after {
                display: none;
            }

        #mega_menu .submenu-button {
            position: absolute;
            z-index: 10;
            left: 0;
            top: 0;
            display: block;
            height: 54px;
            width: 52px;
            cursor: pointer;
        }

            #mega_menu .submenu-button::after {
                content: '';
                position: absolute;
                top: 15px;
                right: 20px;
                display: block;
                width: 1px;
                height: 11px;
                background: #000000;
                z-index: 99;
            }

            #mega_menu .submenu-button::before {
                content: '';
                position: absolute;
                right: 15px;
                top: 20px;
                display: block;
                width: 11px;
                height: 1px;
                background: #000000;
                z-index: 99;
            }

            #mega_menu .submenu-button.submenu-opened:after {
                display: none;
            }



    /*=====  Right stop menu Start  ======*/
    .HeaderTopMenu {
        position: absolute;
        z-index: 999;
        width: 250px;
        left: 3%;
        top: 0px;
    }

        .HeaderTopMenu ul {
            background-color: #fff;
            width: 100%;
            float: right;
            box-shadow: 0px 0px 10px #ccc;
            border-radius: 0px;
            margin-top: 15px;
        }

            .HeaderTopMenu ul li {
                width: 100%;
                float: right;
            }

                .HeaderTopMenu ul li a {
                    color: #636466;
                    line-height: 40px;
                }

       .LoggedUserMobileView .HeaderTopMenu .menu-button {
            display: block;
            cursor: pointer;
            margin-top: 10px;
            width: 40px;
            height: 40px;
            background: url('../images/bmImages/more.png') no-repeat center center;
            float: left;
        }

        /*.HeaderTopMenu .menu-button.menu-opened {
                background: url('../images/MenuClose.png') no-repeat center center;
                background-size: 18px;
            }*/
        .bmCustomTableOuterDiv{
        	margin-bottom: 15px;
        }    
        .HeaderTopMenu .dropdown-content, .HeaderTopMenu .MyProfiledownArrow {
            display: none !important;
        }

        .HeaderTopMenu ul li a img {
            margin-top: 8px !important;
            display: none;
        }

        .h4_mt5 h4, .HeaderTopMenu .bm_offerImgTop {
            margin-top: 5px !important;
        }
    /*=====  Right stop menu End  ======*/

    #mega_menu ul ul {
        padding: 0px 0px;
    }
    
    .row.login-date-time{
    	margin-bottom: 0px !important;
    }

    .HeaderTopMenu ul {
        margin-top: 6px;
    }
    
    .HelpDropdown .indicator{
          background: url(../images/bmImages/PlusIcon.png) no-repeat left 10px center;
          background-size: 12px;
    }
    .HelpDropdown.active .indicator{
          background-image: url(../images/bmImages/substract.png);
    }
    .HelpDropdown ul{
    display: block !important;
    position: relative !important;
    right: 0 !important;
    top: 0 !important;
    box-shadow: none;
    margin: 0px !important;
    padding: 0px !important;
    width: 100% !important;
    opacity: 1 !important;
    height: auto !important;
    box-shadow: 0px 0px 0px #ccc !important;
    }
     .HelpDropdown ul.hidden{
       display: none !important;
     }
    .HelpDropdown li a{
        line-height: 20px !important;
    }
    .HelpDropdown li{
		padding: 10px 40px 10px 10px !important;
		min-height: 20px;
		position: relative;
    }
	  .ViewProfileDropdown .indicator{
          background: url(../images/bmImages/PlusIcon.png) no-repeat left 10px center;
          background-size: 12px;
    }
    .ViewProfileDropdown.active .indicator{
          background-image: url(../images/bmImages/substract.png);
    }
    .ViewProfileDropdown ul{
    display: block !important;
    position: relative !important;
    right: 0 !important;
    top: 0 !important;
    box-shadow: none;
    margin: 0px !important;
    padding: 0px !important;
    width: 100% !important;
    opacity: 1 !important;
    height: auto !important;
    box-shadow: 0px 0px 0px #ccc !important;
    }
     .ViewProfileDropdown ul.hidden{
       display: none !important;
     }
    .ViewProfileDropdown li a{
        line-height: 20px !important;
    }
    .ViewProfileDropdown li{
		padding: 10px 40px 10px 10px !important;
		min-height: 20px;
		position: relative;
    }
    
}

@media screen and (min-width: 1px) and (max-width: 1200px) {

    #mega_menu > ul > li > a {
        padding: 13px 16px;
    }

     #mega_menu ul ul li a {
        padding: 13px 0px;
        padding-left: 40px;
    }
    .bm_MenuActive::after{
        
margin-right: calc(50% - 40px) !important;
    }
}

@media screen and (min-width: 1px) and (max-width: 992px) {
		.dis-block-mobile-inline-desktop{
	display: block;
	}
		.ipo-form .querytextleft,.ipo-form .querytextright.acc-dpdwn-ctr{
	    width: 50%;
	    clear: none;
}

.ipo-form .querytextright{
	width:  50%;
	clear: none;
	float: right;
}
.ipo-form .querytextleft.acc-dpdwn-label,.ipo-form .querytextright.acc-dpdwn-ctr{
	margin-top: 0;
}
.ipo-form .querytextright.acc-dpdwn-ctr input{
margin-bottom: 0;
}
.ipo-form .bm_cardAvilableBallance{
margin-right: 90%;
max-width: 75% !important;
}
    	.pfmovervw-pdg-adj{
	padding-left: 0 !important;
}
	#mega_menu .menu-button {
        margin-top: -47px;
    }

    #mega_menu ul {
        margin-top: 7px;
    }
}
/*New mega menu end*/

/*top spacing issue*/
#InfoPanel{
	display: none;
}

form[name="DashboardAutoAlignFG"] #main{
	padding-top: 70px;
}
.section{
	padding-top: 0px;
	padding-bottom: 0px;
}
/*top spacing issue end*/
.bm-btn-primary input{
  padding: 6px 8px;
}
.bm-btn-secondary .reset-btn{
	padding: 10px 8px 8px 8px;
	margin: 0px 0px;
}
.margin-bottom20{
	margin-bottom: 20px;
}

/*Currency converter*/

.currency-convert .labelColumn_combo_small, .currency-convert .labelColumn_combo{
	float: right;
	width: 45%;
	margin-top: 10px;
}

.currency-convert .custom_tl_small_currency_brdr{
    margin-top: 55px;
    float: right;
    display: block;
    width: 100%;
}

.currency-convert .currInfoBold{
	font-family: Tajawal-Medium, sans-serif, Arial;
	font-size: 16px;
    line-height: 22px;
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 10px;
	direction: ltr;
}
.currency-convert .currInfoSmall{
	font-family: Tajawal-Medium, sans-serif, Arial;
	font-size: 12px;
    line-height: 20px;
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 10px;
}
.currency-convert .containerStyle{
	display: inline-block;
	margin-top: 50px;
}

.currency-convert .containerStyle label{
	font-size: 20px !important;
	margin-top: -5px;
}
.currency-convert .containerStyle label.active{
	font-size: 1rem !important;
}
.currency-convert .cc-result{
	display: block;
	width: 100%;
	float: right;
}
.currency-convert .cc-result-amount{
	margin-top: 56px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    font-family: Tajawal-Bold, sans-serif, Arial !important;
    padding-bottom: 5px;
}
.currency-convert .waves-input-wrapper{
	padding: 8px 20px !important;
}
.marginTop{
	margin-top: 15px !important;
}

.currency-convert .errorContentWrapper{
	border-radius: 5px 5px 0px 0px;
}

.initiate-payment .step-tracker, .initPayWidth .step-tracker{
	display: none;
}

/* #global .keyboard-container{
	top: -30px !important;
	right: 0px !important;
}*/
#LoginHDisplay .keyboard-container{
	margin-right: -29px;
}
.bm_Last_LoginDiv,#questionctr{
  margin-top: 20px;
}


.initiate-payment .input:not([type]), .initiate-payment input[type=text]:not(.browser-default), .initiate-payment input[type=password]:not(.browser-default), .initiate-payment input[type=email]:not(.browser-default), .initiate-payment input[type=url]:not(.browser-default), .initiate-payment input[type=time]:not(.browser-default), .initiate-payment input[type=date]:not(.browser-default), .initiate-payment input[type=datetime]:not(.browser-default), .initiate-payment input[type=datetime-local]:not(.browser-default), .initiate-payment input[type=tel]:not(.browser-default), .initiate-payment input[type=number]:not(.browser-default), .initiate-payment input[type=search]:not(.browser-default), .initiate-payment textarea.materialize-textarea{
	margin: 0px 0px 10px 0px;
}

.initiate-payment .h2_text{
	margin-top: 0px;
}

.initiate-payment .stage3_steptracker_mandatory{
	height: auto !important;
	margin-top: 0px;
	padding-top: 0px;
	display: block;
    position: absolute;
    left: 0;
    white-space: nowrap;
    margin-left: 0;
    min-height: 30px;	
}
#TransfersLandingContent{
	padding: 0px;
	margin-right: -0.75rem;
}
#TransfersLandingContent .tl_content_left{
	margin-bottom: 0px;
}

.card_footer_bg .h2_text{
	margin-top: 0px;
}

.breadcrumb-content{
	margin-bottom: 5px;
}
.set-favorite-row{
	display: block;
    width: 100%;
    float: right;
    margin: 10px 0px;
}
.set-favorite-row label{
	font-size: 16px !important;
	font-family: Tajawal-Bold, sans-serif, Arial !important;
}

.display-block{
	display: block;
 
}
 
/*Email notification*/
.notification-mail{
	float: right;
	padding: 10px 0px !important;
}

.notification-mail .leftgrouplet{
	width: 100% !important
}

.notification-mail table td.icon_logo{
	display: none;
}

.notification-mail .mail-list .rightcontainer{
	width: 70%;
	margin-right: 0px;
}

.notification-mail .mail-list thead, .notification-mail .mail-list .brd_gray1, .notification-mail .mail-list .brd_grayselected1{
	display: none;
}

.notification-mail #ParentDiv_MailsHomeCorp_STATIC_MailListNew{
	width: 100%;
}

.notification-mail .inbox_wrapper_table{
	border: 1px solid #959595;
}
.notification-mail .inbox_wrapper_table td{
	padding: 15px !important;
}

.notification-mail .inbox_wrapper_table td a, .notification-mail .inbox_wrapper_table td.maildate span{
	font-family: Tajawal-Bold, sans-serif, Arial !important;
	font-weight: normal;
	color: #231f20 !important;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 0px;
}

.notification-mail .inbox_wrapper_table tbody{
	border-top: 1px solid #ccc;
}
.tabletxtfield .labelColumn,
.tfr-container .tabletxtfield .labelColumn_combo_toosmall{
	width: 80% !important;
}
.notification-mail .inbox_wrapper_table td.maildate{
	width: 20% !important;
	text-align: left;
}
.notification-mail .mail-view{
	display: block;
}
.notification-mail .mail-view .right_nav_panel{
	display: none;
}

.notification-mail .mail-view.rightgrouplet{
	width: 100% !important;
	margin-top: 0px !important;
}
.notification-mail .mail-view .right_top{
	padding-top: 0px;
	padding-bottom: 10px;
}
.notification-mail .mail-view .link_attach{
	display: none;
}

.notification-mail .padding-top15{
	padding-top: 15px;
}

.feeling-widgets .card{
	padding: 10px 10px;
}

.feeling-message span.labelColumn{
	display: block;
	width: 100% !important;
	float: right;
	border: 1px solid #ccc;
    border-radius: 5px;
    height: auto;
}

.feeling-message span.labelColumn input{
	font-size: 16px !important;
    font-family: Tajawal-Bold, sans-serif, Arial;
    height: 30px !important;
    margin: 10px;
    width: 90%;
    padding-bottom: 40px;
}

.feeling-widgets .padding-top15{
	padding-top: 15px;
}

.feeling-widgets h3{
	    color: #231f20;
    font-family: Tajawal-Bold, sans-serif, Arial;
    margin: 0px;
    padding: 0px;
    font-size: 24px;
}
.feeling-widgets .p_text{
	font-family: Tajawal-Bold, sans-serif, Arial;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
}

.notification-mail .mail-view{
	display: none;
}

.padding-left0{
	padding-right: 0px !important;
}
.padding-right0,.pr0{
	padding-left: 0px !important;
}
.medium-text{
	font-size: 12px !important;
}
.h2-bold{
	font-size: 16px !important;
	color: #231f20;
    font-family: Tajawal-Bold, sans-serif, Arial !important;
    padding: 0px;
}
.change-pass-notification, .change-pass-notification a, .change-pass-notification span{
	font-size: 14px !important;
}
.change-pass-notification a{
	font-family: Tajawal-Bold, sans-serif, Arial !important;
}
.margin-top10{
	margin-top: 10px !important;
}
.margin-top15{
	margin-top: 15px !important;
}
.margin-top5{
	margin-top: 5px !important;
}
.margin-bottom15{
	margin-bottom: 15px !important;
}
.btn-padding{
	padding-top: 10px !important;
	padding-bottom: 20px !important;
}
.dtl_stmt .input-field{
	width: 100%;
}

.dtl_stmt .narration-input .labelColumn{
	width: 100% !important;
    margin-top: 14px;
}
.accDetailDropdown .bm-label{
	display: inline-block;
	width: 25%;
	float: right;
}
.bm-account-details .labelColumn_combo{
	width: 75% !important;
	margin: 5px 0px;
}
.bm-account-details .p_text,.d-ii{
	display: inline !important;
}
@media screen and (max-width: 1160px) and (min-width: 990px) {
	.bm-btn-ld{
		width: 100% !important;
	}
	
	.bm-btn-ld-spacing{
		margin-bottom: 10px;
	}
}

.bm-primary-btn{
	font-size: 10px;
    line-height: 12px;
    padding: 8px 20px;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    margin: 2px 0px;
	box-sizing: border-box;
}
.bm-primary-wrap i{
	padding: 9px 20px !important;
} 
.bm-primary-btn input {
	font-size: 10px !important;
	    text-align: center;
    letter-spacing: .5px;
    line-height: 12px;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    white-space: normal;
	box-sizing: border-box;
}
.accounts .h2_text{
	margin-top: 0px !important;
}
.corporate-acc-details .bm_CardSmallPadding{
	padding: 20px 10% !important;
	margin-bottom: 0px !important;
}

.corporate-acc-details .stage3_previewdetailsrow{
	padding: 0px !important;
	margin: 2px 0px !important;
	line-height: 24px;
}

.corporate-acc-details .simpletext{
	color: #636466 !important;
    font-size: 16px !important;
    margin: 2px 0px !important;
}

.corporate-acc-details .output-value .simpletext{
	font-family: Tajawal-Bold, sans-serif, Arial;
    font-weight: normal;
    color: #231f20 !important;
   font-size: 16px !important;
}
.corporate-acc-details .primary-btn .btn{
	line-height: 20px;
    padding: 8px 20px;
}

.corporate-acc-details .primary-btn .btn button{
	font-size: 1rem !important;
}

.corporate-acc-details .top-padding20, .pt20{
	padding-top: 20px;
}

.my-profile-section .EditCol .bm_editIconDiv a{
	height: 18px;
	padding-right: 24px;
	padding-top: 3px;
	margin-right: 10px;
	position: relative;
}
.my-profile-section .EditCol .bm_editIconDiv a:before{
    background: url('../images/bmImages/pensilIcon.png') no-repeat right top;
    position: absolute;
    width: 24px;
    height: 18px;
    content: '';
    right: -5px;
    transform: scaleX(-1);
}
.set-preference .querytextright_stage3 .span-radiobutton{
	top: 5px;
}

.set-preference .querytextright_stage3.radio-label .searchsimpletext{
	margin-left: 7%;
	font-size: 16px !important;
}

.action-btn .btn,.width100i{
	width: 100% !important;
}
.tfr-container .col label.simpletext, .grid-action-btn{
	display: inline-block;
}
.searchsimpletext_sideheading {	
     font-family: Tajawal-Bold, sans-serif, Arial!important;
     font-size: 16px;
}
.add-beneficiary-btn{
	
	position: relative;
	
}

.add-beneficiary-btn a{
	font-size: 14px !important;
	background: url('../images/bmImages/AddNewBeneficiary.png') right no-repeat;
	padding-right: 23px;
}
.row.toprow.parentTable{
	margin-bottom: 0px !important;
}

.bm-pl0{
	padding-right: 0px !important;
}
.bm-pt0{
	padding-top: 0px !important;
}
.bm-pb0{
	padding-bottom: 0px !important;
}
.bm-pr0{
	padding-left: 0px !important;
}
.bm-m0{
	margin: 0px !important;
}
.bm-mb0{
	margin-bottom: 0px !important;
}
.bm-mt15{
	margin-top: 15px !important;
}
.bm-mb15{
	margin-bottom: 15px !important;
}
.bm-mt0{
	margin-top: 0px !important;
}
.bm-mb7{
	margin-bottom: 7px !important;
}
.bm-p0{
	padding: 0px !important;
}
form p{
	margin-bottom: 0px;
}
.bm-p-top{
	top: 4px;
    position: relative;
}
.row-mlr{
	margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
}
.pageheadingcaps.h2_text{
	margin-top: 0px; 
}
.bm-account-details .containerStyle label{
	top: 0px !important;
}
.bm-label-position{
	margin-top: 18px !important;
}

.bm-label-position label{
  top: 0px !important;
}

.bm-account-details .input-field{
	position: relative !important;;
}
.bm-account-details font{
	float: right;
}

.bm_CreditCards_HeadingText {
    float: right;
      margin: 0 !important;
    vertical-align: middle;
    width: 100%;
}

.bm_CreditCards_HeadingText img{
	width: 90px;
    vertical-align: middle;
}
.bm_CreditCards_HeadingText .title_text{
	display: inline-block;
    width: calc(100% - 90px);
    padding-right: 12px;
    vertical-align: middle;
}
.credi_landing_text {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 160px;
}
.less_min_height.credi_landing_text {
    min-height: 110px;
}
.credi_landing_text .inv_simpletext {
    font-size: 12px;
    line-height: 14px;
    color: #636466 !important;
    min-height: 100px;
}

.aleft {
    float: right;
}

.aleft span {
    
    color: #7a1f17;
    font-size: 12px !important;
    color: #7a1f17;
    line-height: 16px !important;
}

.bm_CreditCards_BottomLink input[type='submit'], .bm_CreditCards_BottomLink input[type='button'], .bm_CreditCards_BottomLink a {
    float: right;
    margin-right: 10px;
    background: none;
    border: 0;
    padding-right: 10px;
    font-size: 12px !important;
    color: #7a1f17;
    line-height: 16px !important;
    border-right: 2px solid #dbae27;
	outline:0 !important;
	border-radius:0;
}
.credit_floater{
	float: none;
    clear: both;
    width: 100%;
    height: 10px;
    display: inline-block;
}


.reg-userid .labelColumn{
	height: auto;
	    padding-bottom: 0;
	   width: 100% !important;
}
.reg-userid input{
	box-sizing: border-box !important;
	margin-bottom: 20px !important;
}

.bm-disable{
	pointer-events: none !important;
	opacity: 1;
}

.querytextright .searchsimpletextred{
	 font-family: Tajawal-Bold, sans-serif, Arial !important;
	color: #e40826 !important;
    font-size: 16px !important;
   padding: 0;
    line-height: 1.5;
    margin: 3px 0px !important;
}
/*Upload a file*/
/* .bm-accordion-wrapper .bm_cardHeading{
	border-bottom: 1px solid #ccc;
    padding: 5px 24px 3px 24px;
}
.bm-accordion-wrapper .bm_cardHeading h2, .bm-accordion-wrapper .collapsiblelink{
	font-family: Tajawal-Bold, sans-serif, Arial;
    font-weight: normal !important;
	font-size: 16px !important; 
	color: #231f20;
}

.bm-accordion-wrapper .collapsiblelink, .bm-accordion-wrapper h3 a, .bm-accordion-wrapper .collapsiblePosition{
	font-family: Tajawal-Bold, sans-serif, Arial !important;
	line-height: 1.5;
	font-size: 16px !important; 
	color: #231f20 !important; 
}
.bm-accordion-wrapper h3, .bm-accordion-wrapper .collapsiblePosition{
	padding: 1rem;
}
.bm-accordion-wrapper .collapsiblePosition{
	background-color: #fff;
}
.bm-accordion-wrapper .border-line h3{
	border-bottom: 1px solid #ddd;
} */
.bm-accordion-wrapper ul li{
	padding-bottom: 0px !important;
}
.bm_Fileupload_Salarypayment_Main {
    width: 100%;
    float: right;
    margin: 5px 0px;
}
.bm_Fileupload_Salarypayment_Main p {
    float: right;
}
.bm_Fileupload_Salarypayment_Main a {
    float: left;
    color: #7a1f17 !important;
    font-family: Tajawal-Bold, sans-serif, Arial !important;
    font-weight: normal !important;
}
.bm_Fileupload_Salarypayment_Main a .productTypeListPadding{
	padding-top: 0px !important;
	height: auto !important;
	color: #7a1f17 !important;
    font-size: 80% !important;
    font-family: Tajawal-Bold, sans-serif, Arial !important;
    font-weight: normal !important;
}
.bm-accordion-wrapper .WPS-icon{
    background: url(../images/bmImages/WPS_Payment_icon.png) no-repeat  right 25px top 13px;
    padding-right: 74px !important;
}
.bm-accordion-wrapper .within-bank-icon{
    background: url(../images/bmImages/Within_Bank.png) no-repeat  right 25px top 13px;
    padding-right: 74px !important;
}
.bm-accordion-wrapper .other-bank-icon{
    background: url(../images/bmImages/Other_Bank.png) no-repeat  right 25px top 13px;
    padding-right: 74px !important;
}
.card_footer_bg.bm_card_footer_bg_borderBottom {
    border-bottom: 1px solid #ccc;
}
.bm-accordion-wrapper .collapsible-body{
	background-color: #f3f3f3;
    border-top: 1px dashed #a7a5a5;
    border-bottom: 1px dashed #a7a5a5;
    padding: 15px 78px 15px 25px !important;
    float: right;
    width: 100%;
}
.bm-accordion-wrapper .bm_cardHeading{
	padding: 5px 24px 3px 24px;
}
.bm-accordion-wrapper .bm_cardHeading .col{
	padding-right: 0px !important;
}
.bm-accordion-wrapper .bm-collapsible-header.active .bm_collapsible_arrowup{
	background: url(../images/bmImages/up_arrow_small.png) top left no-repeat !important;
}
.bm-accordion-wrapper .collapsible-body p{
	    padding: 4px 0px !important;
}
.bm-accordion-wrapper .collapsible-body .label{
	font-family: Tajawal-Bold, sans-serif, Arial;
    font-size: 14px;
    color: #231f20;
    margin: 0px !important;
    padding: 0px;
    line-height: 20px;
}
.bm-accordion-wrapper .collapsible .collapsible-header:hover{
	background-color: transparent !important;
}
.bm-accordion-wrapper .collapsible-body .link{
	float: left;
    position: relative;
    top: 4px;
}
.bm-accordion-wrapper .collapsible-body .link a{
	font-size: 11px;
    color: #7a1f17;
    font-family: Tajawal-Bold, sans-serif, Arial !important;
}
.bm-accordion-wrapper .bm-link-right-arrow{
	background: url(../images/bmImages/right_arrow_small.png) no-repeat;
    background-position-x: calc(100% - (100% - 30px));
    background-position-y: center;
}
.bm-upload-right-arrow .collapsible-header{
    display: block;
    padding-left: 15px;
    }
    
     .bm-upload-right-arrow .collapsible-header .wps-text-div{
         display: inline-block;
		 color: #000;
     }
     .wps-right-icon{
     background: url(../images/bmImages/right_arrow_small.png) no-repeat center;
     display: block;
     height: 26px;
     width: 40px;
     transform: rotate(180deg);
    }
.bm-info-table .bm-header{
		background-color: #ebebeb;
	font-weight: bold;
    color: #636466 !important;
    font-size: 12px;
    font-family: Tajawal-Medium, sans-serif, Arial !important;
}
.bm-info-table .bg-color{
	background-color: #ebebeb;
}
.bm-info-table .border-t{
	border-top: 1px solid #d0d0d0;
}
.bm-info-table .border-b{
	border-bottom: 1px solid #d0d0d0;
}
.bm-info-table .border-l{
	border-right: 1px solid #d0d0d0;
}
.bm-info-table .border-r{
	border-left: 1px solid #d0d0d0;
}
.bm-info-table .bm-data{
	font-size: 12px;
    font-family: Tajawal-Medium, sans-serif, Arial !important;
    color: #231f20;
}
.bm-info-table .col{
	padding: 10px 0px;
}
.bm-info-table .col span{
	padding: 0px 10px;
}
.bm-footer-info .bm_notes.cut-off{
	background: url(../images/bmImages/Cut_Off_Time.png) no-repeat right;
}
.cut-off-time{
	padding: 10px 34px !important;
}
.cut-off-time .bullet-info{
	margin-bottom: 10px;
}
.bm-custom-input-wrapper,.avlBalCtrm{
	margin-top: 20px;
}
.bm-custom-input-wrapper.margin-top3, .tbl-action-link-styl .grid-action-btn{
	margin-top: 3px;
}
 .bm-custom-input-wrapper .margin-icon20 label{
 	margin-right: 20px;
 }
.bm-custom-input-wrapper .querytextboxmedium_small, .bm-custom-input-wrapper .labelColumn_combo_small{
  width: 100% !important;
}
.bm-custom-input-wrapper input[type="text"]{
   margin-bottom: 10px !important;
}
.bm-custom-input-wrapper label{
	margin-top: 0px !important;
}
.bm-custom-input-wrapper .picker-icon{
   top: 12px;
}
h3.notopborder{
	line-height: 1 !important;
	margin-bottom: 10px;
    padding-right: 0px;
}
a.btn-flat:active, a.btn-flat:visited, a.btn-flat:hover{
	background-color: transparent !important;
}
.remove-bluelink.acct_detail .bluelink_outputField{
	width: auto !important;
    color: #231f20 !important;
    font-family: Tajawal-Bold, sans-serif, Arial;
}
.card .errorDisplayStyle, #ParentDiv_CorporateUserDashboardUX5_W4UX5__1{
   margin-bottom: 20px !important;
}
.card.acct_detail .errorDisplayStyle{
   margin-bottom: 10px !important;
}
.querytextleft_width100percent_withtextalignleft {	
    border-right: 0px; 
}
.querytextleft_width100percent_withtextalignleft h3.col {
	padding-right: 0px;	
}


span.querytextboxmedium_small {
    max-width: 100%;
}
.is_bt span{
	padding-top: 14px;
    display: inline-block;
    width: 100%;
}


.bold_tbl td, .bold_tbl th {
	font-weight:bold;
	}
	
#CorpId_Text {
    pointer-events: none;
}
#bankLogoSection{
	display: none;
}

@media print {
	.bm_AccountSummeryText{
        width: 50% !important;
    }
	  #main{
        padding-top: 30px !important;
    }
	#footer,#headerouter,#header, .txt_boxnew, #contactUsBox, #profileBox, #helpBox,
		.bm_PrintIconMainDiv.bm_print_mrgn, .tl_sidebar, .errorContentWrapper,
		#CrossSellContainer, #widConf, #InfoPanel, #NavPanel, .reset-btn,
		.pageRightContainer, .headerWelcomeTextSearch1, .headerMenuWrapper,#breadcrumb-block,.bm_print_icon,.printDisplayNone,.marquee_ctr,
		.errorDisplayStyle,#PageConfigurationMaster_WZKTCAL__1,.download-ctr,.bm_AddImgRight,.bm_btnCustomRedFullWidth,.dis-block,.leftRoundCorner,.displayBlock  {
		display: none;
	}
	#bankLogoSection{
	display: block;
	padding-right: 25px;
	}
	#main, .wrapper {
		min-height: auto !important;
	}
	.initPayWidth {
		width: 100% !important;
		border: 1px solid #ccc;
	}
	.pageheadingcaps.h2_text {
		padding-top: 10px;
		width: calc(100% - 20px);
		text-align: center;
	}
	.breadcrumb-block .breadcrumb, .breadcrumb-block .breadcrumb:last-child
		{
		color: #231f20;
		font-family: Tajawal-Bold, sans-serif, Arial !important;
		font-size: 16px !important;
		font-weight: normal !important;
	}
		.container-large{
	    width: 100%;
	}
	.card_BorderBootom {
	    border: none !important;
	}
	@page { size: auto;  margin: 0mm 5mm; }
}

.has_remarks .queryitalictext{
      font-size: 13px;
      font-family: Tajawal-Medium, sans-serif, Arial !important;
      font-style: normal;
      padding: 0;
}

.download_has_mt .download-ctr{
	margin-top:20px;
    float: none;
    text-align: left;
    width: 100% !important;
    max-width: none;
}
.has_btn_with_no_marg .btn{
	margin-top: 0 ;
}

.bm-full-width .newCombobox_combo_small, .bm-full-width .newCombobox_combo_brdr_small, .bm-full-width .querytextboxmedium_small{
	width: 100% !important;
}

.isPullDown a.dropdown-button{
	background: url('../images/bmImages/more-icon.png') no-repeat left top;
	height: 16px;
    border-radius: 0px;
    width: 4px;
}

.more.dropdown-button:after{
	content: '' !important;
}
#slideDown{
	display: none;
	}
	
@media screen and (min-width: 1401px)   {
  .bm_MiniStatementBtn, .bm_MiniStatementBtn input {
    font-size: 12px !important;
    line-height: 12px;
}
}	

.picker__day-display{
	margin-right: 15px;
    margin-left: 5px;
}	
.picker__month-display{
	margin-right: 0px;
}	

.picker__nav--prev, .picker__nav--next{
  
}
.bm_both_arrow_icon img{
   transform: scaleX(-1);
}
	
.marquee-wrapper{
	position: absolute;
    width: 100%;
    padding: 5px 5%;
    border-bottom: 1px solid #eaeaeb;
    background-color: #fff;
    top: 140px;
    visibility: hidden;
}

.marquee-wrapper .p_text small{
	font-size: 12px;
    font-family: Tajawal-Medium, sans-serif, Arial;
    line-height: 20px;
    font-weight: normal;
    color: #636466 !important;
}

.marquee-wrapper .p_text small marquee{
	font-size: 12px !important;
}

.marquee-wrapper a{
	margin-top: -16px;
    padding: 0px 5px;
    cursor: pointer;
    position: absolute;
    left: 5%;
    background: #ffffff url(../images/bmImages/Close.png) no-repeat;
    width: 14px;
    height: 13px;
}
.bm_SampleFilesUploadIcon .p_text {
    color: #636466 !important;
    margin-top: 5px !important;
    margin-bottom: 2px !important;
    float: right;
    width: calc(100% - 50px);
}

.bm_Pay_utilityBox.bm_Fileupload_Payment_Samplefiles_padding {
    padding: 10px 0px;
}

.bm_AccountDetailsMainDiv2 {
    width: 100%;
    padding: 0px;
    margin-bottom: 10px;
}

.bm_RedsmalldotParent {
    position: relative;
}

.bm_Redsmalldot {
    position: absolute;
    top: 0px;
    right: -15px;
}

.bm_smallRed_rightarrow {
    position: absolute;
    left: 0;
    top: 4px;
}
.bm_smallRed_rightarrow img{
    transform: scaleX(-1);
}
.bm_Redsmalldot_fade {
    background-color: #e68082;
}

.bm_Redsmalldot_veryfade {
    background-color: #fcadaf;
}

.bm_YellowDotSwitch {
    background-color: #dbae27;
}

.bm_YellowDotSwitch_Fade {
    background-color: #ffda79;
}

		/*===========    Progress bar Start  ============*/
.CircleProgressBarMainOuter {
    width: 140px;
    float: right;
    text-align: center;
    margin-bottom: 30px;
}

.CircleProgressBarMain {
    width: 100px;
    margin: 0 auto;
    margin-bottom: 10px;
}

    .CircleProgressBarMain .perc {
        color: #000 !important;
    }

.CircleProgressBarHeading {
    min-height: 50px;
}
/*===========    Progress bar End  ============*/			
.bm_cardHeading_BackgroundGray {
    background-color: #f2f2f2;
    border-radius: 5px 5px 0px 0px;
}

.bm_income_expense_Heading .margin_bottom0px, .bm_income_expense_Heading .margin_Top0px {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.h2_text span {
    font-size: 14px !important;
}

.bm_income_expense_button {
    width: 192px;
    border: 1px solid red;
    border-radius: 25px;
    height: 28px;
    margin-top: 10px;
}


    .bm_income_expense_button .tab {
        line-height: 28px;
    }


.bm_CustomTabIncome .tab a {
    text-transform: capitalize;
    font-size: 12px;
    background: transparent;
    color: #58595b;
}
.bm_CustomTabIncome{
	overflow: hidden;
	    float: none;
}
    .bm_CustomTabIncome .tab a.active {
        color: #fff;
        font-weight: bold;
        background: rgb(239,42,66); /* Old browsers */
        background: -moz-linear-gradient(top, rgb(239,42,66) 0%, rgb(189,34,52) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgb(239,42,66) 0%,rgb(189,34,52) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgb(239,42,66) 0%,rgb(189,34,52) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a1f17', endColorstr='#7a1f17',GradientType=0 ); /* IE6-9 */
        font-size: 14px;
		 background-clip: padding-box;
    }
.bm_CustomTabIncome .tab a.active:after,
.bm_CustomTabIncome.tabs:after,
.bm_CustomTabIncome .indicator {
    display: none;
}


.bm_MonthsLink {
    width: 100%;
    border-radius: 25px;
    margin-top: 11px;
    box-shadow: 0px 0px 5px #ccc;
    padding: 0px 20px;
    float: left;
    max-width: 480px;
}

    .bm_MonthsLink a {
        color: #231f20;
    }

        .bm_MonthsLink a:hover {
            color: #7a1f17;
        }

        .bm_MonthsLink a:active {
            color: #7a1f17;
        }

    .bm_MonthsLink ul {
        margin: 5px 0px !important;
        float: left;
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
    }

        .bm_MonthsLink ul li {
            padding: 6px 20px 4px 20px;
            display: inline-block;
            /* if you need ie7 support */
            *display: inline;
        }

            .bm_MonthsLink ul li + li {
                border-right: 1px solid #ccc;
            }

.ExpenseEditMain {
    display: none;
    background-color: #fafafa;
    padding: 10px 10%;
    border-top: 1px dashed #ccc !important;
    border-bottom: 1px dashed #ccc !important;
}

.ExpenseEditMain_tr {
    border-top: none !important;
    border-bottom: none !important;
}

.bm_ExpenseList {
    display: inline-block;
    width: 100%;
    border: 1px solid #ccc;
    position: relative;
}


.bm_ExpenseList_box {
    padding: 10px 10px;
    position: relative;
    border-bottom: 1px solid #ccc;
}

.bm_ExpenseList_Lastbox {
    padding: 10px;
    position: relative;
}

.bm_ExpenseList_LeftText {
    float: right;
    margin-right: 30px;
    color: #231f20;
    text-decoration: underline;
}

.bm_ExpenseList_LeftText_TH {
    float: right;
    margin-right: 30px;
}

.bm_ExpenseList_OMRText {
    float: left;
    margin-left: 25px;
}


.bm_ExpenseList_rightarrow {
    position: absolute;
    left: 11px;
    top: 16px;
}


.bm_Transactions_rightarrow {
    position: absolute;
    left: 28px;
    top: 20px;
}


.bm_Transaction_cardHeading {
    padding: 8px 24px 10px 24px;
}

.card .bm_Cardaction_bgColor {
    background: #f8f7f7;
}


.bm_FooterOMRtext {
    margin-right: 15px;
}


.bm_Transaction30Text {
    font-size: 34px;
    color: #dbae27;
    margin-left: 10px;
    float: right;
    width: 50px;
}


.progress {
    position: relative;
    height: 10px;
    display: block;
    width: 100%;
    background-color: #f5f5f5;
    border-radius: 5px;
    margin: 0.5rem 0 1rem 0;
    overflow: hidden;
}


    .progress .progressBarLine {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        border-radius: 5px;
    }

    .progress .progressBarLineGreen {
        background-image: linear-gradient(to left, #56ab2f, #a8e063);
    }

    .progress .progressBarLineRed {
        background-image: linear-gradient(to left, #cb2d3e, #ef473a);
    }

    .progress .progressBarLineYellow {
        background-image: linear-gradient(to right, #ffc000, #ff8a00);
    }



.padding_top0px {
    padding-top: 0px !important;
}



.bm_collapsible_custom .collapsible_bodybackground {
    background-color: #f3f3f3;
    border-top: 1px dashed #a7a5a5;
    border-bottom: 1px dashed #a7a5a5;
}

.bm_ManageCategory {
    margin-top: 15px;
    float: left;
}

.bm_ExpenseList_Icons {
    position: absolute;
    top: -4px;
    right: 0;
}

.bm_TransfersCards_height {
    padding: 10px 24px !important;
}


.bm_budgetIcon {
    margin-top: -11px;
}

.bm_uncagegorizedText {
    float: right;
    margin-top: 30px !important;
    margin-right: 10px !important;
    border-bottom: 1px solid #000;
}


.bm_cameraIcon {
    float: right;
    margin-top: 3px;
    margin-left: 5px;
}


.bm_MonthExpenseList_LeftText {
    float: right;
    margin-right: 5px;
}


.bm_collapsible_header_Last {
    height: 65px;
}

.bm_tabsBG {
    background-color: #ccc !important;
}

.bm_MonthsLink ul li a.active {
    color: #7a1f17;
}



.bm_PersonalFinances_TrsactionsMainDiv {
    float: right;
    width: 100%;
    padding: 20px 24px;
    position: relative;
}

.bm_PersonalFinances_TrsactionsText {
    float: right;
    width: 70%;
}


.bm_Uncategorized_Transactions_rightarrow {
    position: absolute;
    left: 15px;
    top: 40%;
}

.bm_BudgetTable_Icons {
    position: absolute;
    top: -1px;
    right: 0px;
}

table.BudgetTable tbody tr td {
    position: relative;
}


.bm_BudgetItem_Text {
    float: right;
    margin-right: 5px;
}

.bm_BudgetMonthMain {
   width: calc(100% - 3% - 70px);
    overflow-x: auto;
    white-space: nowrap;
    margin: 0px;
    float: right;
    margin-right: 3%;
	  height: auto;
}

    .bm_BudgetMonthMain li,.bm_BudgetMonthMain input {
        display: inline-block;
        /* if you need ie7 support */
        *display: inline;
        border: 2px solid #fff;
        width: 7.7%;
        padding: 20px 0px;
        text-align: center;
        min-width: 40px;
		 padding-bottom:20px !important;
		  height: auto;
    }

        .bm_BudgetMonthMain li a,.bm_BudgetMonthMain input  {
            font-size: 14px;
            color: #231f20;
			 background: white;
        }

        .bm_BudgetMonthMain li:nth-of-type(odd),.bm_BudgetMonthMain input:nth-of-type(odd) {
            background-color: #f3f3f3;
            border: 2px solid #f3f3f3;
        }

       .bm_BudgetMonthMain .active,.monthrangeselector_month_selected, .bm_BudgetMonthMain li:hover,.bm_BudgetMonthMain input:hover {
            background-color: #fcd4d5;
            border: 2px solid #7a1f17;
            cursor: pointer;
        }

   
.bm_BudgetMonth_calender_dropdown {
    width: 65px;
    float: right;
    margin-top: 5px;
    margin-bottom: 10px;
}

    .bm_BudgetMonth_calender_dropdown .Profile_down_arrow{
        top: 18px;
    }
	.pfiedrpctr .down_arrow_small{
        top: 14px;
    }

    .bm_BudgetMonth_calender_dropdown .select-dropdown {
        margin-bottom: 0px !important;
    }

.bm_BudgetMonth_Search {
    border-right: 2px solid #fabc1c;
    margin-top: 14px;
    height: 45px;
    float: left;
    width: 45px;
}

           .bm_BudgetMonth_Search:hover, .tablink,.info-icon-click {
        cursor: pointer;
    }

    .bm_BudgetMonth_Search img {
        margin-top: 10px;
        float: left;
    }


.bm_manageBudget_InnerBox {
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
    padding: 15px 20px;
    border-radius: 5px;
    height: 100%;
    line-height: 18px;
    width: 100%;
    position: relative;
    float: right;
}


.bm_manageBudget_InnerBox_Text {
    float: right;
    width: 100%;
    padding-left: 50px;
}

.bm_manageBudget_InnerBox_Icon {
    width: 50px;
    position: absolute;
    left: 10px;
    top: 15px;
}

.bm_setNewBudget_Icon {
    float: right;
    margin-left: 5px;
    margin-top: 2px;
}

.bm_PersonalFinances_AccountsDetails {
    padding: 0px 0px;
    float: right;
    width: 100%;
}

.PersonalFinances_TransactionsTable tbody tr {
    border-bottom: 1px solid #ccc;
}

    .PersonalFinances_TransactionsTable tbody tr td {
        height: 59px;
        color: #636466;
    }

.PersonalFinances_TransactionsTable thead {
    border-bottom: none;
}


.PersonalFinances_TransactionsTable tbody tr:last-child {
    border-bottom: none;
}


.PersonalFinances_TransactionsTable .ExpenseEditMain_tr td {
    height: auto;
}

.bm_PersonalFinances_TransactionsTable_Category .bm_ExpenseList_LeftText {
    color: #636466;
    text-decoration: none;
}

.bm_FilterIcon {
    position: absolute;
    top: 15px;
    right: 80px;
}

.bm_PersonalFinances_TransactionsTable_Category th {
    position: relative;
}

.bm_Personal_FinancesManageBudgets_BudgetDetailsTable .p_text, .bm_Personal_FinancesManageBudgets_BudgetDetailsTable .h2_text {
    float: right;
    width: 50%;
}
.lh1-5,.bdgt-anlys p{
	line-height: 1.5;
}

.bm_PersonalFinances_BudgetAnalysisMain {
    margin-bottom: 5px !important;
}

.bm_PersonalFinances_BudgetAnalysisLeftIcon {
    width: 100%;
    float: right;
}

    .bm_PersonalFinances_BudgetAnalysisLeftIcon img {
        float: right;
        margin-top: 2px;
    }

    .bm_PersonalFinances_BudgetAnalysisLeftIcon b {
        margin-top: 14px;
        float: right;
    }

.bm_PersonalFinances_BudgetAnalysisRightText {
    width: 100%;
    float: right;
}

    .bm_PersonalFinances_BudgetAnalysisRightText b {
        margin-top: 14px;
        float: right;
    }

.bm_PersonalFinances_BudgetAnalysisMain .progress {
    margin-top: 20px !important;
}

.bm_categoryanalysis_barChartMain {
    position: relative;
    margin: auto;
    height: 280px;
    width: 96%;
    padding: 5px 2%;
}

.bm_CategoryAnalysisMaiDiv {
    width: 100%;
    float: right;
    margin: 5px 0px;
}

    .bm_CategoryAnalysisMaiDiv p {
        float: right;
        margin-top: 5px !important;
        margin-left: 20px !important;
        margin-bottom: 10px !important;
    }

    .bm_CategoryAnalysisMaiDiv .input-field {
        float: right;
        margin-top: 0px;
        margin-left: 20px;
        width: 130px;
    }

    .bm_CategoryAnalysisMaiDiv .select-wrapper input.select-dropdown {
        height: 30px;
        margin-bottom: 0px;
    }

    .bm_CategoryAnalysisMaiDiv .bm_SelectArrow {
        top: 3px;
    }

.bm_CategoryAnalysisYourIncome {
    width: auto;
}

.bm_CategoryAnalysisMaiDiv .bm_FooterOMRtext {
    margin-right: 0px;
}

.bm_CategoryAnalysisMaiDiv .bm_btnCustomRedFullWidth {
    margin-right: 30px;
}

.bm_btn_Width_Auto {
    width: auto !important;
    padding: 8px 20px 6px 20px !important;
}
.bm_OffersforYouPopup .bm_btn_Width_Auto{
	 margin: 5px 5px 3px 5px !important;
}
.bm_radio_lbl{
	    color: #231f20;
    font-size: 16px !important;
    padding-top: 0px;
    line-height: 1.5;
}
.bm_ViewExchangeRateMain {
	line-height: normal;
     font-size: 12px;
}

    .bm_ViewExchangeRateMain .bm_CardSmallPadding {
        padding: 5px 10px !important;
    }
    
    .bm_OffersforYouContent h2 {
    margin: 8px 0px;
}

.bm_OffersforYouHeadingBotomText {
    margin-bottom: 10px !important;
}

.bm_OffersforYouImg {
    width: 100%;
    float: right;
}

    .bm_OffersforYouImg img {
        width: 100%;
        float: right;
        border-radius: 5px 5px 0px 0px;
    }

.bm_OffersforYouContent {
   min-height:150px;
}

.bm_OffersforYouPopup .bm_OffersforYouContent {
    padding: 4% 5% 5% 5% !important;
}

.bm_OffersforYouDetailCard .bm_OffersforYouImg {
    position: relative;
    background: url(../images/bm_OffersforYouDetailCardImg.png) no-repeat center;
    width: 100%;
    height: 250px;
     background-size: cover !important;
    border-radius: 5px 5px 0px 0px;
}

    .bm_OffersforYouDetailCard .bm_OffersforYouImg img {
        min-height: 150px;
    }

    .bm_OffersforYouDetailCard .bm_OffersforYouImg .h1_text {
        position: absolute;
        bottom: 20px;
        right: 20px;
         font-size: 32px !important;
        color: #fff;
    }

.bm_OffersforYouContentBottomBtn {
    width: 80%;
    float: right;
    margin: 20px 12%;
}

    .bm_OffersforYouContentBottomBtn a {
        margin: 5px !important;
    }

.bm_OffersforYouPopup {
    max-width: 724px;
    position: absolute;
    overflow-y: auto;
    border-radius: 5px;
    top: 50% !important;
    margin-top: -175px;
    width: 90%;
    max-height: 80%;
	z-index: 1000;
}

    .bm_OffersforYouPopup .h1_text {
        text-align: center;
        text-transform: uppercase;
        font-size: 18px;
    }

    .bm_OffersforYouPopup .card {
        margin: 0px;
        position: relative;
    }

    .bm_OffersforYouPopup .modal-close {
        position: absolute;
        left: 20px;
        top: 25px;
        padding: 0px;
        height: auto;
        line-height: 20px !important;
    }

    .bm_OffersforYouPopup .bm_OffersforYouImg {
        width: 43%;
        float: right;
    }

        .bm_OffersforYouPopup .bm_OffersforYouImg img {
            border-radius: 0px 5px 5px 0px;
        }

        .bm_OffersforYouPopup .bm_OffersforYouImg .h2_text {
            position: absolute;
            bottom: 20px;
            right: 20px;
            color: #fff;
            text-transform: uppercase;
        }

.bm_OffersforYouContentInner {
    width: 57%;
    float: right;
    padding: 20px;
}

.bm_ContactUsLeft {
    width: 100%;
    float: right;
    padding-right: 40px;
    position: relative;
}

.bm_ContactUsLeftIcon {
    position: absolute;
    right: 0;
    top: 2px;
}

.bm_ContactUsFollowUs {
    width: 100%;
    float: right;
    border-right: 1px solid #ccc;
    padding-right: 20px;
}

.bm_FollowUsIcon {
    float: right;
    margin-left: 10px;
}

.bm_ContactUsSearchBtn {
    max-width: 140px;
    float: left;
}

.bm_ContactUsMap {
    width: 100%;
    float: right;
    height: 250px;
}

.bm_ContactUsMapBottomBox {
    width: 100%;
    float: right;
    border: 1px solid #ccc;
    padding: 15px;
    margin: 5px 0px;
}

.bm_ContactUsMapBottomBox_Text {
    width: 100%;
    float: right;
    max-width: 500px;
}

    .bm_ContactUsMapBottomBox_Text .p_text {
        font-size: 12px !important;
    }

.bm_ContactUsMapBottomBox_Btn {
    width: 150px;
    float: left;
    margin-top: 25px;
}
.bm_OffersforYouImg_Bg {
       background-size: cover !important;
    width: 100%;
    border-radius:5px !important;
		/* min-height: 142px; */
}
.bm_OffersforYouImg_Bg_Text {
    width: 60%;
    margin-top: 2%;
}
    .bm_OffersforYouImg_Bg_Text .h2_text, .bm_OffersforYouImg_Bg_Text .p_text {
        color: #fff !important;
    }
.bm_OffersforYouImg_Bg_Btn {
    width: 40%;
    margin-top: 15%;
}
.bm_OffersforYouImg_Bg_Text_fullwidth {
    width: 100%;
    min-height: 250px;
    margin-top: 0%;
    padding-top:20px !important;
}
.img_Width100 {
    width: 100%;
    float:right;
    border-radius:5px;
}

.op-5{
	opacity :0.5;
}

.ofr-popup{
	position: absolute;
z-index: 998;
	top: -70%;
right: 0;
left: 0;
bottom: 0;
width: 100%;
}
.bm_NewLableDiv {
    padding: 2px 5px;
    color: #fff;
    border-radius: 3px;
    font-size: 10px;
    background: rgb(239,42,66); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(239,42,66) 0%, rgb(189,34,52) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgb(239,42,66) 0%,rgb(189,34,52) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgb(239,42,66) 0%,rgb(189,34,52) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a1f17', endColorstr='#7a1f17',GradientType=0 ); /* IE6-9 */
	background-clip: padding-box;
}
.bm_CardNormalPadding {
    padding: 24px !important;
}
.ovflw-y-hidden .bmCustomTableOuterDiv{
	    overflow-y: hidden;
	   border: 1px solid #959595;
}
.ovflw-y-hidden .tableoverflowwrapper{
	 overflow-y: hidden;
}
.align-left-i{
	text-align: right !important;
}

.bm_ExpenseList_ActualBudgetedTr {
    width: 40%;
    min-width: 200px;
}
.bmCustomTableOuterDiv .left{
	float: right !important;
}
table .bm_edit_icon{
background: url(../images/bmImages/pensilIcon.png) no-repeat right center;  
display: inline-block;  
box-shadow: none;
padding-right: 24px;
background-color: #ffffff;
margin-left: 13px;
}

#CorporateUserDashboardUX5_W7UX5__1_Title,
table.noborder,.noborder,.splittxntbl .tableoverflowwrapperhw,
.splittxntbl .listrowwrapper .listwhiterow:first-child,
.splittxntbl .listrowwrapper .listgreyrow:first-child {
	border: none !important;
}
.fs0{
	font-size: 0px !important;
}
.set-new-budget-a{
	font-size: 14px !important;
	background: url('../images/bmImages/settings2.png') right no-repeat;
	padding-right: 23px;
}
.containerStyle.noctr label{
	right: auto;
}
.tfr-container .clear20{
	margin-bottom: 0 !important;
}
.tfr-container .offset-m2 .savePayeeCheckbox-ctr.mt20{
margin-top: 25px !important;
}
.mtcc{
	margin-top: 23px !important;
}
.bm-custom-input-wrapper label,.bm-custom-input-wrapper input,.bm-custom-input-wrapper .labelColumn_combo_small{
    margin-right: 0;
}
.containerStyle.noctr .error_highlight_searchpanellabel{
	position: absolute;
    top: 10px;
    margin-right: 0;
    padding-top: 0;
    transform: translateY(-140%);
}
.bdg-analysis-color-div{
    width: 20px;
    border-radius: 50%;
    height: 20px;
    border: 1px solid #000;
    margin-left: 15px;
}
.bdg-analysis-link-a, .tfr-container .savePayeeCheckbox-ctr label.simpletext{
    width: calc(100% - 36px) !important;
}
.lh0{
    line-height: 0 !important;
}
.tbl-action-link-styl .grid-action-btn{
    margin-bottom: 3px;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all{
	border-radius: 5px !important;
	border-bottom: 5px solid #dbae27 !important;
} 
.fs18, .fs18 h2{
	    font-size: 18px !important;
}
.transPdg table tbody td{
    padding: 12px 10px !important;
}
.bm_split_icon{
background: url(../images/bmImages/split.png) no-repeat right center;  
display: inline-block;  
box-shadow: none;
padding-right: 24px;
background-color: #ffffff;
margin-left: 13px;
}
.bm_lookup_icon,.bm_lookup_icon:hover{
background: url(../images/bmImages/lookup.png) no-repeat right center;
    display: inline-block;
    box-shadow: none;
    padding-right: 32px;
    background-color: #ffffff;
    margin-left: 13px;
    background-size: 32%;
}
.d-i-b-i{
	display: inline-block !important; 
}
.bm_CategoryAnalysisMaiDiv span:not(.autocomplete-icon):not(.mr0){
	margin-left: 15px !important;
}
.pr5{
	padding-left: 5px;
}
.mr30i{
	margin-left: 30px !important;
}
.pfiedrpctr .labelColumn_combo_small, .pfiedrpctr .labelColumn_combo_brdr_small,
 .bmcat_chart_prnt .labelColumn_combo_small, .bmcat_chart_prnt .labelColumn_combo_brdr_small{
	height: auto !important;
}
.bmcat_chart_prnt .labelColumn_combo_small input{
margin-bottom: 5px !important;	
}
.pfiedrpctr input.select-dropdown{
	padding-left: 18px;
    box-sizing: border-box;
} 
.pfiedrpctr ul.select-dropdown li > span,.tfr-container .savePayeeCheckbox-ctr label.simpletext{
	white-space: normal;
}
#C41 .widget-content, #C42 .widget-content,
#C43 .widget-content, #C44 .widget-content{
	height: auto !important;
}
.bm_txtbox_lbl_ctr{
	padding-top: 7px;
}
.bm_txtbox_lbl_ctr .simpletext{
	margin-bottom:0px !important;
	display: inline-block;
	 margin-top: 10px !important;
}
.bm_txtbox_full_ctr .labelColumn_combo_toosmall,
 .bm_txtbox_full_ctr .labelColumn_text_brdr_toosmall,
.bm_txtbox_full_ctr .labelColumn_combo_brdr_toosmall{
	margin-right: 0 !important;
	width: 100% !important;
	height: auto !important;
	padding-right:0 !important;
	}
	
.tabletxtfield .querytextboxmedium_small .labelColumnsmall,
.tfr-container .tabletxtfield input,	
.bm_txtbox_fld_ctr input[type=text],.bm_txtbox_full_ctr  .labelcolumntexttoosmall{
	margin-bottom: 10px !important;
}

.tfr-container .inv_img img, .v-align-m{
	vertical-align: middle;
}
.tabletxtfield .querytextboxmedium_small{
height: auto;
}
.miw200{
	min-width: 200px;
}
.pb1{
	padding-bottom: 1px;
}
.plr30{
	padding-left: 30px;
    padding-right: 30px;
}
.mnge-exp-title{
	padding-top: 14px;
    padding-bottom: 13px;
    padding-right: 12px;
}
.mbl-rsmenu{
	position: absolute;
	top: 49px;
	max-height: calc( 100vh - 76px);
    overflow-y: auto;
}
#SelCompanyBox table tr:nth-child(n+4) {
  display: none;
}
.pr20{
	padding-left: 20px;
}
.bm_btnCustomWhiteFullWidth.bm_FileuploadDetailsTableButton {

    line-height: 12px;
    padding: 11px 8px;
    font-size: 10px;
    width: 180px;
    margin: 5px 10px;
    height: 35px;

}
.plr8{
	padding-left: 8px;
	padding-right: 8px;
}
.tfr-container .custom_querytextright .simpletext{
    word-wrap: break-word;
}
.pt3{
	padding-top: 3px;
}
.mail-view .print-preview-button{
	top: 0px;
    right: 12px;
}
.tfr-container.file-upld .containerStyle label {
    top: 6px !important;
}
.plr_75rem{
	padding-left: 0.75rem !important;
}
.pl_75rem, .plr_75rem{
	padding-right: 0.75rem !important;
}
.h4_mt5 h4{
  margin-top: 5px !important;
 }
 .w20{
 width: 20px;
 }
 .w100-30{
width: calc(100% - 30px);
 }
 .mt2{
	margin-top: 2px !important;
}
.wel-greet-text.h5_text{
	float: right;
	padding: 5px 0;
}
.wid-loading-image{
      min-height: 300px;
      min-width : 300px;
      position: relative;
      }
.wid-loading-image:after{
    background: url('../images/widget-loading.gif') no-repeat center !important;
    opacity:1;
    z-index:3;
}
.wid-loading-image:before{
    background:rgba(204,204,204,0.3) no-repeat center !important;
    z-index:2;
 }
.wid-loading-image:after,.wid-loading-image:before{
   content:"";
   top:0;
    bottom:0;
    left:0;
    right:0;
    position:absolute;
    visibility: visible;
    height: 100%;
}
.cust-breadcrumb .breadcrumb-block{
	    padding-right: 0;
}
.login_box_keyboard_ctr{
	    float: right;
    position: absolute;
    margin-right: 50px;
    background: white;
    border-radius: 4px;
    right: 385px;
    top: 0;
}
.login_box_keyboard{
	text-align: center;
}
#global .ui-keyboard{
	margin-top: 37px !important;
	top: 0 !important;
	right: 0 !important;
	
}
.seamless-ctr .slider_item .bm_creatLoginText{
	height: auto !important;
}
.bm_PendingApprovals_Left{
	width: 50%;
	float: right;
	padding: 10px 0px;
	text-align: center;
}
.bm_PendingApprovals_BorderLeft {
    border-right: 1px solid #ccc;
}
.widget.widget-small,.brds5px{
	border-radius: 5px;
}
.bm_PendingApprovals_Left a {
    font-size: 30px;
    text-decoration: underline;
    color: #231f20;
    font-family: Tajawal-Bold !important;
    height: auto;
    line-height: normal;
}
.mxwidth500{
	max-width: 500px;
	margin-left: auto !important;
	margin-right: auto !important;
}
.searchsimpletext strong{
	font-weight: bold !important;
}
.bm-footer-info .bullet-info .info-sub-item.dis-inline{
display: inline;
      width: 90px;
	font-size: 14px;
    font-weight: bold !important;
    color: #231f20;
	float: right;
	}
	.bm-footer-info .bullet-info .nobullet{
	font-size: 12px;
    line-height: 18px;
    color: #636466;
    font-family: Tajawal-Bold, sans-serif, Arial;
    font-weight: normal;
	  float: right;
    display: inline-block !important;
    width: calc(100% - 120px);
	text-align: right;
	}
	.pl8{
	padding-right: 8px !important;
	}
		input[type="text"]::-ms-clear,
	input[type="text"]:-ms-clear{
	display: none;
	}
	.pfmovervw-mih{
	min-height: 310px;
}
.no-liab-ph-img-ctr img{
	    max-width: 145px;
}
.formbtn_MailsFolder {
  font-size: 0.69em;
  color: #0F9CFF;
  text-decoration: none;
  padding-left: 10px;
  margin-top: 10px;
  margin-right: 13px;
  background: url(../images/backgrounds/tabStyle07.png) no-repeat 0% 0px;
  border: 0px solid #424242;
  width: auto;
  vertical-align: middle;
  overflow: visible;
  float: right;
  height: 21px;
  cursor: pointer;
}

.formbtn_MailsFolder:hover {
  color: #0096ff;
  border-bottom: #0070C0;
}

.ser-req-cat-ctr .collapsible-header h4{
	    width: calc( 100% - 20px);
	     font-family: Tajawal-Bold, sans-serif, Arial !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #231f20;
}
.ser-req-cat-ctr .collapsible-body .bluelink, .ser-req-cat-ctr .collapsible-body p span .simpletext{
	font-size: 14px !important;
} 
.modify-filter{
       background: url(../images/bmImages/filters.png) no-repeat right center;
    padding-right: 23px;
    background-size: 20px;
    cursor: pointer;              
}
.ser-req-cat-ctr .bluelink{
    padding-top: 0 !important;
    margin-top: 0 !important;
}
.ser-req-cat-ctr span.HW_textwithpadding_new{
   display: block;
   padding-right: 0 !important;
}
.ser-req-cat-ctr, .ser-req-cat-ctr .collapsible-body>p,.ser-req-cat-ctr span.HW_textwithpadding_new, .ser-req-cat-ctr .collapsible-body{
     float: right; 
	 width: 100%;
}
.custWBImg{
	height:30px;
	width:45px;
}
.newGif{
	padding-top: 5%;
    padding-right: 3%;
    float: left;
}
.ctr-ip-mt9 input{
    margin-top: 9px !important;
}
.tfr-container .ctr-ip-mt9 label{
    top: 5px !important;
}
.leaform .tfr-container input[type='text']{
    margin-bottom: 13px !important;
}
li.staticTxtStyle {
     font-size: 12px !important;
     width: calc(100% - 16px) !important;
}
.customBottomBorder{
	
	border-bottom:1px solid #ccc;
	padding-top:10px;
	padding-bottom:10px;
}
.termsncdnwrapper .login-body-style{
	background: #fbfbfb !important;
}

.bm_TermsConditionsText p {
    color: #636466 !important;
    font-size: 14px;
    margin: 2px 0px !important;
}
.termsncdnwrapper .pageLeftContainer{
	margin-bottom: 50px;
	}
		.mtop-7{
		margin-top: -7px;
	}
	div#simplemodal-container {
       right: 85px !important;
       top: 103px !important;
}
.simplemodal-wrap {
       overflow: inherit !important;
}

.ins-tile-img{
	        max-width: 32px;
    margin-top: 5px;
	}
	.mt7{
	    margin-top: 7px !important;
	}
	
	.ins-tile-view-ins-bg{
    background: url(../images/bmImages/InsuaranceSummaryFadded.svg) no-repeat left bottom;
   
	}
	.ins-tile-apply-ins-bg{
	    background: url(../images/bmImages/ApplyForInsuranceFadded.svg) no-repeat left bottom;
	    
	}
	.ins-tile-view-ins-bg, .ins-tile-apply-ins-bg{
	     background-size: 30%;
	}
	.ipoListStatus{
	    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 0;
	}
	.mxw200{
	max-width: 200px;
	}
			.cmail{
	    background: url(../images/bmImages/view_profile.png) no-repeat;
    background-position: 4px 13px;
    padding-right: 40px !important;
	padding-left: 30px !important;
	color: #7a1f17 !important;
		font-weight: bold;
    	}
		.tabs .tab.cmail-ctr,.mlauto {
    margin-right: auto !important;
}
		.composemsgtxtarea {
			height: 100px !Important;
    border-radius: 5px !important;
		}
		.mb-4{
			margin-bottom: -4px;
		}
		table td a.bluelink.c231f20{
			color: #231f20 !important;
		}
		.bmCustomTableOuterDiv.mailstable table,.bmCustomTableOuterDiv.mailstable table thead{
		border: none !important;
		border-bottom:1px solid #959595 !important;
		}
		.bmCustomTableOuterDiv.mailstable table tbody{
		
		border-right:1px solid #959595 !important;
		border-left:1px solid #959595 !important;
		}
		.mailstable table tbody tr{
		    background-color: #F5F5F5;
		}
		.mailstable table tbody tr.unread-trow, .bmCustomTableOuterDiv.mailstable table thead, .bmCustomTableOuterDiv.mailstable table thead tr {
		   
		    background: none !important;
		}
	
		.mailstable table tbody tr.unread-trow .searchsimpletext, .mailstable table tbody tr.unread-trow a.bluelink.c231f20{
		    font-weight: bold !important;
		}
		.bmCustomTableOuterDiv table thead th.pb20{
			padding-bottom: 20px !important;
		}
		.btn-deleteButton,.btn-deleteButton:hover{
		    outline: none;
		    box-shadow: none;
		    border: none;		    
		    background: url('../images/bmImages/DeleteGray.png') no-repeat right center;
		    padding:10px 30px 10px 10px;
		    position: absolute;
		    right: 45px;
		    top: 2px;
		    text-transform:uppercase;
		    font-weight: bold;
		    font-size: 13px;
		}
			.btn-backButtonmail,.btn-backButtonmail:hover, .btn-replyButtonmail,.btn-replyButtonmail:hover{
		    outline: none;
		    box-shadow: none;
		    border: none;		    
		    background: url('../images/bmImages/back_mail.png') no-repeat right center;
		    background-size: 20px;
		    padding:10px 25px 10px 10px;
		    text-transform:uppercase;
		    font-weight: bold;
		    font-size: 12px;
			color: #7a1f17 !important;
		}
		.btn-replyButtonmail,.btn-replyButtonmail:hover{
		    margin-right: 15px;
 background: url('../images/bmImages/reply_mail.png') no-repeat right center;
		}
		.plr20{
			padding-right: 20px;
			padding-bottom: 20px;
		}
		.pt15{
			padding-top: 15px;
		}
		.pb15{
			padding-top: 15px;
		}
		.maildetailssendctr{
			display: flex;
    background-color: #fbfbfb !important;
    border-right: 0;
    border-left: 0;
	border-top:  1px solid #ccc;
	border-bottom:  1px solid #ccc;
		}
		.pr25{
			padding-left: 25px;
		}
.logout-loginLink{
	cursor: pointer;
	color:#7a1f17;
}
.m5{
margin: 5px !important;
}
.customSelectStyle{
	
	top:30px;
}
/*Added for corporate Dashboard Widget Changes*/		
.bm_PendingApprovals_bottom {
    width: 100%;
    border-bottom: none;
}

.bm_quick_menu1{
  background:  url('../images/bmImages/quick_bp.png') no-repeat right center;
  padding-right: 30px !important;
  background-size:15px;
}
.bm_quick_menu2{
  background:  url('../images/bmImages/quick_cc.png') no-repeat right center;
  padding-right: 30px !important;
  background-size:20px;
}
.bm_quick_menu3{
  background:  url('../images/bmImages/quick_tpt.png') no-repeat right center;
  padding-right: 30px !important;
  background-size:22px;
}
.bm_quick_menu4{
  background:  url('../images/bmImages/quick_aac.png') no-repeat right center;
  padding-right: 30px !important;
  background-size:22px;
}
.bm_right_arrow_small{
    background:  url('../images/bmImages/left_arrow_smaller.png')no-repeat left center !important;
     background-position-x: calc(100% - (100% - 8px)) !important;
     border-bottom: 1px solid #cccc;   
}

.stage3_menuIdTextlink .bm_right_arrow_small a.quicLinkOverride{
   color: #231f20 !important;
   display: block;
   padding-top: 0;
   padding-bottom: 0;
}

.white {
    background-color: #FFFFFF !important;
}
.whiteBackground{
	
	background-color:white!important;
}
.customSTHeading{
	
	margin:19px;
}
.customSTContainer{
	
	margin-top:5px;
	height:500px;
	overflow:scroll;
}
.custom_details_column{
	width: 40% !important;
}
.cust_marquee_ctr{
	width:100%!important;
	margin-bottom: 0px!important;
}
.cust_marquee_ctr marquee{
	    width: calc(100% - 100px)!important;
	    height:20px;
		margin-top:0px!important;
}
.bmDisplayNone{
	display:none;
}

.customTermsnc_Scroll{
	overflow-y: scroll;
    height: 400px;
}
 #ParentDiv_RetailUserDashboardUX5_W50__1,#ParentDiv_RetailUserDashboardUX5_WPFM__0{
   margin-bottom: 20px !important;
}
.cust_marquee_ctr{
	width:100%!important;
	margin-bottom: 0px!important;
}
.cust_marquee_ctr marquee{
	    width: calc(100% - 120px)!important;
	    height:auto;
}
.cust_marquee_parent_ctr{
	margin-top:5px!important;
}
.tickerUpdateTxt{
	font-family: Tajawal-Medium, sans-serif, Arial!important;
	font-size: 12px!important;
	font-weight:bold;
	display: inline-block;
    line-height: 18px;
    vertical-align: middle;
    padding-bottom: 0px;
}

.bmRotateTickerArrow{
	transform: rotate(180deg);	
}

.bm_print_icon:after{
    content: '';
    background: url(../images/bmImages/PrintIcon.png) no-repeat;
    display: inline-block;
    width: 34px;
    height: 33px;
    position: absolute;
    margin-top: -5px;
    margin-left: 10px;
}
.bm_right_arrow_small_noBorder{
	background:  url('../images/bmImages/left_arrow_smaller.png')no-repeat left center !important;
     background-position-x: calc(100% - (100% - 8px)) !important;
}
.stage3_menuIdTextlink li.bm_right_arrow_small{
    padding-right: 6px;
}
.stage3_menuIdTextlink .bm_right_arrow_small_noBorder a.quicLinkOverride{
   color: #231f20 !important;
   display: block;
   padding-top: 0;
   padding-bottom: 0;
}
.stage3_menuIdTextlink li.bm_right_arrow_small_noBorder{
    padding-right: 6px;
}

.pfm_switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-top: 20px;
}

.pfm_switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.pfm_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffb3b3;
  -webkit-transition: .4s;
  transition: .4s;
  padding-left:50px;
}

.pfm_slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 25px;
  left: 35px;
  bottom: 1px;
  background-color: rgb(239,42,66);
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .pfm_slider {
  background-color: #ffcc80;
}

input:focus + .pfm_slider {
  box-shadow: 0 0 1px #ffcc80;
}

input:checked + .pfm_slider:before {
  -webkit-transform: translateX(-26px);
  -ms-transform: translateX(-26px);
  transform: translateX(-26px);
  right:10px;
}

/* Rounded sliders */
.pfm_slider.round {
  border-radius: 34px;
  padding-left: 35px;
}

.pfm_slider.round:before {
  border-radius: 50%;
}

.customPFMDet{
	margin-top: 10px!important;
	padding-right: 50px!important;
	
}
.customWidCanvas{
	height:180px!important;
	width:180px!important;
}

.whatIOweWid{
	margin-top:-10px;
}
.pfmWidTxtLabel{
	margin-top:20px;
}
.custPfmLabelDot{
	position:initial;
}
.pagination-wrapper .per-page{
  display: inline-block;
  	float:right;
}

.per-page-selector{
margin-top:-10px;
}

.navigation-status {
  display: inline-block;
 margin-top:-20px;

}

.widgetpaginationfirstpagedisabled2_new {
  background: url("../images/bmImages/PaginationArrowRight2Disable.png") no-repeat;
    width: 15px;
}

.widgetpaginationlastpageDisabled2_new {
  background: url("../images/bmImages/PaginationArrowRight1Disable.png") no-repeat;
    width: 15px;
}
.widgetpaginationfirstpageEnabled2_new {
  background: url("../images/bmImages/PaginationArrowRight2.png") no-repeat;
    width: 15px;
}

.widgetpaginationlastpageEnabled2_new {
  background: url("../images/bmImages/PaginationArrowLeft2.png") no-repeat;
    width: 15px;
}

.footeraligntable{
    margin-bottom: 30px;
}

.footerdropdown {
    margin-top: -5px;
	width:40px;
}
 .pagination-wrapper .per-page-selector {
	height:27px;
	width:55px;
	margin-left: 1px;
 }

 .pagination-wrapper .goto-textfield input[type=text]{
    width: 25px !important;
    vertical-align: top;
    margin-top: -33px;
	 font-family: Tajawal-Medium !important;
    height: 30px;
}
 
.footermargin2{
  margin-top:-15px;
  margin-bottom: -30px;
}
.dropdownstyle2 {
    margin-top: 3px;
	width:40px;
	margin-right: 1px;
}
.per-page{
	margin-top:-5px !important;
}
.navigation-status{
    margin-top: -6px;
}

.footerTableAlign2{
       margin-left: 7px;
    margin-top: 5px;
    vertical-align: top;
    display: inline-block;
    margin-bottom: 0 !important;
	vertical-align: text-top;
}

.headerPageStatus{
	font-size: 8px !important;
}
.dropdownPageNoAlign{
    font-family: Tajawal-Medium !important;
    height: 30px;
	text-align:center;
}
.footerTableAlign3{
	vertical-align: text-top;
    margin-top: -31px;
	margin-right: 10px;
}
.dropdownstyle3{
    margin-left: -15px;
}
.footerTableDirrtl{
    direction: rtl;
}
.tableHeaderFontStyle{
font-family:Tajawal-Medium, sans-serif, Arial !important;
color:#231f20 !important; 
font-size:12px !important; 
 }
.notopborder.listingcol.tableHeaderHeight{
     line-height:12px !important;
	 border-top: 1px solid #959595;
 }
 .pfm_wid_switch_002{ 
	margin-right:20px!important;
}
 .cclabelalign{
	font-size: 15px !important;
    margin-top: 10px !important;
 }
 .viewdisbursementAlign{
	width: 120px;
	margin-right: 25px !important;
 }
 .amortAlign{
    width: 120px;
    margin-right: -5px !important;
 }
  .customLnWidth{
	width:100%;
}
.acctBalAlignment3{
    margin-right: 15px;
}
 @media screen and (min-width: 992px){
	 .lnsummaryAlign{
			margin-left: -150px !important;
	 }
	 .customLnWidth{
		width:20%;
	}
	 .lnsummaryAlign2{
		margin-right: 20px;
	 }
	  .acctBalAlignment{
		margin-top: 15px;
	 }
	 .acctBalAlignment3{
	    text-align: right !important;
	    margin-right: 90px;
	 }
	 .acctBalAlignment4{
		margin-left: 30px;
	 }
 }
 .acctBalAlignment2{
	padding-bottom: 3px;
 }
.pagination-wrapper .goto-textfield {
    width: 29px;
}
.sel-lbl-top-padding .tableheader_nosort{
     display: inline-block;
    padding-top: 5px;
	}
 .loantenureradiobtnctr .txt{
     display: inline-block;
 }
  .loantenureradiobtnctr .txt:nth-child(2){
      margin-right: 15px !important;
  }
  .lncalcdisclaimeralign{
	  margin-top:-50px !important;
  }
    .width30{
	width: 30% !important;
}
  .width20{
	width: 16% !important;
}
  .width22{
	width: 22% !important;
}
  .p_text strong.fs14{
      font-size: 14px !important;
  }
  .apcstatusalign{
    padding-top: 13px;
    font-size: 16px !important;
    font-family: Tajawal-Bold, sans-serif, Arial !important;
}
.bm_change_biller_lookup{
	background: url(../images/bmImages/lookup.png) no-repeat right center;
    padding-right: 25px;
    background-color:transparent;
    background-size: 25px 25px;
    font-size: 11px !important;
    color: #7a1f17;
    margin-top: -25px;
    float: left;
    border:none;
    height:22px;
}
.bm_biller_adhoc_name{
	width:80%!important;
	border: none!important;
}
.bm_adhoc_biller_name_div{
	border-bottom:1px dotted rgba(0, 0, 0, 0.42);
	height:30px;
}
.bm_adhoc_biller_mtcc{
	margin-top:18px!important;
}
.custvaladhocbillerbtn{
	padding-bottom:10px!important;
}
.cust_biller_list_back{
	display: block;
    margin-left: auto;
    margin-right: auto;
    float:initial;
}  .bmCustomTableOuterDiv .simpletext,.ipofs15{
	font-size: 15px !important;
}  .bmCustomTableOuterDiv .simpletext,.ipofs17{
	font-size: 13px !important;
}
.loancalctop {
    margin-top: 22px !important;
}
.loanprodoverviewtop {
    margin-bottom: 22px !important;
}
.cust_font18{
	font-size:18px!important;	
}
.cust_bud_status{
	padding-left:20px!important;
}
.cust_zakat_cal{
	margin-top:21px!important;
}
@media only screen and (min-width: 1025px){
	.advcwidth30{
		width: 30% !important;
	}
	.margin-top15_resp{
			margin-top:15px!important;
	}
	.star_wdth_resp{
		width:25%!important;
	}
	.ipoAvBalCust{
		width:30%!important;
	}
}
.remarksfeedback{
    width: 80% !important;
}
.unsettledHeader{
	margin-right:10px!important;
}
.margin_bottom10{
	margin-bottom:10px!important;
}
@media only screen and (min-width: 480px) and (max-width: 1024px){
	.bm_biller_adhoc_nick_name{
		margin-top:28px!important;
	}
}
@media only screen and (min-width: 320px) and (max-width: 760px){
	.advcButtonResp{
		margin-left:-20px!important;
	}
	.advcButtonTxtResp{
		font-size:10px;
	}
}
@media only screen and (min-width: 601px) and (max-width: 1024px){
	.advcwidth30{
		width: 50% !important;
	}
}
@media screen and (min-width: 992px){
	.wautoimp{
	  width: auto !important;
	}
	.cadBnfAddr1{
		height:42px!important;
	}
}
@media only screen and (min-width: 320px) and (max-width: 400px){
	
	.backToRegResp{
		margin-right:-30px!important;/*Modified for issue fix 605100*/
	} 
	.printCharResp{
		width:100%!important;
	}
		.myprofilebtnspan {
    margin-right: 25% !important;
}
.myprofilebtn {
    min-width: 165px !important;
}
.card.acct_detail .errorDisplayStyle{
	    margin-right: 10px;
}
.w90{
	width:90%;
}
.w85{
	width:85%;
}
.pfmWidTxtLabel {
    width: 35% !important;
}
.bm_smallRed_rightarrow {
    top: 15px;
}
.bm_MonthsLink ul li{
	    padding: 4px 20px 4px 5px;
}
.manageBudget {
    float: none !important;
    margin-right: 33%;
}
.bm_PersonalFinances_BudgetAnalysisRightText{
	margin-top:-36px;
}
.viewpfmGraphAnalysis{
	margin-right: 10%;
}
.w35mobile{
	width:35%;
}
.pfmIncomeExpenseTab{
	margin-right:14% !important;
}
.bm_ExpenseList_LeftText {
	width:30%;
}
.addBudgetEmptyDiv{
	display:none;
}
.addBudgetAmount{
	margin-top:0px !important;
}
.errorCodeWrapper{
	text-align: justify;
}
.mobileBlacktext{
	color: #000000 !important;
}
.paginationMobile>*>*>*>*>*>*>.per-page{
    width:100% !important;
}
.w50{
	width:50% !important;
}
.bm_cardAvilableBallanceipo{
	margin-right: 8px !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;	
}
}
@media only screen and (min-width: 601px) and (max-width: 800px){
	.wautoimpbiller{
	  width: auto !important;
	}
}
.mb0{
	    margin-bottom: 0px !important;
}
.pt0{
	    padding-top: 0px !important;
}
@media only screen and (min-width: 601px){
	 .row .col.l14 {
		width:auto;
		margin-left: auto;
		left: auto;
		right: auto;
	}		
}
.cust_char_print_btn{
		margin-right:0px!important;
		margin-top:10px!important;
}
@media only screen and (min-width: 320px) and (max-width: 414px){
	.fdoQuerytextrightResp{
		width: 100%;
		margin:0px!important;
		font-weight:bold;
	}
	.custTxnHistoryCaption{
		line-height:25px!important;
	}
	.viewdisbursementAlignResp{
		width: 120px;
		margin-left: 0px !important;
	}
	.goto-division{
		display:inline!important;
	}
	.floatRightResp{
			float:right!important;
	}
	.txnBtnResp{
		width:50%;
		margin-left:auto;
		left:auto;
		right:auto;
		float:left;
		box-sizing: border-box;
	}
	.setPrefUpdateBtnResp{
		margin-left:20%!important;
		margin-right:20%!important;
	}
	.my-profile-section .querytextright{
		width: 50% !important;
	}
	.my-profile-section .querytextleft{
		width: 50% !important;
	}
	.pieOverAccDivResp ul{
		height:200px!important;
	}
	.dwnldMarginTop{
		margin-top: 15px !important;
	}
	#global .otp_keyboard1{
		margin-top: 335px!important;
		margin-left: 50px;
	}
	#global .otp_keyboard2{
		margin-top: 335px!important;
		margin-left: 100px;
	}
	#global .otp_keyboard3{
		margin-top: 335px!important;
		margin-left: 150px;
	}
	#global .otp_keyboard4{
		margin-top: 335px!important;
		margin-left: 200px;
	}
	.otpVirtualKeyboard{
		margin-left:20%!important;
	}
}
@media only screen and (min-width: 430px) and (max-width: 992px){
	.fdoQuerytextrightResp{
	    width: 100%;
		margin: 5px 0px !important;
	}
}
@media only screen and (min-width: 430px){
	.viewdisbursementAlignResp{
		width: 120px;
		margin-left: 25px !important;
	}
	.addBudgetAmount{
	   margin-top: 20px !important;
	}
	.width20Resp{
		width: 16% !important;
	}
	#global .otp_keyboard1{
		margin-top: 272px!important;
		margin-left: 50px;
	}
	#global .otp_keyboard2{
		margin-top: 272px!important;
		margin-left: 150px;
	}
	#global .otp_keyboard3{
		margin-top: 272px!important;
		margin-left: 250px;
	}
	#global .otp_keyboard4{
		margin-top: 272px!important;
		margin-left: 350px;
	}
	.otpVirtualKeyboard{
		margin-left:30%!important;
	}
}
.charityWidthMax
{
	width:100%;
}
@media only screen and (max-width: 1023px){
	.star_wdth_resp{
		width:25%!important;
	}
}
@media only screen and (min-width: 1024px) and  (max-width: 1024px){
	
	.star_wdth_resp{
			width:32%!important;
	}
	.bm-btn-ld{
		width:50%!important;
	}
	.viewdisbursementAlignResp{
		width:120px!important;
		margin-left:0px!important;
	}
}
.cust_modifyFilter{
	line-height:25px!important;
}
.tbnkModalWindow{
	right :0px !important;
	top  :0px !important;
}
@media only screen and (min-width: 1024px){
.printCharResp{
		width:40% !important;
		margin-right:70px!important;
}
}
.charityprintmargin{
    margin-right: 50px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1024px){
.printCharResp{
		width:50% !important;
		margin-right:70px!important;
}
}
.noleftPadding{
	padding-left:0px!important;
}
.plr15Resp{
		padding-left:15px!important;
		padding-right:15px!important;
}
.font14{
	font-size:14px!important;
}
.overflowTableWrapper
{
	overflow:auto;
}
.txnreceiptprint{	
    margin-top: 12px !important;
}
@media only screen and (min-width: 760px) and (max-width: 770px){
	.manageBudgResp{
		margin-left:40%!important;
	}
	.graphAnalysisBtnResp{
		margin-right:30%!important;
	}
	.my-profile-section .querytextright{
		width: 50% !important;
	}
	.my-profile-section .querytextleft{
		width: 50% !important;
	}
	.ucdBackResp{
		margin-right:20%!important;
	}
	.pieOverAccDivResp ul{
		height:200px!important;
	}
	.custMiniGoResp{
		margin-bottom:40px!important;
	}
	.savNickAccResp{
		width:30%!important;
	}
	.savBalResp{
		width:30%!important;
	}
	.savMiniDetBtnResp{
		width:40%!important;
	} 
}
.file-upld-dpdwn input,
.ipo-form .querytextright.acc-dpdwn-ctr input{
    word-break: normal;
    white-space: nowrap;
}
@media only screen and (min-width: 660px) and (max-width: 770px){
	.custMiniGoResp{
		margin-bottom:40px!important;
	}
	.dwnldMarginTop{
		margin-top: 15px !important;
	}
	.cadBnfAddr1{
		height:32px!important;
	}
}
.printBtnNarrative{
		margin-bottom:20px!important;
}.addcolon:after{
	position:absolute;
	content:":";
	}
.addcolon{
	position:relative;
}.withinBnkLabelNew{
    width: 100% !important;
}.minwidth100{
    min-width: 100px;
}.minwidth120{
    min-width: 120px;
}.minwidth150{
    min-width: 150px;
}.minwidth200{
    min-width: 200px;
}
.bmHeaderImg img{
	display: inline!important;
}
.out-bal-col {
    color: #9e9e9e;
}
.mobNoLabelSTI{
	margin-top: 17px !important;
}

@media only screen and (max-width: 991px) and (min-width: 601px){
	.tfr-container .mobNoLabelSTI{
		margin-top: 17px !important;
	}
	.tfr-container .mobNoLabelSTP{
    margin-top: 24px !important;
    }
}
.mobNoLabelSTP{
    margin-top: 24px !important;
}
@media only screen and (max-width: 992px) and (min-width: 320px){
	.cctxnHistLabels{
		padding-right: 10px !important;
		margin-top: 15px !important;
	}
}
@media only screen and (min-width: 992px){
	.cctxnHistLabels{
			padding-right: 10px !important;
			margin-top: -5px !important;
	}
}
.cctxnhistdropdown{
	width:50% !important;
}
.ccTxnHistAvlBal{
	padding-top: 5px !important;
}
@media only screen and (max-width: 992px) and (min-width: 320px){
	.ccTxnHistAvlBal{
		padding-top: 15px !important;
	}
}
.addBenMobCodeSTP{
	padding-top: 7px !important;
	padding-left: 5px !important;
	width: 45px;
    text-align: left;
}
.addBenMobNoSTP{
	padding-top: 5px !important;
}
.addBenMobNoWidth .labelColumn{
	width: calc(100% - 45px) !important;
}
.addBenMobCodeSTI{
	padding-top: 2px !important;
	padding-left: 5px !important;
	width: 45px;
    text-align: left;
}
.addBenMobCodeSTS{
	padding-top: 0px !important;
	line-height: 22px;
	padding-left: 5px !important;
	width: 45px;
    text-align: left;
}
.addBenMobNoSTS{
	margin-top: -3px !important;
}
.marqueeCloseAlign{
    vertical-align: middle;
}
@media only screen and (max-width: 991px) and (min-width: 600px){
	.addBenMobAlign{
		padding-top: 12px !important;
	}
}@media only screen and (max-width: 600px) and (min-width: 320px){
	.addBenMobAlign{
		padding-top: 12px !important;
		padding-bottom: 20px !important;
	}
}
.composeLabelRed{
    font-weight: bold !important;
    color: #7a1f17 !important;
    padding-left: initial !important;
    padding-right: initial !important;
}
.replySendLabel{
	width: 100px !important;
}
@media only screen and (max-width: 330px){
	.replyAttachFilesLabel{
		width: 110px !important;
	}
}
@media only screen and (min-width: 331px){
	.replyAttachFilesLabel{
		width: 120px !important;
	}
}
.addPercent:after{
	position:absolute;
	content:"%:";
	}
.addPercent{
	position:relative;
}
.bm_transfer_reciept {
    padding: 10px 10% !important;
}
 .agreeTerms{
    float: right !important;
}
.mailSubj{
	float: right;
}

.mailSubjOthers{
	width: 45% !important;
	padding-right:5% !important;
	margin-top:-1px !important;
}
.mailSubj .labelColumn_combo_small, .mailSubj .labelColumn_combo_brdr_small{
	width:100%;
}

@media only screen and (max-width: 480px) and (min-width: 320px){
	.mailSubj{
	    margin-right:3% !important;
		width: 65% !important;
		float: right !important;
	}

	.mailSubjOthers{
		width: 70% !important;
		padding-right: 4% !important;
	}
	.mailSubj .labelColumn_combo_small, .mailSubj .labelColumn_combo_brdr_small{
		width:100%;
	}
}
@media only screen and (max-width: 767px) and (min-width: 480px){
	.mailSubj{
		width: 30% !important;
		float: right;
	}

	.mailSubjOthers{
		width: 45% !important;
		padding-right:5% !important;
		margin-top:-1px !important;
	}
	.mailSubj .labelColumn_combo_small, .mailSubj .labelColumn_combo_brdr_small{
		width:100%;
	}
}

@media only screen and (max-width: 992px) and (min-width: 768px){
	.mailSubj{
		width: 30% !important;
		float: right;
	}

	.mailSubjOthers{
		width: 45% !important;
		padding-right:5% !important;
		margin-top:-1px !important;
	}
	.mailSubj .labelColumn_combo_small, .mailSubj .labelColumn_combo_brdr_small{
		width:100%;
	}
}
.rightpanelbottom_headertop .rightpanel_textbold{
    float: right !important;
    font-family: Tajawal-Medium, sans-serif, Arial !important;
    font-size: 13px !important;
	padding-right: 5px !important;
}

.mailReplyChain .right_midtext{
	padding-top: 15px !important;
    font-family: Tajawal-Medium, sans-serif, Arial;
    font-size: 14px;
}
.enableTokenAlign{
	/* width: 50% !important;
    max-width: none;
    float: right; */
	background-color: #FFFFFF !important;
}
.laterlogoutbtn{
	min-width: 100px !important;
	line-height: 22px !important;
}
.fullwidthchild > span{
	display: inline-block !important;
	width: 100% !important;
}
.speedTransferNotes{
	color: #636466;
    font-size: 12px;
    line-height: 24px;
}
.pl35{
	padding-right:35px !important;
}
.charityAvailBal{
    margin-top: -20px !important;
}
@media only screen and (max-width: 1266px) and (min-width: 992px){
	.bm_Cards_height{
		padding: 10px 24px 18px 24px !important;
	}
	span.bm_LoginBoxRightText span:not(#btn-Container) {
		line-height: 18px;
	}
}
@media only screen and (max-width: 630px) and (min-width: 601px){
	.bm_Cards_height {
		padding: 10px 24px 6px 24px !important;
	}
}

@media only screen and (max-width: 1024px) and (min-width: 320px){
	span.bm_LoginBoxRightText span:not(#btn-Container) {
		line-height: 18px;
	}
}

@media only screen and (max-width: 450px) and (min-width: 292px){
	.btntoken{
		max-width:65% !important;
		padding-right:30px !important;
	}
}
@media only screen and (max-width: 600px) and (min-width: 450px){
	.btntoken{
		max-width:50% !important;
		padding-right:30px !important;
	}
}
.mt-25{
    margin-top: -25px !important;
}
.mt-10{
    margin-top: -10px !important;
}
@media only screen and (max-width: 1110px) and (min-width: 992px){
	span.bm_LoginBoxRightText span:not(#btn-Container) {
		line-height: 15px;
	}
}
#C42 .acc-collapsible{
	height: 390px !important;
}
.header-contactUsSxn{
	padding-right: 15px !important;
		padding-top: 15px !important;
	width: 331px !important;
	}
	.pre-lgn.header-contactUsSxn:before {
    left: auto;
    right: 60px;
}
.pl2{
    padding-right: 2px !important;
}
.ml17{
    padding-right: 17px !important;
}
.myProfileDownArrow{
	display: inline-block;
	background: url("../images/alertBxArrowDown.png") no-repeat !important;
    background-position: center left !important;
    padding-left: 6px !important;
    background-position-y: 27px !important;
	background-size: 8px !important;
}
.mt33{
    margin-top: 33px !important;
}
.wbnormal table td .searchsimpletext_wrapnew,.wbnormal table td .searchsimpletext{
	word-break: normal;	
}

#contactUsBoxMob{    
width: 320px !important;    
padding: 10px 12px !important;
}
.pre-lgn.header-modalbox .pop-menu a{
	padding-right: 0;
}
@media screen and (max-width:1024px){
.pre-lgn.header-contactUsSxn{
    width: 320px !important;
    padding: 10px 12px !important;
    right: auto !important;
    left: -10px;
}
.pre-lgn.header-contactUsSxn:before{
	display: none;
	}
	
}
.corpdisplay,.iscorplogin .retldisplay{
	display: none;
}
.iscorplogin .corpdisplay{
	display: block;
}
@media screen and (max-width: 1024px){
  .pre-lgn.header-modalbox .callus-icon:before{
        margin-top: 8px;
    }
    .pre-lgn.header-modalbox .mailus-icon{
        background-position-y: 18px;
    }
    #mega_menu ul ul li a{        
padding-right: 20px;        
padding-left: 20px;
    }
}
.mxw500{
	max-width: 500px;
}
.bm_CardBigPadding2 .mxw500 .errorDisplayStyle{
	box-sizing: border-box;
    width: 100%;
    margin-right: 0;
	margin-left:0;
}
.mxw500 + .customNavCenter_onlineuser .card_footer{
	width: calc(100% + 100px);
}
div#BrdCrumbNImg, 
.mxw500 + .customNavCenter_onlineuser h2.title-user-reg-cust{
	display: none;
}
@media screen and (max-width:600px){
	.enbl-sec-tkn .bm_CardBigPadding2{
		padding: 15px 15px 0 15px !important;
	}
	.mxw500 + .customNavCenter_onlineuser .card_footer{
		width: calc(100% + 30px);
		margin-lefft: -15px;
		margin-left: -15px;
	}
}
.pt5i{
padding-top: 5px !important;
}
.arabic-txt-align{
	text-align: right;
	direction: ltr;
}
.row_otp .left-cols.Fleft .title.center-align.clear20{
    height: auto;
}
.userid_guide{
	height:auto;
/* 	right: 70px;
 */    max-width: 780px;
    width: calc(100% - 70px) !important;
}

.pl5percent{
	padding-right:5% !important;
}
.actusercolor, .actusercolor.active{
	color: #9e9e9e !important;
}
.pfmpr{
	padding-left: 1.5rem !important;
}
.pfmDisplayImp{
	display:block !important;
}

.corp-contactbox{
    padding-right: 10px !important;
    padding-left: 5px !important;
    padding-top: 10px !important;
    width: 341px !important;
    right: 50px !important;
    min-height: 85px !important;
}

@media screen and (max-width: 1024px){
	.pre-lgn.corp-contactbox {
	   width: 350px !important;
	   padding: 0px 10px !important;
	}
}

.corp-contactboxUser{
    padding-left: 5px !important;
    padding-right: 10px !important;
    padding-top: 10px !important;
    width: 341px !important;
    right: 50px !important;
    min-height: 85px !important;
}

@media screen and (max-width: 1024px){
	.pre-lgn.corp-contactboxUser {
	   width: 335px !important;
	   padding: 0px 5px !important;
	}
}
@media screen and (min-width: 1024px){
	.dispSxnLogin{
		display: block !important;
	}
}
.bm_DotMain_tnc {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px !important;
    padding-right: 27%;
}
.error_box_temp {
    max-width: 550px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding: 0px 24px !important;
    border-radius: 5px;
    margin-bottom: 50px;
    padding-bottom: 0 !important;
    position: relative;
}
.mt-45{
       margin-top:-45px !important;
}

.tfr-container .formrow.otp_screen .querytextleft{width: 50% !important;}
.tfr-container .formrow.otp_screen .querytextright{width: 50% !important;float:left;}

/* Added by Sairam Vajja for progress bar in Download Swift Advice Flow */
.propBufferStyle {
    z-index: 1010 !important;
    position: fixed !important;
    padding: 0px !important;
    margin: 0px !important;
    width: 30% !important;
    top: 40% !important;
    left: 35% !important;
    text-align: center !important;
    color: rgb(0, 0, 0) !important;
    border: 0px solid rgb(170, 170, 170) !important;
	background-image:none !important; 
    cursor: wait !important;
}
/* Added by Sairam Vajja for progress bar in Download Swift Advice Flow */
.listalign {
	padding-right: 10px !important;
}

td.listgreyrowtxtleftline.listalign {
    padding-right: 9px !important;
}