﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #b6b7bc;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}


.contenedor
{
    display: grid;
    place-content: center;
    
}

#PnlOlvClave
{
    margin: 50px;
    padding: 15px;
    background: white;
    display: grid;
    place-content: center;
    width: 300px;
    border-radius: 30px;
    box-shadow: 7px 13px 37px rgba(0,0,0,.6);
    border-spacing: 10px 5px;    
    gap: 1.2em;
    position:absolute;
    top:20%;
    left: 35%;
           
}

.ilink
{
    display: flex;    
    justify-content: center; 
    margin-top: 10px;
}

a#LnkBttnOlvideP, #LinkButton1,#LnkBttnCrearContraseña
{
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    
}

a#LnkBttnCambiCont
{
    margin-left: 5px;
    color: #F8957F !important;
    font-weight: bold;
}




a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.cuerpo
{
	padding: 0px;
	background-color: #FFFFFF;
	width: 98%;
	margin: 0px auto 0px auto;
	border: 1px solid #496077;

 }
.page
{

	background: #4b6c9e;
    width: 95%;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
    height: 110px;
    /*text-align: center;*/
    
    
}

.page1
{
    
	background: #4b6c9e;
    width: 98%;
    margin: 10px auto 0px auto;
    border: 1px solid #496077;
    height: 200px;
    /*text-align: center;*/
}


.page2
{
    
	background: #4b6c9e;
    width: 98%;
    margin: 10px auto 0px auto;
    border: 1px solid #496077;
    height: 260px;
    /*text-align: center;*/
}


.page2 img
{
    margin-top: 15px;
    margin-bottom: 15px;
}

.page3
{

	background: #4b6c9e;
    width: 960px;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
    height: 75px;
    /*text-align: center;*/
    
    
}



.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}
.header h2
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 1em;
}


.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
    
}
div.hideSkiplin2
{
    background-color:#3a4f63;
    width:100%;
    
}

div.loginhe
{
    padding-top: 20px;
}


div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;

}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

input#BttnAyuda
{
  background:  #196f3d  ;
  color: #fff;
  border: none;
  height: 25px;
  width: 70px; 
  -webkit-transition: 0.25s;
  transition: 0.25s;
  border-radius: 30px;
}

input#BttnAyuda:hover
{
    font-weight: bold;
    box-shadow: 0 0.5em 0.5em -0.4em  #196f3d;
  	-webkit-transform: translateY(-0.25em);
	transform: translateY(-0.25em);

}





input#BttPagos, input#BttnFiltrar
{
  background:  #0072BB;
  color: #fff;
  border: none;
  height: 25px;
  width: 70px; 
  -webkit-transition: 0.25s;
  transition: 0.25s;
  border-radius: 30px;
  

}

input#BttPagos:hover, #BttnFiltrar:hover
{
    font-weight: bold;
    box-shadow: 0 0.5em 0.5em -0.4em  #0072BB;
  	-webkit-transform: translateY(-0.25em);
	transform: translateY(-0.25em);

}


input#BttnCierraSesion
{
  background: #fbc02d;
  color: #fff;
  border: none;
  height: 25px;
  width: 96px; 
  -webkit-transition: 0.25s;
  transition: 0.25s;
  border-radius: 30px;
  font-weight: bold;

}


input#BttnCierraSesion:hover
{
    font-weight: bold;
    box-shadow: 0 0.5em 0.5em -0.4em  #fdd835;
  	-webkit-transform: translateY(-0.25em);
	transform: translateY(-0.25em);

}

      
input#BttnImpRbo
{
  background:  #0072BB;
  color: #fff;
  border: none;
  height: 40px;
  width:    110px; 
  -webkit-transition: 0.25s;
  transition: 0.25s;
  border-radius: 30px;

}

input#BttnImpRbo:hover
{
    font-weight: bold;
    box-shadow: 0 0.5em 0.5em -0.4em  #0072BB;
  	-webkit-transform: translateY(-0.25em);
	transform: translateY(-0.25em);

}

input#BttnEntrar
{
  background:  #0072BB;
  color: #fff;
  border: none;
  height: 30px;
  width: 70px; 
  -webkit-transition: 0.25s;
  transition: 0.25s;
  border-radius: 20px;

}

      
input#BttnEntrar:hover
{
    font-weight: bold;
    box-shadow: 0 0.5em 0.5em -0.4em  #0072BB;
  	-webkit-transform: translateY(-0.25em);
	transform: translateY(-0.25em);

}


#tablepagos{
    border-collapse: collapse;
    width: 99%;
    margin-top:20px;
    
}

#trpagosCab {
    border-bottom: 1px solid #000;
    padding: 5px;
}

#trpagos {
        border-bottom: 1px solid #ccc;
        
}

td
{
    padding-left: 4px;
    padding-right: 4px;
}


img 
{
 width:  20px;   
 height: 17px;
}

#DropDownList1 
{
    background-color:transparent;
	background: #fff;
    height: 28px;
    margin-top:4px;
    margin-left:4px;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, .16);
	border-radius: 10px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: .2s ease all;
	position: relative;
	z-index: 200;
	border: 1px solid ;
}

#DropDownList1:hover {
	box-shadow: 0px 5px 10px rgba(0, 0, 0, .16);
	border: 2px solid #213f8f;
}

#LnkBttnOlvideP
{
    display: block;
    margin-top: 10px;
}

#PanelCambiaPass
{
    margin-bottom: 10px;
}

#tablafiltro{
    margin-top: 35px;
    margin-left:180px;
    
}


#PnlAuditoria{
    margin-left:   15px;
    margin-bottom: 25px;
}



#GridViewAuditoria {

    border: 1px solid #ccc;
    border-radius: 6px;
    border-collapse: collapse;
    font-family: 'Segoe UI', sans-serif;
}

#GridViewAuditoria th, #GridViewAuditoria td {
    padding: 10px;
    border-bottom: 1px solid #eee;
    text-align: left;
}

#GridViewAuditoria th {
    background-color: #fafafa;
    font-weight: 600;
}

#GridViewAuditoria tr:hover {
    background-color: #f9f9f9;
}


#BttnAuditoria {
    background: linear-gradient(135deg, #1976d2, #42a5f5);
    color: white;
    border: none;
    padding: 10px 25px;
    font-size: 15px;
    font-family: 'Segoe UI', sans-serif;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    letter-spacing: 0.5px;
}

#BttnAuditoria:hover {
    background: linear-gradient(135deg, #42a5f5, #1976d2);
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
}

#BttnAuditoria:active {
    transform: scale(0.97);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

#BttnAuditoria:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(25, 118, 210, 0.4);
}


/* --- CONTENEDOR GENERAL --- */
.contenedor-auditoria {
    max-width: 400px;
    margin: 40px auto;
    padding: 25px 30px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    font-family: 'Segoe UI', sans-serif;
}

/* --- TÍTULO --- */
.titulo-auditoria {
    color: #1976d2;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
    text-decoration: underline;
}

/* --- CAMPOS --- */
.fila-campos {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 25px;
}

.campo {
    
    flex-direction: column;
    flex: 1;
    
}

/* --- LABEL --- */
.lbl-moderno {
    font-size: 14px;
    font-weight: 600;
    color: #1976d2;
    margin-bottom: 5px;
}

/* --- TEXTBOX --- */
.txt-moderno {
    padding: 10px 12px;
    font-size: 14px;
    border: 1.5px solid #ccc;
    border-radius: 8px;
    outline: none;
    transition: all 0.3s ease;
    background-color: #fafafa;

}

.txt-moderno:focus {
    border-color: #1976d2;
    box-shadow: 0 0 0 3px rgba(25, 118, 210, 0.15);
    background-color: #fff;
}

/* --- BOTÓN MODERNO --- */

/* --- GRIDVIEW MODERNO --- */
.gridview-estilo {
    
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    font-size: 14px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.gridview-estilo th {
    background: linear-gradient(90deg, #1976d2, #42a5f5);
    color: white;
    text-align: left;
    padding: 10px;
}

.gridview-estilo td {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.gridview-estilo tr:nth-child(even) {
    background-color: #f9f9f9;
}

.gridview-estilo tr:hover td {
    background-color: #e3f2fd;
}

