@import url('https://fonts.googleapis.com/css?family=Open+Sans');

.opensans {
    font-family: "Open Sans", sans-serif;
}

.has-float-label {
    position: relative !important;
    font-size: 90% !important;
    margin: 0.5%;
    text-indent: 8px !important;
    padding: 0px !important;
    margin: 8px !important;
}

.has-float-label label {
    position: absolute !important;
    opacity: 1 !important;
    transition: all .2s !important;
    top: -.5em !important;
    left: .75rem !important; 
    z-index: 3 !important;
    line-height: 1 !important;
    padding: 0 1px !important; 
    background: white !important;
}

.has-float-label label:not(:focus) {
    color: #9DAEC8 !important;
}

.has-float-label label::after {
    content: " " !important;
    display: block !important;
    position: absolute !important;
    background: white !important;
    height: 10px !important;
    top: 50% !important;
    left: -.2em !important;
    right: -.2em !important;
    z-index: -1 !important;
    color:  #7060E6 !important;
}

.has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
    opacity: 0 !important;
}

.has-float-label .form-control:placeholder-shown:not(:focus)+ label {
    font-size: 100% !important;
    opacity: .7 !important;
    top: .9em !important;
    color: #9DAEC8 !important;

}

.has-float-label input {
    color:#7060E6 !important;
    border: #9DAEC8 3px solid !important;
}

.has-float-label input:focus {
    border: 1px solid #7060E6 !important;
    box-shadow: none !important;
    display: flow !important;
}
.has-float-label input:focus + label {
    color:   #7060E6 !important;
    box-shadow: none !important;
}

.has-float-label  input:not(:focus)   {
    border: 1px solid #9DAEC8 !important;
    color: #3E3E3E !important ;
    display: flow !important;
    box-shadow: none !important;
}

.has-float-label  input:not(:focus) + label {
    color:#9DAEC8 !important;
}

.has-float-label   select {
    color:#7060E6 !important;
    border: #9DAEC8 3px solid !important;
    height: 40px !important;
    padding-left: 5px !important;
    width: 95% !important;
}

.has-float-label select[readonly]{
    color: #3E3E3E !important;
    border: 0px solid !important;
    background-color: #E8EEF8 !important;
}
.has-float-label input[readonly]{
    color: #3E3E3E !important;
    border: 0px solid !important;
    background-color: #E8EEF8 !important;
}
.has-float-label select[readonly] + label {
    color: #9DAEC8 !important;
    border: 0px solid !important;
    top: -1em !important;
    z-index: auto !important;
}
.has-float-label input[readonly] + label{
    color: #9DAEC8 !important;
    border: 0px solid !important;
    top: -1em !important;
    z-index: auto !important;
}
.has-float-label select[disabled]{
    color: #3E3E3E !important;
    border: 0px solid !important;
    background-color: #E8EEF8 !important;
}
.has-float-label input[disabled]{
    color: #3E3E3E !important;
    border: 0px solid !important;
    background-color: #E8EEF8 !important;
}
.has-float-label select[disabled] + label {
    color: #9DAEC8 !important;
    border: 0px solid !important;
    top: -1em !important;
    z-index: auto !important;
}
.has-float-label input[disabled] + label{
    color: #9DAEC8 !important;
    border: 0px solid !important;
    top: -1em !important;
    z-index: auto !important;
}
.has-float-label select[disabled]:not(:focus)   {
    border: 0px solid !important;
}
.has-float-label   select:focus{
    color:#3E3E3E !important;
    border: 1px solid #7060E6 !important;
    box-shadow: none;
}

.has-float-label select:not(:focus)   {
    border: 1px solid #9DAEC8 !important;
    color: #3E3E3E !important ;
}

.has-float-label  select:not(:focus) + label {
    color:#9DAEC8 !important;
}

.has-float-label  label {
    font-family: 'Open Sans' !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 86 !important;
    color: #3E3E3E !important;

}
.has-float-label  input {
    font-family: 'Open Sans' !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    color: #3E3E3E !important;
    height: 40px !important;
    padding-left: 5px !important;
    width: 95% !important;
    text-indent: 8px !important;

}

.fileUpLoad{
    font-family: 'Open Sans' !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    color: #3E3E3E !important;
    padding: 10px !important;
    width: 100% !important;
    border-radius: 8px !important;
    border: 1px solid #9DAEC8 !important;
    color: #9DAEC8 !important ;

}

.has-float-label .inputMargin {
    margin-bottom: 1%;
    text-indent: 8px !important;
}

.labelCV{
    width: 73px !important;
    height: 16px !important;
    font-family: 'Open Sans' !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 12px !important;

    align-items: center !important;
    letter-spacing: 0.4px !important;
    color: #7E90A0 !important;

}
.row{
    margin: auto !important; 
    padding: 6px !important;
}


.btn-primary {

    border-color: rgba(0, 0, 0, 0) !important;
    background: #7362ec !important;
    color: #ffffff !important;
    width:auto !important;
    min-width: 130px !important;
    height: 40px !important;
    border-radius: 4px !important;
    font-family: 'Open Sans' !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    text-align: center !important;
    letter-spacing: 1.25px !important;
}
.btn-primary-2 {

    border-color: rgba(0, 0, 0, 0) !important;
    background: #ffffff !important  ;
    color: #7362ec !important;
    width: 90% !important;
    height: 40px !important;
    border-radius: 4px !important;
    font-family: 'Open Sans' !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    text-align: center !important;
    letter-spacing: 1.25px !important;
}
.btn-secundary {
    border :1px   solid #7362ec !important;
    background: #ffffff   !important;
    color: #7362ec !important;
    width: auto !important;
    height: 40px !important;
    border-radius: 4px !important;
    font-family: 'Open Sans' !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    text-align: center !important;
    letter-spacing: 1.25px !important;
}
.center {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.container {
    align-items: center !important;
    display: flex !important;
    justify-content: center !important;
    height: 100% !important;
    width: 100% !important;
}
.container2 {
    align-items: center  !important;
    display: flex !important;
    justify-content: center !important;
    height: 100% !important;
    width: 50% !important;
}


.container3 {
    align-items: center !important;
    /*display: flex !important;*/
    justify-content: center !important;
    height: 100% !important;
    width: 100% !important;
}
.container4 {
    align-items: center !important;
    /*display: flex !important;*/
    justify-content: center !important;
    height: 100% !important;
    /*width: 100% !important;*/
    margin: auto !important;
}


/*Para SolicitusInicialCandidato, solicitudFoto*/

.title-carga-documentos{
    width: 70% !important;
    text-align: center !important;
    margin-bottom: 10px !important;
    font-family: 'Open Sans' !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 24px !important;
    display: flex !important;
    align-items: center !important;
    letter-spacing: 0.15px !important;
    color: #405B75 !important;
    flex: none !important;
    order: 0 !important;
    flex-grow: 0 !important;
}
.subtitulo-carga-documentos{
    width: 70% !important;
    text-align: left !important;
    margin-bottom: 10px !important;
    font-family: 'Open Sans' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 40px !important;
    align-items: center !important;
    letter-spacing: 0.15px !important;
    color:   #405B75 !important;
    flex: none !important;
    order: 0 !important;
    flex-grow: 0 !important;
    margin-left:  -7.4%;
}
.subtitulo-carga-documentos2{
    width: 70% !important;
    text-align: left !important;
    margin-bottom: 10px !important;
    font-family: 'Open Sans' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 40px !important;
    align-items: center !important;
    letter-spacing: 0.15px !important;
    color:   #405B75 !important;
    flex: none !important;
    order: 0 !important;
    flex-grow: 0 !important;
    margin-left:  16.6%;
}
.subtitulo-carga-documentos3{
    width: 70% !important;
    text-align: left !important;
    margin-bottom: 10px !important;
    font-family: 'Open Sans' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 40px !important;
    align-items: center !important;
    letter-spacing: 0.15px !important;
    color:   #405B75 !important;
    flex: none !important;
    order: 0 !important;
    flex-grow: 0 !important;
    margin-left:  -1.2%;
}
.subtitulo-carga-documentos4{
    width: 70% !important;
    text-align: left !important;
    margin-bottom: 10px !important;
    font-family: 'Open Sans' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 40px !important;
    align-items: center !important;
    letter-spacing: 0.15px !important;
    color:   #405B75 !important;
    flex: none !important;
    order: 0 !important;
    flex-grow: 0 !important;
    margin-left:  -4.8%;
}
.subtitulo-carga-documentos5{
    width: 70% !important;
    text-align: left !important;
    margin-bottom: 10px !important;
    font-family: 'Open Sans' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 40px !important;
    align-items: center !important;
    letter-spacing: 0.15px !important;
    color:   #405B75 !important;
    flex: none !important;
    order: 0 !important;
    flex-grow: 0 !important;
    margin-left:  12.5%;
}
.title-login{
    width: 100% !important;
    text-align: center !important;
    font-family: 'Open Sans' !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 24px !important;
    display: flex !important;
    align-items: center !important;
    letter-spacing: 0.15px !important;
    color: #405B75 !important;
    flex: none !important;
    order: 0 !important;
    flex-grow: 0 !important;
}
.subtitulo-login{
    width: 100% !important;
    text-align: left !important;
    margin-bottom: 10px !important;
    font-family: 'Open Sans' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    align-items: center !important;
    letter-spacing: 0.15px !important;
    color:   #405B75 !important;
    flex: none !important;
    order: 0 !important;
    flex-grow: 0 !important;
}

/*.panel-tarjeta {
    font-family: 'Open Sans' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 24px !important;
    color:  #405B75 !important;
    text-align: center;
    background-color: #E8EEF8;
    border-radius: 8px 0px 0px 0px !important;
    padding: 12px 16px 12px 0px;
        border-top: 1px solid #eaedf1;
        border-bottom: 1px solid #eaedf1;
        border-left: 1px solid #eaedf1;
        border-right: 1px solid #eaedf1;


}*/

.panel-titulos-tabla{
    border-bottom: 0.5px solid #9DAEC8;
    height: 40px;
    margin: 0px !important;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    padding: 8px;
    background: #E8EEF8;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 10px;
    letter-spacing: 0.4px;
    color: #405B75;
}

.panel-datos-tabla{
    padding: 5px;
    height: 40px;
    margin: 0px !important;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    align-items: center;
    color: #405B75;
}
.panel-datos-tabla input, select{
    border: none !important;

}

.tableListado{
    border-top-left-radius: 8px !important; 
    border-top-right-radius: 8px !important; 
    margin: 0 auto !important; 
    width: 75% !important;
}

.tableListado2{
    border-top-left-radius: 8px !important; 
    border-top-right-radius: 8px !important; 
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important; 
    width: 75% !important;
}
.tableListado3{
    border-top-left-radius: 8px !important; 
    border-top-right-radius: 8px !important; 
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    width: 50% !important;
}