
.login-page,
.register-page {
    background-image: url("../img/landing.jpg");	
   background-color: #11111f;  
    background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

.btn-kms {
    color: #fff;
    background-color: #00968f;
    border-color: #00968f;
    box-shadow: none;
}

.btn-kms:hover {
  color: #fff;
  background-color: #3d9970;
  border-color: #00968f;
}

.btn-kms:focus, .btn-kms.focus {
  color: #fff;
  background-color: #3d9970;
  border-color: #00968f;
  box-shadow: 0 0 0 0 rgba(38, 143, 255, 0.5);
}

.btn-kms.disabled, .btn-kms:disabled {
  color: #fff;
  background-color: #00968f;
  border-color: #00968f;
}

.btn-kms:not(:disabled):not(.disabled):active, .btn-kms:not(:disabled):not(.disabled).active,
.show > .btn-kms.dropdown-toggle {
  color: #fff;
  background-color: #00968f;
  border-color: #00968f;
}

.btn-kms:not(:disabled):not(.disabled):active:focus, .btn-kms:not(:disabled):not(.disabled).active:focus,
.show > .btn-kms.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38, 143, 255, 0.5);
}

.logoLogin{
	width:100%
	
}

.login-box{
	width:650px
}

.logoLogin{
		width:100%



}

 

iframe {

width: 100%;

height: 100%;

border: none;
}

/* Required to make the full screen button work */

.iframe-fullscreen {

position: absolute;

left:0px;

top:0px;

width: 100%;

height: 100%;

border: none;

z-index: 999;

}

.error-formulario{	
	display:none;
}
.tooltip  {
 
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
 
}

.scrollme {
    overflow-x: auto;
}


.reporteEstadistica{
	
	height: 500px ;
} 



.tooltipchs {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltipchs .tooltipchstext {
  visibility: hidden;
  width: 220px;
  background-color: #555;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltipchs .tooltipchstext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltipchs:hover .tooltipchstext {
  visibility: visible;
  opacity: 1;
}