



/*.form-control {
    float: left;
    width: 100%;
    height: 34px;
    font-size: 24px;
    line-height: 24px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
*/
.form-group, .controls {
    margin-bottom: 15px;
    height: 74px; /*50px;*/
}
.controls .pick {

    background-image: url(../images/calendar-icon.png);
    background-position: right;
    background-repeat: no-repeat;
    cursor: pointer;
}
.controls .select {

    padding: 0px 10px;
}

/* --------CONTACTO ----------- */
.info_util, .contactDetails {
    text-align: left;
    min-height: 120px;

}
.icon_email {
    position: relative;
    float: left;
    width: 50%;
    height: 30px;
    padding-left: 37px;
    margin-bottom: 0px;
    background: url(../images/email-icon.png) no-repeat 0 4px;
}

.icon_direccion {
    position: relative;
    width: 50%;float: left;
    height: 30px;
    padding-left: 37px;
    margin-bottom: 0px;
    background: url(../images/direccion-icon.png) no-repeat 4px 4px;
}

.icon_tel {
    position: relative;
    width: 50%;float: left;
    height: 30px;
    padding-left: 37px;
    margin-bottom: 0px;
    background: url(../images/phone-icon.png) no-repeat 0 4px;
}
.icon_whatappas {
    position: relative;
    width: 50%;float: left;
    height: 30px;
    padding-left: 37px;
    margin-bottom: 0px;
    background: url(../images/what_apps_icon2.png) no-repeat 0 1px;
}
/*
.formBody {
    position: relative;
    height: auto;
    padding: 20px;
    background: #00811b;
}

.formBody label {
    color: #fff;
    text-align: left;
}
*/

/* ---- ** Validacion Formulario ** ---- */

DIV.formBody INPUT.validation-passed, DIV.formBody TEXTAREA.validation-passed {
    border-color: #89adc1;
}

/* campo valido */
DIV.formBody INPUT.validation-failed, DIV.formBody TEXTAREA.validation-failed {
    border-color: #c00;
}

/* campo invalido */
.validation-advice {
    color: #000;
    font-size: 14px;
}

/* mensaje de error */

DIV.btnCancel INPUT.resetContacto {
   /* background-image: url(../images/cancelar-btn.png);*/
    color: #fff;
    width: 100%;
    height: 47px;
    font-size: 24px;
}

DIV.btnSend INPUT.submitBtn {
    font-size: 24px;
  /* background-image: url(../images/enviar-consulta-btn.png);*/
    width: 100%;
    height: 47px;
    color: #fff;
    cursor: pointer;
}

label.error {
    /*  width:50%;*/
    text-align: center;
}

.help-block {
    color: #c00;
}

.form-control.error {
    border-color: #c00;
    -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.msgOk {
    text-align: center;
    color: #c00;
}

