﻿#modalUserSelect
{
    width:auto;
}

.ui-dialog .ui-dialog-titlebar {
    height: 22px;
    font-size: 80%;
}

.ui-dialog-title
{
    top: 1%;
    position: absolute; /*right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px;*/
}

.ui-button-text {
    font-size: 12px;
}

/*
.ui-content {
    font-size: 12px;
}
*/
.ui-dialog-content
{
    font-size: 15px;
}

/*
.ui-button-text {
    font-size: 10px;
    padding: 1px 1px 1px 1px; 
*/
/*
.ui-dialog-titlebar
{
    background-color: red;
}
*/
/*
.ui-widget-content {
    border: 2px solid #DDD;
}
*/
.validation-summary-errors
{
    background-color:#E0FFFF;
    border: 1px solid #00688B;
    border-radius: 8px 8px 8px 8px;
    color: #00688B;
    font-weight: bold;
    font-size:smaller
}

.field-validation-error
{
    color: red;
    font-size:smaller;
}

.field-validation-valid
{
    display: none;
}



.selBusqueda li
{
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}

.campos-buscador
{
    float:left;
    background-color:green;
}

#buscador-container 
{
    width:auto;
    display: table;
}

.buscador-row 
{
    display: table-row;
}

.buscador-cell, .buscador-cell-full, .buscador-cell-left, .buscador-cell-right
{
    display: table-cell;
    width:auto;
}

.buscador-boton-buscar
{
    text-align:center;
    vertical-align:bottom;
}

.webgrid
{
    width: 50%;
    border: 0px;
    border-collapse: collapse;
}

.webgrid a
{
    color: #000;
}

.webgrid-header
{
    padding: 6px 5px;
    text-align: center;
    background-color: #e8eef4;
    border-bottom: 2px solid #3966A2;
    height: 40px;
    border-top: 2px solid #D6E8FF;
    border-left: 2px solid #D6E8FF;
    border-right: 2px solid #D6E8FF;
}

.webgrid-footer
{
    padding: 6px 5px;
    text-align: center;
    background-color: #e8eef4;
    border-top: 2px solid #3966A2;
    height: 30px;
    border-bottom: 2px solid #D6E8FF;
    border-left: 2px solid #D6E8FF;
    border-right: 2px solid #D6E8FF;
}

.webgrid-alternating-row
{
    height: 30px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #d2d2d2;
    border-left: 2px solid #D6E8FF;
    border-right: 2px solid #D6E8FF;
}

.webgrid-row-style
{
    height: 30px;
    border-bottom: 1px solid #d2d2d2;
    border-left: 2px solid #D6E8FF;
    border-right: 2px solid #D6E8FF;
}

.webgrid-selected-row
{
    font-weight: bold;
}

#div_row_tpoBusqueda
{
    height: 20px;
}
