@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%;
	scroll-behavior: smooth;
}
body {
	width: 100vw;
	max-width: 100%;
	padding: 0;
	margin: 0 !important;
	background: rgb(12, 53, 87);
	background: linear-gradient(180deg, rgb(255 0 0) 0%, #d300754a 25%, rgb(180 65 217 / 72%) 100%);
}

span.rounded-circle {color: white!important;}

.login {
	background: rgb(9, 57, 73);
	background: linear-gradient(180deg, rgb(72 9 73) 0%, rgb(183 64 205) 29%, rgb(123 107 251) 100%);
}
.log, .recuperar {
	background-color: rgba(219, 219, 219, 0.863);
}

.barraFiltro {
	color: white;
	background: rgb(5, 41, 70);
	background: linear-gradient(35deg, rgb(205 52 255 / 97%) 0%, rgb(97 23 143 / 86%) 61%, rgb(175 34 177) 100%);
	padding-top: 20px;
	padding-bottom: 20px;
}

/* Chicho */
.btn-outline-dark:not(:disabled):not(.disabled).active{
	color:#279d2c!important;
	/*text-transform:uppercase!important;*/
}
.barraMenu {
	/* background-color: rgba(113, 189, 252, 0.863); */
	background-color: #5a3472;
	padding-top: 20px;
	padding-bottom: 20px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
   /* min-width: 250px;*/
}
li.nav-item, li.dropdown.show, li.dropdown {
	/*min-width:250px!important;*/
	z-index:100000000;
}

@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .dropdown-menu {
    min-width: 175px;
}
}
.navbar-nav {
    line-height: 2.5em;
}
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;
	}
.navbar, .nav-link{
	padding-top:0!important;
	padding-bottom:0!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 (min-width: 992px) {
.principal{
	width: 100%;
}
}
/*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;}

.cerrartop{
	position: absolute;
    right: 5px;
    top: 2px;
}