
body{
	/*background-color: white;*/
}

.container{
	background-color: white;

}

input {
	background-color: white;
}


.btn-menu{
	width: 125px;
	height: 90px;
	font-size: 12px;
}

.btn-logoff{
	height: 35px;
	width: 80px;
	margin-bottom: 5px;
}


.upperCase {
	text-transform: uppercase
}

.loading {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	opacity: 0.65;
	background: url('https://acafe.org.br/arquivos/acafe/loading_acafe.gif') 50% 50% no-repeat white;
	background-size: 300px 300px;
}

.logo-customer{
	height: 120px;
	/*width: 100px;*/
}
.logo-acafe{
	height: 110px;
	/*width: 100px;*/
}

footer {
	align-items: center;
	text-align: center;
	display: flex;
	justify-content: center;
	height: 30px;
	position: fixed;
	bottom: 0px;
	width: 100%;
	background-color: #FFFFFF;
}

.menuOpacity {
	opacity: 0.3;
}

#menuMain{
	margin-top: 10px;
}


.loadingGif,.loadingGifInternal {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0.65;
    background: url('https://acafe.org.br/arquivos/acafe/loading_acafe.gif') 50% 50% no-repeat white;
    background-size: 300px 300px;
}


/*para analises*/
.btn-no_files{
	background-color: #FFF8DC;
}
