/*Busca por VaidrollTeam para más proyectos.*/





.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffca2c;
    --bs-btn-hover-border-color: #ffc720;
    --bs-btn-focus-shadow-rgb: 217,164,6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffcd39;
    --bs-btn-active-border-color: #ffc720;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107
}

.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225,83,97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545
}

.btn-verde {
    --bs-btn-color: #fff;

    --bs-btn-bg: green;
    --bs-btn-border-color: green;
    --bs-btn-hover-color: #fff;

    --bs-btn-hover-bg: #45DC35;
    --bs-btn-hover-border-color: #45DC35;
    --bs-btn-focus-shadow-rgb: 225,83,80;
    --bs-btn-active-color: #fff;

    --bs-btn-active-bg: #45DC35;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;

    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545
}
body 
{
background: #f0f0f0;
font-family: Arial, sans-serif;
margin:0;
padding:0;
display: flex;
flex-direction: column;	
}
		
	/*Login*/
.FormCajaLogin
{
width: 100%;
height: 100%;
display: grid;
background: url(fondo.png) no-repeat center center fixed; 
text-align:center;
}

.FormLogin
{
background-color: rgba(0, 0, 0, .5);
width: 500px; 
margin: auto;
padding: 2em;
border-radius: 6px;
color:white;
border:0.1em solid black;

text-align:center;
}
.FormCajaLogin2
{
width: 100%;
height: 100%;
display: grid;
background: url(fondo.png) no-repeat center center fixed; 
text-align:center;
}
.FormLogin2
{
background-color: rgba(0, 0, 0, .5);
width: 800px; 
margin: auto;
padding: 2em;
border-radius: 6px;
color:white;
border:0.1em solid black;

text-align:center;
}

.TextoCajas
{
margin-left:8%;
font-weight: bold;
margin-top:4%;
margin-bottom:4%;
color:white;
text-align:left;
}

.CajaTexto{
width: 80%;
padding: 10px;
font-size:1em;
border-radius:5px;
border:1px solid black;
color:black;
}

.CheckBox1
{
text-align:left;
margin:5% auto 5% 10%;
}

.BtnRegistrar
{
width: 80%;
text-decoration:none;
padding: 10px 30px;
cursor: pointer;
border: 0;
border-radius: 10px;
border:1px solid black;
font-size:18px;
color:white;
background-color: green;
font-weight: bold;
margin-bottom:5%;
}
.BtnRegistrar2
{
width: 30%;
text-decoration:none;
padding: 9px 30px;
cursor: pointer;
border: 0;
border-radius: 10px;
border:1px solid black;
font-size:14px;
color:white;
background-color: green;
font-weight: bold;
margin-bottom:5%;
}

.BtnLogin
{
width: 80%;
padding: 10px 10px;
cursor: pointer;
border: 0;
border-radius: 10px;
border:1px solid black;
font-size:18px;
color:white;
background-color: #1B68DF;
font-weight: bold;
margin-bottom:5%;
}

.NomUsuario
{
font-size:10px;
color:white;
word-break:break-all;
}

	/*Panel*/
.BarraLateral {
position: fixed;
top: 0;
left: 0;
width: 110px;
height: 100%;
background-color: #1455B9;
padding: 30px;
box-sizing: border-box;
text-align:center;
}
.BarraLateral ul {
list-style: none;
padding: 0;
margin: 0;
			
}
.BarraLateral li 
{
text-align:center;
margin-bottom: 10px;
padding: 8px 2px;
border-radius:5px;
border:2px solid black;
background: linear-gradient(180deg,#259953,#015644);
}

.BarraLateral a 
{
color: white;
text-decoration: none;
font-size: 12px;
}
		
.ContenedorPrincipal 
{
margin-left:0;
padding: 10px;
box-sizing: border-box;
text-align:center;
}
		
@media (max-width: 768px) 
	{
.BarraLateral 
{
width: 100%;
height: auto;
position: relative;
}

.ContenedorPrincipal 
{
margin-left: 0;
}			
	}

	/*Tabla*/
table
{
border-collapse: collapse;
width: 100%; 
margin: 0 auto;
background-color: white;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

th
{
background-color: #1455B9;
color: white;
font-size: 15px;
}

th, td 
{
padding: 10px;
text-align: center;
border-bottom: 1px solid #dddddd;

}

.ContenedorTabla 
{
margin-left: 0;
margin-right:0;
max-width:1260px;
width: 90%; 
		
}
.ContenedorTabla2
{
margin-left: 90;
margin-right:0;
max-width:1260px;
width: 80%; 
		
}
.BotonesUsuarios
{	
text-align:center;
display: inline-block;
background:green;
padding: 6px 10px;
border-radius:6px;
text-decoration: none;
color:white;
border:2px solid black;
cursor:pointer;
font-size: 16px;
}

	/*CajaPopUp*/
.contenedor_popup
{

top:30%;
left: 20%;
position: absolute;
transform: translate(-50%,-50%);
width:400px; 
transition: all 0.2s;
background-color:white;
}

.caja_popup2 
{

display: block;
position: absolute;
padding:0;
background-color:rgba(0, 0, 0, 0.5); 
width:100%;
height:100%;
}
.contenedor_popup1
{

top:45%;
left: 50%;
position: absolute;
transform: translate(-50%,-50%);
width:800px; 
transition: all 0.2s;
background-color:white;
}
.scrollabletextbox {
    height 80px;
    width:200px;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 82%;
    overflow:scroll;
}
.tdc {
      height 100px;
    width:200px;
    text-align: center;
    border-bottom: 1px solid #dddddd;
   
}








