
.esquema .form-control::-webkit-input-placeholder{
   color: #DDDDDD;
   opacity: 1; 
} 

.esquema label.error{
    color: #FF3B30;    
    margin-top: 0px;
    margin-bottom: 0;
    padding-left: 50px;

}
.esquema a{
    color: #2CA8FF;
}
.esquema a:hover, .esquema a:focus {
    color: #109CFF;
}



.esquema .form-control::-moz-placeholder{
   color: #DDDDDD;
   opacity: 1;
}
.esquema .form-control:-moz-placeholder{
   color: #DDDDDD;
   opacity: 1;  
}  
.esquema .form-control::-webkit-input-placeholder{
   color: #DDDDDD;
   opacity: 1; 
} 
.esquema .form-control:-ms-input-placeholder{
   color: #DDDDDD;
   opacity: 1; 
}
.esquema .btn{
    border-width: 2px;
    background-color: rgba(0,0,0,.0);
    font-weight: 400;
    opacity: 0.8;
    padding: 8px 16px;
}


.esquema .btn-fill{
    color: #FFFFFF;
    opacity: 1;
}

.esquema .btn-default.btn-fill{
    background-color: #999999;
    border-color: #999999
}

.esquema .btn-info.btn-fill{
    background-color: #2CA8FF;
    border-color: #2CA8FF;
}



.esquema .btn-info.btn-fill:hover, .btn-info.btn-fill:focus, .btn-info.btn-fill:active, .btn-info.btn-fill.active, .open .dropdown-toggle.btn-info.btn-fill {
    background-color: #109CFF;
    border-color: #109CFF;
}



.esquema .nav-pills > li + li {
    margin-left: 0;
}

.esquema .nav-pills > li > a {
    border: 1px solid #2CA8FF;
    border-radius: 0;
    color: #2CA8FF;
    margin-left: -1px;
}

.esquema .wizard-card .tab-content{
    min-height: 340px;
    padding: 20px 10px;
}

.esquema .wizard-card .wizard-footer{
    padding: 0 10px;
}

.esquema .wizard-card .disabled{
    display: none;
}

.esquema .wizard-card .wizard-header h3{
    font-weight: 200;
    text-align: center;
}
.esquema .wizard-card .nav-pills > li{
    text-align: center;
}
.esquema .wizard-card .nav-pills > li a {
    border: 0 !important;
    text-transform: uppercase;
    background-color: #999999;
    color: #FFFFFF !important;
    font-size: 12px;
}
.esquema .wizard-card.ct-wizard-green .nav-pills > li.active a{
    background-color: #05ae0e;
}
.esquema .wizard-card.ct-wizard-azzure .nav-pills > li.active a{
    background-color: #2CA8FF;
}
.esquema .wizard-card.ct-wizard-blue .nav-pills > li.active a{
    background-color: #3472f7;
}
.esquema .wizard-card.ct-wizard-orange .nav-pills > li.active a{
    background-color: #ff9500;
}
.esquema .wizard-card.ct-wizard-red .nav-pills > li.active a{
    background-color: #ff3b30;
}

.esquema .wizard-card .nav-pills > li > a:hover, .wizard-card .nav-pills > li > a:focus{
    background-color: #999999;
    cursor: default;
} 
 .esquema .wizard-card .btn{
    text-transform: uppercase;
}
.esquema .wizard-card .nav-pills > li:first-child > a {
    border-radius: 0;
    margin: 0;
}
.esquema .wizard-card .nav-pills > li:last-child > a{
    border-radius: 0;
}
.esquema .wizard-card .info-text{
    text-align: center;
    font-weight: 300;
    margin: 10px 0 30px;
}
.esquema .wizard-card .choice{
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
}
.esquema .wizard-card .choice .icon{
   text-align: center;
   vertical-align: middle;
   height: 116px;
   width: 116px;
   border-radius: 50%;
   background-color: #999999;
   color: #FFFFFF;
   margin: 0 auto 20px;
   border: 4px solid #CCCCCC;
   transition: all 0.2s;
   -webkit-transition: all 0.2s;
}
.esquema .wizard-card .choice i{
    font-size: 30px;
    line-height: 111px;
}

.esquema .wizard-card.ct-wizard-azzure .choice:hover .icon, .wizard-card.ct-wizard-azzure .choice.active .icon{
    border-color: #2CA8FF;
}


.esquema .wizard-card .choice input[type="radio"],
.esquema .wizard-card .choice input[type="checkbox"]{
    position: absolute;
    left: -10000px;
    z-index: -1;
}


@media (min-width: 768px){
     .esquema .navbar-form {
        margin-top: 21px;
        margin-bottom: 21px;
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .esquema .btn-wd {
        min-width: 140px;
    }
}
