/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 29, 2017, 8:47:11 PM
    Author     : juankrubiano
*/

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,700i');

html{
    height:100%;
    min-height:100%;
    background-color: white;
}

body{
    font-family: 'Lato', sans-serif;
    position: relative !important;
    top: inherit !important;
    bottom: inherit !important;
    left: inherit !important;
    right: inherit !important;
    width: 100%;
    height: 119%;
    min-height: 100%;
    overflow: auto !important;
    background: #fff;
    /*REVIEW HOW TO FIX X SCROLL*/
    font-size: 14px;
}

.mainContainer{
    min-height:100%;
    height:100%;
    width:100%;
    background: transparent;
    padding-top:93px;
    position:relative;
    display: table;
}

/*Header*/
.mainNavigation{

    background: #42aa67;
    background: -moz-linear-gradient(45deg, #42aa67 1%, #42aa67 67%, #7ad202 100%);
    background: -webkit-linear-gradient(45deg, #42aa67 1%,#42aa67 67%,#7ad202 100%); 
    background: linear-gradient(45deg, #42aa67 1%,#42aa67 67%,#7ad202 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42aa67', endColorstr='#7ad202',GradientType=1 ); 
}

.mainNavigation ul{
    display:block;
    padding:15px 0;
    width:90%;
    margin:auto;
}

.mainNavigation ul li{
    display:inline-block;
}

.mainNavigation ul li.menuDesplegNav{
    width: 50px;
    height: 50px;
    float: right;
    text-align: center;
    padding-top: 20px;
    display:none;
}

.tdLogo{
    width:180px;
    height:94px;
    padding-left: 79px;
}

/*Header*/

/*Menu Navigation*/

.titWelc{ 
    color: #fff;
    background: #9edd4a;
    margin: 0;
    font-size: 1.5em;
    padding: 15px 0 15px 15px;
    line-height: 18px;
    font-family: 'Lato', sans-serif;
    font-weight:700;
    text-transform: uppercase;
}

.titPending{
    background:url(../images/cdfIc.png) 80% top no-repeat;
    display:block;
    min-height:105px;
    font-family: 'Lato', sans-serif;
    font-size: 1.7em;
    font-weight: 300;
    padding-left: 50px;
    line-height: 1.3em;
    margin: 0;
    padding-top: 10px;
    margin-top: 10px;
}

.titUser{
    font-family: 'Lato', sans-serif;
    font-size: 1.5em;
    color: #333;
    margin: 0;
    padding-left: 30px;
    margin-top: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.titPending span{
    display:block;
}

.cntSideNavigation{
    margin-bottom: 20px;
}

/*.cntSideNavigation dl dt{
    background:#fff;
}*/

.cntSideNavigation dl dt span{
    font-family: 'Lato', sans-serif;
    font-size: 1.5em;
    padding: 7px 15px 7px 40px;
    background-color: transparent !important;
    font-weight: 300;
    display:block;
}

.filledStep{
    color: #848484 !important;
    font-weight: 600 !important;
    background-image: url(../images/bgMenuCompleted.png);
    background-repeat: no-repeat;
    background-size: 20px;    
    alignment-baseline: baseline;
    padding-left: 23px;
    font-size: 14px !important;
    line-height: 25px;
}

.filledSubStep{
    color: #848484 !important;
    font-weight: 100 !important;
    background-image: url(../images/filledSubStep.png) ;
    background-repeat: no-repeat;
    background-size: 20px !important;    
    alignment-baseline: baseline;
    padding-left: 23px;
}

/*.ui-fileupload-choose{*/
/*.pi-upload{
    background-image: url(../images/pi-upload.png);
}

.pi-loaded{
    background-image: url(../images/pi-loaded.png);
}*/

.unfilledSubStep{
    color: #848484 !important;
    font-weight: 100 !important;
    background-image: url(../images/unfilledSubStep.png) ;
    background-repeat: no-repeat;
    background-size: 20px !important;    
    alignment-baseline: baseline;
    padding-left: 23px;
}

.filledSubStepCurrent{
    color: #7bbc00 !important;
    font-weight: 600 !important;
    background-image: url(../images/filledSubStep.png);
    background-repeat: no-repeat;
    background-size: 20px !important;    
    padding-left: 23px;
    font-size: 17px !important;
}
.unfilledSubStepCurrent{
    color: #1b803f !important;
    font-weight: 600 !important;
    background-image: url(../images/unfilledSubStep.png);
    background-repeat: no-repeat;
    background-size: 20px !important;    
    padding-left: 23px;
    font-size: 17px !important;
}

.cntSideNavigation dl dt:first-child span{
    color: #848484 !important;
    font-weight: 500 !important;
    /*background: url(../images/bgMenuCompleted.png) 8px 8px no-repeat;*/
    background-size: 30px;
}


.cntSideNavigation dl dt span.currentStep{ 
    background:8px 8px no-repeat, rgb(255,255,255); /* Old browsers */
    background: 8px 8px no-repeat, -moz-linear-gradient(left, rgba(66,170,103,1) 0%, rgba(66,170,103,1) 7%, rgba(66,170,103,1) 7%, rgba(66,170,103,1) 100%); /* FF3.6-15 */
    background: 8px 8px no-repeat, -webkit-linear-gradient(left, rgba(66,170,103,1) 0%,rgba(66,170,103,1) 7%,rgba(66,170,103,1) 7%,rgba(66,170,103,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: 8px 8px no-repeat, linear-gradient(to right, rgba(66,170,103,1) 0%,rgba(66,170,103,1) 7%,rgba(66,170,103,1) 7%,rgba(66,170,103,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#42aa67',GradientType=1 ); /* IE6-9 */
    color:#fff !important;
    font-weight: 500 !important;
    background-size: 20px;
}

.lineaSepNav{
    display:block;
    margin:0;
    height:2px;
    background: #91d64c;
    margin-left: 40px;
    width: 60px;
}

.ui-layout-unit .ui-layout-unit-content{
    overflow: inherit;
    height:auto !important;
}

.ui-widget-content{
    background:white !important;
}

.headerContainer{
    position:absolute;
    top:0;
    left:0;
    width:100%;
}

/*containers of layout (aside and content)*/


/*
.headerContainer .headerContainer-layBlock .ui-widget-content{
    overflow:hidden;
    height:auto !important;
}
*/

/*

.asideContainer .asideContainer-layBlock{}
*/

.asideContainer{
    /*position:absolute !important;
    left: 0;
    bottom:0;
    top:94px !important;*/
    display: table-cell;
    width:30% !important;
    vertical-align: top;
    /*max-width:420px !important;*/
    min-width:350px !important;
    background-color: white !important;
    z-index:100;
    visibility: visible;
    min-height: 400px;
    height: 100%;
    overflow: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-shadow: 0 0px 6px 0 rgba(0,0,0,0.2),0 2px 10px 0 rgba(0,0,0,0.12) !important;
}

.curtainMn{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:50;
    background: rgba(246, 246, 246, 0.3);
}

/*.contentContainer .contentContainer-layBlock{}*/

.contentContainer{
    display:table-cell;
    /*background-color:#fff;*/
    vertical-align: top;
    /*top:94px !important;*/
    width:70% !important;
    width:auto;
    height:auto !important;
    z-index:100 !important;
}

.contentContainerLNotifs .contentContainer-layBlock{
    background-color:#eaeaea;
    width:100% !important;
    height:auto !important; 
}

/*
    .contentContainer .contentContainer-layBlock .ui-widget-content{
        background-color:#eaeaea;
        overflow: inherit;
        height:auto !important;

        min-height:100%;

    }
*/

.reqFormCont{
    width: 850px;
    margin: auto;
    padding-bottom: 200px !important;
    padding-top:40px;
}

.pdbot-50{
    padding-bottom:50px;
    display:block;
}

/*containers of layout (aside and content)*/

/*Overwriting PrimeUI*/
.ui-widget-content{
    border: none !important;
    padding: 0 !important;
}

.ui-layout-resizer-north-open, .ui-layout-resizer-west-open{
    display:none !important;
}

/*Overwriting PrimeUI*/


/*Form Styles*/

.pTitForm {
    font-family: 'Lato', sans-serif;
    font-size: 2.5em;
    font-weight: 300;
    color:#ff7700;
    text-align:center;
    margin:0;
    padding-top:15px;
}

.pTitForm span{
    font-weight: 400;
    display:block;
}

.sloganForm{
    font-size: 1.5em;
    font-weight: 100;
    font-family: 'Lato', sans-serif;
    text-align: center;
    width: 80%;
    margin: auto;
    margin-top: 30px;
}

.txt-cent{
    text-align:center;
}

.txt-right{
    text-align:right;
}

.txt-left{
    text-align:left;
}

.pd-lf20{
    padding-left:20px;
}

.cntInputs{
    margin:40px 0 15px 0;
}

.cntInputs .itemsInput{
    margin-bottom:20px;
}

.cntInputs .itemsInput .itmAligned{
    /*width: 49%;*/
    width: 43%;
    display: inline-block;
    vertical-align: top;
    margin: 0 3%;
}

.cntInputs .itemsInput .w96{
    width: 93%;
}

.itmAligned{
    width: 43%;
    display: inline-block;
    vertical-align: top;
    margin: 0 3%;
}

.itmAligned .ui-chkbox{
    margin-top:5px;
}

.btn-login{
    font-family: 'Lato', sans-serif;
    display: block;
    width: 140px;
    padding: 5px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    position: absolute;
    top: 23px !important;
    right: 50px;
    cursor:pointer;
    display:none;
    z-index: 1000;
    color: #42aa67;
    box-shadow: -2px 0 7px 0 rgba(0,0,0,0.1);
}

.btn-hambMenu{
    display: block;
    width: 38px;
    height: 38px;
    border: 2px solid #ffffff;
    padding: 5px;
    position: absolute;
    top: 76px;
    right: 20px;
    background: #fff;
    border-radius: 30px;
    cursor:pointer;
    z-index: 1000;
    box-shadow: -2px 0 7px 0 rgba(0,0,0,0.1);
    display:none;
}

.bgMenu{
    background:#fff url(../images/bg-menu.png) center top no-repeat;
}

.bgClose{
    background:#fff url(../images/bg-close.png) center top no-repeat;
}

.closePanel{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    border-radius: 30px;
    text-align: center;
    padding: 5px;
    cursor:pointer;
    display:none;
}

.ui-messages{
    font-family: 'Lato', sans-serif !important;
}
.cntInputs .itemsInput .ui-message-error{
    color: #fff;
    background-color: #bb2a2a;
    border-color: transparent;
    border-radius: 0 !important;
    border: none;
    padding: 5px;
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}
.cntInputs .itemsInput .ui-message-info{
    border-color: transparent;
    border-radius: 0 !important;
    border: none;
    padding: 5px;
    width: 310px;
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

.cntInputs .itemsInput .ui-message-error .ui-message-error-icon{ 
    display:none;
}
.cntInputs .itemsInput .ui-message-info .ui-message-info-icon{ 
    display:none;
}


.cntInputs label{
    font-family: 'Lato', sans-serif;
    margin-right:20px;
    font-size:1.05em;
}

.cntInputs label.ui-state-error{
    border:none;
    background:transparent;
}


.cntInputs input[type="text"], .cntInputs input[type="password"]{
    border:none;
    border-bottom:2px solid #dcdcdc;
    box-shadow:none;
    width:100%;
    border-radius:0;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    padding: 10px 10px;
    background-color:transparent;

}

.cntInputs input[type="text"]:active, .cntInputs input[type="text"]:visited, 
.cntInputs input[type="password"]:active, .cntInputs input[type="password"]:visited{
    border:none;
    box-shadow:none;
    width:100%;
    border-bottom:2px solid #e7e7e7;
}

.cntInputs input[type="text"]:focus,
.cntInputs input[type="password"]:focus{
    border:none;
    border-bottom:2px solid #8dc63f;
    box-shadow:none;
    width:100%;
}

.dropdownLst{
    width: 100%;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
    border-bottom: 2px solid #dcdcdc !important;
    padding-bottom: 1px !important;
    padding-top: 1px !important;
}

.dropdownLst label{
    box-shadow: none !important;
    background: transparent !important;
    margin-bottom: 5px !important;
    padding-top: 7px !important;
    font-family: 'Lato', sans-serif;
    font-size: 1.1em;
    font-weight: 300 !important;
    text-shadow: none;
}

.ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
    margin-top: 10px;
}

.dropdownLst .ui-corner-right{
    min-width: 35px;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    text-align:center;
}

.dropdownLst .ui-corner-right{
    margin:0;
    display:inline-block;
}

.ui-selectonemenu-panel{
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}


.ui-selectonemenu-items-wrapper ul li{
    border-radius: 0;
    padding: 8px 12px !important;
    font-family: 'Lato', sans-serif;
    font-weight: 300 !important;
    text-shadow: none !important;
    font-size: 1.1em;
    border: none !important;
    margin:0 !important;
    background:#fff;
    width:100%;
}

.ui-selectonemenu-items-wrapper ul li:hover{
    background-color:#f2f2f2;
    box-shadow:0 0 4px rgba(0,0,0, 0.2);
}

.ui-selectonemenu-items-wrapper ul li.ui-state-highlight{
    background: #42aa67;
    color: #fff;
    border: none;
}

.ui-selectonemenu-panel .ui-selectonemenu-list-item{
    width:100%;
}

.ui-datepicker{
    background-color:#fff !important;
}



.titLogin{
    margin: 0;
    font-size: 1.3em;
    font-weight: 300;
    background: #8dc63f;
    color: #fff;
    font-family: 'Lato', sans-serif;
    padding: 25px;
}

.cntLoginForm{
    padding:50px;
}

.btn-continueLogin, .btn-continue, .btn-options, .btn-preapp{
    display: inline-block;
    background: #ffc600 !important;
    text-shadow: none !important;
    padding: 10px;
    border-radius: 30px !important;
    border: none !important;
    width: 100%;
    color: #333 !important;
    text-transform: uppercase;
    outline:none;
    font-weight: bold;
    letter-spacing: 1px;
    cursor:pointer;
    margin:auto;
    margin-bottom:30px;
}



.btn-preapp, .btn-end{
    padding-top:15px;
    min-height: 48px;
    background: #9edd4a !important;
    color:#fff !important;
}

.btn-preapp:hover, .btn-end:hover{
    box-shadow:2px 2px 3px rgba(0,0,0,0.3) !important;
}

.btn-continue{
    /* width:270px !important; */
    margin:auto;
    margin-bottom:15px;
}

.w100{
    width:100% !important;
}

.btn-options{
    width:170px;
}

.cntLoginForm .btn-continueLogin:hover{
    outline:none !important;
    box-shadow:2px 2px 3px rgba(0,0,0,0.3) !important;
}

.mgtop20{
    margin-top:20px;
}

.mgtop50{
    margin-top:50px;
}

.mgtop70{
    margin-top:70px;
}

.mgbot10{
    margin-bottom:10px;
}

.mgbot20{
    margin-bottom:20px;
}

.regCont{
    text-align: right;
    padding: 20px 0;
}

.titContProc{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 1.25em;
    margin: 10px 0 20px 0;
    padding-left: 20px;
    background: #9edd4a;
    display: inline-block;
    padding: 10px 15px 10px 40px;
    margin-left: -40px;
}

.iconStep{
    /*background: #ff7700;*/
    border-radius: 4px;
    text-align: center;
    width: 100%;
    margin: auto;
    padding: 10px 0;
    border: 2px solid #eaeaea;
    cursor:pointer;
    box-shadow: -2px 2px 3px 0 rgba(0,0,0,.2);
}

.iconStep:hover{
    border: 2px solid #9edd4a;
}

.iconStepArrow{
    background: url(../images/arrow01.png) center top no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
    background-size: cover;
    margin-top: 20px;
}

.nameStep{
    margin-top: 20px;
    font-family: 'Lato', sans-serif;
    font-size: 1.1em;
    text-align: center;
    line-height: 16px;
    cursor:pointer;
}

.namestTit{
    display: block;
    font-size: 0.85em;
    text-decoration: underline;
    line-height: 1em;
    color: #333;
    width: 100%;
    padding: 4px 20px;
    background: #9edd4a;

}

.numberPreappStep{
    display: inline-block;
    padding: 10px 15px;
    background: #9edd4a;
    color: #fff;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    border: 2px dashed #8cc73d;
}

.p-titPreappStep{
    display: inline-block;
    width: 90%;
    margin-top: 0px;
    padding-left: 20px;
    font-size: 1.1em;
    font-family: 'Lato', sans-serif;
    border-bottom: 2px solid #f7f6f6;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

/**/

/*carousel preapp*/

.carouselConst{
    margin:30px 0 30px 0;
}

.carouselConst .item{
    min-height:120px !important;
}

.carousel-control.right, .carousel-control.left{
    background: transparent;
}

.linkConst{
    display:inline-block;
    padding:10px;
    width:100%;
    height:70px;
    vertical-align:top;
    min-height:50px;
    text-align: center;
}

.logoIcCnt{
    width: 77%;
    margin: auto;
    margin-top: 10px;
}

.carousel-indicators{
    bottom: -40px;
}

.carousel-indicators li{
    background-color: #9edd4a;
}

.carousel-indicators li.active{
    background-color: #42aa67;
}

.leftArrow{
    background:url(../images/arrLeft.png) center 60% no-repeat !important;
    background-size: 20px !important;
    opacity: 1;
}


.rightArrow{
    background:url(../images/arrRight.png) center 60% no-repeat !important;
    background-size: 20px !important;
    opacity: 1;
}

.carousel-control{
    width:30px;
}

/*carousel preapp*/


.houseIc, .goalCredit, .getHouse, .interestedHouse {
    background:url(../images/houseIcon.png) center top no-repeat;
    width:100%;
    padding-top:190px;
    text-align: center;
    margin-top: 100px;
    background-size: 180px;
    margin-bottom: 80px;
}

.goalCredit{
    background:url(../images/perchouseIcon.png) center top no-repeat; 
} 

.getHouse{
    background:url(../images/buildsIcon.png) center top no-repeat;
    background-size: 150px;
}

.interestedHouse{
    background:url(../images/buyhouseIcon.png) center top no-repeat;
    background-size: 180px;
}

.percHouseIcon{
    width: 70px;
    margin-right: -10px;
}


.houseIc button, .getHouse button, .interestedHouse button{
    display:inline-block;
    margin:0 10px 30px 10px;
}

.cntOptsViv{
    width:250px;
    margin:auto;
}


.titQ{
    font-family: 'Lato', sans-serif;
    font-size: 1.5em;
    font-weight: 100;
    width:550px;
    margin:auto;
    margin-top:25px;
    margin-bottom:25px;

}


.perfilOpts{
    font-family: 'Lato', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    margin-bottom:5px;
}

.perfilOpts:before {
    content: "";
    line-height: 1em;
    width: 15px;
    height: 15px;
    background-color: white;
    float: left;
    margin: .35em .35em 0;
    border-radius: 50%;
}

.perfilOpts a{
    display:block;
}

.titSectionsForm{
    margin: 0;
    font-family: 'Lato', sans-serif;
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.5em;
    font-weight: 400;
    display: inline-block;
    padding: 0 20px 10px 20px;
    border-bottom: 2px solid #ffc600;
}


/*Form Styles*/

/*registro exitoso*/



.cntNotifReg{
    text-align: center;
    background:url(../images/iconMsjBig.png) center top no-repeat;
    min-height: 200px;
    background-size: 180px;
    padding-top: 10px;
    margin-top: 30px;
}

.estUser{
    font-family: 'Lato', sans-serif;
    margin-bottom:10px;
    padding-top: 0px;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;    
}

.pNotifReg{
    font-family: 'Lato', sans-serif;
    font-weight: 200;
    max-width: 380px;
    margin: auto;
    font-size: 1.4em;
    letter-spacing: 0.6px;
}

.pNotifReg b {
    font-size: 1.15em;
}

.lnkNl{
    text-decoration: underline;
}

/*registro exitoso*/

/*tabsNavigation*/
.tabContainer{

}

.tabContainer ul.ui-tabs-nav{
    background: transparent;
    border: none;
    border-bottom: 2px solid #9edd4a;
    margin: 20px 0;
}

.tabContainer ul.ui-tabs-nav li{
    background: #fff;
    text-shadow: none;
    border: none;
    border-radius: 0;
    font-family: 'Lato', sans-serif;
    box-shadow: none;
    font-weight: 300;
    letter-spacing: 1px;
    padding-left:10px;
    padding-right:10px;
}

.tabContainer ul.ui-tabs-nav li.ui-state-active{
    background: #9edd4a;
    box-shadow: none;
    font-weight: 400;
    border: none;
}


.tabContainer ul.ui-tabs-nav li.ui-state-active a{
    color: #333;
    text-shadow: none;
    font-family: 'Lato', sans-serif;
}


.tabContainer ul.ui-tabs-nav li a{
    color: #333;
    text-shadow: none;
    font-family: 'Lato', sans-serif;
}

.tabContainer ul.ui-tabs-nav li a:focus{
    outline: none;
}


/*tabsNavigation*/

/*User Answers*/

.answUsers .histQ{
    font-size: 1.3em;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    margin: 0;
    border-bottom: 1px DASHED #fff;
    padding: 20px 20px 10px 20px;
    letter-spacing: 0.5px;
}


/*User Answers*/

/*preapproved page*/

.containerPreapp{
    width: 700px;
    margin: auto;
    background:#fff;
    padding-bottom: 0px;
}

.cntTitPreapp{
    background-color:transparent;
    padding:40px 40px 0px 40px ;
}
.congratsTit{
    font-family: 'Lato', sans-serif;
    font-size: 1.8em;
    text-align: center;
    background: #9edd4a;
    margin: 0;
    padding: 7px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}

.encabPreapp{
    background: url(../images/medal-icon.png) 97% 30% no-repeat;
    font-family: 'Lato', sans-serif;
    padding: 80px 20px 20px 20px;
    margin: 0;
    font-weight: 400;
    font-size: 1.2em;
    text-align: center;
}


.resultValid{
    font-family: 'Lato', sans-serif;
    text-align: center;
    margin: 0;
    margin: 20px 0 30px 0;
    font-size: 2.3em;
    color: #9edd4a;


}

.reqResultValid{
    font-family: 'Lato', sans-serif;
    text-align: center;
    margin-bottom: 0;
    width: 250px;
    margin: auto;
    font-size: 0.8em;
    font-weight: bold;
    margin-bottom: 50px;
}

.continueReqText{
    font-family: 'Lato', sans-serif;
    margin-bottom: 40px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}

/*preapproved page*/

.pd-0-40{
    padding:0 40px;
}

/*Error Notifications*/

.ui-growl-item-container{
    background:#fff;
    box-shadow: -3px 3px 10px 0 rgba(0,0,0,0.2) !important;
    border-color:#fff;
}

.ui-state-highlight.ui-growl-item-container{
    border:none;
}

.ui-growl-item{
    background:#fff;
    font-family: 'Lato', sans-serif;
    color:#333;
    text-shadow:none;
    font-weight:300;
    box-shadow: none;
    border-color:#fff;
}

.ui-growl-title{
    font-family: 'Lato', sans-serif;
    font-weight:400;
}

/*Error Notifications*/


/*Loading items*/ 
body > .ui-widget-overlay{
    /*background: transparent !important; 
    z-index: 100000 !important;*/
}

.conIconLoad{
    position: absolute;
    top: 39%;
    left: 43%;
}

.modalCont{
    background:rgba(255,255,255,0.7) !important;
    opacity:1;
    height:100% !important;
    margin-left:-10px;
}
.loadMsj{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 1.2em;
    background: #7bd908;
    color: #fff;
    padding: 0px 10px;
    border-radius: 5px;
    width:205px;
}

.modalCont .ui-dialog-content{
    text-align:center;
    width:100%;
    height:100%;
    background:transparent !important;
    position:absolute;
    top:0;
    left:0;
}

.loadingIcon{
    top:100%;
}

/*Loading Items*/

/*preapproved certificate*/
#cartaPopup{
    height: 100% !important;
    top: 0 !important;
    border-radius: 0;
    left:30% !important;
}

#cartaPopup_modal{
    background:rgba(0,0,0,1) !important;
}

#cartaPopup .ui-dialog-titlebar{
    background:transparent;
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 10;
}

body .ui-dialog .ui-dialog-titlebar {
    background: #47aa42 !important;
    color: white !important;
    font-weight: 700 !important;
    border-bottom: 0 none !important;
    padding: 1.5rem !important;
}

.ui-dialog-titlebar {
    background: #47aa42 !important;
    color: white !important;
    font-weight: 700 !important;
    border-bottom: 0 none !important;
    padding: 1.5rem !important;
}

.cnt-Preapp-inf{
    padding:20px 40px 20px 40px ;
    text-align:left;
    font-family: 'Lato', sans-serif;
    font-size: 0.9em;
}

.logoCard{
    text-align:left;
}

.dateCard{
    font-family: 'Lato', sans-serif;
    margin: 10px 0;
    font-weight: 600;
}

.logoCard img{
    width:120px;
}

.tabSolics{
    width:100%;
    margin-bottom: 10px;
}

.detailPreappAm{
    font-family: 'Lato', sans-serif;
    margin-bottom: 5px;
    font-weight: 600;
}

.tabSolics tr td{
    border-bottom: 1px solid #e2e2e2;
    padding: 5px;
}

.signCard img{
    width:170px;
}

.ui-autocomplete-item{
    background-color: white;
}

.ui-autocomplete{
    width: 100%;
}

.containerPreappCard{
    width: 100%;
    min-height: 100%;
    padding-bottom: 70px;
    background:#fff;
}

.footerModalCard{
    position: relative;
    margin-top: -70px;
    min-height: 70px;
    background: #9edd4a;
    padding:15px 15px 8px 15px;
    text-align: right;
}

.btn-print, .btn-closeModal{
    display: inline-block;
    min-height: 32px;
    text-align: center;
    padding:3px;
    margin:0 5px;
    background: #fff !important;
    border-radius: 20px !important;
    box-shadow: none !important;
    min-width: 150px !important;
    border: 1px solid #fff !important;
    cursor:pointer;
    font-family: 'Lato', sans-serif;
    font-weight: 400 !important;
    margin-bottom:10px;
}

.btn-print .ui-button-text{
    padding:0;
}

.viceSign, .cargoVice{
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-weight: bold;

}

/*preapproved certificate*/

/*tooltips*/

.ui-tooltip{
    width: 300px;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    background: transparent;
}

.ui-tooltip .ui-tooltip-arrow{
    left:4%;
    border-bottom-color: #fff;
}

.ui-tooltip .ui-tooltip-text {
    background-color: #fff;
    color: #333;
    padding: 15px;
    font-size: 0.95em;
}

.ui-tooltip .ui-shadow{
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

/*tooltips*/

/*Documents tab*/

.cntTabDocs{
    overflow:auto;
}

.documentsTab{
    margin-top:10px;
}

.documentsTab tr{
    padding:10px;
}

.documentsTab tr th{
    background: #ff7700;
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    padding: 8px;
    line-height: 12px;
    border: 1px solid #fff;
}

.documentsTab tr th.noTab{
    background: transparent;
    border: none;
}


.documentsTab th, .documentsTab td{
    padding:12px 5px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    font-family: 'Lato', sans-serif;
    font-size:0.85em;
}




/*Documents tab*/

/*StatusRequest*/

.statusReq{
    background:#ffae00;
    border-top:4px solid #9edd4a;
    border-bottom:4px solid #9edd4a;
    position:relative;
    padding:0;
    margin-top:50px;
    width: 500px;
    background: #ececec;
}

.statusReq li{
    /*display:inline-block;*/
    list-style-type: none;
    zoom:1;
    width: 100%;
    padding: 10px 20px;
    text-align: center;
    line-height: 1em;
    vertical-align: middle;
    color: #4b4b4b;
    font-size: 1.15em;
}
.crtStep\,.hoverEff {
    font-weight: bold;
    color: black !important;
    font-size: 16px;
}
.crtStep{
    color:#030303;
    text-align: center;
    position:relative;
    z-index:100;
    background-repeat: repeat-x;
    background-image: url(../images/barraEstadoActual.png);
    background-position: center top;
}

.cmpStep{
    text-align: center;
    color:gray;
    background-repeat: repeat-x;
    background-image: url(../images/barraEstadoCompleto.png);
    background-position: top;
}

.pendingStep{
    text-align: center;
    color:gray;
    background-repeat: repeat-x;
    background-image: url(../images/barraEstadoPendiente.png);    
    background-position: top;
}

.hoverEff{
    /*position:absolute;
    top: -15px;*/
    left: 39%;
    width: 50px;
    height: 30px;
    background: -moz-linear-gradient(-45deg, rgba(255,182,0,0.8) 0%, rgba(255,206,0,0.8) 19%, rgba(255,214,0,0.8) 29%, rgba(255,212,0,0.8) 39%, rgba(255,182,0,0.8) 80%, rgba(255,182,0,0.8) 100%); 
    background: -webkit-linear-gradient(-45deg, rgba(255,182,0,0.8) 0%,rgba(255,206,0,0.8) 19%,rgba(255,214,0,0.8) 29%,rgba(255,212,0,0.8) 39%,rgba(255,182,0,0.8) 80%,rgba(255,182,0,0.8) 100%); 
    /*background: linear-gradient(135deg, rgba(255,182,0,0.8) 0%,rgba(255,206,0,0.8) 19%,rgba(255,214,0,0.8) 29%,rgba(255,212,0,0.8) 39%,rgba(255,182,0,0.8) 80%,rgba(255,182,0,0.8) 100%); */
    background: linear-gradient(135deg, rgb(94, 185, 94) 0%,rgb(158, 221, 74) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffb600', endColorstr='#ccffb600',GradientType=1 ); 
}

.hoverEff:before{
    content: "";
    position: absolute;
    top: -9px;
    left: -5px;
    border: 2px solid #9edd4a;;
    width: 104%;
    height: 108%;
}

.crtStep\,.hoverEff {
    font-weight: bold;
    color: #4a4a4a;
}
.statusReq li.lineInd{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:20px;
    z-index: 1000;
    background:url(../images/ind-ver.png) left top no-repeat;
}

/*StatusRequest*/


/*Additional users*/



.tab-content .pane-lb-users{
    width:49%;
    padding:0 25px;
    vertical-align: top;
}

.tabdpTable{
    display:table;
    width:100%;
}

.dp-in{
    /*display:inline-block !important;*/
    display:table-cell !important;
    width:1% !important;
}


ul.nav-tabs{
    border-bottom:1px solid #42aa67;
}

ul.nav-tabs li.tabsUSers{
    text-align: center;
    font-family: 'Lato', sans-serif;
}

ul.nav-tabs li.Applicant1{
    width:100%;
    margin:auto;
}

ul.nav-tabs li.Applicants2{
    width:50%;
    margin:auto;
}

ul.nav-tabs li.tab100{
    width: 100%;
}


ul.nav-tabs li.active{
    background:transparent;
}

ul.nav-tabs li.tabsUSers a{
    width: 200px;
    margin: auto;
    background: #42aa67;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 100;
}

ul.nav-tabs li.tabsUSers a:hover, ul.nav-tabs li.tabsUSers a:focus{
    background: #42aa67;
    border-color: #42aa67;
    color:#fff;
    cursor:default;
}

.tab-content .pane-lb-users:first-child{
    background:#e6e6e6;
}


.cntrUserInf{
    padding:0 15px;
}




/*Additional users*/


/*Navigation aditional users*/

.tabsProcess ul{
    background: transparent;
    border: none;
    margin-bottom:20px !important;
    border-bottom: 1px solid #f7f7f7;
    border-radius: 0;
}

.tabsProcess ul li.ui-tabmenuitem{
    background: transparent;
    border: none;
    box-shadow: none;
    font-family: 'Lato', sans-serif;
    text-shadow: none;
    font-size: 1.0em;
    font-weight: 300;
    border-bottom: 2px solid transparent;
    margin-bottom:-1px !important;
    float: none !important;
    display: inline-block !important;
    vertical-align: middle;
}

.tabsProcess ul li.ui-state-active{
    font-weight: 500;
    border-bottom: 2px solid #ffc600 !important;
    font-family: 'Lato', sans-serif;
}

.tabsProcess ul li.ui-state-active a{
    color:#000;
}

.tabsProcess ul li.ui-tabmenuitem a{
    text-shadow: none;
}

.tabsProcess ul li.ui-tabmenuitem a:focus{
    outline:none;
}



.tabsRfs ul.ui-tabmenu-nav{
    background: transparent;
    border: none;
    max-width: 430px;
    margin: auto;
    margin-bottom:10px !important;
    position:relative;
    top:-10px;
}

.tabsRfs ul.ui-tabmenu-nav li.ui-state-default{
    border: none;
    font-weight: 300;
    background: transparent;
    box-shadow:none;
    border-radius:0;
    width:200px;
    border: 2px solid transparent;
    white-space:inherit;
}

.tabsRfs ul.ui-tabmenu-nav li.ui-state-active{
    border: none;
    font-weight: 300;
    border-bottom:2px solid #9edd4a !important;
    background: url(../images/arrIcA.png) 0% 50% no-repeat;
    background-size: 25px;
}

.tabsRfs ul.ui-tabmenu-nav li.ui-state-default a:focus{
    outline:none;
}

.tabsRfs ul.ui-tabmenu-nav li.ui-state-default a{
    padding: 4px 15px 4px 30px;
    display: block;
    text-shadow: none;
    font-size: 0.95em;
    font-family: 'Lato', sans-serif;
    white-space: inherit;
}

.tabsRfs ul.ui-tabmenu-nav li.ui-state-active a{
    color: #000;
    font-weight:500;
}

/*Navigation aditional users*/


.msjParc{
    text-align:center;
    margin-bottom:10px;
    border-top: 1px #848484 dotted;
    padding-top: 10px;    
}

/*Autocomplete items*/
.ui-autocomplete-items{
    border-radius: 0 !important;
}

.ui-autocomplete-items li{
    border-radius: 0 !important;
    padding: 8px 12px !important;
    font-family: 'Lato', sans-serif;
    font-weight: 300 !important;
    text-shadow: none !important;
    font-size: 1.1em;
    border: none !important;
    margin: 0 !important;
    background: #fff !important;
    color:#333 !important;
}

.ui-autocomplete-panel{
    box-shadow: 0 2px 10px rgba(0,0,0,0.2) !important;
    border-radius: 0 !important;
}

.ui-autocomplete-items li:hover{
    color:#fff !important;
    background:#42aa67 !important;
}

/*footer*/

.footerL{
    background-color: transparent;
    min-height: 70px;
    text-align: center;
    /* padding-top: 27px; */
    position: relative;
    left:0;
    bottom: 0;
    width: 100%;
}

.footerL p{
    margin: 0;
    padding-top:6px;
}

.footerL img{
    /* padding-left:30%; */
}

/*footer*/

/*tabsUser*/

.cntButsUtabs{
    max-width: 650px;
    margin: auto;
}

/*UI Progress bar*/

.ui-progressbar{
    height:8px;
}

.ui-progressbar .ui-widget-header {
    background-color: #9edd4a !important;
    border: none !important;
    box-shadow: none !important;
    background-image: none !important;
}

.btn-userReq{
    display: none;
}

h5{
    color: #666666 !important;
}

.btn-guardar-parcial{
    background-color:  #e3e3e3 !important;
}

.ui-selectonemenu-panel .ui-selectonemenu-filter-container{
    background-color:  white !important;
}

div.direccionCompleta div.col-xs-3{
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
div.direccionComplemento .ui-inputfield{
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
    font-size: 12px !important;    
}
.ui-progressbar-label{
    font-size: 12px !important;
}

.ui-datalist-item{
    font-size: 16px !important;
}
/*UI Progress bar*/

.ui-selectoneradio label {
    font-weight: normal !important;
}

.topAlign{
    vertical-align: top;
    padding-top: 10px !important;
}

.font-justify{
    text-align: justify;   
}

.font-white{
    color: white;
    font-weight: bold;
}

.titWelc-fastrack {
    color: #3c763d;
    background: #ffffff;
    margin: 0;
    font-size: 2em;
    padding: 15px 0 15px 15px;
    line-height: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.preguntasFrecuentesTitulo{
    background-color: white !important;
    color: #46AC43 !important;
    border-bottom: 1px solid #c0c0c0 !important;
    border-top: 1px solid #c0c0c0 !important;
}