﻿.TableFormularioRegistro {
    display: table;
    width:90%;
    margin-left: 5%;
    border: 1px solid #CCCCCC;
    padding: 10px 10px 10px 10px;
}

.TableFormularioRegistro .Row {
    display: table-row;
}

.TableFormularioRegistro .Row .Cell{
    display: table-cell;
}

.TableFormularioRegistro .Row .CellUpload{
    display: table-cell;
}

.TableFormularioRegistro .Row .CellUpload a{
    color: #333333 !important;
    text-decoration: underline;
    font-weight: bold;
}

.TableFormularioRegistro .Row .CellUpload a:hover{
    color: #999999 !important;
    text-decoration: underline;
    font-weight: bold;
}

.TableFormularioRegistro .Row .CellUpload a:visited{
    color: #333333 !important;
    text-decoration: underline;
    font-weight: bold;
}

.TableFormularioRegistro .Row label{
    /*width: 40%;*/
    width: auto !important;
    font-size: 12px !important;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif !important;
    color: #222222 !important;
}

.TableFormularioRegistro .Row .Cell .Label{
    width: auto !important;
    font-size: 12px !important;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif !important;
    color: #222222 !important;
}

.TableButtonRegistro {
    display: table;
    width:90%;
    margin-left: 5%;
    padding-left: 20px;
    padding-top: 10px;
}

.TableButtonRegistro .Row{
    display: table-row;    
}

.TableButtonRegistro .Row .Cell{
    display: table-cell;
    padding: 0px 0px 0px 0px !important;
    text-align: right;
}

.TableButtonRegistro .Row .Cell input[type="submit"]{
    margin: 0px 0px 0px 0px !important;
}

.FileUploadRegistro input[type="file"] {
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    color: #333333;
    font-weight: bold;
    width: 200px;
}

.TableProductosRegistro {
    display: table;
    width:96%;
    margin-left: 2%;
    padding: 5px 5px 5px 5px;
}

.TableProductosRegistro .Row {
    display: table-row;
}

.TableProductosRegistro .Row .Cell{
    display: table-cell;
}

.TableProductosRegistro .Row .CellButton{
    display: table-cell;
    text-align: right;
}

.TableDocumentosRegistro {
    display: table;
    width:96%;
    margin-left: 2%;
    padding: 5px 5px 5px 5px;
}

.TableDocumentosRegistro .Row {
    display: table-row;
}

.TableDocumentosRegistro .Row .Cell{
    display: table-cell;
}

.TableDocumentosRegistro .Row .CellButton{
    display: table-cell;
    text-align: right;
}

.ModalRegistro {
    background: #FFFFFF;
    width: 700px;
    padding: 6px;
    /*height: 600px;*/
    height: auto !important;
    max-height: 600px;
    overflow: scroll;
    border-right: 2px groove #333333;
    border-bottom: 3px groove #333333;
}

.TableModalTituloRegistro {
    display: table;
    width: 100%;
    background: #CCCCCC;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom: 1px solid #CCCCCC;
}

.TableModalTituloRegistro .Row {
    display: table-row;
}

.TableModalTituloRegistro .Row .Cell{
    width: 100%;
    display: table-cell;
    text-align:center;
    font-weight: bold;
    color: #333333;
 }

.TableModalRegistro {
    display: table;
    width: 100%;
    border: 1px solid #CCCCCC;
    padding: 10px 10px 10px 10px;
}

.TableModalRegistro .Row {
    display: table-row;
}

.TableModalRegistro .Row .CellLabel{
    display: table-cell;
    /*width: 40%;*/
    width: auto !important;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 12px !important;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif !important;
    color: #222222 !important;

 }

.TableModalRegistro .Row .CellGridView{
    display: table-cell;
    width: 100% !important;
    padding-bottom: 10px;
    padding-left: 10px;
 }

.TableModalRegistro .Row .CellGridView tr th {
    font-size: 10px;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
    color: #222222 !important;
    font-weight: bold;
    text-align: center;
    background: #CCCCCC;
}

.TableModalRegistro .Row .CellGridView tr td {
    font-size: 10px;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
    color: #333333 !important;
}

.TableModalRegistro .Row .CellGridView td {
    font-size: 10px;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
    color: #333333 !important;
    background: #FFFFFF;
}

.TableModalRegistro .Row .CellGridView tr td a {
    color: #333333 !important;
    text-decoration: underline;
    font-weight: bold;
}

.TableModalRegistro .Row .CellGridView tr td a:hover {
    color: #999999 !important;
    text-decoration: underline;
    font-weight: bold;
}

.TableModalRegistro .Row .CellGridView tr td a:visited {
    color: #333333 !important;
    text-decoration: underline;
    font-weight: bold;
}


.TableMensajeRegistro .Row .Cell{    
    display: table-cell;
    font-size: 9px;
    color: #333333;
    font-weight: bold;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
    width: 96%;
    padding-bottom: 10px;
    padding-left: 10px;
    font-style: italic;
 }

.TableModalRegistro .Row .CellControl{
    display: table-cell;
    padding-bottom: 10px;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    color: #333333;
    font-weight: bold;
 }

.TableModalRegistro .Row .CellDatos{
    display: table-cell;
    padding-bottom: 10px;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    color: #333333;
 }

.TableModalRegistro .Row .CellTitulo{
    display: table-cell;
}

.CellGridViewRegistro table {
    border: 0px !important;
    width: 100%;
    padding: 2px 2px 2px 2px;    
}

.CellGridViewRegistro tr th {
    font-size: 12px;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
    color: #222222 !important;
    font-weight: bold;
    text-align: center;
    background: #CCCCCC;
}

.CellGridViewRegistro tr td {
    font-size: 12px;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
    color: #333333 !important;
}

.CellGridViewRegistroAlterno td {
    font-size: 10px;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
    color: #333333 !important;
    background: #FFFFFF;
}

.CellGridViewRegistro tr td a {
    color: #333333 !important;
    text-decoration: underline;
    font-weight: bold;
}

.CellGridViewRegistro tr td a:hover {
    color: #999999 !important;
    text-decoration: underline;
    font-weight: bold;
}

.CellGridViewRegistro tr td a:visited {
    color: #333333 !important;
    text-decoration: underline;
    font-weight: bold;
}


.GridViewRegistroEmpty td{
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    color: #333333 !important;
    font-weight: bold;
    text-align: center;
    border: 1px solid #CCCCCC;
}

.GridViewRegistroPaginacion table{
    padding: 1px 1px 1px 1px;
    width:auto;
}

.GridViewRegistroPaginacion table{
    padding: 1px 1px 1px 1px;
    width:auto;
}

.GridViewRegistroPaginacion table Label{
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    color: #222222 !important;
    font-weight: bold;
}

.GridViewRegistroPaginacion table a{
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    color: #333333 !important;
    font-weight: bold;
}

/*Estilos para formulario de consulta*/
.TableBuscar
{    
    display: table;
    border: 1px solid;
    width: 85%;
    margin-left: 10%;
    padding: 5px 5px 5px 5px;
    margin-bottom: 10px;
}  
.RowBuscarTitulo
{  
    display: table-row;
    position: relative; 
} 
  
.RowBuscar
{  
    display: table-row;
    position: relative;
    top: -8px;
    left: -21928px;
}  

.CellBuscarTitulo  
{  
    display: table-cell;  
    color: #222222;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-size: 13px; 
    background-color: #CCCCCC;
    width: 100%;
    text-align: center;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 5px;
    float: left; 
    margin-bottom: 10px;
}

.CellBuscar  
{  
    display: table-cell;
    border-width: thin;  
    padding-left: 5px;  
    padding-right: 5px; 
    color: #25627B;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px; 
    margin-top: 3px;  
    float: left; 
    font-weight: normal;
} 

.CellButton {
    display: table-cell;  
    border-width: thin;  
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 3px;  
    width: 100%;       
    text-align:right;     
}
.CellBuscar label
{  
    width: 260px;
}

.TableSeleccionCampos {
    display: table;
    width:90%;
    margin-left: 5%;
    border: 1px solid #CCCCCC;
    padding: 10px 10px 10px 10px;
}

.TableSeleccionCampos .RowCampos {
    display: table-row;
}

.CamposSeleccion{
    display:inline-block;
    vertical-align:middle;
}

.AlinearButtonVertical {
    display : flex;
}

.CamposSeleccion input[type="submit"]{
    display : flex;
    height: 28px;
}



/* Estilos Paginación GridView */
.GridPager a,
.GridPager span {
    display: inline-block !important;
    padding: 5px 9px !important;
    /*margin-right: 4px !important;*/
    border-radius: 3px !important;
    border: solid 1px #c0c0c0 !important;
    background: #e9e9e9 !important;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1) !important;
    font-size: .875em !important;
    font-weight: bold !important;
    text-decoration: none !important;
    color: #717171 !important;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1) !important;
}

.GridPager a {
    padding: 5px 9px !important;
    background-color: #f5f5f5 !important;
    color: #969696 !important;
    border: 1px solid #969696 !important;
}

.GridPager span {
    padding: 8px 11px !important;
    background: #616161 !important;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8) !important;
    color: #f0f0f0 !important;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5) !important;
    border: 1px solid #3AC0F2 !important;
}
