.modal-backdrop {
    z-index: -1;
}

.progress-bar-fx-mujeres {
    background-color:  #ff9abf;
}
.progress-striped .progress-bar-fx-mujeres {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-fx-hombres {
    background-color: #72a2ff;
}
.progress-striped .progress-bar-fx-hombres {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-fx {
    background-color: #a1afbc;
}
.progress-striped .progress-bar-fx {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/*cambie por el color lila*/
.progress-bar-success-fx {
    /*background-color: #a4e68e;*/
    background-color: #957AFB;
}
.progress-striped .progress-bar-success-fx {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info-fx {
    background-color: #9db4d1;
}
.progress-striped .progress-bar-info-fx {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

hr{
    height: 20px;
    padding: -25px;
    margin-top: 0px;
}

.hr-estilo{
    border-top: 2px solid #8c8b8b;
}
.input-redondeado-azul {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    background-color: #000000;
    color: #fff;
    border: 1px solid #BDC2C9;
}
.input-sin-border-azul{
    color: #000000;
    font-size: 12px;
    background: transparent;
    border: none;
}



.a-redondeado-blanco {
    border-radius: 5px 50px 50px 5px;
    border: 1px solid #FFF;
}
.a-redondeado-blanco::placeholder {
    color: #041e45;
}
/*DIV REDONDEADO COLOR GRIS*/

.div-redondeado {
    padding: 20px;
    background-color: #acbfd7;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}


/*DIV REDONDEADO COLOR AZUL*/

.div-redondeado-celeste {
    padding: 10px;
    background-color: #CEF6F5;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    height: 270px;
}
.div-redondeado-celeste-fx {
    padding: 10px;
    background-color: #e1ecfe;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    height: 270px;
}
.div-redondeado-verde {
    padding: 10px;
    background-color: #ddefd5;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    height: 270px;
}
.div-redondeado-naranja {
    padding: 10px;
    background-color: #fff2e1;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    height: 270px;
}
.div-redondeado-sm-gris {
    padding: 2px;
    margin: 1px;
    bottom: 2px;
    background-color: #E6E6E6;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    height: 270px;
}
/*
ESTILO DE BOTON PERSONALIZADO POR FIWEEX
*/

.btn-fiweex_azul {
    color: #FFFFFF;
    background-color: #000000;
    border-color: #000000;
}

.btn-fiweex_azul:focus, .btn-fiweex_azul.focus {
    color: #FFFFFF;
    background-color: #000000;
}

.btn-fiweex_azul:hover {
    color: #FFFFFF;
    background-color: #000000;
}

.btn-fiweex_azul:active, .btn-fiweex_azul.active, .open>.dropdown-toggle.btn-fiweex_azul {
    color: #FFFFFF;
    background-color: #000000;
}

.btn-fiweex_azul:active:hover, .btn-fiweex_azul.active:hover, .open>.dropdown-toggle.btn-fiweex_azul:hover, .btn-fiweex_azul:active:focus, .btn-fiweex_azul.active:focus, .open>.dropdown-toggle.btn-fiweex_azul:focus, .btn-fiweex_azul:active.focus, .btn-fiweex_azul.active.focus, .open>.dropdown-toggle.btn-fiweex_azul.focus {
    color: #000000;
    background-color: #d4d4d4;
}

.btn-fiweex_azul:active, .btn-fiweex_azul.active, .open>.dropdown-toggle.btn-fiweex_azul {
    background-image: none;
}

.btn-fiweex_azul.disabled:hover, .btn-fiweex_azul[disabled]:hover, fieldset[disabled] .btn-fiweex_azul:hover, .btn-fiweex_azul.disabled:focus, .btn-fiweex_azul[disabled]:focus, fieldset[disabled] .btn-fiweex_azul:focus, .btn-fiweex_azul.disabled.focus, .btn-fiweex_azul[disabled].focus, fieldset[disabled] .btn-fiweex_azul.focus {
    background-color: #ffffff;
    border-color: #cccccc;
}

.btn-fiweex_azul .badge {
    color: #ffffff;
    background-color: #FFFFFF;
}
.div-transparente-preview{
    background-color:rgba(0, 0, 0, 0.6);
    padding: 10px;
    color: #FFF;
    font-weight: bold;

}



.btn-fiweex-transparent:hover {
    color: #BDBDBD;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.2);
}

.borderojo {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    background-color: #fff;
    color: #cdcccc;
    border: 1px solid #f00;
}
.bordegris {
     border: 1px solid #d4d4d4; 
}

.border-radius {
    border-radius: 25px;
    border: 1px solid #000000;
    padding: 20px;
    width: 100%;
    height: 100%;

}
.border-radius-gris {
    border-radius: 25px;
    border: 1px solid #ccc;
    width: 100%;
    height: 100%;
}

.border-radius-sm {
    border-radius: 20px;
    background: #F2F2F2;

}
.border-radius-mayor-sm {
    border-radius: 20px;
    background: #BCF5A9;

}
.border-radius-sm-b {
    border-radius: 20px;
    background: #FFFFFF;
    padding: 10px;
    bottom: 5px;
    height: 225px;
}
.border-radius-sm-sm {
    border-radius: 20px;
    background: #FFFFFF;
    padding: 10px;
    width: 100%;
    height: 100%;
}
.ocultar-punto{list-style:none;}

.span-verde-fiweex{
    color: #957AFB;
    font-weight: bold;
    font-size: 16px;
}
.span-azul-fiweex{
    color: #000000;
    font-weight: normal;
    font-size: 18px;
}
.span-azul-fiweex-panel{
    color: #000000;
    font-weight: normal;
    font-size: 15px;
    line-height: 2em;
    margin-bottom: 3px;
}
/*ESTILO PARA CAMPO TITULO*/
.span-azul-fiweex-titulo{
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 2px solid #000000;
}
.span-azul-fiweex-titulo::placeholder{
    color: #000000;
}
.span-azul-fiweex-titulo:active{
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 2px solid #000000;
}
.span-azul-fiweex-titulo:focus{
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 2px solid #000000;
}
/*------------------------------------------------*/
.input-redondeado-blanco {
    border-radius: 50px 5px 5px 50px;
    background-color: #fff;
    color: #2E2E2E;
    border: 1px solid #BDC2C9;
    font-size: 12px;

}
.input-redondeado-blanco::placeholder {
    color: #041e45;
}
/**-------------------------------------------*/
/*ESTILO PARA CAMPO PREGUNTA*/
.span-blanco-fiweex-pregunta{
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 2px solid white;
}
.span-blanco-fiweex-pregunta::placeholder{
    color: #FFFFFF;
}
.span-blanco-fiweex-pregunta:active{
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 2px solid white;
}
.span-blanco-fiweex-pregunta:focus{
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 2px solid white;
}
/**-------------------------------------------*/



.span-azul-fiweex-opc{
    color: #000000;
    font-weight: normal;
    font-size: 12px;
}
.span-azul-fiweex-b{
    color: #000000;
    font-weight: normal;
    font-size: 12px;
    text-align: left;
}
/*-----------------------------*/
/*textarea:focus,
input[type="text"]:focus,
input[type="text"]:active,
input[type="text"]:visited,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border: 0;
  outline: 0;
  background: transparent;
  border-bottom: 2px solid white;
}*/

.input-azul-panel{
    color: #000000;
}
.modal-fx-dialog {
    position:absolute;
    top:50% !important;
    transform: translate(0, -50%) !important;
    -ms-transform: translate(0, -50%) !important;
    -webkit-transform: translate(0, -50%) !important;
    margin:auto 30%;
    width:40%;
    height:50%;
    background: #FFFFFF;
}
.modal-fx-content {
    min-height:50%;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}
.modal-fx-body {
    position:absolute;
    top:45px;
    bottom:45px;
    left:0;
    right:0;

}
.modal-fx-footer {
    position:absolute;
    bottom:0;
    left:0;
    right:0;
}
