html, body
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: white;
	height:100%;
}

body
{
	/*background: url(/Ares/waresLogin/imagens/backgrounds/deltasibg.jpg) no-repeat center center fixed; 
	background-size: cover;*/
	background-color: white;
}


.divLoginBottomMaisInfo.nodisplay,
.nodisplay
{
	display:none;
}

.divPrincipal
{
	background-color: white;
	height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.divBanner
{
	position: relative;
	background-color: white;
	height: 100%;
    width: 100%;
    overflow: hidden;
}

.divBanner iframe
{
	border: 0px;
    width: 100%;
    height: 100%;
}

.divLogin
{
	background-color: white;
	height: 100%;
    min-width: 400px;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 2px 0px #a2a2a2;
    overflow: auto;
	transition: all 1s;
	min-height: 80px;
}

.divLoginTop
{
	background-image: url(/Ares/waresLogin/imagens/delta/deltabanner.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    
	height: 100%;
	width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
	min-height: 80px;
}

.divLoginBottom
{
	height: 100%;
    width: 80%;
    display: flex;
    flex-direction: column;
}

.divLoginBottomMaisInfo
{
	display: flex;
    flex-direction: column;
    width: 100%;
    border-top: 1px solid rgba(0,0,0,.1);
	margin-top: 20px;
}

.divLoginBottomMaisInfo label
{
	color: gray;
    font-family: sans-serif;
    font-size: 13px;
    text-align: right;
	cursor:pointer;
}

.btEntrarDesktop
{
	display: none;
	width: 100%;
	margin-top: 15px;
}

.divBoxLogin
{
	position: relative;
    width: 80%;
	height: 100%;
	display: flex;
	align-items: flex-end;
}

.divBox
{
	width: 100%;
}

.divBoxValidarAcesso 
{
	display: none;
	flex-direction: column;
	justify-content: center;
	transition: all 0.4s;
	z-index: 0;
}

.divBoxValidarAcesso .lbValidarAcessoInfo
{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	margin-bottom: 15px;
}

.divBoxLoginCampos
{
	display: none;
    flex-direction: column;
    justify-content: center;
    transition: all 0.4s;
    z-index: 0;
}

.divBoxLoginCampos input
{
	margin-bottom: 10px;
}

.divBoxLoginCampos input::placeholder
{
	color: rgb(200, 200, 200);
}

.divBoxLoginCampos button
{
	margin-top: 10px;
	min-height: 38px;
	width: 100%;
}

#lbResultadoLogin
{
	display: none;
	width: 100%;
	text-align: center;
	color: rgb(198,0,0);
	background-color: rgba(128, 128, 128, 0.3);
	border-radius: 8px;
	font-size: 14px;
	margin-bottom: 2px;
	padding: 5px 5px 5px 5px;
}

#lbResultadoLogin.exibir
{
	display: block;
}

.divBoxLoginAguarde
{
	display: none;
    flex-direction: column;
    justify-content: center;
    transition: all 0.4s;
    z-index: 0;
	height: 100%;
}

.divBoxTrocaSenha
{
	display: none;
	flex-direction: column;
	justify-content: center;
	transition: all 0.4s;
	z-index: 0;
}

.divBoxTrocaSenha> form
{
	display: flex;
	flex-direction: column;
    justify-content: center;
}

.divBoxTrocaSenha label
{
	line-height: 1.0;
	font-size: 16px;
	text-align: center;
	margin-bottom: 15px;
}

.divBoxTrocaSenha input
{
	margin-bottom: 10px;
}

.divBoxTrocaSenha #lbResultadoTrocaSenha
{
	display: none;
	background-color: rgba(182, 0, 0, 0.7);
	color: white;
	border-radius: 4px;
	padding: 6px;
	font-size: 14px;
}

.divBoxTrocaSenha #lbResultadoTrocaSenha.exibir
{
	display: flex;
}

.divBoxTrocaSenha #btVoltarNovaSenha
{
	margin-top: 10px;
}

.divBoxRecuperarSenha
{
	display: none;
	flex-direction: column;
	justify-content: center;
	transition: all 0.4s;
	z-index: 0;
}

.divBoxRecuperarSenha label
{
	text-align: center;
}

.divBoxRecuperarSenha input
{
	margin-bottom: 10px;
}

.divBoxRecuperarSenha .lbResultadoRecuperarSenha
{
	display:none;
	width: 100%;
	text-align: center;
	color: rgb(198,0,0);
	background-color: rgba(128, 128, 128, 0.3);
	border-radius: 8px;
	font-size: 14px;
	margin-bottom: 10px;
	padding: 5px 5px 5px 5px;
}

.divBoxRecuperarSenha .lbResultadoRecuperarSenha.exibir
{
	display: block;
}

.divBoxRecuperarSenha #ctLoginRecuperarSenha
{
	display:none;
}

.divBoxRecuperarSenha #ctLoginRecuperarSenha.exibir
{
	display:flex;
}

.divBoxRecuperarSenha .btVoltarRecuperarSenha
{
	margin-top: 10px;
}

.divBoxLoginServidores
{
	display: none;
    flex-direction: column;
    justify-content: center;
    transition: all 0.4s;
    z-index: 0;
    overflow: auto;
	height: 100%;
}

.divBoxLoginServidoresBotoes
{
	width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.divBoxLoginServidoresBotoes button
{
	min-height: 40px;
	width: 98%;
    margin-bottom: 10px;
}

.exibir
{
	opacity: 1.0;
	z-index: 1;
	display:flex;
}

.btInstalarApp
{
    width: 100%;
	margin-top: 15px;
}

/* ----------------------------------- */

@media screen and (max-width: 1080px) 
{
	.divLogin
	{
	    min-width: 300px;
	    max-width: 300px;
	}
}

@media screen and (max-width:700px) 
{
	.divPrincipal
	{
		flex-direction: column-reverse;
		height: 200%;
	}

	.divLogin
	{
		min-width: 100%;
	    max-width: 100%;
	    /*
	    margin-left: 0px;
	    margin-bottom: 20px;
	    height: calc(100% - 30px);
	    */
	}
	
	.btEntrarDesktop
	{
		display: none;
	}
}

@media screen and (max-width:700px) and (orientation: landscape)
{
	.divBoxLoginCampos button
	{
		min-height: 30px;
		font-size: 0.7rem;
		margin-top: 15px;
	}
	
	.divBoxLoginCampos input
	{
		font-size: 0.7rem;
	}
}

/* --------- Loading iframe ----------- */
#divIframeLoading
{
	height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
}

.lds-ellipsis 
{
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ellipsis div 
{
	position: absolute;
	top: 27px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #068a3b;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) 
{
	left: 6px;
	animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) 
{
	left: 6px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) 
{
	left: 26px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) 
{
	left: 45px;
	animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 
{
	0% 		{ transform: scale(0); }
	100% 	{ transform: scale(1); }
}
@keyframes lds-ellipsis3 
{
	0%		{ transform: scale(1); }
	100%	{ transform: scale(0); }
}
@keyframes lds-ellipsis2 
{
	0%		{ transform: translate(0, 0); }
	100%	{ transform: translate(19px, 0); }
}
