@charset "utf-8";
/* CSS Document */

.bgdark {
	background-color: crimson;
}

.profile-image {
    width: 64px;
    height: 64px;
}
img {
  /*background: url(images/loading.gif) 50% no-repeat;*/
  /* Esta linha acima do background estava gerando um outro cookie */

}

ico {
    max-width: 32px;
    max-height: 32px;
}

.img-home :hover {
     -webkit-filter: blur(8px);
    filter: blur(8px);
    
}

.blur {
    filter: blur(8px);
    -webkit-filter: blur(8px);
    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    /* user-select: none; Standard */    
}

body {
    font-size: 1rem;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
}

.bg-encrypted {
    background-color: #ffde9d;
}

.ft-encrypted {
    background-color: #ffcc66;
}