/**
* style.css (Core stylesheet for all components styling)
* The styles in this file represent all basic styles for the <DBS Singapore> <DBS Digital onBoarding> site.
* It includes a reset, the basic grid and some default components.
* 
* @project   DBS Digital onBoarding
* @date      17-Nov-2015
* @author    Neeraj Kumar, DBS Singapore <neerajkumar@dbs.com>
* @licensor  DBS Singapore
* @site      http://www.dbs.com.sg
*
* @dependency theme.css
*
*/

@charset "utf-8";
/* ==========================================================================*/
/* ===================================Reset CSS==============================*/
/* ==========================================================================*/

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
sub,
sup,
ol,
ul,
li,
form,
label,
header,
section,
footer,
figure,
ul,
li {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    font-family: 'FrutigerNextPro-Light';
}
html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    background-color: #fff;
    font-size: 1em;
    color: #000;
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}
header,
nav,
section,
aside,
footer,
figure {
    display: block;
}
/* ==========================================================================*/
/* ===============================Common Styling=============================*/
/* ==========================================================================*/

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
*:not(input,a) {
    -webkit-user-select: none;
}
*:focus {
    box-shadow: none;
}
.desktop-hide {
    display: none;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
h1 {
    font-size: 2.000rem;
}
h2 {
    font-size: 1.500rem;
}
h3 {
    font-size: 1.125rem;
    font-weight: normal;
}
h4 {
    font-size: 1rem;
}
.section-header {
    font-size: 1.75rem;
    margin-bottom: 30px;
}
a,
a:visited {
    text-decoration: none;
    -webkit-transition-property: color, left, right;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-property: ease-in-out;
}
a:hover,
a:focus {
    text-decoration: none;
}

ul,
li {
    list-style-type: none;
}
.right-icons {
    position: absolute;
    top: 10px;
    right: 0;
}

.btn,
.btn:hover,
.btn:active,
.btn:focus {
    font-size: 1rem;
    font-family: 'FrutigerNextPro-Medium';
    line-height: 40px;
    text-align: center;
    border-radius: 0px;
    min-width: 23.3333%;
    height: 40px;
    display: inline-block;
    padding: 0 16px;
    cursor: pointer;
    border-radius: 4px;
    line-height: 38px;
}
.btn.btn-verify,
.btn.btn-verify:hover,
.btn.btn-verify:active,
.btn.btn-verify:focus{
    height: 32px;
    line-height: 30px;
}
.completion .btn,
.completion .btn:hover,
.completion .btn:active,
.completion .btn:focus{
    height: 48px;
    line-height: 48px;
    font-size: 1.5rem;
}
.cip .btn, .cip .btn:hover, .cip .btn:active, .cip .btn:focus {
    height: 48px;
    font-size: 1.5rem;
    line-height: 46px;
}
.btn.small,
.btn.small:hover,
.btn.small:active {
    height: 20px;
    font-size: .75rem;
    width: auto;
    padding: 0 10px;
    line-height: 20px;
    border-radius: 1px;
    margin-left: 10px;
    margin-top: 15px;
    float: left;
    line-height: 18px;
}
.btn-border,
.btn-border:hover,
.btn-border:active,
.btn-border:focus {
    border: 1px solid #ff3333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 0.85rem;
    background: none;
    height: 24px;
    line-height: 22px;
    color: #ff3333;
}
input[type="text"].error,
input[type="tel"].error,
input[type="password"].error,
input[type="email"].error,
input[type="number"].error,
select.error {
    border: 1px solid #D8232A;
}
button span {
    font-family: 'FrutigerNextPro-Medium';
}
hr {
    background-color: #ccc;
    height: 1px;
    margin: 40px 0;
    border: none;
    border-collapse: collapse;
}
.context-help {
    color: #909090;
    font-size: 0.85rem;
    margin-top: 8px;
}
.container {
    max-width: 944px;
    margin: 0 auto;
    position: relative;
}
.content {
    max-width: 624px;
    margin: 0 auto;
    background: #fffffe;
    padding: 0 0 40px 0;
    position: relative;
}
.content.select-card {
    max-width: 944px;
    padding-bottom: 0px;
}
.lock span:before {
    content: "Secured Site";
}
.select-card.completion i.icon-success {
    position: absolute;
    color: #1b9c17;
    font-size: 2.5rem;
    top: -15px;
    right: -10px;
    background: #fff;
    border-radius: 50px;
    height: 40px;
    width: 40px;
}
.select-card.completion i.icon-personal-particulars { 
    position: absolute;
    top: 48px;
    font-size: 6.5rem;
    left: 52px;
    color: #ff3333;
}
.card-selector {
    margin-top: 40px;
   
}
.card-selector li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
    max-width: 300px;
}
.card-selector li img {
    width: 100%;
    margin-bottom: 20px;
}
.card-selector li .icon-cancel {
    font-size: 2rem;
}
.card-selector li span.close {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 2rem;
    color: #ff3333;
}
.card-selector p {
    color: #000;
    margin: 0 auto;
    margin-top: 16px;
    max-width: 175px;
    font-size: 18px;
}
.content.login {
    padding-bottom:0;
}
.content > .continue {
    margin-left: 14%;
}
.upload-page .content .continue {
    margin: 0;
}
.cip {
    max-width: 464px;
    margin: 0 auto;
}
.content.cip {
    padding-bottom: 0;
}
.body-content {
    background: #fff;
    margin-top: 175px;
    padding-bottom: 150px;
}
.body-content.almost-done {
    padding-bottom: 0;
    margin-top: 0;
}
.body-content.verify {
    margin-top: 140px;
}
.body-content.verify,
.body-content.upload-page {
    padding-bottom: 120px;
}
.body-content.verify .content {
    padding-bottom: 20px;
    max-width: 784px;
}
.body-content.verify {
    padding-bottom: 0px;
}
.body-content.instalment-loan {
    margin-top: 150px;
    padding-bottom: 50px;
}
.body-content.instalment-loan > div.clearfix {
    overflow: hidden;
    display: table;
    width: 100%;
    position: relative;
}
.body-content.instalment-loan .ng-table {
	display: table;
    width: 100%;
}
.body-content.instalment-loan .txt-postion{
    position: absolute;
    width: 100%;
    z-index: 999;
}
.body-content.instalment-loan .txt-postion + section {

}
.relative {
    position: relative;
}
.pull-left {
    float: left !important;
}
.pull-right {
    float: right !important;
}
.block {
    display: block;
    width: 100%;
    max-width: 100% !important
}
.in-block {
    display: inline-block;
}
.none {
    display: none;
}
.vHide {
    visibility: hidden;
}
.fweight300 {
    font-weight: 300
}
.underline {
    text-decoration: underline;
}
.bordertop1 {
    border-top: 1px solid #ccc;
}
.img-res {
    width: 100%
}
ul.disc {
    margin-left: 20px;
}
ul.disc li {
    list-style-type: disc;
    padding-left: 10px;
}
.white {
    color: #fff
}
.grey {
    color: #999;
}
.black {
    color: 000;
}


@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ==========================================================================*/
/* ===========================Form Element Styling===========================*/
/* ==========================================================================*/

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="number"],
select {
    font-family: 'FrutigerNextPro-Medium';
    border-radius: 4px;
    padding: 0 13px;
    box-shadow: none;
    height: 56px;
    line-height: 38px;
    font-size: 1.75em;
    border: 1px solid #c0c0c0;
    box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.05);
    position: relative;
    box-shadow: none !important;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
}
select {
    width: 100%;
    text-indent: 0.01px;
    text-overflow: '';
    padding-right: 40px;
    padding-left: 8px
}
select:focus,
select:active,
select:hover,
input:focus,
input:active,
input:hover {
    border-color: #909090;
}
input[readonly] {
    color: #c0c0c0;
}
input:-moz-read-only {
    color: #c0c0c0;
}
select[disabled=""],
select[disabled="disabled"],
input[disabled=""],
input[disabled="disabled"] {
    background: #F7F7F7;
    color: #C0C0C0;
    cursor: default;
}
select[disabled=""]:focus,
select[disabled="disabled"]:focus,
input[disabled=""]:focus,
input[disabled="disabled"]:focus,
select[disabled=""]:hover,
select[disabled="disabled"]:hover,
input[disabled=""]:hover,
input[disabled="disabled"]:hover {
    border-color: #C0C0C0;
}
.validationerror {
    color: #ee1818;
    margin-top: 10px;
}

.bankuse .validationerror {
    color: #ee1818;
    margin-top: 5px;
    font-size: 12px;
    position: absolute;
    display: block;
    clear: both;
}

.generic-error {
    background: none repeat scroll 0 0 #FCF2F2;
    border: 1px solid #C00;
    padding: 10px;
    text-align: left;
    margin-bottom: 10px;
    color: #C00;
    margin-top: -30px;
    margin-bottom: 30px;
}

.selection-group label.option-label {
    display: block;
    line-height: 54px;
    cursor: pointer;
    text-align: left;
    display: block;
    line-height: 56px;
    font-size: 1.75rem;
    padding-left: 16px;
    min-height: 56px;
    top: 0;
}

.selection-group.approved-btn label.option-label h3{
    font-size: .75em;
    text-align: center;
    line-height: 50px;
    min-height:48px;
}
.selection-group label.option-label h3 {
    position: relative;
    z-index: 999;
    text-align: left;
    display: block;
    line-height: 56px;
    font-size: 1.75rem;
    min-height: 56px;
    position: relative;
    font-family: 'FrutigerNextPro-Medium';
}
.selection-group label.option-label {
    display: block;
    width: 100%;
    height: 54px;
    border-radius: 4px;
    background: #F7F7F7;
    color: #000;
    border: 1px solid #C0C0C0;
    box-shadow: none;
}
.selection-group.long label.option-label {
    background: #F7F7F7;
    color: #000;
    border: 1px solid #C0C0C0;
	/* height: 90px;
    padding: 15px 0 15px 16px; */
    height: auto;
    padding: 10px 42px 10px 16px;
}
.selection-group.long label.option-label h3 {
    /* line-height: 30px; */
	line-height: 34px;
    min-height: 26px;
    word-break: break-all;
}
.selection-group.approved-btn label.option-label::before {
    height: 46px;
}
.selection-group label.option-label.selected::before {
    background: #ececec;
    border: 1px solid #909090;
}
.selection-group label.option-label i {
    display: none;
}
.selection-group label.option-label.selected i ,.selection-group label.option-label.mcq i{
    display: block;
    position: absolute;
    right: 10px;
    color: #1b9c17;
    top: 5px;
}
.selection-group label.option-label.mcq::before{
    background: #ececec;
    border:1px solid #909090;
}
.selection-group label.option-label::after,
.multi-group label.option-label::after {
    display: none;
}
.selection-group input[type="radio"]:checked + label.option-label::after,
.multi-group input[type="checkbox"]:checked + label.option-label::after {
    box-shadow: 1px 1px 5px white;
}

.radio input[type="radio"] {
    position: absolute;
    top: -1px;
    left: -2px;
    outline: none;
}
label.option-label {
    display: block;
    position: relative;
    padding-left: 32px;
    line-height: 24px;
    cursor: pointer;
    color: #000;
    top: -22px;
    width: 100%
}
.disburse label.option-label {
    padding-left: 24px;
}

label.option-label h3 {
    line-height: 28px;
}
.disburse label.option-label h3 {
    line-height: 20px;
}
label.option-label::before {
    
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    background: #fff;
    box-shadow: none;
    border-radius: 25px;
    left: 0;
    top: 1px;
    border: 1px solid #c0c0c0;
}
.disburse label.option-label::before {
    width: 16px;
    height: 16px;
}

label.option-label::after {
    
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 15px;
    left: 7px;
    top: 8px;
    overflow: hidden;
    transition: all 0.2s;
}
.disburse label.option-label::after {
    left: 5px;
    top: 6px;
    width: 8px;
    height: 8px;
}
input[type="radio"]:checked + label.option-label::after {
    box-shadow: 1px 1px 5px white;
}
input[type="radio"]:checked + label.option-label::before {
    border: 1px solid #909090;
}
.radio label.option-radio {
    display: block;
    position: relative;
    padding-left: 30px;
    line-height: 28px;
    cursor: pointer;
    color: #000;
    top: 0;
    width: 100%
}
.radio label.option-radio::before {
    content: '';
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    background: #fff;
    box-shadow: none;
    border-radius: 25px;
    left: 0;
    top: 1px;
    border: 1px solid #c0c0c0;
}
.radio label.option-radio::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 15px;
    left: 7px;
    top: 8px;
    overflow: hidden;
    transition: all 0.2s;
}
.radio input[type="radio"]:checked + label.option-radio::after {
    box-shadow: 1px 1px 5px white;
}
.radio input[type="radio"]:checked + label.option-radio::before {
    border: 1px solid #909090;
}
/*Checkbox*/
label.label.no-checkbox::before {
    display: none;
}
input[type="checkbox"].checkbox {
    /* position: absolute;
    left: -1px;
    top: -1px;
    outline: none !important; */
	position: absolute;
    left: -4px;
    top: -2px;
    height: 23px;
    width: 23px;
}
label.label {
    display: block;
    position: relative;
    padding-left: 24px;
    line-height: 18px;
    cursor: pointer;
}
li label.label{
    font-size: 1.5rem;
    line-height: 24px;
    /*padding-left: 24px;*/
    padding-left: 30px;
}
li label.label::before{
    height: 20px;
    width: 20px;
    margin-right: 8px;
}

li input[type="checkbox"]:checked + label.label::after{
    /*width: 24px;*/
}
label.label[for='checkbox1'] {
    padding-left: 25px;
}
label.label::before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    /*box-shadow: 0 0 3px #e6e6e6 inset;*/
    left: 0;
    top: 1px;
    border: 1px solid #ccc;
    /*border-radius: 2px;*/
}
label.label::after {
    /*content: "\2713";*/
    position: absolute;
    overflow: hidden;
    width: 6px;
    height: 13px;
    background: transparent;
    content: "";
    border-width: 0 3px 3px 0;
    border-style: solid;
    border-color: transparent #f00 #f00 transparent;
    transform: rotate(45deg);
    top: 2px;
    left: 7px;
    display: none;
}
input[type="checkbox"]:checked + label.label::after {
    display: block;
}
input[type="checkbox"]:checked + label.label::before{
    /*border:1px solid #909090;*/
}
/* ==========================================================================*/
/* ================================Text Styling==============================*/
/* ==========================================================================*/

.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-red {
    color: #ff3333;
}
.text-grey {
    color: #909090;
}
.text-yellow {
    color: #ffa00e;
}
.text-green {
    color: #1b9c17;
}
/* ==========================================================================*/
/* =================================Grid System==============================*/
/* ==========================================================================*/

.s1-width {
    width: 8.33333333%;
    float: left;
}
.s2-width {
    width: 16.66666667%;
    float: left;
}
.s2-width-inline {
    width: 20%;
}
.s3-width {
    width: 25%;
    float: left;
}
.s4-width {
    width: 33.3333%;
    float: left;
}
.s5-width {
    width: 41.66666667%;
    float: left;
}
.s6-width {
    width: 50%;
    float: left;
}
.s7-width {
    width: 58.33333333%;
    float: left;
}
.s8-width {
    width:66.66666667%;
    float: left;
}
.s9-width {
    width: 75%;
    float: left;
}
.s10-width {
    width: 83.33333333%;
    float: left;
}
.s11-width {
    width: 91.66666667%;
    float: left;
}
.s12-width {
    width: 100%;
    float: left;
}
/* ==========================================================================*/
/* ==========================Browser Specific Settings=======================*/
/* ==========================================================================*/
.bankuse input::-webkit-input-placeholder {
    color: #C8C8C8;
    font-family: 'FrutigerNextPro-Medium';
    font-size: 0.875rem;
    line-height: 30px;
}
.bankuse input::-moz-placeholder {
    color: #C8C8C8;
    font-family: 'FrutigerNextPro-Medium';
    font-size: 0.875rem;
    line-height: 30px;
}
.bankuse input:-ms-input-placeholder {
    color: #C8C8C8 !important;
    font-family: 'FrutigerNextPro-Medium';
    font-size: 0.875rem;
    line-height: 30px;
}

::-webkit-input-placeholder {
    color: #C8C8C8;
    font-family: 'FrutigerNextPro-Medium';
    font-size: 1.5rem;
    line-height: 38px;
}

.txt-modal input::-moz-placeholder {
    font-size: 1.0rem;
}
input::-moz-placeholder {
    color: #C8C8C8;
    font-family: 'FrutigerNextPro-Medium';
    font-size: 1.5rem;
}
:-ms-input-placeholder {
    color: #C8C8C8 !important;
    font-family: 'FrutigerNextPro-Medium';
    font-size: 0.875rem;
}
:-ms-fullscreen {
    font-family: inherit;
    line-height: 23px;
    height: 40px;
    -webkit-font-smoothing: inherit;
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: 700;
    color: #000;
}
select::-ms-expand {
    display: none;
}
select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}
input[type=password]::-ms-reveal,
input[type=password]::-ms-clear,
input[type=text]::-ms-reveal,
input[type=text]::-ms-clear,
input[type=tel]::-ms-reveal,
input[type=tel]::-ms-clear,
input[type=email]::-ms-reveal,
input[type=email]::-ms-clear {
    display: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    moz-appearance: textfield;
}
/* ==========================================================================*/
/* ====================================Spacing================================*/
/* ==========================================================================*/
.m-top0 {
    margin-top: 0;
}
.m-top10 {
    margin-top: 10px;
}
.m-top20 {
    margin-top: 20px;
}
.m-top16 {
    margin-top: 16px;
}
.m-top24 {
    margin-top: 24px;
}
.m-top25 {
    margin-top: 25px;
}
.m-bot0 {
    margin-bottom: 0 !important
}
.m-bot5 {
    margin-bottom: 5px;
}
.m-bot10 {
    margin-bottom: 10px;
}
.m-bot8 {
    margin-bottom: 8px
}
.m-bot16 {
    margin-bottom: 16px;
}
.m-bot30 {
    margin-bottom: 30px;
}
.m-bot32 {
    margin-bottom: 32px;
}
.m-bot24 {
    margin-bottom: 24px;
}
.m-bot40 {
    margin-bottom: 40px;
}
.m-bot48 {
    margin-bottom: 48px;
}
.m-bot168 {
    margin-bottom: 168px;
}
.m-right32 {
    margin-right: 32px
}
.m-right12 {
    margin-right: 12px;
}
.m-right16 {
    margin-right: 16px;
}
.m-right8 {
    margin-right: 8px;
}
.m-left8 {
    margin-left: 8px;
}
.m-left16 {
    margin-left: 16px;
}
.m-left24 {
    margin-left: 24px;
}
.p-left4 {
    padding-left: 4px;
}
.p-left8 {
    padding-left: 8px;
}
.p-left16 {
    padding-left: 16px;
}
.p-left12 {
    padding-left: 12px;
}
.p-left18 {
    padding-left: 18px;
}
.p-left50 {
    padding-left: 50px;
}
.p-right4 {
    padding-right: 4px;
}
.p-right8 {
    padding-right: 8px;
}
.p-right16 {
    padding-right: 16px;
}
.p-top16 {
    padding-top: 16px;
}

.p-top24 {
    padding-top: 24px;
}
.p-top0 {
    padding-top: 0px;
}
.p-top10 {
    padding-top: 10px;
}
.p-bot30 {
    padding-bottom: 30px;
}
.p-bot0 {
    padding-bottom: 0px;
}
.p-bot8 {
    padding-bottom: 8px;
}
.p-bot16 {
    padding-bottom: 16px;
}



/* ==========================================================================*/
/* ============================Bootstrap Modal Styling=======================*/
/* ==========================================================================*/

.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal .form-row li, .modal .form-row li {
    display: inline-block;
    width: 48.777%;
    margin-bottom: 8px;
}
.modal .selection-group label.option-label::before {
    height: 44px;
}
.modal .selection-group label.option-label {
    height: 44px;
    line-height: 44px;
    min-height: auto;
}

.modal .selection-group label.option-label h3 {
    line-height: 44px;
    min-height: 44px;
    font-size: 14px;
}

.modal-body .icon {
    font-size: 2.500em;
    margin-right: 10px;
    font-weight: 700;
    position: relative;
    top: 10px;
}
.modal-body .delete{
    height: 40px;
    width: 64px;
    font-weight: 400;
}
.modal-body .delete .icon{
    top:3px;
    margin-right:0;
    font-size: 1.5em;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 0 !important
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    max-height: 688px;
    max-width: 784px;
    margin: 0 auto;
}
.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0 24px 24px 24px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background-color: #000000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
/*Modal child properties*/

.modal-header {
    /*margin: 0 -24px 16px -24px;*/
    min-height: 16.42857143px;
    padding: 24px 16px 24px 16px;
    border-bottom: 1px solid #c0c0c0;
}
.type-3 .modal-header {
    border-bottom: 0;
    margin-bottom:0;
}
.modal-header p {
    color: #909090;
    font-size: 14px;
    margin-top:4px;
}
.modal.notification .modal-body {
    max-width: 610px;
    margin: 0 auto;
}
.modal.notification.login .modal-body {

}
.modal.notification.txt-modal .modal-body {
    max-width: inherit;
    max-height: 385px;
    overflow: auto;
}
.modal.notification .modal-body img {
    width: 50%
}
.modal.notification .modal-body.alred-docs {
    max-width: inherit;
    margin: 0 auto;
}
.modal.notification .modal-header {
    border-bottom: none;
}
.modal-header .close-btn {
    top: 22px;
    right: 18px;
    position: absolute;
    cursor: pointer;
}

.modal-header .close-btn i{
    font-size: 20px;
    color: #909090;
}

.modal.otp .form-row h4 p {
    font-size: 16px;
    text-align: center;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    padding: 24px 0 0 0;
    text-align: center;
    margin: 24px -24px 0 -24px;
    border-top: 1px solid #d0d0d0;
}
.modal h4 p {
    font-size: 1em;
    margin-bottom: 8px;
}


.modal.txt-modal .modal-footer {
    margin:0;
}
.modal.txt-modal .con-container {    
    border-bottom: 1px solid #c0c0c0;
    margin-bottom: 24px;
    padding-bottom: 24px;
}
.modal.txt-modal .con-container:last-child {
    border-bottom: 0;
    padding-bottom: 0;
} 

.modal select,.modal input {
    height: 40px;
    font-size: 16px;
} 
.modal .form-row  i.icon-arrow-down {
    font-size: 1em;
    top: 12px;
}
.modal ::-webkit-input-placeholder {
    font-size: 12px;
    line-height: 15px;
}
.modal .selection-group label.option-label.selected i {
    font-size: 24px;
    margin: 0;
}
.modal .file-input.type-2 {
    height: 40px;
}
.modal .file-input.type-2 h3 {
    min-height: 40px;
    font-size: 1rem;
    line-height: 40px;
    left: 38px;
}
.modal .file-input.type-2 i{
    font-size: 1.3rem;
    margin: 0;
}
.modal .file-input.type-2:before{
    height: 38px;
}
.modal .file-input.type-2.modal-width{
    width: auto;
    margin-bottom: 22px;
    background: #f7f7f7;
}
.modal .form-row h4.labels{
    font-size: 14px;
}
.modal table input[type="checkbox"].checkbox {
    margin-right: 0;
}
.modal label.label::before,.modal label.label::after {
    top: -15px;
}

.modal.type-3 .modal-footer {
    margin-top:0;
}


/* ==========================================================================*/
/* ====================================Header================================*/
/* ==========================================================================*/

.box-shadow {
    -webkit-box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.5);
}
header {
    overflow: hidden;
    background: #fff;
    
    margin-top: 30px;
    padding: 0 16px;
    position: relative;
    width: 100%;
    top: 0;
    z-index: 9999
}
header h2 {
    width: 100%;
    text-align: center;
    left: 0;
    line-height: 34px;
}
header.type-sna h2 {
	position: absolute;
}
header.inner {
    background: #f5f5f5;
    height: 100px;
    margin-top: 0;
    padding: 12px 16px 10px 16px;
    position: fixed;
}
header.inner.single-head {
    padding-top:15px;
    height: 60px;
}
header .right-menu {
    margin-bottom: 2px;
}
/*Type 2 header is for treasures upgrade account*/

header.type2 {
    height: 58px;
}

header a.logo,
header.type2.dbs a.logo {
    position: relative;
    z-index: 999;
    margin-left: 16px;
}
header a.logo { 
    text-indent: -9999px;
    background: url('../images/dbs_posb_logo.svg') no-repeat 0 0;
    height: 25px;
    width: 180px;
    position: relative;
    z-index: 999;
    background-size: cover;
    margin-top: 4px;
    visibility: hidden;
}
header a.logo.single {
    visibility: visible;
    margin: 0 auto;
    float: none;
    display: inline-block;
    height: 34px;
    width: 240px;
   
}
header.type-2 a.logo.single {

}
header .help {
    float: right;
    color: #ccc;
    position: absolute;
    top: 14px;
    right: 0
}
header .help i {
    position: relative;
    top: 2px;
}
header li {
    float: right;
    position: relative;
}
header .right-menu li {
    float: right;
    position: relative;
    height: 32px;
}
header li a.btn,
header li a.btn:hover,
header li a.btn:active,
header li a.btn:focus {
    padding: 0px;
    height: 32px;
    width: 64px;
    line-height: 32px;
    margin-left: 24px;
}
header li a span.marker {
    background: #ff3333;
    color: #FFF;
    border-radius: 50%;
    top: 0;
    right: -10px;
    position: absolute;
    height: 18px;
    width: 18px;
    display: inline-block;
    line-height: 18px;
    font-size: 12px;
    text-align: center;
}
header li a i {
    font-size: 2rem;
    float: left;
    height: 30px;
}
header .tabs {
    position: absolute;
    width: 100%;
    text-align: center;
}
header .tabs li {
    float: none;
    display: inline-block;
    width: 14%;
}
header .tabs li a {
    display: block;
    font-size: 0.85rem;
    color: #000000;
}
header .tabs li a i {
    margin-bottom: 6px;
    color: #000000;
}
header .tabs li.active {
    top: 0
}
header .tabs li.active a {
    color: #ff3333;
    border-bottom: 4px solid #ee1818;
    padding-bottom: 5px;
}
header .tabs li.active i {
    color: #ff3333;
}
/* ==========================================================================*/
/* =================================Step Tracker=============================*/
/* ==========================================================================*/

.step-indicator {
    background: #f5f5f5;
    height: 46px;
    margin-top: 8px;
}
.step-indicator li {
    float: left;
    width: 50%;
    display: block;
    text-align: center;
    color: #909090;
    border-bottom: 2px solid #f5f5f5;
    line-height: 44px;
    font-size: 0.875rem;
    font-family: 'FrutigerNextPro-Light';
    
}

.step-indicator.three li {
    height: 51px;
}
.loan.step-indicator li,.two.step-indicator li {
    line-height: 49px;
}
.step-indicator.five li {
    width: 20%;
}
.step-indicator.four li {
    width: 25%;
}
.step-indicator.two li {
    width: 50%;
}
.step-indicator li i {
    float: none;
    display: inline-block;
    font-size: 17px;
    margin-left: 4px;
    position: relative;
    top: 4px;
    color: green;
    display: none
}
.step-indicator li.done i {
    display: inline-block;
}
.step-indicator li.active {
    color: #ff3333;
    border-bottom: 2px solid #ee1818;
    font-family: 'FrutigerNextPro-Medium';
    top: 0;
}
.step-indicator li.active span {
    font-family: 'FrutigerNextPro-Medium';
}
.step-indicator li.done span {
    font-family: 'FrutigerNextPro-Medium';
    color: #000;
}
.step-indicator li.done em {
    color: #000
}
.step-indicator em {
    font-family: 'FrutigerNextPro-Light';
    font-style: normal;
}
.step-indicator li.active em,
.step-indicator li.done em {
    font-style: normal;
    font-family: 'FrutigerNextPro-Medium';
    margin-right: 2px;
}

.bankuse {
    position: absolute;
    width: 100%;
    bottom: 55px;
}
.bankuse p {
    font-size: 13px;
    margin-bottom: 10px;
}
.bankuse p i {
    margin-left: 5px;
    position: relative;
    top: 3px;
    cursor: pointer;
}
.bankuse div > div {
    display: inline-block;
    text-align: center;
    position: relative;
}
.bankuse > div > div > input {
    height: 30px;
    max-width: 200px;
    line-height: 30px;
    font-size: 14px;
}

/****************Rating******************/
.ratetext {
    font-size: 14px;
    color: #909090;
    text-align: center;
    padding-top: 8px;        
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

#ratingPopup textarea {
    width: 100%;
    height: 100px;
    padding: 16px;
	font-size: 14px;
    font-family: 'FrutigerNextPro-Light';
	border: 1px solid #909090;
}

#ratingPopup.modal textarea::-webkit-input-placeholder{
	font-size: 14px;
	color: #909090;
	font-family: 'FrutigerNextPro-Light';
    font-weight: 300;
}

#ratingPopup.modal select, #ratingPopup.modal input {
    height: auto !important;
	position: relative;
    z-index: -1;
}
.custome-checkbox-new, .custome-radio-new {
	position: relative;
	cursor: pointer;
	padding: 1em;
}
#ratingPopup .selection-group label.custome-checkbox-new h3 {
	position: relative;
	z-index: 999;
	text-align: left;
	display: inline-block;
	line-height: 40px;
	font-size: 14px;
	color: #909090;
	min-height: 40px;
	position: relative;
	font-family: 'FrutigerNextPro-Medium';
}
#ratingPopup .selection-group label.custome-checkbox-new {
	display: block;
	cursor: pointer;
	text-align: left;
	display: block;
	min-height: 40px;
	padding: 0px;
	top: 0;   
	background: #ffffff;
	width: 100%;
	height: 40px;
	border-radius: 4px;
	color: #000;
	border: 1px solid #909090;
	box-shadow: none;
}
#ratingPopup .selection-group label.custome-checkbox-new:hover {
                background: #909090;
                border-radius: 4px;
                color: #ffffff;
                border: 1px solid #909090;
                box-shadow: none;
}
#ratingPopup .selection-group label.custome-checkbox-new:hover h3 {
                color: #ffffff;
}
#ratingPopup .selection-group label.custome-checkbox-new.checked-bg-color{
                background: #ECECEC;
                border: 1px solid #C0C0C0;
}
#ratingPopup .selection-group label.custome-checkbox-new.checked-bg-color h3{
                color: #000000;
}
#ratingPopup .selection-group label.custome-checkbox-new::before {
                content: '';
                display: block;
                position: absolute;
}
#txtCount{
                font-size: 14px;
                color: #909090;
}
input, textarea{
    -webkit-touch-callout: text;
    -webkit-user-select: text;
    user-select: text;
}
.custome-checkbox-new::-moz-selection, .custome-radio-new::-moz-selection {
                background: transparent;
}
.custome-checkbox-new input + span, .custome-radio-new input + span {
                background: white;
                content: "";
                display: inline-block;
                margin: -3px 8px 0 -10px;
                padding: 0;
                vertical-align: middle;
    width: 18px;
    height: 18px;
                border: 1px solid #C0C0C0;
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                -webkit-backface-visibility: hidden;
}

.custome-checkbox-new input + span::after, .custome-radio-new input + span::after {
    position: absolute;
    overflow: hidden;
    width: 4px;
    height: 10px;
    background: transparent;
    content: "";
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: transparent #f00 #f00 transparent;
    transform: rotate(45deg);
   top: 1px;
    left: 5px;
    color: #D8232A;
    display: none;
}
.custome-checkbox-new input[type="checkbox"]:checked + span::after {
    display: block;
}
#ratingPopup .btn.disabled, #ratingPopup .btn[disabled], fieldset[disabled] #ratingPopup .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
	background: #ff3333;
    border: 1px solid #ee1818;
    color: #fff;
}

#continueBtnDiv .btn.disabled, #continueBtnDiv .btn[disabled], fieldset[disabled] #continueBtnDiv .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
	background: #ff3333;
    border: 1px solid #ee1818;
    color: #fff;
}
/* ==========================================================================*/
/* ===================================Login==================================*/
/* ==========================================================================*/

.login label.option-label h3,
.login label.no-radio h3 {
    font-size: 1.75rem;
    font-family: 'FrutigerNextPro-Medium';
}
.login label.option-label i,
.no-radio i {
    font-size: 1.5rem;
    position: relative;
    top: 2px;
}
.login label.no-radio h3 {
    margin-left: 32px;
    display: block;
    margin-bottom: 24px;
}
.login label.no-radio i {
    font-size: 1.5rem;
    position: relative;
    top: 2px;
}
.login article {
    margin-left: 33px;
    margin-bottom: 40px;
}
.login.type-1 article {
    margin-left: 0;
}
.login .form-row,
.modal .loginwithsms .form-row,
.treasures-login .form-row {
    margin-bottom: 16px;
}
.login .form-row {
    margin-bottom: 24px;
}
.login .form-row:last-child {
    margin-bottom: 0;
}
.modal .loginwithsms .form-row.last {
    margin-bottom: 0;
}
.login .form-row h4 p {
    margin-bottom: 8px;
    font-size: 1.5rem;
}
.modal-content .ico {
    min-height: 28px;
}
.login .form-row input[type="tel"],
.login .form-row input[type="password"],
.login .form-row input[type="text"],
.login .form-row input[type="number"] {
    height: 48px;
    line-height: 38px;
    font-size: 1.25em;
    width: 100%;
    max-width: inherit;
    padding: 0 13px;
}
.login select {
    height: 48px;
    font-size: 1.25em;
}

.pass-container {
    width: 302px;
    margin: 0 auto;
}

.form-row .pass-container input[type="password"]:nth-child(1) {
    border-radius: 4px 0 0 4px;
}

.form-row .pass-container input[type="password"]:nth-child(6) {
    border-radius: 0 4px 4px 0;
    border: 1px solid #c0c0c0;
}

.form-row .pass-container input[type="password"] {
    height: 48px;
    line-height: 48px;
    font-size: 1.75em;
    width: 50.34px;
    max-width: inherit;
    padding: 0 13px;
    float: left;
    border-right: 0;
    border-radius: 0;
}
.one-liner {
    line-height: 28px;
}
.ico {
    padding-left: 63px;
}

.loginwithsms {
    background: url('../images/OTP_SMS.png') no-repeat 20px 0;
    padding-left: 140px;
    padding-bottom: 72px;
    width: 535px;
    min-height: 159px;
    margin: 0 auto;
    padding-top: 50px;
}
.login-footer {
    width: 100%;
    bottom: 80px;
    left: 0;
    margin-top: 70px;
}
.login-footer .btn,
.login-footer.btn:hover,
.login-footer.btn:active,
.login-footer.btn:focus {
    max-width: 224px;
    height: 48px;
    line-height: 46px;
    min-width: 224px;
    font-size: 1.5rem;
}
.not-fixed {
    position: relative;
    margin: 50px 0 0;
    bottom: inherit !important
}

/* ==========================================================================*/
/* =============================Form Styling=================================*/
/* ==============Application/Verify/Upload Documents Pages===================*/
/* ==========================================================================*/

#closeFront {
    position: absolute;
    z-index: 9;
    background: #fff;
    right: -6px;
    top: -4px;
    font-size: 18px;
    color: #ff3333;
    border-radius: 62px;
    width: 18px;
    height: 18px;
}
#typeFormLayout > li {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
}
#typeFormLayout.form > li .btn-holder {
    visibility: hidden;
}
#typeFormLayout.form > li .btn-holder.page-show {
    visibility: visible;
}
#typeFormLayout.form > li.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
}
#typeFormLayout.form > li .btn-holder.show-btn {
    visibility: visible !important;
}
#typeFormLayout.form > li.fade {
    opacity: 0.3;
}
#typeFormLayout.form .inactive {
    opacity: 0.2;
    cursor: pointer;
}
#typeFormLayout.form li {
    margin-bottom: 48px;
}
.form-row.last {
    margin-bottom: 0;
}
.white {
    color: #fff
}
.grey {
    color: #999;
}
.black {
    color: 000;
}

/*Style for prefilled values*/
.form li .form-row .approved-btn li {
    margin-bottom: 16px;
}
.form li .form-row .approved-btn li:last-child,
.form li .form-row .approved-btn li:nth-child(3) {
    margin-bottom: 0;
}

#typeFormLayout.form li .form-row li,
.form li .form-row li {
    display: inline-block;
    width: 48.777%;
    margin-bottom: 8px;
}

.disburse.form-row .radio li { 
    width: 100%;
}

.disburse.form-row .radio li:last-child {
    margin-bottom: 0 !important;
}
.form-row h3.data, .form-row h3.data span {
    font-size: 2rem;
    color: #000;
    font-family: 'FrutigerNextPro-Medium';
}
.form-row h2.value .lbl-side {
    display: inherit;
}
.form-row h3.value, .form-row h3.value-static,
.form-row h3.f-med {
    font-size: 2rem;
    color: #000;
    font-family: 'FrutigerNextPro-Medium';
}

/*Form label styling*/

.form-row h4.labels {
    margin-bottom: 8px;
    font-size: 1.5rem;
    font-family: 'FrutigerNextPro-Light';
    font-weight: 300
}
.login .form-row h4.labels {
    font-size: 1.0rem;
}
.form-row h4.labels i {
    position: relative;
    top: 3px;
}
/*Form Select Box styling*/

#typeFormLayout.form li .form-row .selection-group.full li {
    width: 100%
}
.form-row .selection-group.full li:last-child {
    margin-bottom: 0;
}
.form-row label.option-label {
    top: 0;
}
.form-row label.option-label h3 {
    font-size: 1.75rem;
    font-family: 'FrutigerNextPro-Medium';
}
.disburse.form-row label.option-label h3 {
    text-align: left;
    font-family: 'FrutigerNextPro-Light';
    font-size: 1rem;
}
.form-row i.icon-arrow-down,
li.active {
    top: 54px;
}
.form-row li > div.select-box {
    text-align: left;
    display: block;
    line-height: 56px;
    font-size: 1.75rem;
    min-height: 56px;
    position: relative;
}
.form-row li > div.select-box.selected,
.form-row li > div.select-box.hover,
.form-row li > div.select-box:hover,
.form-row li > div.select-box:active,
.form-row li > div.select-box:focus {
    text-align: left;
    width: 100%;
    line-height: 56px;
    font-size: 1.75rem;
}
.form-row li > div.select-box i {
    display: none;
    height: 53px;
    line-height: 64px;
    color: #1b971c;
}
.form-row li > div.select-box.hover i {
    display: none;
}
.form-row li > div.select-box.selected i,
.form-row li > div.select-box.selected.hover i {
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
}
/*Select dropdown arrow styling*/

.form-row i.icon-arrow-down,
li.active .form-row i.icon-arrow-down

{
    position: absolute;
    right: 16px;
    z-index: 999;
    font-size: 24px;
    color: #ff3333;
    pointer-events: none;
    top: 17px;
}
.form-row i.icon-arrow-down.disabled,
li.fade .form-row i.icon-arrow-down
/*,
li.addHook .form-row i.icon-arrow-down*/

{
    color: #C0C0C0;
    background: #f7f7f7
}

.login .form-row i.icon-arrow-down {
    top: 13px;
}

.form-row .salutation i.icon-arrow-down,
li.active .form-row .salutation i.icon-arrow-down,
li.active.addHook .form-row .salutation i.icon-arrow-down {
    height: 23px;
}
.input-group {
    display: table;
    border-collapse: separate;
    width: 100%
}
.input-group input {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: table-cell;
}
.add-on-text {
    padding: .375rem .75rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-align: left;
    width: 135px;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
    line-height: 44px;
}
.login-footer .btn-holder{
    margin: 0;
}
/* .login-footer .btn-holder.full-width-btn .btn.btn-secondary::before {
    content:'Cancel';
} */
.btn-holder {
    margin-top: 24px;
    display: table;
}
.btn-holder .btn {
    margin-right: 16px;
    max-width: 144px;
    min-width: 144px;
    float: left;
}
.btn-holder.full-width-btn .btn {
    max-width: inherit;
    margin-right: 8px;
    width: 48.7%;
    height: 48px;
    line-height: 45px;
}

.btn-holder.full-width-btn .btn.btn-primary {
    margin-right:0;
    margin-left:8px;
}

.btn-holder span {
    font-size: 1rem;
    float: left;
    line-height: 40px;
    font-family: 'FrutigerNextPro-Light';
}
.btn-holder span.btn-help {
    color: #909090;
}
.spn span.btn-help {
    color: #909090;
    padding: 0px 0px 0px 12px;
}
.promo {
    display: none;
    margin-left: 25px
}
.cashlineCreditLimit {
    display: none;
    margin-left: 0px;
}
.addon-left {
    position: relative;
}
.addon-left span {
    line-height: 56px;
    margin-right: 16px;
    float: left;
    font-size: 2rem;
    font-family: 'FrutigerNextPro-Medium';
}
.login-atm {
    margin-bottom: 24px;
}
.login-credit,
.login-atm {
    position: relative;
}
.login-credit label.option-label,
.login-atm label.option-label {
    display: inline-block;
    width: auto;
    top: 0;
}
.login-atm.active label.option-label,
.login-credit.active label.option-label {
    margin-bottom: 16px;
}
.login-credit input[type="radio"],
.login-atm input[type="radio"] {
    position: absolute;
    top: 5px;
    left: 2px;
}
.form-row label.option-label {
    font-size: 2rem;
    font-family: 'FrutigerNextPro-Medium';
}
.form-row .approved-btn label.option-label {
    line-height: normal;
    min-height: auto;
}
.form-row label.option-label.radio {
    font-size: 1.5rem;
    font-family: 'FrutigerNextPro-Medium';
}
/*Verify Form*/
.form.verify + .bordertop1 {
    margin-top: 16px;
}
.form.verify li {
    margin-bottom: 16px;
}
.form.verify li:last-child {
    margin-bottom: 0;
}
.form.verify li:last-child .form-row{
    margin-bottom: 0;
}
.verify .form-row {
    margin-bottom: 16px;
    overflow: hidden;
    font-size: 1rem;
}
.verify .form-row label {
    width: 40%;
    float: left;
    text-align: right;
}
.verify .form-row .label-value {
    float: left;
    width: 60%;
    color: #000;
    font-weight: 700;
    padding-left: 16px;
}

.icon-close-icon2:before {
    top: 0px;
    content: "\46";
    position: relative;
}

/* ==========================================================================*/
/* ===================================Footer=================================*/
/* ==========================================================================*/

footer {
    position: fixed;
    bottom: 0px;
    left: 0;
    padding: 0;
    width: 100%;
    z-index: 9999;
    background: #f5f5f5;
    box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.05), 0px -1px 5px 0px rgba(0, 0, 0, 0.20);
    color: #909090;
}
footer.type-1,
footer.type-1a {
    background: none;
    box-shadow: none;
    font-size: 14px;
    text-align: center;
    background: #fff;
    height: 32px;
}
footer.type-1 li,
footer.type-1a li {
    display: inline-block;
    width: auto;
    margin-right: 0;
}
footer.type-1 li:last-child a,
footer.type-1a li:last-child a{
    border: 0;
}
footer.type-1 a,
footer.type-1a a {
    color: #999494;
    font-size: 12px;
    line-height: 14px;
    display: block;
    width: 100%;
    border-right: 1px solid;
    padding: 0 7px 0 3px;
}
footer.type-4 {
    display: none;
}
footer li {
    display: inline-block;
    width: 24px;
    margin-right: 40px;
}
footer li:last-child {
    margin-right: 28px;
}
footer li a {
    font-size: 1.5rem;
    color: #ff3333;
    line-height: 48px;
    width: 24px;
    display: block;
    text-align: center;
}
footer .step-tracker {
    margin-top: 6px;
}
footer .bankuse a {
    width: auto;
    color: #cc0000;
    display: inline-block;
    border: 0;
}
#progressbarHolder {
    width: 304px;
    color: #909090;
    font-size: 12px;
    position: relative;
}
.counter {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 12px;
    color: #fff;
}
.ui-progressbar {
    height: 4px;
    line-height: 4px;
}
.ui-widget-header {
    background: #ec0000 !important;
    border: 0px solid #ec0000 !important;
}
#progressbar {
    border: 0px solid #ec0000 !important;
    background: #c0c0c0 !important;
    margin-top: 7px;
    float: left;
    border-radius: 15px;
    height: 24px;
    width: 100%;
    padding: 0;
}
.ui-corner-left,
.ui-corner-tl {
    border-radius: 15px;
}
.ui-progressbar .ui-progressbar-value {
    height: 100%;
    margin: 0 !important;
}
footer li a {
    position: relative;
    top: 7px;
}
.btn-verify {
    margin-top: 9px;
    margin-right: 15px;
}
.btn-verify:before {
    content: "Save and Return to Verify Page"
}

/* ==========================================================================*/
/* ===============================Completion Page============================*/
/* ==========================================================================*/
.tick-icon {
    font-size: 6rem;
}

/* Completion Buttons */
.form-row .approved-btn label.option-label i {
    display: block;
    text-align: center;
    position: relative;
    z-index: 999999;
    font-style: normal;
    font-size: 1.50rem;
    font-family: 'FrutigerNextPro-Medium';
}
.approved-btn label.option-label .icon:before {
    padding-right:10px;
    top: 5px;
    position: relative;
    color: #ff3333;
}
.full-width-autoheight {
    width: 100%;
    min-height: auto;
}
section.disabled h4 {
     opacity: 0.4;
}
section.disabled div {
     opacity: 0.6;
}

/******************Start rating****************************/
.rating {
    	height: 24px;
	line-height: 24px
}
.rating li{
    color: #DCDCDC;
    font-weight: bold;    
    font-size: 24px;
	height: 24px;
	line-height: 24px;
	margin-right: 4px;
    list-style-type: none;
    display: inline-block;
	-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}


.star li.hover,.star li.active {
    color: #fa2;	
    cursor: pointer;
}
.star li.active.hover-next{
    opacity: 0.3;
}

.rating li.in-active {
    color: #909090;
    cursor: default;
}

.form-row h3.text-grey{
    color: #999999;
	font-size: 2rem;
    font-family: 'FrutigerNextPro-Medium';
}

@media screen and (min-width: 0) and (max-width: 768px) {
    
    header a.logo.single {
        height: 1.5em;
        width: 9.9em;
        background-size: contain;
        transform: none;
    }
    .modal-content {
        overflow-y: auto;
        margin: 0px 16px;
    }
}
/* ==========================================================================*/
/* ========================Media query for smart phones======================*/
/* ==========================================================================*/

/***********Below media query to support iphone5**********************************/


@media screen and (min-width: 0) and (max-width: 767px) {
    /* ==========================================================================*/
    /* ===============================Common Styling=============================*/
    /* ==========================================================================*/
    .desktop-hide {
        display: block;
    }
    .right-icons {
        top: 3px;
    }
    img {
        max-width: 100%;
    }
    .categories article{
        width:100%;
        float:none;
    }
    .bankuse .validationerror {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        position: static
    }
    .cash-care-cc input[type="text"]{
        margin-left:30px;
    }
    .categories .row{
        margin: 0 16px 32px 16px;
    }
    .categories article{
        margin:0 0 16px 0;
    }
    .categories article > a{
        width:100%;
    }
    
    .content {
        margin: 0 16px auto;
        max-width: inherit;
        width: auto;
    }

    header .right-menu li {
        height: 34px;
    }
    footer.type-1 a {
        padding: 0 0 5px 0;
        border: 0;
    }
    .body-content,
    .body-content.instalment-loan {
        margin-top: 150px;
    }
    .body-content {
        padding-bottom: 100px;
        margin-top: 140px;
    }
    .body-content.instalment-loan {
        padding-bottom: 50px;
    }
    .validationerror {
        font-size: 0.85rem;
    }
    h1 {
        font-size: 1.500rem;
    }
    h2 {
        font-size: 1rem;
    }
    ::-webkit-input-placeholder {
        font-size: 0.875rem;
    }
    hr {
        background-color: #ccc;
        height: 1px;
        margin: 24px 0;
        border: none;
        border-collapse: collapse;
    }
    .m-hidden {
        display: none;
    }
    .bordertop1 {
        padding-top: 20px;
    }
    .icon-arrow-back {
        font-size: 1.8rem;
        line-height: normal;
        color: black;
        padding-top: 5px;
    }
    .btn-holder .btn {
        min-width: 105px;
        max-width: 105px;
    }
    .btn-holder.full-width-btn .btn {
        margin-right: 0;
        width: 100%;
    }
    .btn-holder.full-width-btn .btn.btn-primary {
        margin-left: 0;
        margin-top: 8px;
    }
    .pass-container {
        float: left;
        width: 100%;
    }
    .login-footer .btn-holder.full-width-btn .btn {
        height: 40px;
    }
    .login-footer .btn-holder.full-width-btn .btn.btn-secondary::before {
        content: initial;
    }
    .login-footer .btn-holder.full-width-btn .btn.btn-primary {
        width: 100%;
        margin-right: 0;
    }
    

    .login-footer .btn-holder.full-width-btn .btn.btn-secondary {
        width: 100%;
        margin-left: 0;
		margin-top: 8px;
    }
    
    .content .continue {
        margin-left: 0;
    }

    .btn,
    .btn:hover,
    .btn:active,
    .btn:focus {
        min-width: 105px;
        height: 35px;
        line-height: 33px;
        max-width: 105px;
        overflow: hidden;
    }
    .btn-verify.btn,
    .btn-verify.btn:hover,
    .btn-verify.btn:active,
    .btn-verify.btn:focus {
        min-width: 70px;
        height: 26px;
        line-height: 26px;
        font-size: 14px;
    }

    .modal-body .delete {
        min-width: 35px;
        padding: 0;
        width:35px;
    }
    .modal-body .delete:hover {
        height:40px;
        line-height: 33px;
    }
    .modal-body .delete .icon {
        font-size: 1.2em;
    }
    .login-holder .btn,
    .login-holder .btn:hover,
    .login-holder .btn:active,
    .login-holder .btn:focus {
        max-width: inherit;
    }
    .fileUpload,
    .fileUpload:hover,
    .fileUpload:active,
    .fileUpload:focus,
    #selectedDoc .btn {
        min-width: inherit;
        max-width: inherit;
    }
    .m-bot16-mbl {
        margin-bottom: 16px;
    }
    .context-help {
        font-size: 0.85rem;
    }

    .yes_submit .btn,
    .yes_submit .btn:hover,
    .yes_submit .btn:active,
    .yes_submit .btn:focus,
    .submit_cpf .btn,
    .submit_cpf .btn:hover,
    .submit_cpf .btn:active,
    .submit_cpf .btn:focus,
    .three-btns .btn,
    .three-btns .btn:hover,
    .three-btns .btn:active,
    .three-btns .btn:focus,
    .text-center .btn.goto-app,
    .text-center .btn.goto-app:hover,
    .text-center .btn.goto-app:active,
    .text-center .btn.goto-app:focus {
        max-width: inherit;
    }
    .completion h1 {
        line-height: normal;
    }
    
    
    /* ==========================================================================*/
    /* =================================Grid System==============================*/
    /* ==========================================================================*/
    
    .s1-width {
        width: 33.33333%;
    }
    .s2-mbl {
        width: 25%;
    }
    .s3-mbl {
        width: 25%;
    }
    .s4-mbl {
        width: 33.3333%;
    }
    .s9-mbl {
        width: 75%;
    }
    .full-width-mbl {
        width: 100%;
        float: none;
        display: block;
        padding: 8px 0 0 0;
        text-align: left;
        margin-right: 0;
        margin-left: 0;
        overflow: hidden;
    }
	
    .full-width-mbl.p-top0 {
		padding-top: 0px;
	} 
    /************************************Alfred*********************************************/
    
   
    .categories h2 {
        margin-left: 16px;
    }
    
    .status-header {
        padding: 10px 10px;
    }
    .status-header h3 {
        margin-left: 0;
        font-size: 0.95rem;
        line-height: normal;
    }
    .status-header div:first-child {
        margin-top: 10px;
    }
    .status-header span {
       line-height: 20px;
       font-size: 12px; 
    }
    .status-header .icon {
        display: inline-block;
        margin-top: 2px;
    }
    .status-box .row {
        padding: 8px 10px 8px 10px;
    }
    .status-box .card-details h4 {
        margin-top: 0;
        font-size: 0.85rem;
        margin-bottom: 5px;
    }
    .status-box .card-details p {
        font-size: 0.75rem;
    }
    .status-box .card-status {
        line-height: 45px;
    }
    .status-box .card-status {
        font-size: 0.90rem
    }
    .status-box .card-status i {
        font-size: 1rem;
        top: 5px;
    }
    .three-btn > div {
        width: 100%;
        padding-left: 0;
        margin-bottom: 16px;
    }
    .selected-docs a {
        position: relative;
        display: block;
        text-align: left;
        padding-right: 40px;
        margin-bottom: 16px;
    }
    .selected-docs a:hover,
    .selected-docs a:focus,
    .selected-docs a:active {
        display: block;
    }
    .status-box .row figure {
        width: 20%
    }
    .card-details {
        width: 45%
    }
    .calendar .s3-width {
        width: 33.33%;
        float: left;
        padding-left: 12px;
    }
    .calendar .s3-width:first-child {
        padding-left: 0;
    }
    .btn-holder span {
        font-size: 0.85rem;
    }
   
    /* ==========================================================================*/
    /* ====================================Header================================*/
    /* ==========================================================================*/
    
    header {
        position: relative;
    }
    header.inner {
        height: 85px;
    }
    header.inner.single-head {
        height: 50px;
    }
    header a.logo {
        float: left;
        margin-left: 0;
    }
    header a.logo.single {
        margin: 0 auto;
        float: none;
        display: inline-block;
        height: 23px;
        width: 154px;
        background-size: contain;
        transform: none;
    }
    header a.logo {
        float: left;
        text-indent: -9999px;
        background: url('../images/dbs_posb_logo.svg') no-repeat 0 0;
        height: 20px;
        width: 108px;
        background-size: cover;
    }
    
    
    header .help {
        top: 0
    }
    header .right-menu li.card-count {
        top: -5px;
    }
    header li a.btn {
        background: none;
        border: 0;
        color: #ee1818;
        line-height: 20px;
        height: 20px;
    }
    header h2 {
        text-align: left;
        width: 85%;
        line-height: normal;
        padding-top: 3px;
    }
	header.type-sna h2 {
		position: relative;
	}
    header li a.btn,
    header li a.btn:hover,
    header li a.btn:active,
    header li a.btn:focus {
        padding: 0;
        min-width: inherit;
        height: 32px;
        width: auto;
        line-height: 25px;
        background: none;
        color: #ee1818;
        margin-left: 20px;
    }
    header li a i {
        font-size: 2rem;
        height: 20px;
    }

    
    /* ==========================================================================*/
    /* =================================Step Tracker=============================*/
    /* ==========================================================================*/
    
    .step-indicator {
        height: 35px;
        line-height: 31px;
        margin-top: 16px;
    }
    .step-indicator li {
        width: 20%;
        line-height: inherit;
    }
    .step-indicator.two li, .step-indicator.three li, 
    .step-indicator.four li, .step-indicator.five li,
    .step-indicator.two li.active, .step-indicator.three li.active, 
    .step-indicator.four li.active, .step-indicator.five li.active {
        height:37px;
    }
    .step-indicator.two li {
        width: 40%;
        line-height: inherit;
    }
    .step-indicator.two.loan {
        line-height: normal;
    }
    .step-indicator.two.loan li,.step-indicator.two.loan li.active {
        margin-top: 18px;
        height: 29px;
    }
    .step-indicator li.active,
    .step-indicator.two li.active {
        width: 60%;
        height: 35px;
    }
    .step-indicator li.active span {
        display: inline-block;
    }
    .step-indicator li.done span,
    .step-indicator li span,
    .step-indicator li i {
        display: none;
    }

     /* ==========================================================================*/
    /* ====================================CIP===================================*/
    /* ==========================================================================*/
    
    .cip .btn,
    .cip .btn:hover,
    .cip .btn:active,
    .cip .btn:focus {
        font-size: 1rem;
        height: 40px;
        line-height: 38px;
    }
    .cip h2 {
        font-size: 1.500rem;
    }
    .bankuse {
        position: static;
        margin-top: 40px;
        padding: 40px 16px 16px 16px;
    }
    .bankuse p {
        font-size: 13px;
    }
    .bankuse p i {
        margin-left: 5px;
        position: relative;
        top: 3px;
    }
    .bankuse div > div {
        display: block;
        text-align: center;
        margin: 0 0 16px 0;
        padding: 0
    }
    .bankuse > div > input {
        height: 30px;
        max-width: inherit;
        width: 100%;
        line-height: 30px;
        font-size: 14px;
    }
    
    .login label.option-label h3,
    .login label.no-radio h3,
    .login .form-row h4 p,
    .login label.option-label i {
        font-size: 1rem;
    }
    .login label.no-radio h3 {
        margin-left: 32px;
        display: block;
        margin-bottom: 24px;
    }
    .login .form-row h4 p {
        margin-top: 7px;
        float: left;
    }
    .login .form-row h4.labels{
        font-size: 18px;
    }
    .login .form-row input[type="tel"],
    .login .form-row input[type="text"],
    .login .form-row input[type="password"],
    .login .form-row input[type="number"],
    .login .form-row select {
        height: 48px;
        line-height: 40px;
        font-size: 1rem;
    }
    .form-row .pass-container input[type="password"] {
        width: 16.6%;
    }
    .login .form-row input[type="password"] {
        font-size: 1rem;
    }
    .login .form-row i.icon-arrow-down {
        top:15px;
    }
    .login-footer {
        position: static;
        margin-top: 40px;
    }
    .login-footer .btn,
    .login-footer.btn:hover,
    .login-footer.btn:active,
    .login-footer.btn:focus {
        min-width: auto;
        max-width: 244px;
        font-size: 1rem;
        line-height: 38px;
        height: 40px;
    }
    .loginwithsms {
        width: 100%;
        background: url('../images/OTP_SMS_mobile.png') no-repeat center 0;
        padding-bottom: 0;
        padding-top: 124px;
        padding-left: 0;
    }
    /* ==========================================================================*/
    /* =============================Form Styling=================================*/
    /* ==============Application/Verify/Upload Documents Pages===================*/
    /* ==========================================================================*/
    
    input[type="text"],
    input[type="tel"],
    input[type="password"],
    input[type="email"],
    input[type="number"],
    select {
        height: 40px;
        line-height: 38px;
        font-size: 0.875rem;
    }
    .generic-error {
        margin-top: 0
    }
    .form-row li {
        font-size: 1.5rem;
    }
    .form-row .selection-group li {
        font-size: 1em;
    }
    .selection-group li, .form li .form-row li {
        width: 100%
    }
    .form li .form-row .approved-btn li,
    .form li .form-row .approved-btn li:nth-child(3) {
        margin-bottom: 8px;
    }
    .form-row .approved-btn label.option-label i{font-size: 0.85rem;}
    .selection-group.approved-btn label.option-label {
        line-height: 52px;
        height: auto;
    }
    .approved-btn label.option-label .icon:before {
        top: 3px;
    }
    .selection-group label.option-label {
        height: 38px;
        line-height: 40px;
        font-size: 1.75rem;
        min-height: 40px;
        margin-bottom: 0;
        margin-top: 0;
        padding-left: 13px;
    }
    .selection-group label.option-label h3 {
        line-height: 45px;
        font-size: 0.85rem;
        min-height: 40px;
    }
    .form-row .selection-group label.option-label h3 {
        line-height: 42px;
    }
    .form-row .selection-group.approved-btn label.option-label h3 {
        line-height: 50px;
    }
	.form-row .selection-group.long label.option-label h3 {
		line-height: 18px;
	}
    .selection-group label.option-label::before {
        height: 38px;
    }
    .selection-group label.option-label.selected i,
    .selection-group label.option-label.mcq i {
        right: 06px;
        top: 8px;
        height: 28px;
    }
    .selection-group label.option-label::after {
        display: none;
    }
    .selection-group input[type="radio"]:checked + label.option-label::after {
        box-shadow: 1px 1px 5px white;
    }
    .file-input.type-2 {
        height: 38px;
    }
    .file-input.type-2:before {
        height: 38px;
        width: 440px;
    }
    .file-input.type-2 h3 {
        min-height: 38px;
        line-height: 42px;
        left: 34px;
    }
    .file-input.type-2 i {
        font-size: 1rem;
    }
    .form-row li a,
    .form-row li a.selected,
    .form-row li a.hover,
    .form-row li a:hover,
    .form-row li a:active,
    .form-row li a:focus {
        font-size: 0.875rem;
        min-height: 36px;
        line-height: 36px;
    }
    .form-row h3.value {
        font-size: 1.5rem;
        line-height: 36px;
    }
	.form-row h3.text-grey{
		font-size: 1.5rem;
        line-height: 36px;
	}
    .form-row .country-code {
        height: 40px;
        line-height: 40px;
        font-size: 1em;
    }
    .form-row li a i {
        height: 36px;
        line-height: 46px;
        font-size: 1.5rem;
    }
    .form-row h3.data {
        font-size: 1.5rem;
        line-height: 36px;
    }
    .form-row h4.labels {
        font-size: 1rem;
    }
    .form-row div label {
        font-size: 0.85rem;
       /* margin-bottom: 5px; */
        display: block;
      /*  margin-top: 4px; */
    }
    .add-on-text {
        font-size: 0.875rem;
        width: 60px;
        padding: 0 0 0 10px;
        text-align: left;
        line-height: 40px;
    }
    .form-row label.option-label.radio {
        font-size: 1rem;
        font-family: 'FrutigerNextPro-Medium';
    }
    .form-row i.icon-arrow-down,
    li.active .form-row i.icon-arrow-down {
        top: 11px;
        font-size: 1.2rem;
        right: 10px;
    }
    .form-row .salutation i.icon-arrow-down,
    li.active .form-row .salutation i.icon-arrow-down {
        top: 39px;
        font-size: 1.2rem;
    }
    .addon-left p {
        font-size: 0.875rem;
        line-height: 40px;
    }
    .verify .form-row label,
    .verify .form-row .label-value {
        display: block;
        float: none;
        padding-left: 0;
        width: 100%;
        text-align: left;
    }
    .custom-limit article {
        margin-left: 0;
        margin-top: 10px
    }
    .addon-left span,
    .custom-limit article span {
        font-size: 1rem;
        width: 10%;
        margin-right: 0;
        line-height: 40px;
    }
    .addon-left input {
        float: left;
        width: 90%
    }
    .agreement {
        font-size: 1rem;
    }
    input[type="checkbox"]:checked + label.label::after {
        padding-left: 1px;
        padding-top: 1px;
    }
    label.label::after {
		/* left: -2px; */
        left: 6px;
    }
    .marketing .s3-width {
        width: 100%;
        float: none;
    }
    input[type="checkbox"].checkbox {
        top: 4px;
        height: 0;
        width: 0;
    }
    /* ==========================================================================*/
    /* ===================================Footer=================================*/
    /* ==========================================================================*/
        
    footer {
        display: block;
        padding: 0 16px;
        height: 35px;
    }
    footer.type-1 {
        height: auto;
        margin: 24px 0 16px 0;
        position: static;
    }
    footer.type-1a {
        position: absolute;
    }
    footer.type-1 li,
    footer.type-1a li {
        display: block;
    }
    footer.type-4 {
        display: block;
        height: 65px;
    }
    footer.type-1a a {
        padding: 0 0 5px
    }
    .btn-verify {
        margin-top: 5px;
        height: 26px;
        font-size: 14px;
        min-width: 70px;
        line-height: 26px;
    }
    .btn-verify:before {
        content: "Done"
    }
    footer .tabs {
        position: absolute;
        width: 100%;
        text-align: center;
        height: 65px;
    }
    footer .tabs li {
        float: none;
        display: inline-block;
        width: 22%;
        padding-bottom: 0;
        height: 65px;
        padding-top: 10px;
    }
    footer .tabs li a {
        display: block;
        font-size: 0.55rem;
        color: #000000;
        width: 100%;
        height: 55px;
    }
    footer .tabs li a i {
        margin-bottom: 10px;
        color: #000000;
        font-size: 1.55rem;
    }
    footer .tabs li.active a {
        color: #ff3333;
        border-bottom: 4px solid #ee1818;
    }
    footer .tabs li.active i {
        color: #ff3333;
    }
    footer li {
        width: 44px;
        margin-right: 25px;
    }
    footer li a {
        line-height: 15px;
        width: 44px;
        top: 8px;
        font-size: 18px;
    }
    footer li:last-child {
        margin-right: 0
    }
    #progressbarHolder {
        width: 160px;
    }
    #progressbarHolder .counter {
        top: 7px;
        font-size: 0.750rem;
    }
    #progressbar {
        margin-top: 6px;
        width: 160px;
        height:16px;
    }
    footer .step-tracker {
        margin-top: 3px;
        width: 47%;
        padding-left: 0;
    }
    
    
    /* ==========================================================================*/
    /* ===============================Completion Page============================*/
    /* ==========================================================================*/
    
    .banking-services div,
    .banking-services.option-5 div {
        display: block;
        width: 100%;
        border: none;
    }
    .banking-services figure img {
        width: auto
    }
    /*========================================Custom Component Styling======================================*/
    /*Modal*/
    
    .modal-content {
        overflow-y: auto;
        margin: 0px 16px;
    }
    .modal-footer {
        padding: 16px 0 0 0;
    }
    /* Radio buttons */
    
    label.option-label {
        line-height: 20px;
        padding-left: 28px;
    }
    label.option-label h3 {
        line-height: 22px;
    }
    label.option-label::before {
        width: 18px;
        height: 18px;
    }
    label.option-label::after {
        width: 8px;
        height: 8px;
        left: 6px;
        top: 7px;
    }
    .form-row label.option-label h3 {
        font-size: 0.85rem;
        line-height: 26px;
    }
    .login-credit input[type="radio"],
    .login-atm input[type="radio"] {
        top: 4px;
        left: 3px;
        margin: 0;
    }
	.modal .form-row li, .modal .form-row li {
		width: 100%;
	}
}

@media screen and (min-width: 0) and (max-width: 568px) {
    .body-content {
        margin-top: 140px;
    }
    .status-header div:first-child {
        margin-top: 3px;
    }
    .file-input.type-2:before {
        width: 288px;
    }
    .modal .file-input.type-2 h3 {
        font-size: 10px;
    }
}
/* ==========================================================================*/
/* ======================Media query for High Res desktop====================*/
/* ==========================================================================*/

@media screen and (min-width: 0) and (max-width: 1400px) {
    .login-footer {
        bottom: 60px;
        margin-bottom: 30px;
    }
}
/* ==========================================================================*/
/* ================================Mozila Fixes==============================*/
/* ==========================================================================*/

@-moz-document url-prefix() {
    .form-row .salutation i.icon-arrow-down, .form-row i.icon-arrow-down {
        background: none repeat scroll 0 0 #fff;
        height: 54px;
        line-height: 66px;
        text-align: center;
        top: 39px;
        width: 45px;
        border-radius: 5px;
    }
    .login .form-row i.icon-arrow-down {
        line-height: 39px;
        top: 8px !important;
        height: auto;
    }
    .txt-modal .form-row .salutation i.icon-arrow-down, .txt-modal .form-row i.icon-arrow-down {
        height: 38px;
        line-height: 46px;
    }
    .form-row i.icon-arrow-down {
        top: 1px !important;
        width: 26px;
    }
    .disburse i.icon-arrow-down {
        height: 38px;
        width: 40px;
        line-height: 48px;
    }
    .top36 {
        top: 40px !important;
        height: 40px !important;
        width: 20px !important;
    }
    .mCSB_container {
        padding-bottom: 3px;
    }
    select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #000;
    }
}

/*Added for firefox correction of dropdown arrow*/

.form-row i.icon-arrow-down.top20 {
    top: 20px !important;
    height: 22px !important;
}

/*card sizing at finish page*/
.finish-page figure img {
    width: 176px;
}
.cursor-pointer {
    cursor: pointer;
}

/****************IE Fixes***************************************************/
select:focus::-ms-value {
    background-color: transparent;
    /*make the select background transparent in ie */    
    color: #000;
}

/* ==========================================================================*/
/* =================================IE9 Fixes================================*/
/* ==========================================================================*/

.form-row .salutation i.icon-arrow-down,
.form-row i.icon-arrow-down {
    background: #ffffff;
    height: 54px \9;
    line-height: 66px \9;
    right: 1px \9;
    text-align: center \9;
    top: 1px \9;
    width: 40px \9;
    border-radius: 0px 0px 5px 5px \9;
}
/*******To fix FF42 issue of card popup*********************/



@media screen and (min-width: 767px) and (max-width: 1000px) {
    .categories {
        padding: 0 16px;
    }
}
@media only screen and (max-height: 700px) {
    .login-footer {
        position: static;
    }
}


/*ipad 194 259*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .selection-group label.option-label.selected i {
        top: 9px;
    }
    .selection-group label.option-label h3 {
        top: 1px;
    }
    .categories article{
        width:33.3333%;
        float: left;
        padding:8px 16px;
        margin:2px 0 16px 0;
    }
    .categories .row{
        margin:0px -16px;
        margin-bottom: 32px;
        
    }
    .categories article > a{
        width:100%;
    }
    
}
@media only screen and (min-width: 990px) {
    .categories .row{
        margin:0 -16px;
        margin-bottom: 32px;
        
    }
    .categories article{
        width:204px;
        float: left;
        padding:8px 16px;
    }
}
/*6+ 636*/

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
    .bankuse > div > div > input {
        line-height: 30px;
    }
}
/* promo-width */

.disburse .promotion .promo-width input[type="text"] {
    width: 35.06%
}
/*Safari Fix 8.1 */
/* Safari 7.1 -8.0 (Safari 7.1+)
(Use this as a prefix to your normal CSS rule)
---------------------------------------------------------------- */

_::-webkit-full-page-media,
_:future,
:root input[type="checkbox"]:checked + label.label::before {
    top: -2px;
}
.bottom-10 {
    padding-bottom: 10px;
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
    .add-on-text {
        padding: 0 0 0 .75rem;
    }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
    .add-on-text {
        padding: 0 0 0 .75rem;
    }
    .bankuse > div > div > input {
        height: 29px;
        line-height: 30px;
    }
}
/* samsung Note Pro - 708*/

@media only screen and (device-width: 1280px) and (device-height: 800px) {
    .selection-group label.option-label h3 {
        line-height: 62px;
    }
}
/* samsung S5 Issue-89 */

@media screen and (min-device-width: 360px) and (max-device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
    .bankuse > div > div > input {
        height: 29px;
        line-height: 30px;
    }
    .promo input[type="text"] {
        padding-top: 4px;
    }
}

#identity_type_pweb1 option[value="? undefined:undefined ?"] {
	display:none;
}

.validationerrordivradio {
    color: #ec0000;
}

.validationerrordivradio span:not(:empty) {
    margin-top: 8px;
    display: block;
}
