html,body{
	height:100%;
}
.preloader{
	position:fixed;
	top:0px;
	z-index:50000;
	width:100%;
	bottom:0;
	display:none;
}

.preloader img{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}

#mainContent{
  padding-bottom:30px;
}

[data-name="menuLink"][data-type="signout"]{
	display:none;
}

.space-right{
	margin-right:20px;
}

.number{
	width:150px;
}

.google-sign-in-button{
  border:solid;
  border-width:1px;
  border-color:#cccccc;
  background-color:#ffffff !important;
  padding-top:5px;
  padding-bottom:5px;
  width:250px;  
  display:block;
  margin-left:auto;
  margin-right:auto;
  font-family:Roboto;
  cursor:pointer;
}

.google-sign-in-button img{
	display:inline;
	margin-right:10px;
	height:30px;
}

.core-checkbox label::before{
	border:none !important;
}

.tab-disabled{
	pointer-events:none;
	opacity:0.5;
}

.pagina-en-mantenimiento{
	text-align:center;
	margin-top:50px;
}

.pagina-en-mantenimiento img{
	display:inline !important;
	max-width:100%;
}