/*ADMISION*/
#gform_wrapper_1 .gfield_description.validation_message{ display: none; }
#gform_wrapper_1 li.gfield.gfield_error{
    background: transparent !important;
    border: 0 !important;
    padding-top: 0px !important;
    color: inherit !important;
}
#gform_wrapper_1  li.gfield.gfield_error label {
    margin-top: 0px !important;
    color: inherit !important;
}
.ui-datepicker-title select {
    margin-top: 2.5%;
    color: #666 !important;
}

/*HTML FORM*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.home .admision-2019 i{display: none}
.admision-2019 input[type="number"]{
  -moz-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  /* background: transparent !important; */
  padding:12px !important;
  border-radius:1px;
  line-height:1 !important;
  height:44px;
}
.admision-2019 label{ display:block; }
.admision-2019 span.gfield_required{color: #790000; margin-left: 4px;}
.admision-2019 input[type="text"],
.admision-2019 input[type="email"],
.admision-2019 input[type="number"],
.admision-2019 select{
    color: #333;
    background-color: rgba(255,255,255,1);
    border-width: 0;
    border-color: #eee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    padding: 12px;
    text-align: left;
    outline: none;
    height: auto;
    width:100%;
}
.admision-2019 .row{ margin-bottom: 10px; }
.hide-arrows{ position: realtive; z-index:1000; right:0; width:15px; height: 30px; top:-10px;}
.admision-2019 .gform_button{ 
    margin-top:25px; 
    width: auto;
    color: #fff;
    background-color: rgba(0,105,170,1);
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 44px;
    padding-right: 44px;
    white-space: normal;
    border:0;
    border-radius:2px;
    font-size:1em;
}    
.admision-2019 .gform_button:hover{
    border:0;
    border-radius:2px;
    font-size:1em;
    background: #41A530;
    color: #fff;
} 

/*Open Day 21 de Julio*/
.form-open-day h3{
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: center !important;
    font-style: oblique;
}

/*Plan distancia*/
.fplan-distancia i{display: none}
.fplan-distancia label{ margin-top: 30px; }
.fplan-distancia select,
.fplan-distancia input[type="text"],
.fplan-distancia input[type="number"],
.fplan-distancia input[type="email"],
.fplan-distancia input[type="tel"]{ 
    background: #0069aa;
    color: #fff;
    border:0px;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding:5px;    
    margin-top: 0px;
    height: auto;
}
.fplan-distancia select{height: 38px; width:100% !important; position: relative; top: -7px;}
.fplan-distancia input[type="checkbox"]{ margin-top: 40px !important;}
.fplan-distancia input[type="submit"]{ 
    border: 0px;
    border-radius: 25px;
    background: #fff;
    color: #0069aa;
    padding: 5px 35px;
    margin-top: 25px;
    font-weight: bold;
    font-size: 16px;
    height: 40px;
}
span.fsmall{font-size: 1rem;font-weight: 400;}

/*Lista de espera */
.lista-de-espera label{ margin-top: 30px; }
.lista-de-espera select,
.lista-de-espera input[type="text"],
.lista-de-espera input[type="email"],
.lista-de-espera input[type="tel"]{ 
    background: #fff;
    color: #666;
    border:0px;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    padding:5px;    
    margin-top: 0px;
    height: auto;
}
.lista-de-espera select{height: 40px; width:100% !important; position: relative; top: -7px;}
.lista-de-espera input[type="checkbox"]{ margin-top: 40px !important;}
.lista-de-espera h3{ color: #0069aa; }
.lista-de-espera input[type="submit"]{ 
    border: 0px;
    border-radius: 25px;
    background: #0069aa;
    color: #fff;
    padding: 5px 35px;
    margin-top: 35px;
    font-weight: bold;
    font-size: 16px;
    height: 40px;
}
span.fsmall{font-size: 1rem;font-weight: 400;}


/*Form fields radius*/
.sc-custom select{
    -moz-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
}    
.sc-custom i{ display:inline !important; }
.border-radius input[type="text"],
.border-radius input[type="email"],
.border-radius input[type="number"],
.border-radius input[type="submit"],
.border-radius select{
    border-radius:25px !important;   
}
.border-radius input[type="number"]{
  -moz-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none; 
}
.border-radius select{
    -moz-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
}   
.sc-custom i.fa{
    float: right;
    margin-top: -3rem;
    margin-right: 1.25rem;
    pointer-events: none;
    color: #767575;
    padding-right: 0.313rem;
    opacity: 0.54; 
}
.border-radius form i.fa-chevron-down{position: relative; top:-30px; left:-20px; float:right !important;}

.gform_wrapper label,
.aceptopcheck,
.admision-2019 label{
    font-weight: normal !important;
    font-size: 15px !important;
}

form select{font-size:14px !important;}
form input[type=number] {
  -moz-appearance: textfield !important;
}

.gfield_consent_description{ display: none !important }

@media screen and (max-width: 700px) {
    .sc-custom form i.fa-chevron-down{position: relative; top:-40px; color:#666; left:-20px; float:right !important;} 
    .border-radius i.fas { margin-top: -4rem;}   
}


.gform_legacy_markup_wrapper select {
    line-height: 1.5;
    height: 44px !important;
    background: #fff !important;
}