﻿/* === Remove input autofocus webkit === */  
*:focus {  
    outline: none;  
}  
  
/* === Form Typography === */  

.Table  
{  
    display: table;
    /*width: 50%;*/
    margin-left: 25%;
    padding: 5px 5px 5px 5px;
    margin-bottom: 10px;
    width: 65%;
}  
  
.Title  
{  
    display: table-caption;  
    text-align: center;  
    font-weight: bold;  
    font-size: larger;  
}  
  
.Heading  
{  
    display: table-row;  
    font-weight: bold;  
    text-align: center;  
}  

.Row  
{  
    display: table-row;
    position: relative; 
}  

.Cell  
{  
    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;   
    
}

.CellMensaje
{  
    display: table-cell;  
    border-width: thin;  
    padding-left: 5px;  
    padding-right: 5px; 
    padding-bottom: 20px;
    color: #9b0c0c;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px; 
    margin-top: 3px;  
    float: left; 
    font-weight: normal;
}

.CellMensaje .Label
{  
    color: #9b0c0c;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px; 
}

.CellMensaje .Label a
{  
    color: #9b0c0c;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-size: 13px; 
    text-decoration:underline;
}

.TableButton {
    display: table;
    /*width:100%;*/
}

.RowButton {
    display: table-row;
}

.CellButton {
    display: table-cell;  
    border-width: thin;  
    padding-top: 20px !important;
    padding-bottom: 5px;
    margin-top: 3px;  
    /*width: 100%;*/
    /*text-align:right;*/
    text-align: left;
    margin-left: 15px !important;
    padding-left: 15px;
}              

.InputFile{
    z-index: 999;
    line-height: 0;
    font-size: 2px;
    opacity: 0;
    filter: alpha(opacity = 0);-ms-filter: "alpha(opacity=0)";
    margin: 0;
    padding:0;
    left:0;
}   

.contact_form_seg_resultado {
    width: 50%;
    margin-left: 20%;
}    

.TableResultadoSeg
{    
    display: table;
    border: 1px solid #CCCCCC;
    padding: 5px 5px 5px 5px;
    margin-bottom: 10px;
    width: 100%;
}  
  
  
.RowResultadoSeg
{  
    display: table-row;
    position: relative; 
}  

.RowResultadoTituloSeg
{  
    display: table-row;
    position: relative; 
}  


.CellResultadoTituloSeg
{  
    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;
}

.CellResultadoSeg  
{  
    display: table-cell;
    border-width: thin;  
    padding-left: 20px;  
    padding-right: 20px; 
    color: #25627B;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px; 
    margin-top: 3px;  
    float: left; 
    font-weight: normal;
} 

.CellResultadoSeg label
{  
    width: 100%;
    font-size: 12px;
    font-weight: bold;
} 

/* 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;
}

.TableBuscarSeguridad 
{
    border: 1px solid;
    width: 70%;
    margin-left: 15%;
    padding: 5px 5px 5px 5px;
    margin-bottom: 10px;
}

.TituloBuscarSeguridad 
{
    color: #222222;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-size: 13px; 
    background-color: #CCCCCC;
    text-align: center;
    font-weight: bold !important;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 10px;
}

.LabelBuscarSeguridad 
{
    color: #333333;
    font-weight: bold !important;
    width: 35%;
}

.CamposBuscarSeguridad 
{
    color: #333333;
}

.BotonesSeguridad 
{
    text-align: right;
}

.TableResultadoBuscarSeguridad 
{
    width: 100%;
    padding: 5px 5px 5px 5px;
    margin-bottom: 10px;
}

.GrillaTextoTablaSeguridad 
{
    color: #333333 !important;
}

.GrillaTextoTablaSeguridad a
{
    font-weight: bold;
    padding: 5px 5px 5px 5px;
    vertical-align: middle;
}