﻿@import url('/absis/comun/css/estilos/gris/fontface.css');

/* @font-face {font-family: 'Open Sans';src:url('/absis/comun/fonts/OpenSans-Regular.ttf') format('truetype');}
* {
outline:none;
} */


*, html, body {
	font-family: 'open_sansregular', sans-serif;
}
/*
	Hoja de estilos únicamente para las dos páginas de login.
	index.html (ubicada en la raíz - abre la página de login)
	index.aspx (ubicada en /FRM - página de login)
*/

body, html {
	height: 100%;
	width: 100%;
	color: #000;
	/*background-color: #f0efea !important;*/
	font-family: 'open_sansregular', sans-serif;
	margin: 0px 0px 0px 0px;
}

body.fullHeightWidth {
		/*background-image:url("/absis/comun/img/15/bck-app-blur.svg") !important;*/
		/*background-image:url("/absis/comun/img/15/bck-app-blur-BN.svg") !important;*/
		/*background-color: rgba(201,218,250,1) !important;*/
		/*gradiente lineal*/
		/*background-image: linear-gradient(to right, #1249b2, #496cc6, #7390d9, #9cb5ea, #c9dafa) !important;
		/*gradiente radial*/
		/*background-image: linear-gradient(to right, #1249b2, #496cc6, #7390d9, #9cb5ea, #c9dafa);*/
		animation: pulsecolor 24s infinite;
		background-repeat: no-repeat;
		background-size: cover;
}

.nextBody {
	background-image: url("/absis/comun/img/sim/Next/BkNextDark01.png") !important;
	background-repeat: no-repeat;
	background-size: cover;
}

@keyframes pulsecolor {
	0% {
		background: #1249B2;
	}

	33% {
		background: #4EA3FF;
	}

	67% {
		background: #3495fe;
	}

	100% {
		background: #1249B2;
	}
}


/*Burbujas*/
.circles {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

	.circles li {
		position: absolute;
		display: block;
		list-style: none;
		width: 20px;
		height: 20px;
		background: rgba(255, 255, 255, 0.2);
		animation: animate 25s linear infinite;
		bottom: -150px;
		border-radius: 0 30px 0 30px;
	}

		.circles li:nth-child(1) { /*background-color: blueviolet;*/
			left: 25%;
			width: 80px;
			height: 40px;
			animation-delay: 0s;
			border-radius: 0 20px 0 20px;
		}


		.circles li:nth-child(2) { /*background-color: aqua;*/
			left: 10%;
			width: 10px;
			height: 20px;
			animation-delay: 2s;
			animation-duration: 12s;
			border-radius: 0 5px 0 5px;
		}

		.circles li:nth-child(3) { /*background-color:  burlywood;*/
			left: 70%;
			width: 10px;
			height: 20px;
			animation-delay: 4s;
			border-radius: 0 5px 0 5px;
		}

		.circles li:nth-child(4) { /*background-color: blue;*/
			left: 40%;
			width: 30px;
			height: 60px;
			animation-delay: 0s;
			animation-duration: 18s;
			border-radius: 0 10px 0 10px;
		}

		.circles li:nth-child(5) { /*background-color: coral;*/
			left: 65%;
			width: 10px;
			height: 30px;
			animation-delay: 0s;
			border-radius: 0 5px 0 5px;
		}

		.circles li:nth-child(6) { /*background-color: darkred;*/
			left: 75%;
			width: 70px;
			height: 110px;
			animation-delay: 3s;
		}

		.circles li:nth-child(7) { /*background-color: chartreuse;*/
			left: 35%;
			width: 90px;
			height: 150px;
			animation-delay: 7s;
		}

		.circles li:nth-child(8) { /*background-color: darkorange;*/
			left: 50%;
			width: 10px;
			height: 25px;
			animation-delay: 15s;
			animation-duration: 45s;
			border-radius: 0 5px 0 5px;
		}

		.circles li:nth-child(9) { /*background-color:   black;*/
			left: 20%;
			width: 15px;
			height: 30px;
			animation-delay: 2s;
			animation-duration: 35s;
			border-radius: 0 10px 0 10px;
		}

		.circles li:nth-child(10) { /*background-color: mistyrose;*/
			left: 85%;
			width: 80px;
			height: 150px;
			animation-delay: 0s;
			animation-duration: 11s;
		}



@keyframes animate {

	0% {
		transform: translateY(0) rotate(0deg);
		opacity: 1;
	}

	100% {
		transform: translateY(-1000px) rotate(720deg);
		opacity: 0;
	}
}

/*Cuerpo del Login*/
body {
	font-size: 68.7%;
}

/*ABS Inicio*/
span#span1 {
	font-size: 16px;
}

	span#span1 a {
		text-decoration: underline;
	}

/*Login*/
#oDivCentrado {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 460px;
	margin-top: -340px;
	margin-left: -240px;
	/*background-color: #C9DAFA;*/
	background-color: #fff;
	padding: 30px;
	/*border: 1px #605756 outset;*/
	border-radius: 30px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

#oDivCentradoEx {
	background-color: #605756;
	width: 360px;
	height: 310px;
	padding: 5px 5px 5px 5px;
}

#oDivLogo {
	width: 100%;
	height: 77px;
	background-image: url(/absis/comun/img/logoabsisv2.png);
	background-repeat: no-repeat;
	background-color: transparent;
	margin-bottom: 10px;
	background-position: center;
}

#oDivNextLogo {
	width: 100%;
	height: 77px;
	background-image: url(/absis/comun/img/sim/next/HeaderNextBL2.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	margin-bottom: 10px;
	margin-top: -15px;
	margin-bottom: 30px;
}

#oDivTitulo {
	width: 100%;
	height: 25px;
	background-color: transparent;
	color: #1249B2;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

.lblNextTitulo {
	float: left;
	width: 78% !important;
	font-size: 1.3em;
}

#oDivTitulo p.nextIdiomas {
	width: 20% !important;
	margin-top: -8px !important;
}

#oDivLogo p.idiomes {
	float: right;
	width: 50%;
	text-align: right;
	margin-top: 4%;
	margin-right: 1.5%;
}

#oDivTitulo p.idiomes {
	float: right;
	width: 50%;
	text-align: right;
	margin-top: 4%;
	margin-right: 1.5%;
}

#oDivTitulo p.idiomes a {
	float: right;
	line-height: 18px;
	font-size: 11px;
	text-decoration: underline;
	color: #8c8c8c;
	margin-bottom: 10px;
	outline: none;
	padding: 0 0 0 15px;
	transition: .3s ease-out;
	width: 100%;
}

#oDivTitulo p.idiomes a:hover {
	color: #3f3f3f;
}

#oDivFormulario {
	background-color: transparent;
	color: #1249B2;
	padding: 5px 5px 5px 5px;
}

#oDivValidacion {
	background-color: transparent;
	text-align: center;
	padding: 5px 5px 5px 5px;
	color: #e2001a;
}

#oDivPie {
	background-color: transparent;
	font-size: 7pt;
	text-align: center;
	height: 15px;
	background-color: #dddddd;
	color: #404040;
	padding: 5px 5px 5px 5px;
	margin-bottom: 5px;
}

#oDivPieSoporte {
	background-color: transparent;
	font-size: 7pt;
	text-align: center;
	height: 25px;
	background-color: transparent;
	color: #404040;
	padding: 5px 5px 5px 5px;
}

div.form-group.center + div.form-group.center {
	margin-top: 30px;
	transition: .3s ease-out;
}

div.form-group + div.form-group a[href]:first-child {
	position: relative;
	left: 30px;
}

a.login_txtResaltado span {
	padding-left: 5px;
	transition: .3s ease-out;
	display: inline-block;
	width: 90%;
	text-align: center;
	text-decoration: underline;
}

a.login_txtResaltado:link {
	color: #8c8c8c;
	text-decoration: underline;
}

a.login_txtResaltado:hover {
	color: #3f3f3f;
}

a.login_txtResaltado:visited {
	color: #eb690b;
}

a.login_txtResaltado:active {
	color: mediumpurple;
}

a {
	text-decoration: none;
}

	/*a:hover
	{
		text-decoration: underline;
	}*/

	a:active {
		text-decoration: none;
	}

	a:visited {
		color: #0000ff;
	}

	a:disabled {
		color: red;
	}


	a.lnkPeu {
		color: #404040;
	}

.btnWidth {
	width: 100%;
	float: left;
}

input[type="text"], input[type="password"], div#dvFilaEntornoDdl select {
	border: 1px solid #d8d8d8;
	color: #3f3f3f;
	margin-bottom: 15px;
	padding: 5px;
	transition: .3s ease-out;
}

	input[type="text"]:hover, input[type="password"]:hover, select:hover,
	input[type="text"]:focus, input[type="password"]:focus, select:focus {
		border-bottom: 1px solid #1249B2;
	}

div.rowRel, span#lblEntorno {
	margin: 5px 0;
}

div#dvFilaEntornoDdl {
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 5px;
}

input#btnAcceptar {
	background-color: #1249B2;
	border: none;
	display: block;
	float: none;
	font-size: 20px;
	margin: 15px auto;
	text-transform: uppercase;
	transition: .2s ease-out;
	width: 50%;
}

input#btnAcceptar:hover {
	box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22);
	-webkit-box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22);
	-moz-box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22);
	-ms-box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22);
	-o-box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22);
}

p#pIdiomas a.escalaGrises {
	color: #1249B2;
	font-weight: bold;
	text-decoration: none;
}

p#pIdiomas a.escalaGrises:hover {
	color: #1249B2;
	text-decoration: none;
}

.PieSoporteIcono {
	/*float: left;*/
	width: 8%;
	display: table-cell;
}

.PieSoporteTelf {
	color: #8c8c8c;
	/*float: left;*/
	width: 100%;
	display: table-cell;
}

	.PieSoporteTelf span {
		float: left;
		width: 100%;
		line-height: 18px;
		font-size: 11px;
		text-align: center;
	}

#dvCentrado {
	display: table;
	width: 100%;
}


.separador {
	border: 0px;
	/*border-top: 2px #605756 solid;*/
	margin: 0px;
}

.margenSup {
	margin-top: 10px;
}

.dvBoton {
	float: left;
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}

.fullHeightWidth {
	width: 100%;
	height: 100%;
}

.fullWidth {
	width: 100%;
}

.floatLeft {
	float: left;
}

.col-error {
	position: relative;
}

#rfvPassword, #rfvUsuari, #rfvPassword1, #cvPasswords, #rfvActivationCode, #rfvCodigoINE {
	position: absolute;
	top: 5px;
	right: 15px;
	color: red;
}


/************************************
*********Politica ENS **************/

.ui-dialog .ui-widget-header .ui-icon {
	background-image: url('../../../../comun/css/Estilos/Gris/images/cerrar-blanco.png') !important;
	background-position: 0 !important;
}

.ui-dialog .ui-widget-header .ui-state-default {
    background: transparent;
    color: #FFF;
}

.ui-widget-overlay {
	background: #000 !important;
	opacity: .75 !important;
}

.ui-resizable-handle.ui-resizable-e {
	display: none !important;
}

.ui-dialog > .ui-widget-header {
	background-color: #4B4395 !important;
	border-radius: 2px 2px 0 0 !important;
	border: none !important;
	color: #fff !important;
	font-size: 16px;
	padding: 10px !important;
	margin: 0 !important;
	font-weight: lighter !important;
}

.ui-widget-content, .ui-dialog-buttonset {
	background-color: #f0efea !important;
}

.ui-dialog-content {
	background-color: #f0efea !important;
	padding: 20px !important;
}

div.ui-dialog {
	font-size: 12px !important;
}

div.ui-dialog-buttonpane {
	display: block !important;
}

hr.divider-dialog {
	height: 0;
	margin: 4px 0;
	overflow: hidden;
	border: 0;
	opacity: 1;
	border-top: 1px solid #ccc;
}

#btnAceptarENS, #btnCancelarENS {
	background-color: #4B4395 !important;
	border-radius: 4px;
	font-size: 14px !important;
	padding: 10px 20px;
	width: auto;
	float: left;
	color: white;
	margin: 1% 3%;
	border: none;
}