body {
    background-color: #ccc;
}

.subTitle {
    margin: 4px 0px 0px 5px;
    display: inline-block;
}


.blockTitle {
    margin: 0px 0px 20px 0px;
    color: #000;
}

.form-control {
}

.productTitle {
    margin-top: 0px;
}

.bottomAlign {
    position: absolute;
    bottom: 0;
    margin-bottom: 40px;
}

.landingHeight {
    min-height: 250px;
}

.casaPreview {
    color: #777;
}

    .casaPreview label {
        font-size: 17px !important;
        color: #333;
        margin-bottom: 10px;
	word-wrap: break-word;
    }

.salarySturctureBorder {
    margin-top: 5px;
    border-top: 1px solid #ccc;
    padding-top: 5px;
}

.mainHeader {
    background-color: #E8B21A;
}

    .mainHeader img {
        padding: 15px 0px 5px 15px;
        width: 220px;
    }

.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;
}

.appFormContainer {
    padding: 20px;
    background-color: #fff;
}

.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;
}

.space-icon {
    margin-right: 20px;
}

input.has-visited.ng-invalid:not(.has-focus) {
    background-color: #ffeeee;
}


.LabelMargin {
    margin-left: 15px;
}

.DoJointApp {
    margin-top: 2%;
}

.smallest {
    font-size: 10px;
}

.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;
}


.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%;
    }

/*Renovation Loan Re-vamp*/
/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
    .mobileView {
        display: none;
    }
    .renoHeader {
        background: none;
        text-align: center;
    }

    .renoTitle {
        font-size: 26px;
    }

    .renoSubTitle {
        font-size: 16px;
    }

    .minuteBar {
        text-align: center;
        background-color: #E8B21A;
        padding: 15px 0px 15px 0px;
        margin: 0 0 0px;
    }

        .minuteBar span {
            margin-left: 2%;
            margin-right: 7px;
        }

        .minuteBar img {
            max-width: 28px;
        }

    .RenoBreadcrumb {
        margin-left: 0px;
    }

        .RenoBreadcrumb .reqCircle {
            display: inline-block;
            width: 40px;
            height: 40px;
            padding-top: 8px;
            margin-left: 9%;
            -webkit-box-shadow: none;
            box-shadow: none;               
            font-size: large;
            color: white;
        }

        .RenoBreadcrumb .non-active {
            background-color: darkgray;
            margin-left: 16%;
        }

        .RenoBreadcrumb hr {
            width: 85%;
            margin-left: 10%;
            border-top: 1px solid;
            color: darkgrey;
            margin-bottom: -20px;
        }

        .RenoBreadcrumb p {
            display: inline-block;
            /*width: 40px;*/
            /*height: 60px;*/
            margin-top: 6px;
            /*margin-left: 16%;*/
        }

        
        .RenoBreadcrumb .breadcrumb1 {
            margin-left: 8%;
        }
        .RenoBreadcrumb .breadcrumb2 {
            margin-left: 10%;
        }
        .RenoBreadcrumb .breadcrumb3 {
            margin-left: 4%;
        }
        .RenoBreadcrumb .breadcrumb4 {
            margin-left: 8%;
        }
        .RenoBreadcrumb .breadcrumb5 {
            margin-left: 15%;
        }

    .renoChecklist .Main-Title {
        font-size: 20px;
        color: slategray;
        /*margin-left: 40%;
        font-weight: 800;*/
        text-align: right;
    }

    .renoChecklist .Main-Abbrevation {
        font-size: 25px;
        margin-left: 3%;
        font-weight: bold;
    }

    .renoChecklist .AppDetails {
        margin-left: 33%;
        width: 50%;
    }

        .renoChecklist .AppDetails p {
            font-size: 14px;
            text-decoration: underline;
            font-weight: bold;
            text-align: center;
        }

        .renoChecklist .AppDetails .jntApp {
            margin-left: 42%;
        }

    .renoChecklist .tableTitle {
        margin-left: 29%;
        width: 64%;
        border: 1px solid white;
        background-color: #cbcbcb;
    }

    .renoChecklist .tableTitle div{
        padding-top: 10px;
    }
        .renoChecklist .tableTitle p {
            font-size: 14px;
            text-align: center;
        }

    .renoChecklist .tableContents {
        margin-left: 29%;
        width: 64%;
        border: 1px solid white;
        background-color: #e7e7e7;
    }

        .renoChecklist .tableContents li {
            font-size: 14px;
            margin-left: -35px;
        }

        .renoChecklist .tableContents .col-sm-6:last-child {
            border-left: 1px solid white;
        }


    .renoChecklist .newSection {
        margin-top: 40px;
        margin-bottom: 16px;
    }

    .renoChecklist .docList {
        margin-left: 25%;
        margin-top: -18px;
    }

    .renoChecklist .impNotes {
        margin-top: 0px;
    }

    .renoChecklist .docList li {
        font-size: 14px;
    }

    .renoChecklist .creditReport {
        text-decoration: underline;
        color: slategray;
    }

    .renoChecklist .docList p {
        font-size: 10px;
        margin-left: 2%;
        margin-bottom: 0px;
    }

    .renoChecklist .creditRepContent {
        width: 60%;
    }

    .renoChecklist .checkbox {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .renoChecklist input[type=checkbox] {
        transform: scale(3);
        margin-left: 27%;
    }

    .renoChecklist .chckLabel {
        padding-left: 40px;
        margin-top: -11px;
        margin-left: 28%;
    }

    .renoChecklist .sec2label {
        margin-top: -16px;
    }


    .renoChecklist .custBtnChecklist {
        padding: 15px 130px;
        font-size: 20px;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    }

    .renoChecklist .btnSection {
        margin-top: 40px;
        margin-bottom: 20px;
        margin-left: -1%;
    }

    .renoChecklist .imgSection {
        margin-left: 25%;
        cursor: pointer;
        margin-top: 20px;
        line-height: 2.02857143;
    }

        .renoChecklist .imgSection .col-sm-6 {
            width: 60%;
        }

        .renoChecklist .imgSection img {
            max-width: 60%;
            height: auto;
        }

        .renoChecklist .imgSection .col-sm-6:last-child {
            margin-left: -25%;
        }

    .renoChecklist .Img2 img {
        margin-top: -23%;
    }

    .renoChecklist .Img3 img {
        max-width: 45px;
        max-height: 60px;
        margin-top: -30%;
        margin-left: 40%;
    }

    .renoChecklist .Img4 img {
        margin-top: -47%;
        margin-left: 54%;
        width: 25px;
    }

    .renoChecklist .OwshpImgTxt img {
        max-width: 46%;
    }

    .renoChecklist .section2 {
        margin-top: -6%;
    }

    .renoChecklist .notesSec {
        margin-top: -2%;
    }
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    #odusContainer{
        width: 100% !important;
    }
    .desktopView {
        display: none;
    }
  
    .renoHeader {
        background: none;
        text-align: center;        
    }

    .renoTitle {
        font-size: 16px;
        margin-left: -3%;
    }

    .renoSubTitle {
        font-size: 12px;
        text-align: center;
    }

    .minuteBar {
        text-align: center;
        background-color: #E8B21A;
        padding: 15px 0px 15px 0px;
        margin: 0 0 0px;
        font-size: 10px;
    }

        .minuteBar span {
            margin-left: 1%;
            margin-right: 7px;
        }

        .minuteBar img {
            max-width: 26px;
        }

     .RenoBreadcrumb {
        margin-left: 0px;
    }

        .RenoBreadcrumb .reqCircle {
            display: inline-block;
            width: 25px;
            height: 25px;           
            padding-top: 7px;                        
            box-shadow: none;               
            font-size: 8px;
            color: white;
        }

        .RenoBreadcrumb .non-active {
            background-color: darkgray;
            margin-left: 30px;          
        }

        .RenoBreadcrumb hr {
            width: 80%;
            margin-left: 8%;
            border-top: 1px solid;
            color: darkgrey;
            margin-bottom: -14px;
        }

        .RenoBreadcrumb p {
            display: inline-block;            
            margin-top: 6px;  
            font-size: 8px;          
        }
        
        .RenoBreadcrumb .breadcrumb1 {
            margin-left: 0px;
        }
        .RenoBreadcrumb .breadcrumb2 {
            margin-left: 8%;
            max-width: 20px;
        }
        .RenoBreadcrumb .breadcrumb3 {
            margin-left: 12%;
             max-width: 20px;
        }
        .RenoBreadcrumb .breadcrumb4 {
            margin-left: 12%;
        }
        .RenoBreadcrumb .breadcrumb5 {
            margin-left: 10%;
        }

         .renoChecklist .newSection {
            margin-top: 30px;
            margin-bottom: 10px;
        }


    .renoChecklist .Main-Title {
        font-size: 12px;
        color: slategray;       
        text-align: left;
    }

    .renoChecklist .Main-Abbrevation {
        font-size: 15px;        
        font-weight: bold;
    }

    .renoChecklist .AppDetails {
        margin-left: 20%;
        width: 50%;
    }

        .renoChecklist .AppDetails p {
            font-size: 10px;
            text-decoration: underline;
            font-weight: bold;
            text-align: center;
        }
        

    .renoChecklist .tableTitle {
        margin-left: 0px;
        width: 100%;
        border: 1px solid white;
        background-color: #cbcbcb;
        padding-top: 8px;

    }

        .renoChecklist .tableTitle p {
            font-size: 10px;
            text-align: left;
        }

    .renoChecklist .tableContents {
        margin-left: 0px;
        width: 100%;        
        background-color: #e7e7e7;
        padding-top: 8px;

    }

        .renoChecklist .tableContents li {
            font-size: 10px;
            margin-left: -42px;
        }        
   
    .renoChecklist .docList {
        margin-left: -5%;
        margin-top: 0px;
    }

    .renoChecklist .impNotes {
        margin-top: 0px;
    }

    .renoChecklist .docList li {
        font-size: 10px;
    }

    .renoChecklist .creditReport {
        text-decoration: underline;
        color: slategray;
    }

    .renoChecklist .docList p {
        font-size: 8px;
        margin-left: 12%;
        margin-bottom: 0px;
    }

    .renoChecklist .creditRepContent {
        width: 80%;
    }

    .renoChecklist .checkbox {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .renoChecklist input[type=checkbox] {
        transform: scale(3);
        margin-left: -4%;
    }

    .renoChecklist .chckLabel {
        padding-left: 0px;
        margin-top: -4px;
        margin-left: 15%;
        font-size: 10px;
    }

    .renoChecklist .sec2label {
        margin-top: -14px;
    }


    /*.renoChecklist .custBtnChecklist {
        padding: 15px;
        width: 100%;
        font-size: 22px;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    }

    .renoChecklist .btnSection {
        margin-top: 40px;
        margin-bottom: 20px;
        margin-left: -1%;
    }*/

    .custBtnChecklist {
        bottom: 5px;
        position: fixed;
        z-index: 1000;
        width: 100%;        
        opacity: 0.8;
        margin-left: -5%;
        height: 60px;
        font-weight: bold;
        font-size: 25px;
    }

     .custBtnChecklist:hover {
         opacity: 1;
     }


    .renoChecklist .imgSection {
        margin-left: 0px;
        cursor: pointer;
        margin-top: 5px;
    }

    .renoChecklist .imgSection .col-sm-6 {
        width: 100%;
    }

    .renoChecklist .imgSection img {
        max-width: 100%;
        height: auto;
    }        

    .renoChecklist .Img2 img {
        margin-top: -40%;
    }

    .renoChecklist .Img3 img {        
        max-height: 50px;
        margin-top: -50%;
        margin-left: 66%;
    }

    .renoChecklist .Img4 img {
        margin-top: -80%;
        margin-left: 90%;
        width: 15px;
    }

    .renoChecklist .OwshpImgTxt img {
        max-width: 70%;
    }

    .imgSection .col-sm-6:last-child, .renoChecklist .section2 .col-sm-6:first-child{
        margin-top: -15%;
    }

    .renoChecklist .section2 {
        margin-top: -6%;
    }

    .renoChecklist .notesSec {
        margin-top: -10%;
    }
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px)  and (max-device-width : 760px) and (orientation : landscape) {
    #odusContainer{
        width: 100% !important;
    }
    .desktopView {
        display: none;
    }
  
    .renoHeader {
        background: none;
        text-align: center;        
    }

    .renoTitle {
        font-size: 16px;
        margin-left: -3%;
    }

    .renoSubTitle {
        font-size: 12px;
        text-align: center;
    }

    .minuteBar {
        text-align: center;
        background-color: #E8B21A;
        padding: 15px 0px 15px 0px;
        margin: 0 0 0px;
        font-size: 10px;
    }

        .minuteBar span {
            margin-left: 1%;
            margin-right: 7px;
        }

        .minuteBar img {
            max-width: 26px;
        }

     .RenoBreadcrumb {
        margin-left: 8%;
        width: 100%
    }

        .RenoBreadcrumb .reqCircle {
            display: inline-block;
            width: 35px;
            height: 35px;           
            padding-top: 7px;                        
            box-shadow: none;               
            font-size: 12px;
            color: white;
            font-weight:bold;
        }

        .RenoBreadcrumb .non-active {
            background-color: darkgray;
            margin-left: 15%;          
        }

        .RenoBreadcrumb hr {
            width: 85%;
            margin-left: 4%;
            border-top: 1px solid;
            color: darkgrey;
            margin-bottom: -18px;
        }

        .RenoBreadcrumb p {
            display: inline-block;            
            margin-top: 6px;  
            font-size: 10px;          
        }
        
        .RenoBreadcrumb .breadcrumb1 {
            margin-left: 1%;
        }
        .RenoBreadcrumb .breadcrumb2 {
            margin-left: 8%;
            
        }
        .RenoBreadcrumb .breadcrumb3 {
            margin-left: 4%;
             
        }
        .RenoBreadcrumb .breadcrumb4 {
            margin-left:9%;
        }
        .RenoBreadcrumb .breadcrumb5 {
            margin-left: 15%;
        }

         .renoChecklist .newSection {
            margin-top: 30px;
            margin-bottom: 10px;
        }


    .renoChecklist .Main-Title {
        font-size: 12px;
        color: slategray;       
        text-align: left;
    }

    .renoChecklist .Main-Abbrevation {
        font-size: 15px;        
        font-weight: bold;
    }

    .renoChecklist .AppDetails {
        margin-left: 20%;
        width: 50%;
    }

        .renoChecklist .AppDetails p {
            font-size: 10px;
            text-decoration: underline;
            font-weight: bold;
            text-align: center;
        }
        

    .renoChecklist .tableTitle {
        margin-left: 10%;
        width: 80%;
        border: 1px solid white;
        background-color: #cbcbcb;
        padding-top: 8px;

    }

        .renoChecklist .tableTitle p {
            font-size: 10px;
            text-align: left;
        }

    .renoChecklist .tableContents {
        margin-left: 10%;
        width: 80%;        
        background-color: #e7e7e7;
        padding-top: 8px;

    }

        .renoChecklist .tableContents li {
            font-size: 10px;
            margin-left: -42px;
        }        
   
    .renoChecklist .docList {
        margin-left: 0px;
        margin-top: 0px;
    }

    .renoChecklist .impNotes {
        margin-top: 0px;
    }

    .renoChecklist .docList li {
        font-size: 10px;
    }

    .renoChecklist .creditReport {
        text-decoration: underline;
        color: slategray;
    }

    .renoChecklist .docList p {
        font-size: 8px;
        margin-left: 5%;
        margin-bottom: 0px;
    }

    .renoChecklist .creditRepContent {
        width: 80%;
    }

    .renoChecklist .checkbox {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .renoChecklist input[type=checkbox] {
        transform: scale(3);
        margin-left: 0px;
    }

    .renoChecklist .chckLabel {
        padding-left: 0px;
        margin-top: -4px;
        margin-left: 10%;
        font-size: 10px;
    }

    .renoChecklist .sec2label {
        margin-top: -8px;
    }

    .custBtnChecklist {
        bottom: 5px;
        position: fixed;
        z-index: 1000;
        width: 100%;        
        opacity: 0.8;
        margin-left: -5%;
        height: 60px;
        font-weight: bold;
        font-size: 25px;
    }

     .custBtnChecklist:hover {
         opacity: 1;
     }


    .renoChecklist .imgSection {
        margin-left: 10%;
        cursor: pointer;
        margin-top: 5px;
    }

    .renoChecklist .imgSection .col-sm-6 {
        width: 80%;
    }

    .renoChecklist .imgSection img {
        max-width: 80%;
        height: auto;
    }        

    .renoChecklist .Img2 img {
        margin-top: -30%;
    }

    .renoChecklist .Img3 img {        
        max-height: 50px;
        margin-top: -40%;
        margin-left: 56%;
    }

    .renoChecklist .Img4 img {
        margin-top: -62%;
        margin-left: 75%;
        width: 15px;
    }

    .renoChecklist .OwshpImgTxt img {
        max-width: 50%;
    }

    .imgSection .col-sm-6:last-child, .renoChecklist .section2 .col-sm-6:first-child{
        margin-top: -6%;
    }

    .renoChecklist .section2 {
        margin-top: -6%;
    }

    .renoChecklist .notesSec {
        margin-top: -4%;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* IE10+ specific styles go here */
    .RenoBreadcrumb hr {       
        margin-left: 5%;
    }

    .RenoBreadcrumb .breadcrumb4 {
            margin-left: 9%;
        }        
}