﻿.Background {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.Popup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 400px;
    height: 370px;
}

.ui-dialog-titlebar {
    background-color: #808080 !important;
}

.cont_filtro {
    background: #edf2f5;
    padding: 5px;
    margin-top: 3px;
    margin-bottom:10px;
    border-radius: 4px; 
}

.btn_buscar2 {
    background-color: orange;
    width: 71px;
    height: 24px;
    cursor: pointer;
    border: 0;
}

.btn_buscar {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #5A88B3;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px !important;
    font-weight: bold;
    vertical-align: inherit;
}

.contenidoFE {
    width: 100px;
    overflow: hidden; /* Escondemos la parte sobrante */
    white-space: nowrap; /* Indicamos que no realice salto de linea si no cabe en la anchura indicada */
    text-overflow: ellipsis; /* Ponemos los dos puntos */
}

.table_filtro{

}

/*#dlgDocumentListado {
    width: auto;
    min-height: 0px;
    max-height: none;
    height: 680px;
}*/