﻿.clean-bottom
{
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.loans-navigation
{
    width: 25%;
}
.combination-for-err > div
{
    padding-left: 0;
    padding-right: 0;
}
.divRetry
{
    position: absolute;
    left: 25%;
    bottom: 25%;
    visibility: hidden;
    vertical-align: middle;
    width: 400px;
    border-color: black;
    background-color: White;
    z-index: 40;
}
.combination-for-err > div
{
    padding-left: 0;
    padding-right: 0;
}
.bold-label .field-name
{
    font-weight: bold;
}
@media only screen and (max-width: 480px) and (min-width: 320px)
{
    .save-button-reset
    {
        margin-right: 25px !important;
    }
    .btn-sub
    {
        margin-right: 0px !important;
    }
}
.capthaLabel
{
    font-size: 14px !important;
}
/*in fact, styles below only for Other Income validation issue*/
.defaultTxtStyle
{
    border-color: #CCC !important;
    background: none !important;
}
.defaultLblStyle, .defaultLblStyle.xs-br
{
    color: #100F0F !important;
}

.errorTxtStyle
{
    color: #7F0000 !important;
    border-color: #7F0000 !important;
    background: url('../../../../StyleSheets/images/icn-red-x.png') no-repeat scroll right 50% #FFF !important;
}
.errorLblStyle, .errorLblStyle.xs-br
{
    color: #7F0000 !important;
}
/* end */

.hiddensn
{
    display: none;
}
.progressbar-content
{
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    margin-top: -72px !important;
    margin-left: -202px !important;
    text-align: center;
    vertical-align: middle;
    width: 404px !important;
    border: 2px solid #FFE1E1;
    background-color: #FFF;
    padding-bottom: 0px;
}
@media only screen and (max-width: 420px)
{
    .progressbar-content
    {
        margin-left: -152px !important;
        width: 304px !important;
    }
}
.customDropdown
{
    min-width: 280px !important;
}


@media only screen and (min-width: 601px)
{
    .re-sm-hide, .re-lg-blk
    {
        display: none;
    }
}

/*
 * form01 progress bar    
 */
#progress-bar ul li div.breadcrumb-loans {
  height: 5px;
  border-top: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3; 
  width:50%;
  float:left;
}

#progress-bar ul li div.active {
  background-color: #cc0000; }

#progress-bar ul li div.visited {
  background-color: #8A0808; }

#progress-bar ul li div.breadcrumb-loans.complete {
  background-color: #176226; }

/**
 *  Applicant Information in form01   
 */

h2.section-title
{
    padding-top:10px !important;
}


/*
 * form03 button align
 */

.amend-btn
{
    display:inline-block;
    margin-left:25px;
}

.pull-right-s div
{
    display:inline-block;
}


.info-Icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    background: transparent url("../../images/ic_info.png") no-repeat scroll 0 0;
    background-size: 100%;
    cursor: pointer;
}

