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;
}

a[name="menuLink"][data-type="signout"]{
	display:none;
}

.space-right{
	margin-right:20px;
}

.number{
	width:150px;
}

.google-sign-in-button{
  border:solid;
  border-width:1px;
  background-color:#ffffff !important;
  padding-top:5px;
  padding-bottom:5px;
  width:200px;  
  display:block;
  margin-left:auto;
  margin-right:auto;
  font-family:Roboto;
  cursor:pointer;
}

.google-sign-in-button img{
	margin-right:10px;
	height:30px;
}

.core-checkbox label::before{
	border:none !important;
}