img {
  pointer-events: none;
}

.bodyLogin{
    padding-top: 3.8rem;
}

.hrVertical{
    border:         none;
    border-left:    1px solid hsla(200, 10%, 50%,100);
    height:         100vh;
    width:          1px;      

}

 .bg-opacity{
 background-color:  rgba(12, 13, 22, 0.28) !important ;

 }


#input-find-flexdatalist{
  display:block;
  margin: 0 0 0 auto;
  width: 300px;
  box-sizing: border-box;
  border-radius: 4px;
/*   font-size: 16px; */
/*   background-color: white; */
  background-image: url(../../imagenes/responsive/svg/Icono_buscar.svg);
  background-position: 10px 8px;
  background-size: 30px;
  background-repeat: no-repeat;
  padding: 10px 15px 10px 60px;
  -webkit-transition: width 0.4s ease-in-out;
  margin-right: 0.0rem !important;
}


#input-find-flexdatalist:focus{
	 width: 100%;
}
/* slider entidades */
 

/* scroll top */

section{
  width: 100%;
  height: 100vh;
  /* background: url(../imagenes/responsive/bg-body.jpg) no-repeat; (ahmet)*/
  background-size: cover;
}
#topBtn{
  position: fixed;
  bottom: 40px;
  right: 40px;
  font-size: 22px;
  width: 50px;
  height: 50px;
   background: #E51B1E;
  color: white;
  border: none;
  cursor: pointer;
  display: none;
  outline:none;
}
/* fin scroll top */




/* Drop user */

/* .user-header { */

/*     padding: 10px; */
/*     text-align: center; */
/* } */

.img-circle {
    border-radius: 50%;
    z-index: 5;
    height: 50px;
    width: 50px;
    border: 3px solid;
    border-color: transparent;
    border-color: rgba(255,255,255,0.2);
}

/* .user-body { */
/*     padding: 15px; */
/*     border-bottom: 1px solid #f4f4f4; */
/*     border-top: 1px solid #dddddd; */
/* } */

/* .user-body { */
/*     border-bottom-right-radius: 4px; */
/*     border-bottom-left-radius: 4px; */
/* } */

/* .user-footer { */
/*     background-color: #f9f9f9; */
/*     padding: 10px; */
/* } */

.dropdown-menu {
     position: absolute; 
     right: 0;
     left: auto; 
}
.user-body {
    border-bottom-right-radius: 4px; 
     border-bottom-left-radius: 4px; 
}
.dropdown-menu {
    border-top-right-radius: 0; 
    border-top-left-radius: 0; 
    padding: 1px 0 0 0;
    border-top-width: 0; 
    width: 280px; 
}
.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.dropdown-menu {
    display: block;
}

.dropdown-menu{
    box-shadow: none;
    border-color: #eee;
    position: absolute;
    right: 0;
    left: auto;  
    width: 280px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 1px 0 0 0;
    border-top-width: 0;
    top: 100%;
     z-index: 1000; 
     display: none; 
     float: left; 
     min-width: 160px; 
     padding: 5px 0; 
     margin: 2px 0 0; 
     font-size: 14px; 
     text-align: left;  
     list-style: none; 
     background-color: #fff; 
     -webkit-background-clip: padding-box; 
     background-clip: padding-box; 
     border: 1px solid #ccc; 
     border: 1px solid rgba(0,0,0,.15); 
     border-radius: 4px; 
     -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
     box-shadow: 0 6px 12px rgba(0,0,0,.175); 
}

/* fin drop user */

/*Inicio tama�o letra carousel*/

@media (max-width: 576px) { .carousel-caption h1 {
    font-size: 1.2rem;
    font-weight: 900;
    text-shadow: 2px 2px 0px #000000;
  }
  .carousel-caption p {
    font-size: 0.7rem;
 	}
}

@media (min-width: 576px) { .carousel-caption h1 {
    font-size: 2rem;
    font-weight: 900;
    text-shadow: 2px 2px 0px #000000;
  }.carousel-caption p {
    font-size: 1rem;
 	}
}
  
@media (min-width: 768px) { .carousel-caption h1 {
    font-size: 2.5rem;
    font-weight: 900;
    text-shadow: 2px 2px 0px #000000;
  }
  .carousel-caption p {
    font-size: 1.3rem;
 	}
}

@media (min-width: 992px) { .carousel-caption h1 {
    font-size: 3.2rem;
    font-weight: 900;
    text-shadow: 2px 2px 0px #000000;
  }.carousel-caption p {
    font-size: 1.4rem;
 	}
 }

@media (min-width: 1200px) { 
	.carousel-caption h1 {
    font-size: 4rem;
    font-weight: 900;
    text-shadow: 2px 4px 0px #000000;
 	}
 	.carousel-caption p {
    font-size: 1.5rem;
 	} 
 }
 
 /*Fin tama�o letra carousel*/
 
 /*tabla*/
 .bn-table-rounded{
  	border-spacing: 0px;
 	border-collapse: separate;
 	border-radius: 15px;
 }
 
 .bn-table-rounded thead th:first-child {
    border-radius: 15px 0 0 0;
}
.bn-table-rounded thead th:last-child {
    border-radius: 0 15px 0 0;
}

.bn-table-rounded tfoottr:last-child td:first-child {
    border-radius: 0 0 0 15px;
}
.bn-table-rounded tfoot tr:last-child td:last-child {
    border-radius: 0 0 15px 0;
}
.bn-table-rounded thead{
	background-color: #BFBFBF;
}
.bg-grey-101{
	background-color: #BFBFBF;
}

#input-find-flexdatalist{
/* 	width: 300px; */
	border-radius: 100px;
}
#input-find-flexdatalist:focus{
/* 	width: 600px; */
}
#navbar-bn{
	min-height: 80px;
}
#main-pagalo{
	min-height: calc(100vh - 270px);
}
legend{
	font-size: 1rem;
}
.picker-header{
	height: auto !important;
}
.form-section.current {
    display: inherit;
}
.form-section{
    display: none;
}

#t-det-hist tbody tr td{
	font-size: 0.7rem !important;
}
