body {
    background-color: #ccc;
}

.subTitle {
    /*margin: 4px 0px 0px 5px;*/
    display: inline-block;
    margin: 4px 0px 0px 0px;    
    color: goldenrod;
}

.ccHeadTitle {
    padding: 5px;
}

.blockTitle {
    margin: 0px 0px 20px 0px;
    color: #000;
}



.productTitle {
    margin-top: 0px;
}

.bottomAlign {
    position: absolute;
    bottom: 0;
    margin-bottom: 40px;
}

.landingHeight {
    /*min-height: 250px;*/
    min-height: 150px;
}

.landingHeight1 {    
    min-height: 190px;
}

.landingHeight2 {    
    min-height: 50px;
}

.forlandingHeight {
    min-height: 100px;
}

.casaPreview {
    color: #777;
}

    .casaPreview label {
        font-size: 17px !important;
        color: #333;
        margin-bottom: 10px;        
    }

.salarySturctureBorder {
    margin-top: 5px;
    border-top: 1px solid #ccc;
    padding-top: 5px;
}

.mainHeader {
    background-color: #E8B21A;
}

    .mainHeader img {
        /*padding: 15px 0px 5px 15px;*/
        padding: 5px 0px 5px 15px;
        /*width: 220px;*/           
        min-width: 100px;
        max-width: 15%;
        margin-right: 19%;
    }

.blackHeader {
    background-color: #000 !important;
    color: #fff;
    padding: 10px 0px 10px 20px;
    background: url( ../img/carbon.png );
}

    .blackHeader span.fa {
        color: #fff !important;
        font-size: 120%;
        margin-bottom: 5px;
    }

        .blackHeader span.fa:hover {
            cursor: pointer;
        }

.btn {
    border-radius: 2px;
}

    .btn.btn-maybank {
        background-color: #E8B21A !important;
        background-image: -webkit-linear-gradient(top, #E8B21A 0%, #E8B21A 100%);
        background-image: -o-linear-gradient(top, #E8B21A 0%, #E8B21A 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#E8B21A), to(#E8B21A));
        background-image: linear-gradient(to bottom, #E8B21A 0%, #E8B21A 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E8B21A', endColorstr='#E8B21A', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        background-repeat: repeat-x;
        border-color: #E8B21A;
        color: #000;
    }

        .btn.btn-maybank:hover {
            border-color: #E8B21A;
            color: #000;
        }

    .btn.btn-remove-image {
        background-color: #cc0000;
        border-color: #FF3D3D;
        color: #fff;
        position: absolute;
        /*
    top: 84px;
    left: 15px;
    */
        z-index: 10;
        -webkit-box-shadow: 1px 1px 7px -1px rgba(0,0,0,0.55);
        -moz-box-shadow: 1px 1px 7px -1px rgba(0,0,0,0.55);
        box-shadow: 1px 1px 7px -1px rgba(0,0,0,0.55);
    }

        .btn.btn-remove-image:hover {
            background-color: #FC1C1C;
            color: #fff;
        }

.form-control {
    border-radius: 3px;
    border: 1px solid #FFCC00;
}

    .form-control:focus {
        border-color: #FCF400;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(252, 244, 0, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(252, 244, 100, .6);
    }

label {
    font-weight: normal;
}


.extraDocsBorder {
    margin: 20px 0px 20px 0px;
    border-top: 1px solid #ccc;
}

.imagePreview {
    border: 1px solid #999;
}

.multiDocs div {
    display: block;
    overflow: hidden;
}

.well.checklist {
    min-height: 200px;
    background-image: linear-gradient(to bottom, #e6e6e6 0%, #d8d8d8 100%);
}

.reqCircle {
    margin: auto;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #E8B21A;
    color: #000;
    -webkit-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.55);
    text-align: center;
    padding-top: 15px;
    font-weight: bold;
}

.well {
    background-image: none !important;
    border-color: #fff;
    background-color: #fff;
    /*border: 0px solid #e3e3e3;*/
    padding: 0px 0px 0px 20px;
}

.space-icon {
    margin-right: 20px;
    margin-top: 12px;
    cursor: pointer;
}

input.has-visited.ng-invalid:not(.has-focus) {
    background-color: #ffeeee;
}

/*nivas phase 3 21-10-15*/
.LabelMargin {
    margin-left: 15px;
}

.DoJointApp {
    margin-top: 2%;
}

.smallest {
    font-size: 10px;
}
/*Added by nivas 3-11-15 - start*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #E8B21A;
    background-repeat: repeat-x;
    border-color: #E8B21A;
    color: #000;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #E8B21A;
}

.uploadDoc {
    float: right;
}

.nav-tabs > li > a {
    color: #000;
}


/*.container {
    margin-top: 10px;
}*/

.nav-tabs > li {
    position: relative;
}

    .nav-tabs > li > a {
        display: inline-block;
    }

    .nav-tabs > li > span {
        display: none;
        cursor: pointer;
        position: absolute;
        right: 6px;
        top: 8px;
        color: black;
    }

    .nav-tabs > li:hover > span {
        display: inline-block;
    }

.facilityForm {
    display: none;
}

/*added by nivas 6-11-15*/
.pdflabel {
    display: inline-block;
    width: 40%;
}

.bordeHr {
    border-color: #E8B21A;
}

.form-group.loanField .requireLabel:after {
    content: '*';
    color: red;
    font-size: 21px;
}

.requireAsterisk {
    color: red;
    font-size: 21px;
}


.forceShow {
    display: block !important;
}

.notactive {
    display: none;
}

.homePreview {
    color: #777;
}

    .homePreview label {
        font-size: 17px !important;
        color: #333;
        margin-bottom: 10px;
        word-wrap: break-word;
    }

    .MandField{          
        float:right;
        color: red;
    }

    .hover-color{
        background-color: #E8B21A;
    }

    .driveUp {
        margin-bottom: 0px;
    }

    body.noscroll
    {
        position: fixed;
        overflow-y: scroll;
        width: 100%;
    }

.maybank-error{
  border-color: #d60000 !important;   
}

 .maybank-error:focus {               
        -moz-box-shadow: 0 0 2px #ffe3e3;       
        -webkit-box-shadow: 0 0 2px #ffe3e3;
        /*box-shadow: 0 0 2px #d60000;*/
        border: 1px solid #f00;
        box-shadow: 0 0 7px 2px #ffe3e3 inset;
    }

 .SmsHelpTxt {
     color: red;
     font-size: 10px;
 }

#breadcrumb {
    padding: 8px 15px 0px 35px;
    /*margin-bottom: 20px;*/
    list-style: none outside none;
    /*background-color: #F5F5F5;*/
    border-radius: 4px;
    font-size: 12px;
}

#breadcrumb ul{
  margin: 0;
  /*padding: 0;*/
  list-style: none;
}

#breadcrumbs-two{
  overflow: hidden;
  width: 100%;
}

#breadcrumbs-two li{
  float: left;
  margin: 0 .5em 0 1em;
}

#breadcrumbs-two a{
  background: #f2f2f2;
  padding: .7em 1em;
  float: left;
  text-decoration: none;
  color: #444;
  text-shadow: 0 1px 0 rgba(255,255,255,.5); 
  position: relative;
}

#breadcrumbs-two a:hover{
  background: #E8B21A;  
  font-weight : bold;
  font-size: 13px;
}

#breadcrumbs-two a::before{
  content: "";
  position: absolute;
  top: 50%; 
  margin-top: -1.5em;   
  border-width: 1.5em 0 1.5em 1em;
  border-style: solid;
  border-color: #f2f2f2 #f2f2f2 #f2f2f2 transparent;
  left: -1em;
}

#breadcrumbs-two a:hover::before{
  border-color: #E8B21A #E8B21A #E8B21A transparent;
}

#breadcrumbs-two a::after{
  content: "";
  position: absolute;
  top: 50%; 
  margin-top: -1.5em;   
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid #f2f2f2;
  right: -1em;
}

#breadcrumbs-two a:hover::after{
  border-left-color: #E8B21A;
}

#breadcrumbs-two .current,
#breadcrumbs-two .current:hover{
  font-weight: bold;
  background: none;
}

#breadcrumbs-two .current::after,
#breadcrumbs-two .current::before{
  content: normal;
}

#breadcrumbs-two a.active {
  background: #E8B21A; 
  font-weight : bold;  
}

#breadcrumbs-two a.active::after {
    border-left-color: #E8B21A;
}

#breadcrumbs-two a.active::before{
    border-color: #E8B21A #E8B21A #E8B21A transparent;
}

#breadcrumbs-two .numberCircle {
    border-radius: 50%;    
    padding: 3px 3px 3px 3px;
    background: none repeat scroll 0% 0% #CCC;
    border: 1px solid #CCC;
    color: #000;
    text-align: center;    
}

#breadcrumbs-two a:hover .numberCircle {
    background: none repeat scroll 0% 0% #CCC;
    border: 1px solid #CCC;
    color: #000;
    font-weight: bold;
}

#breadcrumbs-two a.active .numberCircle {
    /*border-radius: 50%;    
    padding: 3px 3px 3px 3px;
    background: none repeat scroll 0% 0% #CCC;
    border: 1px solid #CCC;
    color: #000;
    text-align: center;*/
}

/*.status-updt {
    
    background-color: #fff;
}
#breadcrumbs-two li.first .status-updt {
    
    background-color: #fff;
}
#breadcrumbs-two li:first-child .status-updt {
   
    border-left: 1px solid #fff;
}
.status-updt {
    
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    height:5px;
    position: relative;
    margin-top: 50px;
}*/

.maybank-CntMeBtn {
    margin-right: 20%;    
}

.maybank-CntMeBtn:hover, #maybankBtnPrcd:hover {      
    font-size:13px;
}

.maybank-undrtkg {
    color: #999494;
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
    white-space: normal;
    margin-left: 30px;
}

.form-group.maybank-MandField .requireLabel:after {
    content: '*';
    color: red;
    font-size: 15px;
}

#breadcrumbs-two a.completed {
  background: #99db76; 
  font-weight : bold;     
}

#breadcrumbs-two a.completed::after {
    border-left-color: #99db76;
}

#breadcrumbs-two a.completed::before{
    border-color: #99db76 #99db76 #99db76 transparent;   
}

#breadcrumbs-two a.completed .numberCircle {
    border-radius: 50%;    
    padding: 3px 3px 3px 3px;
    background: none repeat scroll 0% 0% #E8B21A;
    border: 1px solid #CCC;
    color: #000;
    text-align: center;    
}

#breadcrumbs-two a.completed:hover .numberCircle {
    background: none repeat scroll 0% 0% #E8B21A;
    border: 1px solid #CCC;
    color: #000;
    font-weight: bold;
}

/*check box design*/

div[class*='maybkCstmCkbx-'] {
    position: relative; width: 140px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;    
}

input[class*='maybkCstmCkbx-checkbox-'] {
    display: none;
}

label[class*='maybkCstmCkbx-label-'] {
    display: block; overflow: hidden; cursor: pointer;
    /*border: 2px solid #E8B21A;*/ border-radius: 20px; border:1px solid #FC0;
}

span[class*='maybkCstmCkbx-inner-'] {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

span[class*='maybkCstmCkbx-inner-']:before, span[class*='maybkCstmCkbx-inner-']:after {
    display: block; float: left; width: 50%; height: 36px; padding: 0; line-height: 36px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; /*font-weight: bold;*/
    box-sizing: border-box;
}

span[class*="maybkCstmCkbx-inner-"]:before {
    content: "Selected";
    /*padding-left: 10px;*/
    padding-left: 28px;
    background-color: #34C247; color: #FFFFFF;
}

span[class*="maybkCstmCkbx-inner-"]:after {
    content: "Select Me";
    /*padding-right: 10px;*/
    padding-right: 25px;
    background-color: #D9D5D5; color: #D93C3C;
    text-align: right;
    color: grey;
}

span[class*="maybkCstmCkbx-switch-"] {
    display: block; width: 24px; margin: 7px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 100px;
    border: 2px solid #E8B21A; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}

input[class*="maybkCstmCkbx-checkbox-"]:checked + label[class*="maybkCstmCkbx-label-"] span[class*="maybkCstmCkbx-inner-"] {
    margin-left: 0;
}

input[class*="maybkCstmCkbx-checkbox-"]:checked + label[class*="maybkCstmCkbx-label-"] span[class*="maybkCstmCkbx-switch-"] {
    right: 0px; 
}

.MaybnkRspveImg {
    max-width:40%;
    height:auto;
}

.StdRspveImg {
    max-width:30%;
    height:auto;
}

.CPLOCRspveImg {
    max-width:80%;
    height:auto;
}

.well.cardsOnBrd {
    min-height: 250px;
    background-color: #fff;
}

.well.cardsOnBrd:hover {    
    background-color: #fff6e5;    
}


/*.crdtCard.disabled{
    opacity: 0.4;
    cursor:not-allowed;
}*/

.MaybnkSmallImg {
    width:100px;
    height:100px;
}

.cardsTitle {
    /*background-color: #CCC;*/
    background-color: #ffd27f;
    color: #000;
    padding: 5px 0px 5px 10px;   
}

/*@media (min-width: 120px) and (max-width:768px) {
    #breadcrumb {display: none !important;}
}

@media (min-width: 769px) and (max-width:990px) {
    #breadcrumb {font-size: 8px;}
    #breadcrumbs-two a:hover{font-size: 9px;}
}

@media (min-width: 991px) and (max-width:1150px) {
    #breadcrumb {font-size: 10px;}
    #breadcrumbs-two a:hover{font-size: 11px;}
}*/

.greyOutCards {
    opacity: 0.3;
}

li.removeList {
    list-style-type: none;
}

/*06-08-2016*/
.btnpad {
   padding: 3px 20px 3px 20px;
   font-weight: 600;
   margin-bottom: 10px;     
}

hr {
   border-top: 1px solid goldenrod;
   margin-top: 0px;
   margin-bottom: 0px;
}

md-radio-button {
    margin-bottom: 0px;
}

.dividerPad{
    padding-bottom:10px;
}

.ccError {    
    border-color: #eed3d7;
    color: #b94a48;    
}

.popbox {
    background-color: #f2dede;
    padding: 8px 0px 8px 12px;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
}

/*.ng-hide-add {animation:0.8s fadeOut ease;}*/
/*.ng-hide-remove {animation:1.5s slideInUp ease;}*/
/*.preferLeftSlide .ng-hide-remove {animation:0.9s slideInLeft ease;}*/

/*.ccWelcomePage .ccDisplaySection .ng-hide-add {animation:0.8s fadeOut ease;}*/
/*.ccWelcomePage .ccDisplaySection .ng-hide-remove {animation:0.2s fadeIn ease;}*/

.md-title {
    font-size: 20px;    
    letter-spacing: 0.001em;
}

h1 {
    margin-top: 10px;   
}

md-input-container {    
    padding: 0px;
    margin: 10px 0;    
}

.ccDisplaySection{
    margin: 10px 0 70px 0;    
}

md-radio-group md-radio-button:not(:first-child) {
    margin-top: 8px;
}

.ccExistCust md-radio-button {
    display: inline-block;
    margin-right: 10px;
}

.ccPtagJustify p{
    margin: 0px;
}

.ccLightWord {
    /*color: #ccc6c6;*/
    color: #e8b21a;
    display: inline-block;
    font-size: 11px;
}

.ccSubTitl{
    color: grey; 
    font-weight: 700;   
}

.ccDisplaySection img{
    min-width: 150px;
    /*max-width:150px;*/
    max-height:102px;
    display: block;
    margin-bottom: 10px;
}

.creditAbleAppForm .modal-header, .creditContactDetails .modal-header, .creditAbleChecklist .modal-header {   
    padding: 8px 0px 0px 20px;
    border-bottom: 0px solid #fff;
}

.creditAbleAppForm .modal-header .close, .creditContactDetails .modal-header .close, .creditAbleChecklist .modal-header .close {
    margin-top: -12px;
}

.creditAbleAppForm button.close, .creditContactDetails button.close, .creditAbleChecklist button.close {    
    padding: 7px;    
}

.creditAbleAppForm .close, .creditContactDetails .close, .creditAbleChecklist .close {    
    font-size: 28px;         
    opacity: 1;
    color: red;
}

.creditAbleAppForm .modal-body, .creditContactDetails .modal-body, .creditAbleChecklist .modal-body{    
    padding: 0px 15px;
}

.ccApplyHeader {
    font-size: 20px;
    font-weight: 600;
    margin-left: 36%;
}

.ccshortDivider{
    width:66%;
}

.erModel:hover {        
    cursor:pointer;
}

body {
    background-color: #fff;
}

/*md-input-container.md-default-theme label, md-input-container label, md-input-container.md-default-theme .md-placeholder, md-input-container .md-placeholder {
    color: black; 
    opacity: 0.5;
}*/

md-input-container label {
    color: black; 
    /*opacity: 0.5;*/
}

md-select.md-default-theme .md-select-value.md-select-placeholder, md-select .md-select-value.md-select-placeholder {
    color: black; 
    /*opacity: 0.5;*/
}

.inputPadBottom {
    padding-bottom:10px;
}

.decCardDetailFont{
    font-size: 17px;
    /*color: grey;*/
}

#ccMCCRM div, #ccDeclaration div, #ccContactDetails div, #newContactDetails div, #moreAboutYou div, #cardOptions div, #docSection div {
    padding-left: 0px;
}

.eDecPageInputs md-input-container:not(.md-input-invalid).md-input-has-value label {
    color: black;
    /*font-weight: 500;*/
    font-size: 18px;
}

.eDecPageInputs .value{
    font-weight: 500;
    font-size: 16px;
}

.eDecPageInputs .md-text, .eDecPageInputs  md-input-container .md-input[disabled] {
    color:olive;
}

.successPageText{    
    text-align: center;
    margin-top: 8%;
}

.successPageTextHeader{    
    font-weight: 800;
    font-size: 20px;
}

.successPageTextsubHeader{        
    font-size: 18px;
}

.chkbxRmveMargin {
    color:olive;
}

.chkbxRmveMargin md-checkbox {
    margin-bottom: 0px; 
}
.chkbxRmveMargin md-checkbox .md-label {
    margin-top:10px;
}

.floatBtn{
    bottom: 0;
    position: fixed;
    z-index: 1000;
    width: 100%;
    opacity: 0.7;
    margin-left: -2%;
}

.floatBtn:hover {
    opacity: 1;
}


.popupchkbx md-checkbox .md-container {
    top: 0px;
}

.popupchkbx md-checkbox .md-label {
    margin-top: -12px;
}


/*.blackHeader hr {
    margin-right: 20px; border-top: 2px solid goldenrod; margin-top: 10px; 
}*/

.blackHeader .headrNwCnfm {
    margin-left: 11%; color: #fff; 
}

.blackHeader .inComplte {
    margin-left: 9%;
    color: #fff;
}

.blackHeader .StudinComplte {
    margin-left: 14%;
    color: #fff;
}

.blackHeader .newStepComplte {
    margin-left: 6%;
}

.blackHeader .exCnfrm {
    float:right;margin-right:9%;color:#fff
}


.blackHeader .stepComplte {
    color: limegreen;
}

.blackHeader .progress {
    height: 5px;
    margin-bottom: 0px;
    margin-top: 8px;
}

.blackHeader .progress-bar {
    background-image: linear-gradient(to bottom, goldenrod 0%, goldenrod 100%);
    float: none;
}

.blackHeader .progress-smalline-30 {
    width: 1px;        
    margin-top: -1%;
    border-top: 20px solid #eee;
    margin-left: 30%;
}

.blackHeader .progress-smalline-70 {
    width: 1px;        
    margin-top: -1.5%;
    border-top: 20px solid #eee;
    margin-left: 70%;
}

.blackHeader .progress-smalline-20 {
    width: 1px;        
    margin-top: -1%;
    border-top: 20px solid #eee;
    margin-left: 15%;
}

.blackHeader .progress-smalline-40 {
    width: 1px;        
    margin-top: -1.5%;
    border-top: 20px solid #eee;
    margin-left: 31%;
}

.blackHeader .progress-smalline-60 {
    width: 1px;        
    margin-top: -1.5%;
    border-top: 20px solid #eee;
    margin-left: 48%;
}

.blackHeader .progress-smalline-80 {
    width: 1px;        
    margin-top: -1.6%;
    border-top: 20px solid #eee;
    margin-left: 65%;
}

.blackHeader .progress-smalline-100 {
    width: 1px;        
    margin-top: -1.7%;
    border-top: 20px solid #eee;
    margin-left: 82%;
}

.blackHeader .progress-smalline-18 {
    width: 1px;        
    margin-top: -1%;
    border-top: 20px solid #eee;
    margin-left: 18%;
}

.blackHeader .progress-smalline-41 {
    width: 1px;        
    margin-top: -1.5%;
    border-top: 20px solid #eee;
    margin-left: 40%;
}

.blackHeader .progress-smalline-63 {
    width: 1px;        
    margin-top: -1.5%;
    border-top: 20px solid #eee;
    margin-left: 63%;
}

.blackHeader .progress-smalline-85 {
    width: 1px;        
    margin-top: -1.6%;
    border-top: 20px solid #eee;
    margin-left: 85%;
}


.blackHeader .comprsdImg {
    width:20px;
    padding:1%;
    margin-right:2px;
}

.blackHeader .exDeclartn{
    margin-left: 30%; 
}

.popupLeft {
    margin-left:4%;
}

.ccRadioInline{
    margin-top: -1.5%;
}
.ccRadioInline md-radio-button {
    display:inline-block;
    margin-right: 16%;
}
.ccRadioInline p{
    margin: 0px;
    font-size: 12px;
    color: slategrey;
}

.datepicker .datepicker-days th.picker-switch, .datepicker .datepicker-months th.picker-switch {
    text-decoration: underline;
    color: blue;
}

.datepicker .datepicker-days th.picker-switch:hover, .datepicker .datepicker-months th.picker-switch:hover {
    text-decoration: none;
}

.datepicker .datepicker-years th.picker-switch {
    color: grey;
    opacity: 0.5;
    cursor: not-allowed;
}

/*.studHeadr{
    background: none;
}*/

 .mobileHide {display: none;}

 md-checkbox[disabled] .md-label, md-select[disabled] .md-select-value.md-select-placeholder {
     color: #000;
 }

 #ccDeclaration .inputPadBottom {
     padding-bottom: 0px;
 }

 md-input-container.md-default-theme .md-input, md-input-container .md-input, .md-select-value .md-text {
     color: olive;
 }

 .lf-ng-md-file-input .lf-ng-md-file-input-container {   
    height: 40px;
}

md-input-container.md-has-icon {
    padding-left: 0px;
}

.spinImg {
    width: 10%;
    margin: 50%;
}

.oliveTxt {
    color: olive;
    /*height: 45px;*/
}

.ccDisplaySection md-checkbox {
    height: 30px;
}

.cardUsb {
    /*-webkit-padding-start: 12px;*/
    padding-left: 12px; 
    padding-top: 12px;
    color: olive;
    font-size: 13px;    
}

.md-title a {
    color: slategray;
    margin-top: inherit;
}

.md-title a:focus {
    /*color: red;*/
    color: rgba(68,138,255,0.87);
}

.md-title a:hover {
    /*color: goldenrod;*/
    color: rgba(68,138,255,0.87);
}

.md-title .afocusMe {
    /*color: red;*/
    color: rgba(68,138,255,0.87);
}


.ccWelcomePage .modal-body .ng-hide-add {animation:0s fadeOut ease;}
.ccWelcomePage .modal-body .ng-hide-remove {animation:0s fadeIn ease;}
#Choosecards {
    margin-bottom: 60px;
}
#Choosecards .active.md-button {
    border-bottom: 1px solid rgba(68,138,255,0.87);    
    color: rgba(68,138,255,0.87);
    border-radius: 1px;
}

#Choosecards .md-button:not([disabled]):hover {
    background-color: white;
    color: rgba(68,138,255,0.87);
}

#Choosecards .filterBtn {
    text-transform: none;
}

.splProduct {
    background-color: lavender;
}

#Choosecards .filterBtn:first-child {
    margin-left:20%;
}

.noteInfo {
    margin-left: 0px; color: seagreen;
}

.momInfo {
    margin-left: 4px; color: seagreen; font-size: 12px;
}

.docSection p{
    color: olive;
}

.docSection span.glyphicon {
    padding-right: 10px;
}

.docSection span.glyphicon.glyphicon-pencil, .docSection span.glyphicon.glyphicon-upload {
    padding-left: 5px;
}

.desktopHide {
    display: none;
}

#moreAboutYou .input-group-btn, #cardOptions .input-group-btn {
    float: right;   
    top: 5px;
    width: 20%;
    z-index: 1000;
}

#moreAboutYou .input-group-btn > .btn, #cardOptions .input-group-btn > .btn {
    position: absolute;
}

.docSection md-radio-button {    
    margin-right: 20px;
    display: inline-block;
}

.forDocWidth {
    width: 65%;
}


#ccMCCRM .btnpad {
    padding: 4px 90px 3px 90px;
}

#ccMCCRM md-radio-button .md-label {    
    margin-left: 50px;    
    font-size: 16px;
    top: 8px;
    font-weight: 600;
}

#ccMCCRM md-radio-button .md-off {    
    width: 30px;
    height: 30px;    
}

#ccMCCRM md-radio-button .md-on {    
    width: 30px;
    height: 30px;    
}

#ccMCCRM .ccExistCust md-radio-button {    
    margin-right: 10%;
}

#ccMCCRM .cifNric md-radio-button {
    display: inline-block;    
    margin-right: 8.5%;
}

/* Tooltip */
  .appFormContainer  .tooltip > .tooltip-inner {
      background-color: #FFFFFF;
      color: red;
      border: 1px solid #E8B21A;      
  }

  .appFormContainer  .tooltip > .tooltip-arrow {
      border-top: 5px solid #E8B21A;
  }
 
  .doc-info-box {    
    /* min-height: 56px; */
    /* padding: 19px; */
    margin-bottom: 20px;
    /*background-color: #F5F6BE;*/
    background-color: #F5F8DF;
    border: 1px solid goldenrod;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;
}

  .pPadDoc {
      padding: 10px;
  }

  #creditDeclaration md-radio-group.md-default-theme[disabled], md-radio-group[disabled], md-radio-button.md-default-theme[disabled], md-radio-button[disabled] {
    color: rgba(0,0,0,1);
}

  .ccDisplaySection .col-sm-12 {
    padding: 0px;
}

  html {
      -webkit-text-size-adjust: none
  }
  /*For Signature - start*/
    #creditAbleOdus .modal-dialog {
        width: 702px;
    }

    #creditAbleOdus .modal-content {
        height: 250px;
    }

    #creditAbleOdus .modal-body {
        padding: 0px;
    }

    #creditAbleOdus .modal-header {
        border-bottom: 0px;
    }

    .tipDocMobile {
        font-size: 12px;       
        margin-left: 9%;
        background-color: #e8bc1a;
        font-weight: bold;
        width: 84%;   
    }

    .m-signature-pad--body {
        border: 2px solid #ff2e2e;
    }
   /*For Signature - ends*/

   .maybank-undrtkg-noPad {
    color: #999494;   
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
    white-space: normal;
    /*margin-left: 30px;*/
}

.forCircle {
    margin: 15px;
}

.marAddRadio md-radio-button {
    margin-right: 10%;
}

#termLoanRepaymentCal md-input-container.md-default-theme .md-input[disabled], md-input-container .md-input[disabled], md-input-container.md-default-theme .md-input [disabled], md-input-container .md-input [disabled] {
    color: olive;
    /*background-image: none;*/
}

#termLoanRepaymentCal .noteTip {
    font-size: 12px;
}

.footer .copyrights {
    color: black;
    font-size: 12px;
    margin: 0px 0px 0px 0px;
    font-family: Arial,Verdana,sans-serif;
}

.footer .container {
    padding-left: 0px;
    margin-left: 20px;
}

.prodTitle {
    margin-top: 7px;
    text-align: center;
}

.sellHeight {
    min-height: 170px;
    border: 0.1px solid goldenrod;
}

.sellULHeight {
    height: 100px;
}

.sellHeight .btn {
    padding: 8px 140px;
}

.sellBckGrd{
     background-color: lavenderblush;
}

.mb-eState-Notes {    
    color: firebrick;
}

.ng-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
  }
  
  .ng-modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    width: 50%;
    height: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    box-shadow: 0 0 60px rgba(0, 0, 0, .4);
  }
  
  .ng-modal-close {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 9999;
    cursor: pointer;
    font-size: 120%;
    display: inline-block;
    font-family: 'arial', 'sans-serif';
    font-weight: bold;
    color: #555;
  }
  
  .ng-modal-dialog-content {
    padding:20px;
    text-align: left;
  }

  