@charset "utf-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");
.oculta{display:none!important;}
#fondocargador {
    background: url('../commons/images/logo-mcbingo2.png') no-repeat center center;
	background-color:#00000091;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 999999995;
}
#gifcargador {
    background: url('../commons/images/loading-29.gif') no-repeat center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
    height: 113px;
    width: 200px;
    z-index: 999999999;
}

/* David */
html{
	font-size:0.9rem;
	height:100%;
}
body{
	width: 100vw;
	max-width:100%;
	padding: 0;
	margin:0!important;
	background: #99cc88!important;
/*background: linear-gradient(180deg, rgba(12,53,87,0.11248249299719892) 0%, rgba(68,134,187,0.3477766106442577) 25%, rgba(142,178,208,0.4009978991596639) 100%);*/
}
span.rounded-circle {color: white!important;}
.login{
	background: rgb(9,57,73);
	background: linear-gradient(180deg, rgba(9,57,73,1) 0%, rgba(64,171,205,1) 29%, rgba(107,216,251,1) 100%);
}
.log, .recuperar {
	background-color: rgba(219, 219, 219, 0.863);
}

.barraFiltro {
	color:white;
	background: rgb(5,41,70);
	background: linear-gradient(35deg, rgba(5,41,70,0.9724264705882353) 0%, rgba(23,89,143,0.8603816526610644) 61%, rgba(34,113,177,1) 100%);
	padding-top: 20px; 
	padding-bottom: 20px;
}
/* Chicho */
.cerrartop{
	position: absolute;
    right: 5px;
    top: 2px;
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .dropdown-item.active, .dropdown-item:active{
	color:#279d2c!important;
	background:transparent!important;
	/*text-transform:uppercase!important;*/
}
.dropdown-item:focus, .dropdown-item:hover {
    color:#279d2c!important;
}
.barraMenu {
	/*background-color: rgba(113, 189, 252, 0.863);*/
	background-color: #72aee6;
	padding-top: 20px; 
	padding-bottom: 20px;
}

footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 0 20px;
	background-color: #343a40;
	border-top: 1px solid grey;
	z-index: 1000;
	color: white;
}
footer p {
	margin: 0;
	font-size: 10px;
	display: inline;
	padding:0 10px;
	color: white;
}
div#resultado, .resultado {
	padding: 10px;
	margin: 0 auto;
	margin-bottom: 5rem!important;
	max-width: 1366px;
	;
}
div#resultados, .resultados {
	padding: 10px;
	margin: 0 auto;
	margin-bottom: 1rem;
	max-width: 1366px;
	;
}
.navbar{
	padding-top:0!important;
	padding-bottom:0!important;
}
.nav-link{
	padding-top:0.5em!important;
	padding-bottom:0.5em!important;
}
.menus{
	display: flex;
	width: 100%;
	max-width: 1150px;
	margin:0 auto;
}
.filtros{
	width: 100%;
	max-width: 1150px;
	margin:0 auto;
}
.principal{
	width: 50%;
}
footer {
	background-color: #333333;
	position: fixed;
	bottom: 0;
	width: 100%;
	font-size: 12px;
}
.pre-footer{
	position: fixed;
	bottom: 1.2em;
	width: 100%;
	overflow:hidden;
	height:35px;
	padding-top:8px;
	}
@media (max-width: 576px) {
.pre-footer{
	bottom: 2.65em;
	}
}

@media (min-width: 992px) {
.principal{
	width: 100%;
}
}
/* tabla modal reset billetero */
#resultados .dataTables_wrapper {
    margin-bottom: 2rem;
}
/*tablas */
td {
    text-align: center!important;
}
table{font-size:0.9em!important;}
.mw-custom {
	max-width: 1366px!important;
	display: block;
	margin: 0 auto;
}
@media (max-width: 991px){
.btn-custom{ font-size:0.7rem!important; }
}
label.btn.toggle-off {
	background-color: #c6c5ff!important;
}
.linesmall{ line-height:0.8em!important;}

.navbar-fixed-top{
	min-height:25px; position:fixed!important;
	z-index:1000;
}
.vbottom-item{
    display: flex;
    align-items: center;
}
.pbolas{ 
	padding:0.20rem 0.35rem !important;
	margin: 0.15rem!important;
	line-height:2rem;
}
.dataTables_wrapper{
	overflow:auto;
	margin-bottom:5rem;
}
/* Alta usuarios */
.Short {
    width: 100%;
    background-color: #dc3545;
    margin-top: 5px;
    height: 3px;
    color: #dc3545;
    font-weight: 500;
    font-size: 12px;
}
.Weak {
    width: 100%;
    background-color: #ffc107;
    margin-top: 5px;
    height: 3px;
    color: #ffc107;
    font-weight: 500;
    font-size: 12px;
}
.Good {
    width: 100%;
    background-color: #28a745;
    margin-top: 5px;
    height: 3px;
    color: #28a745;
    font-weight: 500;
    font-size: 12px;
}
.Strong {
    width: 100%;
    background-color: #d39e00;
    margin-top: 5px;
    height: 3px;
    color: #d39e00;
    font-weight: 500;
    font-size: 12px;
}
form .error {
  color: #ff0000;
  display:block;
}
#form_alta_usuario form label,#form_alta_usuario form input,#form_alta_usuario form button {
  border: 0;
  margin-bottom: 3px;
  display: block;
  width: 100%;
}
.bg-color1{background-color:#72aee6;}
.bg-color2{background-color:#8fc9ff;}
.bg-color3{background-color:#b5dbff;}
.point { cursor:pointer;}

.totales{
	width:100%;
	height: 170px;
	/*background-color:#6699FF;*/
}