﻿@font-face {
    font-family: "OpenSans";
    src: url("../fonts/opensans/OpenSans-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "OpenSans";
    src: url("../fonts/opensans/OpenSans-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
	font-display: swap;
	font-display: swap;
}
/* Dharmendra  */

.module-promo-container {
                padding-bottom: 0 !important;
}
.col4-module {
                margin-bottom: 0 !important;
}
.mobile_inline_radios{
 display:table-cell !important;
}
.wizard {
                width: 100%;
                float: left;
                margin-bottom: 15px;
                margin-top:-5px;
}
.wizard ul 
{
    padding: 0;
    margin: 20px 0 10px 0px;
}
.wizard li {
                float: left;
                display: block;
                background: url(../images/step_unsel.png) bottom right no-repeat;
                padding: 0px 10px 15px 0px;
                font-size:18px;
                color: #808080;
                width : 460px;
                text-align : center;
                white-space : nowrap;               
}
.wizard li.last {
                background: url(../images/step_unsel_last.png) bottom right no-repeat;
                 padding: 0 10px 15px 0px;
}
.wizard li.active {
                display: block;
                background: url(../images/step_sel.png) bottom right no-repeat;
                 padding: 0 10px 15px 0px;
                color: #ee0000;
}
.wizard li.visited {
                display: block;
                background: url(../images/step_visit.png) bottom right no-repeat;
                padding: 0 10px 15px 0px;
                color: #8a0808;
}
.wizard li.activeLast 
{
    display: block;
    padding: 0 10px 15px 0px;
                color: #7f0000;
                background: url(../images/step_sel-last.png) bottom right no-repeat;
}
li {
                line-height: 20px;
}
a {
                color: #cc0000;
                text-decoration: none;
}
/*a:hover {
                text-decoration: none;
}
*/
.clr_both {
                clear: both;
}
.frt {
                float: right;
}
.flt {
                float: left;
}
.full_row {
                padding: 0;
                width: 100%;
                float: left;
                margin-bottom: 20px;
}
.full_row h2 {
                margin-bottom: 15px;
}
.formElem_cont {
                
                float: left;
                width: 100%;
}
.chkbox, .radio {
                float: left;
                margin: -3px 5px 0 0;
                padding: 0px;
}

input[type=radio], input[type=checkbox] {
                height: 16px;
                width: 16px;
                float: left;
                margin: 0px;
                padding: 0px;
                margin-right: 5px;
}
select, input[type=text], input[type=tel], input[type=email], textarea {
                height: 25px;
                line-height: 25px;
                /*padding: 5px 35px 4px 9px !important;*/
                vertical-align: top;
                color: #ccc6c6;
                border-radius: 0 0 0 0;
                display: inline-block;
                -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
                background-color: #FFFFFF;
                border: 1px solid #CCCCCC;
                box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
                white-space:normal !important;
}
input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, textarea:focus {
                color: #100F0F;
                border: 1px solid #cc0000;
}

input[type="text"].placeholder {
    color: #ccc6c6 !important;
}


select {
                height: 35px;
                line-height: 35px;
                /* padding: 0px 5px 2px 5px !important; */
                padding: 0px 5px 2px 5px !important;
                padding-bottom: 10px\0 !important;  
                vertical-align: top;
                background: transparent;
                color: #100F0F;
}
.style_select,.style_select2{
                height: 34px;
                overflow: hidden;
                background:#fff url(../images/selectarrow.png) no-repeat right;
               *background: none;
                border: 1px solid #ccc!important;
               *border:0px solid #ccc!important;
                
                float: left;
}
.style_select select, .style_select2 select {
    background: transparent;
    /* line-height: 1; */
    border: 0;
    border-radius: 0;
    height: 35px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0 solid #ccc!important;
    width:340px;
}


.style_select select {

    min-width: 310px!important; 
    max-width: 310px!important;
    width: 310px!important;
}

.style_select8 {

    min-width: 217px!important; 
    max-width: 217px!important;
    width: 217px!important;
}


.style_select {
                max-width:288px !important;
                width: 288px !important;
            }
.loan-width{width:217px !important;}
                
.style_select1 select {
    min-width: 140px!important;
    max-width: 140px!important;
    width: 140px!important; 
    
                            
}
.style_select1 {
min-width: 138px!important;
max-width: 138px!important;
width: 138px!important;
}

.style_select2 select {
    min-width: 170px!important;
    max-width: 170px!important;
    width: 170px!important;
}
.btn_primary {
                overflow: hidden;
}
.btn_primary a {
                border-bottom: 2px solid #7f0000;
                background: #cc0000;
                padding: 8px;
                color: #fff;
                font: 14px;
                display: block;
}
.btn_primary img {
                margin: 1px 0px -2px 8px;
}
.btn_primary a:hover {
                background: #AB0000;
                cursor: pointer;
}
.btn_primary a:focus {
                background: #AB0000;
                border-bottom: 0px solid #7f0000;
                border-top: 2px solid #7f0000;
                padding: 6px 8px 10px 8px;
}
.btn_secondary {
                overflow: hidden;
}
.btn_secondary a {
                border-bottom: 2px solid #999494;
                background: #F4F0EA;
                padding: 8px;
                color: #000000;
                font: 14px;
                display: block;
                
}
.btn_secondary img {
                margin: 1px 0px -2px 8px;
}
.btn_secondary a:hover {
                background: #E9E6E1;
}
.btn_secondary a:focus {
                background: #E9E6E1;
                border-bottom: 0px solid #CCC6C6;
                border-top: 2px solid #CCC6C6;
                padding: 6px 8px 10px 8px;
}
.white_arrow {
                background: url(../images/icon_sprite.png) no-repeat -81px -3px;
                width: 10px;
                height: 13px;
                overflow: hidden;
                display: inline-block;
                vertical-align: middle;
                cursor: pointer;
                margin: 2px 0 0 8px;
}
.black_arrow {
                background: url(../images/icon_sprite.png) no-repeat -98px -3px;
                width: 10px;
                height: 13px;
                overflow: hidden;
                display: inline-block;
                vertical-align: middle;
                cursor: pointer;
                margin: 1px 6px 0 -2px;
}
.padDiv
{
    margin-left:100px;
    margin-bottom:20px;
}
.pad25
{
    margin-left:25px;
    margin-bottom:20px;
}
.noPad
{
    margin-top:-5px;
}
.businessResult
{
    float:left;
    width:167px;
    color: rgb(16, 15, 15);
    margin-left:10px;
}
.resultTitle
{
    font-size:18px;
    margin-bottom:10px;
}


.fullwidth
{
    margin:0 -20px !important;
}
.businessResultNote
{
font-size: 18px;
line-height: 25px;
margin-top: 20px;
margin: 0;
padding: 0;
text-align: left;
color: #100f0f;
}
.height10
{
    clear:both;
    height:10px !important;
}

.height5
{
    clear:both;
    height:5px !important;
}
.height25
{
    clear:both;
    height:25px !important;
}
.height20
{
    clear:both;
    height:20px !important;
}
.height30
{
    clear:both;
    height:30px !important;
}
.noTopPad
{
    margin-top:5px !important;
}
.mainNav
{
    width: 12.5%;
}
.top0
{
    margin-top: 0 !important;
}
.rtAlign
{
    text-align:right;   
}
/*input[type="text"] { width: 15px !important}*/
.txtLabel
{
padding-right: 10px;
padding-top: 10px;
font-size:14px;
}
.lblCurrency
{
/*margin-left: 10px;
padding-top: 10px;
font-family:"OpenSans";
font-size:14px !important;*/
float: left;
margin-top: 10px;
margin-left: 5px;
font-size:14px !important;
}
.lblTime
{
padding-left: 10px;
padding-top: 10px;
font-size:14px !important;
}
.padRight
{
    margin-right:10px;
}

.padLeft20
{
    margin-left:23px;
}
.padLeft10
{
    margin-left:10px;
}
.helpText
{
margin-left: 30px;
padding-top: 10px;
font-size:14px !important;
text-decoration:underline;
}

.ddLabel
{
padding-right: 10px;
padding-top: 10px;
font-size:14px !important;
}
.radLabel{
padding-right: 10px;
padding-top: 7px;

font-size:14px !important;
}
.padleft
{
    margin-left:240px;
    margin-right:25px;
}
.formTitle
{
    font-size:45px !important;   
}
.formMainText
{
    font-size:16.5px !important;
    line-height:25px;
    margin-top:20px;
    color: #100f0f;
}

.howTotooltip {
    position:absolute;
    display:none;
    overflow: hidden;
    
    background: #cc0000;
    padding: 0px;
    color: #fff;
    font: 14px;
    display: block;
    width:210px;
}
.bigTip
{
    width:210px !important;
}
.indInterestRate
{
    position:absolute;
    display:none;
    overflow: hidden;
    margin:8px;
    background: #c00;
    padding: 0px;
    color: #fff;
    font: 14px;
    display: block;
    width:150px;
}

.noPadHr
{
    margin-top: 0px !important;
    border-bottom: 0px !important;
}
.negPad
{
    margin-top: -10px !important;
}
.yourDBS {
    float:left;
    width:430px;
    margin-left:20px;
    
}

.negtopnegPad
{
    margin-top: -20px !important;
}



.bgLabel
{
    background: url(../images/radio-sprite.jpg) 0 -201px no-repeat;
    height: 30px;
}




.rdioContainer
{
    padding-left:237px;
}


.mainNav .scope-note {
    font-size: 11px;
    /*color: #949494;*/
    color: rgb(153, 148, 148);
    line-height: 17px
}

.mainNav 
{
    font-size: 18px;
    /*color: #949494;*/
    color: rgb(16, 15, 15);
    line-height: 20px
}


.subTitle
{
    font-size:24px;
    
}
.pad10
{
    margin-left:11px;   
}
._tooltipInner
{
    margin:8px 8px 0px 8px;
    padding:0px !important;
    padding-bottom: 5px !important;
    border-bottom: 2px solid #7f0000;
    text-align:center;
}
.tooltipInner
{
    padding:8px 8px 0px 8px;
    background-color:#c00;
    padding:0px !important;
    padding-bottom: 5px !important;
    border-bottom: 2px solid #7f0000;
    text-align:center;
}        
.redArrow
{
    background-color:White;
    text-align:center;
    margin-bottom:-5px;
    
}
.tooltipArrow
{
    margin-top:-15px;
}

input.footerSearch
{
    width:142px !important;
}
.loanNote
{
    display:none;
    margin-left:240px;
    width:400px;
}
label.inline
{
    display: inline !important;

}
.help_icon {
    margin: -1px -1px 0 6px;
    padding: 0px;
    width: 18px;
    height: 18px;
    background: url(../images/icon_sprite.png) -47px -18px no-repeat;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.help_iconHide {
    margin: -1px -1px 0 6px; /* padding: 5px; */ width: 18px; height: 18px;
    background:none;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.view-more
{
    margin-top:10px;
    margin-right:75px;
}
input.w150 {
    width: 150px !important;
}
input.w100 {
    width: 100px !important;
}
input.w90 {
    width: 60px !important;
}

input.w50 {
    width: 50px !important;
    
}

.style_select4 select {
 height: 34px;
overflow: hidden;
background:#fff url(../images/selectarrow.png) no-repeat right;
*background: none;
border: 1px solid #ccc!important;
*border:0px solid #ccc!important;
                
float: left;
min-width: 100px!important;
max-width: 100px!important;
width: 80px!important;
}
.style_select4 {
    background: transparent;
    border: 0;
    border-radius: 0;
    height: 35px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0 solid #ccc!important;
    min-width: 55px!important;
    max-width: 64px!important;
    width: 80px!important;
}
.pad50
{
    margin-left:50px !important;
}
.skip4cols {
padding-left: 242px;
}
#loanDiv
{
    width:800px;
}
.column1
{
    display:inline;
    width:200px !important;
    min-width:200px !important;
}
.column2
{
    display:inline;
    margin-left:30px;
    width:150px !important;
    min-width:150px !important;
}
 .column3
{
    display:inline;
    margin-left:35px;
    width:200px;
}
.inlineText
{
    display:inline;
}
.padPhone
{
    margin-left:5px;   
    margin-top:0px;
}

#divCapital
{
    display:none;
}
#divOther
{
    display:none;
}
#divBusinessTerm, #divMicroLoan , #divProperty ,#divEquipment, #divLEFS, #ddLoanType, #divRMB
{
       display:none;
}


.lebelCont_width_4 {
width: 220px;
float: left;
text-align: right;
padding-right: 20px;
}

.style_select2 select {
    min-width: 170px!important;
    max-width: 170px!important;
    width: 170px!important;
}
.style_select2 {
    min-width: 140px!important;
    max-width: 140px!important;
    width: 140px!important;
}
.style_select select, .style_select2 select {
    -moz-appearance: none;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 solid #CCCCCC !important;
    border-radius: 0 0 0 0;
    height: 35px;
    width: 340px;
}

.customDropdownMedium
{
    min-width: 185px !important;
    max-width: 185px !important;
    width: 185px !important
}
.customDropdownMedium select 
{
    min-width: 204px !important;
    max-width: 205px !important;
    width: 205px !important
}
.customDropdownPhone
{
    min-width: 75px !important;
    max-width: 75px !important;
    width: 75px !important
}
.customDropdownPhone select 
{
    min-width: 100px !important;
    max-width: 100px !important;
    width: 100px !important
}
.customDropdownTime
{
    min-width: 120px !important;
    max-width: 120px !important;
    width: 120px !important
}
.customDropdownTime select 
{
    min-width: 135px !important;
    max-width: 135px !important;
    width: 135px !important
}


#divRateType
{
    display:none;
}
.customDropdownBusiness
{
    min-width: 310px!important;
    max-width: 310px!important;
    width: 310px!important            
}
.customDropdownBusiness select {
    min-width: 325px!important;
    max-width: 325px!important;
    width: 325px!important;
}
select, x:-moz-any-link {
    padding-top: 8px !important;
}

.navSeparator{
    background-color: #e7e7e7; height:7px; margin:-7px -25px 0px -25px
}

.full_row h2 {
margin-bottom: 15px;
}
h2 {
font-size: 32px;
line-height: 35px;
}
input.gsa-search-box{
    width: 150px !important;
}
input.amount{
    width: 95px !important;
}
.icn-phone {
background-image: url("../images/icn-phone.png");
background-position: 95% 25%;
background-repeat: no-repeat;
}


.style_selectInd{
                height: 34px;
                overflow: hidden;
                background:#fff url(../images/selectarrow.png) no-repeat right;
               *background: none;
                border: 1px solid #ccc!important;
               *border:0px solid #ccc!important;
                
                float: left;
}

.style_selectInd select {
    background: transparent;
    /* line-height: 1; */
    border: 0;
    border-radius: 0;
    height: 35px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0 solid #ccc!important;
    width:300px;
   
}
 .style_selectInd {
    width: 299px!important/9 !important;
}

.style_selectInd select{
    min-width: 323px!important; 
    /* shiv max-width: 323px!important;*/
    width: 325px!important; /* shiv */
}
.payType
{
    font-size: 20px;
    line-height:25px;
    margin-top:20px;
}
.payValue
{
    font-size: 30px;
    line-height:35px;
    margin-bottom:22px;
}
.totalPayType
{
    font-size: 28px;
    line-height:35px;
}
.totalPayValue
{
    font-size: 32px;
    line-height:40px;
    margin-bottom:50px;
}
#divKYR
{
    margin-left:0px !important;
}
#divKYR a
{
    margin-left:-0px !important;
}
.btnKYR
{
    width:307px;
    cursor:pointer;
    text-align:left;
}

table.quote{
    width: 100%; 
    height: 100%;
}

.margin4px
{
    padding-left:4px;
}

#divPropLoanType, #divEqvtLoanType, #divPFInt, #subdivSY , #subdivTY, #subdivRY
{
    display:none;
}
.resultTitle a
{
    color:Black !important;
}
.col4-module.get-in-touch ul.red 
{
    background-color: #c00 !important;
}
h2
{
 font-weight: 300 !important;   
}
#_howDoI, #howTotooltip, #divtipCOSF{
    display:none;
}
.col4-module.get-in-touch ul.red a:hover
{
    background-color: #ab0000 !important;
}
 
 
 
 
 
 
 .col4-module.keep-yourresults {
    background-color: transparent;
    border-bottom: 0;
    padding-left: 0;
    width: 330px;
    padding-right: 0;
    padding: 0;
    *margin-right: -70px; /*IE 7 fix*/
}

.col4-module.keep-yourresults .title {
    position: relative;
    background-color: #c00;
                /* padding: 10px 20px; */
                padding: 20px 20px 10px 20px; /* [Date: 05-09-2013] modified - Ravi */
}

.col4-module.keep-yourresults .title h2 {
    padding: 0 !important;
    margin: 0;
    border: 0;
    color: #f7f2f2;
    font-weight: 300;
    text-shadow: 0 1px 1px #e52e2e;
    height: auto;
    /* margin-bottom: 10px !important; */
    margin-bottom: 5px !important;  /* [Date: 05-09-2013] modified - Ravi */
    font-size: 32px; /* [Date: 05-09-2013] added - Ravi */
    line-height: 28px; /* [Date: 05-09-2013] added - Ravi */
}

.col4-module.keep-yourresults .title p {
    font-size: 18px;
    line-height: 25px;
    margin: 0;
    padding: 0;
    color: #300;
    text-shadow: 0 1px 1px #e52e2e;
    /* height: 35px; */ 
    height: auto; /* [Date: 05-09-2013] modified - Ravi */
    width: 100%; 
    white-space: nowrap; /*[16-05-2013] added by Ravi */
} 

.col4-module.keep-yourresults .title p a {
    color: #300
}

.col4-module.keep-yourresults ul {
    background-color: #c00;
    font-size: 18px;
    text-shadow: 0 1px 0 #350000;
    line-height: 40px;
    padding-bottom: 5px; /* [Date: 16-10-2013] modified - Ravi */
    margin-top: 2px;
    margin-bottom: 0;
    
}

.col4-module.keep-yourresults ul a {
    text-decoration: none;
    
                color: #fcfcfc
}

.col4-module.keep-yourresults ul li {
    padding: 10px 20px; /* [Date: 16-10-2013] modified - Ravi */
    border-bottom: 1px solid #100f0f
}

.col4-module.keep-yourresults ul li:hover {
    background-color: #ab0000
}

.col4-module.keep-yourresults ul li img {
    margin: 0
}

.kyrFont
{
    font-size: 14px;
    line-height: 20px;
    *line-height: 20px;
    vertical-align: middle;
    cursor: pointer;
text-shadow: 0 1px 1px rgba(255,255,255,.75);
}
.resultTitle a:hover
{
    text-decoration:underline;
}
a.launch {
margin-top: 10px;
/* font-weight: 700;
font-weight: 400\0; */
padding-right: 20px;
line-height: normal;
}
.btnKYR li
{
    margin-bottom:10px;
    
}
._tooltips
{
    
}
.tooltips {
      position: absolute;
      left:500px;
      width: 210px;
      height: 20px;
      line-height: 20px;
      padding: 10px;
      font-size: 14px;
      text-align: center;
      color: rgb(255, 255, 255);
      background: #c00;
      border: 2px solid #CCC6C6;
      border-radius: 2px;
      text-shadow: rgba(0, 0, 0, 0.102) 1px 1px 1px;
      box-shadow: rgba(0, 0, 0, 0.102) 1px 1px 2px 0px;
}

.tooltipsArrow {
  margin-left:60px;
  width:0;
   height:0;
   border-style:solid;
   border-width:10px;
   border-color: red white white  white;
   background-color:White;
   margin-bottom:-10px
 }


.tooltips:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-width: 15px;
      border-style: solid;
      border-color: #c00 transparent transparent transparent;
      top: 40px;
      left: 100px;
}
h2.section-title {
padding-bottom: 10px;
border-bottom: 1px dotted #ccc6c6;
margin-bottom: 20px;
font-size: 29px !important;
line-height: 35px !important;
font-weight: 300 !important;
}

.form-online-account-opening-wealth #wealth-content .intro-text {
font-size: 18px;
line-height: 25px;
margin-top: 20px;
color: inherit;
text-align: inherit;
padding-bottom: inherit;
padding-top: inherit;
font-weight: inherit;
}


.resetBtn 
{
    
color: #fcfcfc !important;
background-color: #ba8c58 !important;
text-shadow: 0 1px 1px #9f784c;
}
.resetBtn:hover 
{
  color:Red;  
background-color: #AE8960 !important;
text-shadow: 0 1px 1px #9f784c;
}
.wdt9{
width: 620px
}
#divresults
{
    float:left !important;
    display:block;
    width:620px !important;
}
#divKeepYourResults
{
     margin-left:0px !important;
    display:block;
}

#divRelatedProducts{
    display:none;
}


#divEqvtLoanType , #divPropLoanType
{
    margin-bottom:0px !important;
}
.noBreak
{
    white-space:nowrap;
}
#divTestimonial
{
    display:none;
}
.select_mult {
height: 144px;
width:300px !important;
overflow: hidden;
border: 1px solid #ccc!important;
float: left;
}
select.multiSelect
{
    width:300px !important;
}
.w250
{
    width:250px;
}
.unindent3
{
    margin-left:-3px;
}
.unindent5
{
    /* margin-left:-5px; */
}
.unindentr3
{
    margin-right:-1px;
}
.unindent8
{
    margin-left:-4px;
}
.height12
{
    clear:both;
    height:10px !important;
}
.height18
{
    clear:both;
    height:15px !important;
}
.height19
{
    clear:both;
    height:19px !important;
}
.height4
{
    clear:both;
    height:4px !important;
}

#divGIT
{
    margin-top:-5px;
}
#divStartUp, #divExpansion, #divCash, #divTrade, #divProtect, #divImporter, #divExporter, #divLoan
{
    display:none;
}
.w300
{
    width:300px !important;
}

#rm_step2, #divnew
{
    display:none;
}


.mrt1{
    margin-right:1px;
}

.related-products .viewlink{
    line-height: normal; margin-top: -15px; padding-right:20px; float: right; 
}
/*


.tip {
    background: url("../images/tooltip_arrow.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    bottom: 25px;
    color: #100F0F;
    display: none;
    float: left;
    left: -73px;
    padding-bottom: 9px;
    position: absolute;
    text-align: left;
}



*/


.rmwizard {
                width: 100%;
                float: left;
                margin-bottom: 15px;
                margin-top:-5px;
}
.rmwizard ul 
{
    padding: 0;
    margin: 20px 0 10px 0px;
}
.rmwizard li {
                float: left;
                display: block;
                background: url(../images/step_unsel.png) bottom right no-repeat;
                padding: 0px 10px 15px 0px;
                font-size:18px;
                color: #808080;
                width : 302px;
                text-align : center;
                white-space : nowrap;               
}
.rmwizard li.last {
                background: url(../images/step_unsel_last.png) bottom right no-repeat;
                 padding: 0 10px 15px 0px;
}
.rmwizard li.active {
                display: block;
                background: url(../images/step_sel.png) bottom right no-repeat;
                 padding: 0 10px 15px 0px;
                color: #ee0000;
}
.rmwizard li.visited {
                display: block;
                background: url(../images/step_visit.png) bottom right no-repeat;
                padding: 0 10px 15px 0px;
                color: #8a0808;
}
.rmwizard li.activeLast 
{
    display: block;
    padding: 0 10px 15px 0px;
                color: #7f0000;
                background: url(../images/step_sel-last.png) bottom right no-repeat;
}
h3.separator {
padding-bottom: 10px;
border-bottom: 1px dotted #ccc6c6;
margin-bottom: 20px;
}
.rmsubtitle
{
    font-size: 32px;
line-height: 35px;
padding-bottom: 10px;
border-bottom: 1px dotted #ccc6c6;
padding-top: 30px;
margin: 0;
margin-bottom:10px;
}
.wd600 {
    width: 600px !important;
    min-height:308px;
}


div.mid-market-text {
color: #ccc;
color: #999494;
margin-top: 0;

font-size: 73%;
}

img.trlogo{
    height:31px;
}

a.right-disclaimer-link {
/*float: right; */
margin-top: 21px; 
padding:  0 0 0 8px; 
font-size: 75%; 
font-weight: normal;
line-height: normal;
color: rgb(142, 142, 142);
}

input.wdt75{
width: 105px !important;
height:30px !important;
line-height:30px !important;
}

.style_select3 select {
    min-width: 122px!important;
    max-width: 122px!important;
    width: 122px!important; 
}
@-moz-document url-prefix() { 
    .style_select3 select {
        min-width: 130px!important;
        max-width: 132px!important;
        width: 132px!important; 
    }
}

.style_select3 {
min-width: 102px!important;
max-width: 110px!important;
width: 110px!important;
}
.indices
{
    margin-left:325px;
}
.product-browser
{
    /*margin-left:0px !important;*/
    
}
.insight-browser
{
    min-height:400px;
}
.left20
{
    margin-left:9px !important;
}
.left5px
{
    margin-left:4px !important;
}
.icn-email {
background: url('../images/icons-sd325f0134d.png') no-repeat;
background-position: 0 -1641px;
height: 12px;
width: 16px;
}





.btn-reset a {
border-bottom: 2px solid #999494;
background: #F4F0EA;
padding: 8px;
color: #000000;
display: block;
}

._btn-reset {
    color: #fcfcfc !important;
background-color: #ba8c58 !important;
text-shadow: 0 1px 1px #9f784c;
    background-repeat: repeat-x;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    border: 0;
border-bottom: 2px solid #ccc6c6;
border-bottom-width: 2px;
-webkit-border-radius: 0;
}

a.btn-reset:hover,.btn-reset:active,.btn-reset.active,.btn-reset.disabled,.btn-reset[disabled] {
    background-color: #E9E6E1;
    *background-color: #E9E6E1;
}

.btn-reset:active,.btn-reset.active {
    background-color: #AE8960 \9
}

.btn-reset a:focus {
                background: #E9E6E1;
                border-bottom: 0px solid #CCC6C6;
                border-top: 2px solid #CCC6C6;
                padding: 6px 8px 10px 8px;
}

a.editcriteria {
margin-top: 10px;

padding-right: 20px;
line-height: normal;
text-decoration:none;
white-space:nowrap;
}

.errorMessageDD
{
  margin: 0;
  margin-top:-10px;
  margin-bottom:-6px;
    margin-left:240px;
  color: #F00;
  display: none;
  font-size: 85%;
  
  color: #7f0000; 
  /* clear: both;   */
}

.errorMessageCB
{
  margin: 0;
  margin-top:-10px;
  margin-bottom:6px;
    margin-left:240px;
  color: #F00;
  display: block;
  font-size: 85%;
  
  color: #7f0000; 
  /* clear: both;   */
}
.errorMessage
{
display: none;
    margin: 0;
    margin-top:-10px;
    margin-bottom:-6px;
    margin-left:240px;
    color: #F00;

    font-size: 85%;
    
    color: #7f0000; 
  /* clear: both;   */
}
.errorMessagehelp
{
    position:absolute;
    margin: 0;
    margin-top:38px;
    padding-left:240px;
    display: none;
    color: #F00;

    font-size: 85%;
   /*  font-weight: 700; */
   /* font-weight: 400\0;  IE 8*/
    color: #7f0000; 
  /* clear: both;   */
}

.errorMessagehelp.withLblCurrency
{
    margin-top:10px !important;
}

.mandatory
{
    font-weight:500;
}
.-mandatory:after
{
    content:"*";
    font-weight:bold;
}


.control-group .controls .customDropdownMobilePrefix input.inputBoxSmallError {
width: 100%;
float: left;
margin-right: 19px;
border-color: #953b39;
background: #fff url("../images/icn-red-x.png") no-repeat right 50%;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d59392;
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d59392;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d59392;
color: #7f0000;
}

.formEle.success input {
background: #fff url("../images/icn-green-check.png") no-repeat 100% 50%;
    border-color: #468847;
    color:Black;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}
.formEle.error input {
margin-right: 19px;
border-color: #953b39;
background: #fff url("../images/icn-red-x.png") no-repeat right 50%;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d59392;
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d59392;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d59392;
color: #7f0000;
}
#ertxtCOS
{
}
#empty-fields-list {
width: 540px;
display: none;
border: 1px solid #BD7E7E;
padding: 10px;
color: #7f0000;
background: #F7E2E2;
float: left;
position: relative;
}

-tspan
{
    display:none;
}
input.emailbox
{
    width:162px !important;
}
input.regEmail
{
    width:175px !important;
}
#subscribeInputBlockTop.form-horizontal .control-label {
  float: left;
  width: 450px;
  text-align: right;
  padding-top: 0;
  margin-top:10px;
}
#subscribeInputBlockTop.form-horizontal .controls {
  margin-left: 470px;
  text-align: left;
}

#subscribeInputBlockTop.form-horizontal .input-append {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
  margin: 0;
}

#subscribeInputBlockTop.form-horizontal .input-append input, .subscribe-block #subscribeInputBlockTop .input-append button {
  margin:0 0 10px 0;
}

#subscribeInputBlockTop label { text-align: left; } 
#subscribeInputBlockTop input.error { border:#7F0000 1px solid } 

#subscribeInputBlockTop.form-horizontal .input-append > .btn.btn-info {
  border-left: 0;
}


input.currency{
width: 110px !important;
height:25px !important;
line-height:30px !important;
}





table.loanResults
{
 border-top: 1px solid #e9dbca;
 border-left:1px solid #e9dbca;
 border-right:1px solid #e9dbca;
 border-bottom:1px solid #e9dbca;
 width:620px;
padding:0px;
background:#ec1b23;
/*
border-top-left-radius:1em;
border-top-right-radius:1em;
-webkit-border-top-left-radius:1em; /* Safari */
}
.loanResults tr th
{
    color:White;
    
    height:35px;
    font-size:18px;
    vertical-align:middle;
}

.loanResults tr td
{
   height:35px;
}
.loanResults tfoot tr td
{
    text-align:center;
padding-left:0px !important;
font-weight:bold;
}
.loanResults tr >td:last-child, .loanResults tr >th:last-child
{
    padding-right:50px;
    text-align:center;
}
table.loanResults tr.oddrow{
background:#ede2d5;
}
table.loanResults tr.oddrow td{
text-align:center;
padding-right:50px;
}
table.loanResults tr.evenrow{
background:#f8f4ef;
}
table.loanResults tr.evenrow td{
text-align:center;
padding-right:50px;
}
table.loanResults tr.lastrow{
background:#fff;
}
table.loanResults tr.lastrow td{
text-align:center;
padding-right:50px;
}
.loanResults tfoot > tr  td:first-child
{
    text-align:left;
}
.loanResults tfoot > tr 
{
    background:#eeebe6;
    height:30px;
}





.calcHeader{
    text-align: center;
    color: #fff;
    background: #c00;
    position: relative;
    z-index: 100;
    /* padding: 15px; */
    padding: 10px;
    border-bottom: 2px solid #c00;
    width:78px;
    height:40px;
    margin-right:10px;
}

.calcHeader:after{
width: 0;
height: 0;
border-left: 50px solid transparent;
border-right: 50px solid transparent;
border-top: 48px solid #c00;
content: '';
position: absolute;
left: 0%;
bottom: -50px;
margin-left: 0px;
opacity:1.0;
 /*background: url(../images/icn-phone.png);*/
}

.calcHeader.top:after{
    /* border-top-color: transparent; */
    border-bottom: 10px solid #c00;
    top: -20px;
    bottom: auto;
}

.calcHeader.left:after{
    left: 10px;
    margin: 0;
}

.calcHeader.right:after{
    right: 10px;
    left: auto;
    margin: 0;
}
.calcHeader-description { color: #000;}
.calcHeader h5 { margin: 0; padding: 0;}
.calcHeader ul { margin: 5px 20px;}

.newhelp_icon 
{
    margin: 49px -1px 0 12px;
    padding: 0px;
    width: 18px;
    height: 18px;
    background: url(../images/icon_sprite.png) -47px -18px no-repeat;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    z-index:9999;
}
.newhelp_icon1 
{
    margin: 49px -1px 0 4px;
    padding: 0px;
    width: 18px;
    height: 18px;
    background: url(../images/icon_sprite.png) -47px -18px no-repeat;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    z-index:9999;
}
.newhelp_icon3 
{
    margin: 49px -1px 0 -10px;
    padding: 0px;
    width: 18px;
    height: 18px;
    background: url(../images/icon_sprite.png) -47px -18px no-repeat;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    z-index:9999;
}
.newhelp_icon4 
{
    margin: 25px -1px 0 12px;
    padding: 0px;
    width: 18px;
    height: 18px;
    background: url(../images/icon_sprite.png) -47px -18px no-repeat;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    z-index:9999;
}
.calcHelpIcon
{
     float:left;
     width:150px;
     text-align:center;
     margin-top:-100px;
     z-index:9999;
}
.divYouMain
{
    background-color:#CCC6C6;
    padding-bottom: 20px;
    padding-top:10px;
    font-size:20px;
    font-weight:bold;
   /* border-top-left-radius:1em;
border-top-right-radius:1em;
-webkit-border-top-left-radius:1em;  Safari */
}
.divYou
{
    background-color:#CCC6C6;
    padding-bottom: 1px;
    font-size:20px;
    font-weight:bold;
    height:50px;
    text-align:center;
    padding-left:10px;
   
}
.divYou2
{
    background-color:#CCC6C6;
    padding-bottom: 1px;
    font-size:20px;
    font-weight:bold;
    height:50px;
    text-align:center;
    padding-left:10px;
}
.divYou3, .divYou4
{
    background-color:#CCC6C6;
    padding-bottom: 1px;
    font-size:20px;
    font-weight:bold;
    height:50px;
    text-align:center;
    padding-left:13px;
}
.divYou0
{
    background-color:#CCC6C6;
    padding-bottom: 1px;
    font-size:20px;
    font-weight:bold;
    height:50px;
    text-align:right;
    padding-left:13px;
     width:140px;
}
.left20
{
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top:10px;
}
.divIndave{
    background-color:#eee;
    padding-bottom: 20px;
    font-size:20px;
    font-weight:bold;
}
.col0
{
    float:left;
    width:120px;
    height:36px;
    text-align:center;
    padding-top:10px;
}
.col1
{
    float:left;
    width:120px;
    text-align:center;
}
.wcHeader
{
    float:left;
    width:100px;
    text-align:center;
    font-size:16px;
    font-weight:bold;
    text-align:center;
    padding-left:10px;
   
}

.col2
{
    float:left;
    width:120px;
    text-align:center;
    padding-left:0px;
}
.col3
{
    float:left;
    width:120px;
    text-align:center;
}
.col4
{
    float:left;
    width:120px;
    text-align:center;
}
.blackbg
{
    background-color:Black;
    color:White;
}
.wcicons
{
    height:91px;
    width:427px;
    background:url(../images/img_02.png)  no-repeat;
    margin-right: 18px;
}
.calcHeader1{
   text-align: center;
color: #fff;
padding: 9px;
padding-left: 10px;
width: 82px;
height: 50px;
margin-right: 5px;
font-size: 16px;
padding-top: 0px;
}
.calcHeaderlast{
   text-align: center;
color: #fff;
padding: 9px;
padding-left: 13px;
width: 82px;
height: 50px;
margin-right: 5px;
font-size: 16px;
padding-top: 0px;
}
.leftspacer
{
    width:0px;
}
.calcHeader3{
    text-align: center;
    color: #fff;
    padding: 10px;
    padding-left:30px;
    width:100px;
    height:40px;
    margin-right:10px;
    font-size:20px;
}
.calcHeader4{
    text-align: center;
    color: #fff;
    padding: 10px;
    padding-left:32px;
    width:108px;
    height:40px;
    margin-right:10px;
    font-size:20px;
}
input.wcNumber
{
    height:34px;
    width:55px;
    background:url(../images/wp_numberfield.png) center no-repeat;
    font-size:20px;
    line-height:20px;
    text-align:center;
    border:none;
}
input.wcNumber3
{
    height:34px;
    width:55px;
    background:url(../images/wp_numberfield.png) center no-repeat;
    font-size:20px;
    line-height:20px;
    text-align:center;
    border:none;
    padding-left:5px;
}
input.wcNumberCCC
{
    height:34px;
    width:55px;
    background:url(../images/wp_numberfield.png) center no-repeat;
    font-size:20px;
    line-height:20px;
    text-align:center;
    color:#950101;
    border:none;
}

input.tbox
{
border:1px solid #000;
background:#fff;
width:45px;
height:45px;
font-size:18px;
padding-left:12px;
border-radius:12px;
-moz-border-radius:5px; 
-moz-box-shadow:    5px 5px 5px #ccc;
-webkit-box-shadow: 5px 5px 5px 5px #ccc;
 box-shadow: 5px 5px 5px 5px #ccc;
 
}
#btnWCcalc
{
    width:128px !important;
}
.left5
{
    padding-left:5px;
    margin-right:-5px;
}
.justify
{
    text-align:justify !important;
}
.wd299
{
    float:left;
    width:276px !important;
}
.pad15
{
    margin-left:15px;
    margin-bottom:20px;
}



.errorMessagehelpTab2
{
    clear: both; 
    position:absolute;
    margin: 0;
    margin-top:36px;
    padding-left:240px;
display: none;
    color: #F00;

    font-size: 85%;
    /* font-weight: 700; */
    
    color: #7f0000; 
  
}

.full_row.invalid label {
color: #7f0000;
}
.full_row.valid label {
color: #468847;
}
div.error
{
    color: #7f0000 !important;
}
div.success
{
    color: #468847 !important;
}
input[type="text"]:focus
{
    border:1px solid blue !important;
    outline: 1px solid ##60CCF5 !important;
}
input[type="text"]
{
    color: #0F0F0F !important;
}

.topn2
{
    margin-top:-5px !important;
}
#mobile_number
{
    margin-left:14px !important;
    width:174px !important;
}

#phoneSuff.success  {
background: #fff url("../images/icn-green-check.png") no-repeat 100% 50%;
    border-color: #468847;
    color:Black;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}
#phoneSuff.error {
/*margin-right: 19px;*/
border-color: #953b39;
background: #fff url("../images/icn-red-x.png") no-repeat right 50%;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d59392;
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d59392;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d59392;
color: #7f0000;
}
#mobile_number.success  {
background: #fff url("../images/icn-green-check.png") no-repeat 100% 50%;
    border-color: #468847;
    color:Black;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}
#mobile_number.error {
border-color: #953b39;
background: #fff url("../images/icn-red-x.png") no-repeat right 50%;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d59392;
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d59392;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d59392;
color: #7f0000;
}
.full_row -label
{
    font-weight:bold;
}
.imgEdit
{
    margin-top:-5px;
}
hr.enoBot
{
    margin-top:-2px;
}
.topborder {
border-bottom: 1px solid lightgrey;
margin-bottom: 15px;
margin-top: -3px;
}
#phoneSuff
{
    width:95px !important;
}
input.w174 {
    width: 174px !important;
}
-tspan
{
    visibility:hidden;
}
.footersep{
    clear:both;
    height:12px !important;
}
.imgInline
{
    display:inline;
    margin-bottom:-10px;
    margin-top:5px;
    background: url('../images/icn-arrow-red.png') no-repeat;
    min-width:14px !important;
}

.divHider
{
    float: right;
width: 130px;
height:25px;
background-color: white; 
margin-top: -62px;
z-index: 100;
position: absolute;
left: 675px;
}


.dbs-yourdbs{
    left: 0px; opacity: 1;
}

.dbs-getintouch{
    right: 0px; opacity: 1;
}
.iconsWC
{
    float: right;
margin-right: 35px;
}
.iconsCol
{
    padding-left:25px;
}

#divCalc .flt
{
    height:45px !important;
}
.radSeparator
{
    clear:both;
    height:5px;
}
.leftflt
{
    float:left;
}
.col4-module h2.rightHeader
{
    padding-bottom:5px !important;
}
.toppad
{
    margin-top:10px !important;
}
.highChartContainer
{
    height:300px;
}

.bordereddd
{
     
    outline: 1px solid #60CCF5 !important;
}
/* .btnViewdbs
{
    margin-left:-5px;
} */

.style_select-8 {
width: 276px!important;
}
.leftminus20
{
    margin-left: 10px !important;
}
.right7
{
    margin-right:7px !important;
}
.floatrt
{
    float:right !important;
}
input.interest{
    width: 32px !important;
    float:left;
}
#calcButton1, #calcbuttons
{
    margin-top:-10px;
    clear:both;
}

.left5
{
    margin-left:2px;
}
.left10
{
    margin-left:10px;
}
.leftneg12
{
    margin-left:-12px;
}
.workcaptable
{
    background: url('../images/Working-Cap-3.png') no-repeat;
    border:1px solid red;
}
.emptyRow
{
    height:75px;
}
.left10px
{
    margin-left:10px;
}
.leftneg15
{
    margin-left:-13px;
}
.left4px
{
    margin-left:11px;
}
.buttonSpacer{
 margin-left:19px;
 font-size:1px;
}
.leftneg3
{
    margin-left:-5px;
}
.pad19
{
    margin-left:19px;
    margin-bottom:20px;
    
}
.pad16
{
    margin-left:14px;
    margin-bottom:20px;
    
}
.treasures .col4-module.get-in-touch ul li {
border-bottom: none;
}
.treasures .col4-module.get-in-touch ul li:hover {
background-color: #323232;
border:none;
}

#subscribeInputBlock.form-horizontal .emaillabel {
float: left;
width: 450px;
text-align: right;
padding-top: 0;
margin-top:10px;
}
.maincontainer.leftfooter
{
 margin-left: 0px !important;
 margin-right: 0px !important;

}

.maincontainer {
 margin-left: 10px !important;
 margin-right: 10px !important;
 width: auto !important;
}
.container{
    width:940px; 
    margin-left:auto;
    margin-right: auto;
}

.row-fluid-wrap{
 width: auto;
}

/*#header {
    margin-left: -30px;
    margin-right:-30px;
}
*/

#header .header-container, .main-navigation {
 /*margin-right:auto !important;
 margin-left:auto !important;
*/
}

.navigation-area.span12{
/*  margin-left: -20px !important;
    margin-right:-30px !important;
    */
}

.page-module.landing-page-hero {
 margin-left: 10px !important;
 margin-right: 10px !important;
}

ul.businessResultNote
{
    margin-left:20px;
}



/* KK
 * ===========================
 */
 
    .loan-calc-quote-wrapper {
    
        display: inline-block;
        width: 100%;
    }
    .quote_table{
        border-spacing: 0;
        border-collapse: separate; /*15 may*/
        width:100%;
        height:100%;
    }
    
    .quote_table tbody tr td  {
        font-weight: 400;
        border-left: 1px solid #f2f1f1;
        text-align: left;
        width: auto;
        padding: 12px 14px;
        /* border-top: 1px dotted #cfcece; */
        font-size: 15px;
        border-right: 0px !important;
        border-top: 1px dotted #cfcece;
    }
    
    .quote_table tbody tr.noDot td  { border-top:none;} /*15 May */
    
    .tableHead, .tableFoot{
    
        
    }
    .tableFoot{
        border-left: 0px !important;
        padding-left: 0px !important
    }

    .separator {
        border-bottom: 1px dotted #ccc6c6;
        margin-bottom: 10px !important;
        padding-bottom: 21px !important;
    }


        #wcChartContainer{
            width:620px;        
            height:260px;
            padding-left: 2px;
        }
        


    #wcChartWrapper input[type="text"] {
        width: 40px !important;
        padding: 3px !important;
        text-align:center !important;
    }
    
    .wcFunnelContainer{
        width:620px;
        display:inline-block;
        /*display:table;*/
        background-image:url('../images/graph_header_bg.png');
        background-repeat: repeat-x;
        background-position: center bottom;
        height:160px;
    }

    .wcFunnelContainer .header-bar{
        display:table-cell;
        clear:none;
        padding-top: 124px;
        padding-left: 12px;
        width: 161px;
        float: left;
        font-size: 16px;
        font-weight: bold;                              
    }
    .wcFunnelContainer .header-bar .header-text{
        float:left;
        clear:none;
    }
    .wcFunnelContainer .header-bar .help_icon{
        float:left;
        margin-left:8px;
        margin-top:2px;
        clear:none;
    }

    
    .wcFunnelContainer .funnel{
        display:table-cell;
        clear:none;
        width:79px !important;
        float:left;
        text-align:center;
        font-size:15px;
        line-height:18px;
    }
    .wcFunnelContainer .operand{
        display:table-cell;
        clear:none;
        width:24px;
        float:left;
        padding-top:64px;
        padding-left:11px;
    }
    
    .wcFunnelContainer .funnel .inner{
        background-color:#F2BC27;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        padding-top:5px;
        padding-bottom:0px;
        height:136px;
    }
    .wcFunnelContainer .funnel .inner.red{
        background-color:#c00;
        color:#FFFFFF;
    }

    .wcFunnelContainer .funnel .inner.red input[type="text"] {
        color:#c00 !important;
    }

    
    .wcFunnelContainer .funnel .down {
        width: 0px;
        height: 0px;
        border-left: 30px solid transparent;
        border-left-width: 39px;
        border-left-style: solid;
        border-left-color: transparent;
        border-right: 39px solid transparent;
        border-top: 20px solid #F2BC27;
    }
    .wcFunnelContainer .funnel .down.red {
        border-top: 20px solid #c00;
    }

    .wcFunnelContainer .funnel .inner .top-image{
        margin-top:0px;
    }
    .wcFunnelContainer div.help_icon{
        width:20px;
        height:20px;
        margin-left:-20px;
        margin-right:-2px;
        margin-top: -4px;

        background:url('../images/icon_sprite.png') -47px -18px;
        float:right;
    }

    .wcFunnelContainer label{
        display:table-cell;
        text-align: center;
        vertical-align:middle;
        font-size:15px;
        width:100%;
    }           
    .wcFunnelContainer div.funnelHeader{
        margin-top:-4px;
        display:table;
        height:64px;
        text-align: center;
        width:100%;
    }






        .headerRow div.qIcon{
            width:20px;
            height:20px;
            margin-right:33px;

            background:url('../images/icon_sprite.png') -47px -18px;
            float:right;
        }
  
        .page-module.global-footer {
             margin-left: 10px;
        }
        
    .tabular{display:table}
    .cellOff{display:none !important}
    .twoColumn{width:150px; display:table-cell; vertical-align:top !important;}
    .threeColumn{width:220px; display:table-cell; vertical-align:top}
    .sixColumn{width:460px; display:table-cell; float:left;}
    .twoColumn.plus20{width:160px;}
    .gutter20L{padding-left:20px;}
    .w187FL{width:187px; float:left;}


    .mtn12 {
        margin-top: -12px;
    }
    .three_column_last {
        margin-right: 0px;
    }
    .mtn28{
        margin-top:-28px;
    }
    .mb12{
    
        margin-bottom:12px;
    }
    .mb8{
    
        margin-bottom:8px !important;
    }

    .indent36{
    
        margin-left:36px;
    }
    .formEle.flt{
        float:left !important;
    }

    .mt9{
        margin-top:9px;
    }

    .pt12{
    
        padding-top:12px !important ;
    }
    .style_select select.w220{
    
        width:240px !important;
        min-width:240px !important;
        max-width:240px !important;
    }

    p.errorMessagehelp.mt13{
    
        margin-top: -10px;
        padding-left:0px;
    }
    
    .formEle.error input, formEle.success input, .formEle input{
        margin-right:0px;
    }
    
    .three_column.help_icon{
        margin-top:15px;
    }
    .w15per{
        width:15%;
    }
    .w70per{
        width:70%;
    }
/*Nikunj 28-01-2014 */
.footer .input-append>.btn.btn-info {
    min-height: 20px\0; /* IE 8*/
}

/* #subscribeInputBlock .input-append input[type="text"] { width:175px !important;} */

.dvGetInTchCont { margin-top:100px !important;}
/*.git-container{
    margin-top:70px;
}*/
.page-module {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 2px solid transparent; /*shiv Jun-10 issue #439 */
    border-top: 2px solid transparent; /*shiv Jun-10 issue #439 */
    margin-bottom: 8px;
}
#frmProductFinder
{
    margin-bottom:-25px;
}
/*
div.flt.span6 div.flt img{
width: 120px;
height: 90px;
}*/
.hwdImgGrfIcn {height:44px; width:49px;}
.hwdImgGrfMth {height:18px; width:18px;}

#tooltip{
    text-align: left;
    color: #100f0f;
    background: #F4F0EA;
    position: absolute;
    z-index: 100;
    /* padding: 15px; */
    padding: 10px;
    border-bottom: 2px solid #ccc6c6;
    
}

#tooltip:after{
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #F4F0EA;
content: '';
position: absolute;
left: 50%;
bottom: -10px;
margin-left: -10px;
}
.busiProImg { width:120px;}
.busiProImg img{
max-width: 120px;
max-height: 90px;
}
.txtCurrOperate{
 word-spacing: -2px\0; /* IE 8*/
}
.modMailOvrl { width:500px; min-height:195px; margin-left:-250px}
p.mailOvrlTxt {
    margin: 0 0 15px;
    font-size: 18px;
    }
.sndEmail { margin-left:-5px;}
.errorMessOvrl  {
        clear: both;
        display: none;
        font-size: 85%;
        
        
        color: #7f0000; 
        line-height:11px;
}
    
/*height width classes */
.dvThumbrslt {float:left; height:225px; width:197px;}
.hwdImgLst {height:90px; width:120px;}
.hwdImgArr {height:14px; width:8px;}

.hwdImgVDbs {height:14px; width:8px;}
.hwdImgRhtArr {height:17px; width:17px;}
.hwdImgRhtMob {height:17px; width:17px; padding-top:2px;}
.hwdImgPhone {height:20px; width:20px;}
.hwdImgBig{height:225px; width:197px;max-width:none;}

 .footer{
  margin-left:-30px !important;
  margin-right:-30px !important;
  /*padding-left:10px !important;
  padding-right:10px !important;*/
 }
 
 .page-module{
/*  margin-left: auto !important;
  margin-right: auto !important; */
  padding-left: 20px !important;
  padding-right: 20px !important;
 }

 .global-footer{
  /*margin: auto !important;*/
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin-left: -30px !important;
 }
 
 .msection .mitem.main {
    width: 90%;
}

.lt-ie9 input[type=checkbox] {
    width: 19px;
    height: 19px;
    padding: 2px;
}
.lt-ie8 input[type=checkbox] {
        width: 19px;
        height: 19px;
        padding: 2px;
}
.padRight9{padding-right: 7px;}


/*3rd July Pranay Issue fix 671*/


.twoColumn  label.inline{
display:block !important;
margin-left: 21px;
}
/*4th July Pranay Issue fix 667*/
#rm_step1 #divRMLoan #divBusinessTerm .full_row .flt{
    width:61%;

}
/* textbox alignment issue in RM India */
.wd146{width:146px;}

/*Adding for graph pdf issue */

    #wcChartContainerPDF{
        width:620px;        
        height:260px;
        padding-left: 2px;
    }
#frmFMForm  .twoColumn{
    vertical-align:middle !important;
}
/*
.form-horizontal p.intro-text {
font-size: 18px;
line-height: 25px;
margin-top: 20px;
margin: 0;
padding: 0;
text-align: left;
color: #100f0f;
}


title

font-size: 32px;
line-height: 35px;
font-weight: 300;


body {
font-family: "OpenSans",Arial,sans-serif;
color: #100f0f;
font-size: 14px;
line-height: 20px;
}


body {
font-family: "OpenSans",Arial,sans-serif;
color: #100f0f;
font-size: 14px;
line-height: 20px;
}


*/
/*Legend CSS 15th July Pranay*/

.legend-div{background-color:#fff;margin-left:10px;}
.legend-list{list-style-type:none;margin-top:0px;}
.label-li-grey{color:#6d6968;font-size:14px;}
.label-li-greylbl{display:inline;color:#6d6968;font-size:14px;}
.label-li-yellow{color:#e56717;font-size:14px;}
.label-li-yellowlbl{display:inline;color:#e56717;font-size:14px;}
.label-li-red{color:rgb(204, 0, 0);font-size:14px;}
.label-li-redlbl{display:inline;color:rgb(204, 0, 0);font-size:14px;}

.hideDropDown{display:none;}

.divtradFinance1{
    padding-left:14px !important;
}
.divtradFinance2{
    padding-left:14px !important;
}
.clear_both{
clear:both;
}