/************************************************************************************
2020 Equipo NTG Colombia
CSS Estilos forms personalizados 
/************************************************************************************/


/*************************************
CONTENT
*************************************/

body {
    color: #4069b4;
}
h1, h2 {
    font-weight: 600;
}

/*************************************
COMPONENTS
*************************************/
nav.navbar,
.bg-navbar-main {
    background: #1d244a;
    padding: .75rem 1rem;
}

.navbar-brand img {
    width: 82px;
}


.recuadro ol li {
    padding: 5px 0px;
}

#WzTtDiV + form {
    font-family: Quicksand,sans-serif;
}

form a {
    color: #f3416e;
    text-decoration: underline;
    font-weight: 400;
}

form a:hover {
    color: #4069b4;
}

#formulario_i__mp22_formulario_CIO_privado_1,
#formulario_i__mp22_formulario_CIO_publico_1,
#formulario_i__mp22_formulario_CIO_1,
#formulario_i__mp22_formulario_universidad_1,
#formulario_i__mp22_formulario_contacto_1,
#recuadros_articulo_13214,
#formulario_i__mp22_formulario_2_1,
#formulario_i__mp22_formulario_1_1 {
    width: 100%;
    max-width: 700px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}

fieldset > div {
    padding: 1rem 0px;
    position: relative;
}

.form-control,
input,
select {
    background-color: #f2f2f4;
    border: 1px solid #6c6c6b;
    border-radius: .25rem;
    height: calc(1.5em + .75rem + 2px);
    padding-left: 10px;
}

#WzTtDiV + form input[type="file"] {
    background-color: transparent;
    border: none;
    border-radius: 0;
    height: auto;
}

label {
    font-weight: 600;
    margin-right: 20px;
}

select {
    width: 100%;
    border-radius: .25rem;
}

input[type=checkbox], input[type=radio] {
    height: auto;
    margin-right: 10px;
}

.form_number input{
    width: 100%;
}

textarea {
    border-radius: 20px;
    width: 100%;
    padding: 10px;
}

.twitter-typeahead {
    width: 100%;
}

.tt-menu {
    background-color: #fff;
    padding: 10px 0;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px;
}

.tt-menu .tt-suggestion {
    padding: 3px 10px;
    font-size: 0.85rem;
}

.tt-menu .tt-suggestion:hover,
.tt-menu .tt-cursor {
    background-color: #f2f2f4;
}

.recuadro .titulo,
.ntg-titulo-caja,
.form_message {
    text-align: center;
}

.recuadro .titulo {
    margin-bottom: 3rem;
}

.form_message span {
    font-size: 1.25rem;
    font-weight: 600;
}

#Aviso_privacidad_div_995.form_message span,
#Aviso_privacidad_div_996.form_message span,
#Aviso_privacidad_div_997.form_message span {
    font-size: inherit;
}

#Nivel_otros_lenguajes_div_996 ul,
.form_select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.form_select > label {
    width: 100%;
}

.form_select > div {
    width: 100%;
    flex: 1 1 50%;
    max-width: 100%;
}


#HTML_div_996.form_select > div,
#HTML5_div_996.form_select > div,
#JAVASCRIPT_div_996.form_select > div,
#JAVA_div_996.form_select > div,
#PHP_div_996.form_select > div,
#PYTHON_div_996.form_select > div,
#C_div_996.form_select > div,
#CC_div_996.form_select > div,
#GO_GOLANG_div_996.form_select > div,
#SWIFT_div_996.form_select > div,
#DART_div_996.form_select > div,
#KOTLIN_div_996.form_select > div,
#SCALA_div_996.form_select > div {
    width: 100%;
    flex: 1 1 25%;
    max-width: 100%;
}

#Nivel_otros_lenguajes_div_996 li {
    width: 100%;
    flex: 1 1 33.33333%;
    max-width: 100%;
}

.form_select ul {
    list-style: none;
    padding-left: 20px;

}

#Acepto_politicas_div_1019 ul,
#Acepto_politicas_div_1015 ul,
#Acepto_politicas_div_995 ul,
#Acepto_politicas_div_996 ul,
#Acepto_politicas_div_997 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#Acepto_politicas_div_1019 ul,
#Acepto_politicas_div_1015 ul{
    justify-content: center;
    padding: 0;
}

#Acepto_politicas_div_1019 li,
#Acepto_politicas_div_1015 li,
#Acepto_politicas_div_995 li,
#Acepto_politicas_div_996 li,
#Acepto_politicas_div_997 li {
    padding-right: 30px;
}

#Fecha_vacantes_div_1019 .gj-unselectable,
#Fecha_vacantes_div_1015 .gj-unselectable,
#Fecha_nacimiento_div_1015 .gj-unselectable,
#Fecha_nacimiento_div_995 .gj-unselectable,
#Fecha_nacimiento_div_996 .gj-unselectable{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

#Fecha_vacantes_div_1019 input,
#Fecha_vacantes_div_1015 input,
#Fecha_nacimiento_div_1015 input,
#Fecha_nacimiento_div_995 input,
#Fecha_nacimiento_div_996 input {
    border-radius: 5px;
}

#Fecha_vacantes_div_1019 .input-group-append,
#Fecha_vacantes_div_1015 .input-group-append,
#Fecha_nacimiento_div_1015 .input-group-append,
#Fecha_nacimiento_div_995 .input-group-append,
#Fecha_nacimiento_div_996 .input-group-append {
    margin-left: 10px;
}
#Fecha_vacantes_div_1019  button,
#Fecha_vacantes_div_1015  button,
#Fecha_nacimiento_div_1015 button,
#Fecha_nacimiento_div_995 button,
#Fecha_nacimiento_div_996 button {
    color: #fff;
    background-color: #f3416e;
    border-radius: 5px;
    transition: all .2s;
}
#Fecha_vacantes_div_1019  button:hover,
#Fecha_vacantes_div_1015 button:hover,
#Fecha_nacimiento_div_1015 button:hover,
#Fecha_nacimiento_div_995 button:hover,
#Fecha_nacimiento_div_996 button:hover {
    transform: scale(.9);
} 

.form_attachments iframe {
    height: 200px;
}

#Captcha_1019_recaptcha > div,
#Captcha_1015_recaptcha > div,
#Validacioncaptcha_1003_recaptcha > div,
#Validacioncaptcha_995_recaptcha > div,
#Validacioncaptcha_996_recaptcha > div,
#Validacioncaptcha_997_recaptcha > div {
    margin: auto;
}
#ENVIAR_div_1019,
#ENVIAR_div_1015,
#enviar_div_1003,
#Envio_div_995,
#Envio_div_996,
#enviar_div_997 {
    text-align: center;
}

.form_button [value="ENVIAR"], 
.form_button [value="Enviar"] {
    background-color: #f3416e;
    color: #fff;
    font-size: 1.75rem;
    font-weight: 600;
    padding: 0px 15px;
    border: 0;
    transition: all .2s;
}

.form_button [value="ENVIAR"]:hover, 
.form_button [value="Enviar"]:hover {
    transform: scale(.9);
}

.alert-warning {
    position: absolute;
    bottom: -25px;
    left: 0;
    padding: 0px 15px;
    background-color: transparent;
    border-color: transparent;
    color: #dc3545;
}

.alert-warning + .icon-group input,
.alert-warning + input,
.alert-warning + select,
.alert-warning + span + textarea,
.alert-warning + .gj-datepicker input{
    border-color: #dc3545;
}

input:disabled + label {
        display: inline;
    font-size: 1.1rem;
    font-weight: 400;
    color: #6c757d;
}

.alerta-msg {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
    color: #6c757d;
    background-color: #f8f9fa;
    margin-left: 2rem;
}

/* disable label */
#universidad_div_1003 div {
    margin-bottom: 3rem;
}

#universidad_div_1003 div ul{
    font-size: 0;
    margin: 0;
}

#universidad_div_1003 input + label {
    display: inline;
    font-size: 1.1rem;
    font-weight: 400;
}

/* fin disable label */

.icon-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.icon-group .icon {
    width: 38px;
    height: calc(1.5em + .75rem + 2px);
    background-color: #f2f2f4;
    border: 1px solid #6c6c6b;
    border-radius: 5px 0px 0 5px;
    margin-right: -1px;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-group .icon + input {
    width: 100%;
    border-radius: 0 5px 5px 0;
}

.usuario .icon {
    background-image: url(https://css.mintic.gov.co/mt/micrositios/img/icon-user.png);
}

.numero .icon {
    background-image: url(https://css.mintic.gov.co/mt/micrositios/img/icon-number.png);
}

.direccion .icon {
    background-image: url(https://css.mintic.gov.co/mt/micrositios/img/icon-map-marker.png);
}

.movil .icon {
    background-image: url(https://css.mintic.gov.co/mt/micrositios/img/icon-mobile.png);
}

.telefono .icon {
    background-image: url(https://css.mintic.gov.co/mt/micrositios/img/icon-phone.png);
}

.email .icon {
    background-image: url(https://css.mintic.gov.co/mt/micrositios/img/icon-email.png);
}


@media only screen and (max-width: 767.98px) {
    .form_select > div {
        width: 100%;
        flex: 1 1 100%;
        max-width: 100%;
    }

#HTML_div_996.form_select > div,
#HTML5_div_996.form_select > div,
#JAVASCRIPT_div_996.form_select > div,
#JAVA_div_996.form_select > div,
#PHP_div_996.form_select > div,
#PYTHON_div_996.form_select > div,
#C_div_996.form_select > div,
#CC_div_996.form_select > div,
#GO_GOLANG_div_996.form_select > div,
#SWIFT_div_996.form_select > div,
#DART_div_996.form_select > div,
#KOTLIN_div_996.form_select > div,
#SCALA_div_996.form_select > div {
    width: 100%;
    flex: 1 1 50%;
    max-width: 100%;
}
}

#form_adultos {
    text-align: center;
    margin: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr auto;
    column-gap: 30px;
}

#form_adultos h2:nth-of-type(1),
#form_adultos h2:nth-of-type(3),
#form_adultos h2:nth-of-type(5) {
    font-size: 1.375rem;;
}

#form_adultos h2:nth-of-type(2),
#form_adultos h2:nth-of-type(4),
#form_adultos h2:nth-of-type(6) {
    color: #fff !important;
    background-color: #f3416e;
    font-weight: 600;
    position: relative;
    display: inline-block;
    padding: .25rem .875em;
    border-radius: 50rem;
    box-shadow: 0 .5rem 1rem rgba(243,65,110,.4)!important;
}

#form_adultos h2:nth-of-type(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    align-self: flex-end;
    font-weight: 500;

} 
#form_adultos h2:nth-of-type(2) {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    justify-self: center;
}
#form_adultos h2:nth-of-type(3) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    align-self: flex-end;
    font-weight: 500;
}
#form_adultos h2:nth-of-type(4) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    justify-self: center;
}
#form_adultos h2:nth-of-type(5) {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
    align-self: flex-end;
    font-weight: 500;
}
#form_adultos h2:nth-of-type(6) {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
    justify-self: center;
}

@media (max-width: 991.98px) {
    #form_adultos {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    #form_adultos h2:nth-of-type(1) {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    
    } 
    #form_adultos h2:nth-of-type(2) {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
        margin-bottom: 3rem;
    }
    #form_adultos h2:nth-of-type(3) {
        grid-column: 1 / 2;
        grid-row: 3 / 4;
    }
    #form_adultos h2:nth-of-type(4) {
        grid-column: 1 / 2;
        grid-row: 4 / 5;
        margin-bottom: 3rem;
    }
    #form_adultos h2:nth-of-type(5) {
        grid-column: 1 / 2;
        grid-row: 5 / 6;
    }
    #form_adultos h2:nth-of-type(6) {
        grid-column: 1 / 2;
        grid-row: 6 / 7;
    }
}

footer .bg-blue {
    background: #1d244a;
    padding-top: 3rem;
}

footer .nav-link {
    color: #fff;
}

.delimiter-bottom, .delimiter-top {
    position: relative;
    border: 0;
}

.delimiter-bottom:after, .delimiter-top:before {
    content: "";
    display: block;
    width: 80%;
    position: absolute;
    left: 50%;
    margin-left: -40%;
    height: 1px;
    background: radial-gradient(ellipse at center,rgba(222,228,239,.2) 0,hsla(0,0%,100%,0) 75%);
    top: 0;
}

.footer-dark {
    background-color: #273444;
    color: #d3dce6;
}

.footer-rotated {
    position: relative;
    margin-top: 4rem;
    padding-top: 12rem;
    background-color: #1d244a;
}

/*************************************
UTILITIES
*************************************/