@charset "utf-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");
/* Comunidad de madrid */
.comunidad img {
    max-width: 100%;
}
.comunidad{
	text-align:center;
}
/* David */
html{
	font-size:0.9rem;
	height:100%;
	scroll-behavior: smooth;
	background: rgba(255,153,51);
}
body {
	width: 100vw;
	max-width: 100%;
	padding: 0;
	margin: 0 !important;
	background: rgba(255,153,51);
	background: linear-gradient(180deg, rgba(255,175,96,1) 0%, rgba(255,153,51,1) 29%, rgba(183,98,12,1) 100%);
}
div#tablatr {
    background: rgba(255,153,51);
}
span.rounded-circle {color: white!important;}

.login, .log, .recuperar{
	background: rgba(255,153,51);
	background: linear-gradient(180deg, rgba(255,175,96,1) 0%, rgba(255,153,51,1) 29%, rgba(183,98,12,1) 100%);
	height: 100%;
}

.barraFiltro {
	color:white;
	background: rgb(5,41,70);
	background: linear-gradient(35deg, rgb(221 126 0 / 97%) 0%, rgb(148 80 33 / 86%) 61%, rgb(255 154 46) 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: #ffbe78db;
	padding-top: 20px; 
	padding-bottom: 20px;
}
@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .dropdown-menu {
    min-width: 175px;
}
}
.navbar-nav {
    line-height: 2em;
}
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;
}