/*********************************************************
        para lastpass
*********************************************************/
input{
    background-image: none !important;
}
/*/////////////////////*/

div[role=dialog]{
    z-index: 3000;
    font-size: small;
}


div[aria-describedby="detalle_usuario_dialogo"] {
    width: 686px !important;
    top: 7% !important;
}

@media (max-height: 700px){
    div[aria-describedby="detalle_usuario_dialogo"] {
        top: 3% !important;
    }
}

div.ui-widget-overlay{
    opacity: 0.92;
    z-index: 2999;
}

/*********************************************************
        jquery ui
*********************************************************/
.ui-tabs .ui-tabs-nav {
    padding: .2em .2em 6px !important;
}

/*********************************************************
        dialogo datos personales
*********************************************************/
#detalle_usuario_datos_personales input{
    width: 100% !important;
    border: initial;
    background: transparent;
    height: 100%;
    padding-left: 5px;
}

#detalle_usuario_datos_personales input:focus{
    outline: initial;
}

#detalle_usuario_datos_personales label {
    width: 100% !important;
    margin:0;
}

#detalle_usuario_datos_personales .fila {
    width: 100% !important;
    margin: 4px 0;
    border: 1px solid #00a1ff;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    background: #f2fffb;
    display: table;
    padding: 1px 5px;
}

#detalle_usuario_datos_personales .div_label {
    width: 27%;
    height: 100%;
    display: table-cell;
    border-right: 1px solid #80808038;
}

#detalle_usuario_datos_personales .div_input {
    width: 69%;
    height: 100%;
    display: table-cell;
}

/*********************************************************
        tab cuestionario personal
*********************************************************/
#detalle_usuario_cuestionario_inicial .fila {
    margin: 4px 0;
    border: 1px solid #00a1ff;
    background: #f2fffb;
}

#detalle_usuario_cuestionario_inicial .div_label {
    border-right: 1px solid #80808038;
}
#detalle_usuario_cuestionario_inicial label {
    margin:0;
}

#detalle_usuario_cuestionario_inicial .div_input {
}
#detalle_usuario_cuestionario_inicial input{
    width: 100% !important;
    border: initial;
    background: transparent;
    padding-left: 5px;
}

#detalle_usuario_cuestionario_inicial input:focus{
    outline: initial;
}

#detalle_usuario_cuestionario_inicial .titulo_seccion{
    text-align: center;
    border: 1px solid #00a1ff;
    height: 35px;
    line-height: 35px;
}

/*********************************************************
        tab entrenamientos (servicios)
*********************************************************/
#detalle_usuario_facturas .contenedor_facturas table{
    border-collapse: collapse;
    width: 100%;
    margin: 5px 0;
    border: 2px solid darkred;
    table-layout: fixed;
}

#detalle_usuario_facturas .contenedor_facturas table tr{
    height: 22px;
}

#detalle_usuario_facturas .contenedor_facturas table td:first-child, #detalle_usuario_facturas .contenedor_facturas table .cabecera th:first-child{
    /*width: 100px;*/
}

#detalle_usuario_facturas .contenedor_facturas table .celda_entrenamiento_opciones{
    text-align: center;
    width: 150px;
}

#detalle_usuario_facturas .contenedor_facturas table .celda_entrenamiento_opciones .boton_unico{
    width: 100%;
}

#detalle_usuario_facturas .contenedor_facturas table .celda_entrenamiento_opciones button{
    width: 49%;
}

#detalle_usuario_facturas .contenedor_facturas td, #detalle_usuario_entrenamientos th{
    border: 1px solid #00a1ff;
    padding: 2px;
}
#detalle_usuario_facturas .contenedor_facturas th{
    border-top: 1px solid #00a1ff;
}

#detalle_usuario_facturas .contenedor_facturas th {
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
    background-color: #f2fffb;
    /*color: white;*/
}

#detalle_usuario_facturas .contenedor_facturas table .subtitulo th{
    text-align: center;
    background-color: #d8f7ed;
    height: 34px;
}

#detalle_usuario_facturas .contenedor_facturas table .titulo th{
    text-align: center;
    background-color: #7aeac6;
    height: 40px;
}

#detalle_usuario_facturas td.sin_entrenamiento button{
    border: 2px solid red;
}

#detalle_usuario_facturas .contenedor_facturas .apartado_resultado_datos_actualizados,
#detalle_usuario_facturas .contenedor_facturas .apartado_resultado_datos_actualizados th{
    background-color: #e8e8e84a;
}

#detalle_usuario_facturas .contenedor_facturas .importe:after{
    content: "€";
}

/*#detalle_usuario_entrenamientos tr:nth-child(even){background-color: #f2f2f2;}*/

/*#detalle_usuario_entrenamientos tr:hover {background-color: #ddd;}*/

/*********************************************************
        subida entrenamientos
*********************************************************/
#dialogo_nuevo_entrenamiento .input__row{
    width: inherit !important;
}

#dialogo_nuevo_entrenamiento #form_subida_entrenamiento_descripcion{
    display: block;
    width: 100%;
}

/*********************************************************
        RESULTADOS
*********************************************************/
#detalle_usuario_resultados table{
    table-layout: fixed ;
}

#detalle_usuario_resultados table tr, #detalle_usuario_resultados table thead{
    line-height: 44px;
}

#detalle_usuario_resultados table tr:nth-child(even) {
    background-color: #f8f6ff;
}

/*********************************************************
        compras
*********************************************************/
#detalle_usuario_compras table .celda_dinero{
    text-align: right ;
}

#detalle_usuario_compras table .celda_texto{
    text-align: left ;
}

#detalle_usuario_compras table .celda_descarga{
    text-align: center ;
}

/*********************************************************
        APUNTES
*********************************************************/
#detalle_usuario_observaciones .observaciones{
    min-height: 100px;
    border: 1px solid;
    margin-bottom: 20px;
    padding: 10px;
}

/*********************************************************
        APUNTES
*********************************************************/
#tab_opciones .botones_opciones button{
    width: 190px;
    margin: 7px;
}

/*dialogo*/
.cambio_pass_dialogo .ui-dialog-buttonpane{
    margin-top: 0 !important;
}

.cambio_pass_dialogo .aviso_error{
    color: red;
}

/*loader*/
#tab_opciones #loader_cambio_pass_dialogo .pulse{
    top: 0;
}

/*********************************************************
        Bootstrap
*********************************************************/
.input_bootstrap_style{
    display: block;
    width: 100%;
    height: 34px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn_input_bootstrap_style {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn_input_bootstrap_style_default{
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn_input_bootstrap_style_info{
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
