﻿.oculto {
    display: none;
}

.ui-autocomplete-loading {
    background: white url("../img/ui-anim_basic_16x16.gif") right center no-repeat;
  }

.SuggestTable
{
	border: 1px solid #ccc;
    color: #555;
	background-color: #fff;
	font-Family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	width: 100%;
	font-size: 12px;
    -webkit-box-shadow: 2px 2px 7px 3px #D9D9D9;
    box-shadow: 2px 2px 7px 3px #D9D9D9;
    padding-right: 30px;
    left: 0px !important;
}

.suggestDefaultRowState
{
    padding: 5px;
    color: #555;
	background-color: #fff;
    text-align: left;
}

.suggestSelectedRowState
{
    padding: 5px;
    color: #000;
	background-color: #cccccc;
    text-align: left;
}

.suggestDiv {
    z-index: 30000; 
    overflow: visible;
    width: 100%;
    position: absolute;
    padding-right: 30px;
}

.txtNumero
{
	text-align: right; 
}

.TableCellFixed {
    padding: 5px;
}

th {
    background-color: #b8b8b8;
    border-right: 1px solid white;
    color: #545454 !important;
    padding: 5px !important;
}
