@CHARSET "ISO-8859-1";

@font-face {
  font-family: 'Gotham-Medium';
  src: url('fonts/Gotham-Medium.woff') format('woff'),
   url('fonts/Gotham-Medium.ttf') format('truetype');
} 
@font-face {
  font-family: 'Gotham-Bold';
  src: url('fonts/Gotham-Bold.woff') format('woff'),
   url('fonts/Gotham-Bold.ttf') format('truetype');
} 
@font-face{
	font-family: 'Do Hyeon';
	src: url('fonts/DoHyeon-Regular.woff') format('woff');
}
@font-face{
	font-family: 'PT Sans-Web';
	src: url('fonts/PT_Sans-Web-Regular.ttf') format('truetype');
}
@font-face{
	font-family: 'mplus-1c';
	src: url('fonts/mplus-1c-regular.ttf') format('truetype');
}
@font-face{
	font-family: 'mplus-1c';
	src: url('fonts/mplus-1c-regular.ttf') format('truetype');
	font-weight: 700;
}
@font-face{
	font-family: 'mplus-1c';
	src: url('fonts/mplus-1c-bold.ttf') format('truetype');
	font-weight: bold;
}

@font-face{
	font-family: 'blogger-sans';
	src: url('fonts/blogger-sans/Blogger_Sans.ttf') format('truetype');
}
@font-face{
	font-family: 'blogger-sans';
	src: url('fonts/blogger-sans/Blogger_Sans-Bold.ttf') format('truetype');
	font-weight: bold;
}

/*--------------------------------------------*/
/*LOGIN_HEADER*/
/*--------------------------------------------*/
.rounded-rect{
	position: absolute;
	z-index: 9990;
	left: calc(50% - 5.22%);
	top: 0%;
	float: left;
	height: 100%;
	width: auto;
	object-fit: contain;
	border-radius: 5px !important;
}
.banner-1 img{
	position: fixed;
	z-index: 9900;
	top:0;
	left:0;
	width:100%;
	height:5.8vw;
	min-height: 10.5% !important;
}

.banner-2 img{
	position: fixed;
	z-index: 9900;
	top:0;
	left:0;
	width:100%;
	height:8.9vw;
	min-height: 16.5% !important;
}

.apia-margin-fixer{
	
}
.topnav {
    overflow: visible;
    position: fixed;
    z-index: 9900;
    top: 0;
    left: 0;
    width:100%;
    height: 6.5vw;
}
.topnav img {
	position: fixed;
	z-index: 9990;
	left: calc(50% - 5.18vw);
	top: 1vw;
	float: left;
	height: 7.4vw;

	width: auto;
	object-fit: contain;
	transition: 0.5s;
	border-radius: 25px !important;
	box-shadow: 3px 2px 2px 1px rgba(55, 55, 55, 0.2) !important;
}

.topnav img:hover{
	background-color: #efb509 !important;
	border-radius:25px;
}

/* Style the links inside the navigation bar */
.topnav a {
	width:120px;
	height:120px;
    color: #f2f2f2;
    padding: 4px 6px;
    text-decoration: none;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #0d3c7c;
    width: 120px;
    height: 120px;
}

/* Add a color to the active/current link */
.topnav a.active {
        background-color: #4CAF50;
        color: white;
}

.testing-py{
	position: fixed;
	max-height:70px;
	width:10vw;
	height:auto;
	top: 1.5vh;
	left:1vw;
	border-radius:7px;
	padding:10px 7px;
}
/*--------------------------------------------*/
/*LOGIN_TITLE*/
/*--------------------------------------------*/
.virtu-logo{
	max-height: 40px;
	width: auto;	
}

.left-OneColumn{
	font-size: 0px !important;
}

.pnl_DGC_LOGIN_TITLE{
	z-index: 10001 !important;
}

.title1{
	font-family: Gotham-Medium !important;
	margin-top: 130px !important;
	margin-bottom: 0%;
	color: #1e284b !important;
	top: 0% !important;
	overflow: visible;
	margin-left: 1.2% !important;
	z-index: 10001;
}
hr{
	width:15%;
	border-color: #f8c807;
	margin-bottom: .5%;
}

/*--------------------------------------------*/
/*LOGIN_FOOTER*/
/*--------------------------------------------*/

.bottom-LandingPage{
	font-size: 0px !important;
}

.botnav {
    background-image: linear-gradient(to right, #28409d, #0a92db);
    overflow: hidden;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #003173;
    color: white;
    text-align: center;
    font-size: 14px;
    font-size-adjust: 1.0;
    height: 2%;
    z-index:999;
}

/* Style the links inside the navigation bar */
.botnav a {

}

.botnav img {
	position: fixed;
	bottom:0;
	left:0;
	width:100%;
	height:2.4vw;
	min-height: 5% !important;
}

/* Change the color of links on hover */
.botnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Add a color to the active/current link */
.botnav a.active {
    background-color: #4CAF50;
    color: white;
}

.footer-text{
	font-size: 12px;
	margin-left: 1%;
}

.ad-logo1{
	position: fixed;
	z-index: -1;
	left: calc(50% - 130.5px);
	bottom: -50px;
	width: 3vw;
	height: auto !important;
	display: auto !important;
	object-fit: contain;
}


/*--------------------------------------------*/
/*LOGIN_FORMSTYLE*/
/*--------------------------------------------*/

.right-bar{
    overflow: hidden;
    position: fixed;
    right: 0;
    bottom: 0;
    background-color: #1a47a3;
    color: white;
    text-align: center;
    font-size: 14px;
    font-size-adjust: 1.0;
    height: 100%;
    width: 18%;
    max-width:260px !important;
    z-index:999;
}

.right-bar img{
	overflow: hidden;
	position: relative;
	left: 0;
	top: 15%;
	height: 100%;
	width: auto;
	opacity: 0.2;
}

.right-bar-logo{
	top: 0% !important;
	width: 100% !important;
	height: auto !important;
}

.right-bar-logo img{
	opacity: 1.0 !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	height: auto !important;
}

.agesic-logo{
	bottom: 0 !important;
	right: 0 !important;
}

.agesic-logo img{
    position: fixed !important;
    opacity: 1.0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 13% !important;
    height: auto !important;
    top: 86% !important;
    left: 84% !important;
}
.tooltip{
	font-family: PT Sans-Web !important;
}
div.tooltip {
    padding: 10px 10px;
    padding-bottom: 18px !important;
}

.warning{
	background-color: rgba(255, 140, 26, 0.37);
	border: 0px !important;
	border-bottom: 2px solid red !important;
	border-radius: 5px;
	font-size: calc(0.6vw + 8px) !important;
	width: 30% !important;
	margin-top:3vw !important;
	margin-right: 35% !important;
	margin-bottom: 7px !important;
	padding: 7px 0px !important;
	color: red !important;
}

.spinner.msg{
	font-family: PT Sans-Web !important;
}

.header-title{
	font-family: PT Sans-Web;
	font-size: 2vw;
	text-align: center;
	position:fixed;
	left:0;
	top:.4%;
	width:30%;
	height:3.3vw;
	/*
	background-color: white;
	border-right: 1vw solid #efb509;*/
	padding-top:.6%;
	color:#efb509;
	z-index: 10001;
}


.bg-logo img{
	position: fixed;
	top:20%;
	left:18%;
-webkit-mask-image: -webkit-gradient(linear, left top, right bottom, 
    from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
	height:35% !important;
	width: auto;
	z-index:-1;
/* 	opacity:0.25; */
	min-height: 100px !important;
}

.left-OneColumn{
	font-size: 0px !important;
}
.text-apia-info{
	font-size: .8vw !important;
	position: fixed !important;
	bottom: .6vw;
	left: .4vw;
	text-size-adjust: none;
	color: #004080 !important;
	z-index: 9999;
}

div.title{
	border-bottom: 0px !important;
}

div.field{
	margin-bottom:1.8em !important;
}

input[type=text], input[type=password], textarea{
  -webkit-transition: all 0.30s ease-in-out !important;
  -moz-transition: all 0.30s ease-in-out !important;
  -ms-transition: all 0.30s ease-in-out !important;
  -o-transition: all 0.30s ease-in-out !important;
  outline: none !important;
  padding: 3px 0px 3px 3px !important;
  border: 2.5px solid #004080!important;
  border-radius: 10px !important;
  margin-bottom: 10px !important;
}
 
input[type=text]:focus, input[type=password]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1) !important;
  padding: 3px 0px 3px 3px !important;
/*   border: 2.5px solid rgba(81, 203, 238, 1) !important; */
}

input{
	width: 350px !important;
	height: 44px !important;
	margin-left: calc(50% - 175px - 4px) !important;
	margin-top: 3px;
	font-family: Arial !important;
	font-size: 17px;
	text-align: center;
}

label{
	font-family: Arial !important;
	font-weight: normal;
	font-size: 20px;
}

.testt{
	position: fixed;
	left: 50%;
	top: 60%;
}

.genericBtn {
    

    color: white !important;
    border-color: #2465bc !important;
    border-radius: 7px !important;
    border-style: solid !important;
    border: 1px !important;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15) !important;
    box-sizing: border-box !important;
    font-weight: 500 !important;
    font-family: Arial !important;
    font-size: 18px !important;
    margin: 0 !important;
    padding: 0.25em 1.5em !important;
    position: relative !important;
    text-align: center !important;
    text-decoration: none !important;
    transition: box-shadow .35s, background-color .35s !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    width: 350px !important;
    left: calc(50% - 175px) !important;
    height: 50px !important;
    margin-bottom: 25px !important;
    margin-top: 1px !important;
/*     margin-left: 3px !important; */
    background: rgb(23,71,157) !important;
    background-color: rgb(23,71,157) !important;
/*     background-image: linear-gradient(to bottom, #457dc0, #2a507e) !important; */
}


    .genericBtn:hover {
        background-color: rgb(237,28,36) !important;
    }    
    .genericBtn:focus,
    .genericBtn:active {
        text-decoration: none;
    }

    .genericBtn:disabled,
    .genericBtn.is-disabled {
        cursor: default;
        opacity: .2;
        box-shadow: none;
    }

    .genericBtn:disabled:hover,
    .genericBtn.is-disabled:hover {
        background-color: #C7C7C7;
     }

    .genericBtn:active {
        box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.25);
     }

	genericBtn:focus,
	:focus {
 	   outline: 2px solid #ffbf47 !important;
	   outline-offset: 0.040625rem !important;
	}
	
.uruguayBtnContainer{
    width: 350px !important;
    margin-left: calc(50% - 175px) !important;
    height: 42px !important;
    font-family: blogger-sans !important;
}
	
.uruguayBtn{
	background-color: rgba(0, 0, 0, 0.0);
	color: #2465bc;
    border: 3px !important;
    font-family: blogger-sans !important;
    font-size: 30px; 
}
	.genericBtn.uruguayIdButton{
		border: 1px !important;
		background-color: white !important;
		background-image: linear-gradient(to bottom, #f4f4f4 , #999999) !important;
		border-color: #2465bc;
		color: #0060a3 !important;
	}

	.genericBtn.uruguayIdButton:hover{
		background-color: #f1b40a !important;
	}

.panel .content{
	overflow: visible !important;
}

.field{
	width: 100% !important;
}

div.section div.required label{
	font-weight: 300 !important;
	text-align: center;
	font-size: 0 !important;
}

div.fieldLast{
	margin-bottom: 10px !important;
}
.pnl_LOGIN{
	align-content:center !important;
}

.top-img-py{
			position: fixed;
			top: 0;
			left:22.2vw;
			width: 55vw;
			height: auto;
/* 			background-color:#a0a1ed1a; */
			border-radius:7px;
			padding:10px 7px;
/* 			max-width: 1100px !important; */
/* 			max-height: 200px !important */
		}

div.body form{
	align-content:center !important;
	float: none !important;
	width:100%;
}

.login-panel{
align-content:center !important;
	float:none !important;
	margin-top: -5% !important;
}

.loginContainer{
/* 	background-color: rgba(15, 15, 15, .00); */
/* 	border-radius: 0px !important; */
	font-size: 14px !important;
	font-family: Sans-Serif !important;
	font-weight: 300 !important;
	position:relative;
	width: 52% !important;
/*     left: 25px !important; */
	top: 0%;
	border: 0px !important;
	margin: 0 auto!important;
	margin-top: 0% !important;
	overflow:hidden !important;
	align-content:center !important;
	
	/* 			background: linear-gradient(180deg, rgba(255,239,239,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 60%, rgba(236,229,255,1) 100%); */
			background-color:#a0a1ed1a;
			border-radius:8px !important;
			padding:30px 5px;
}

.loginRemember div{
	font-family: Gotham-Medium !important;
	font-size: 18px !important;
	transition: 0.5s;
	color: #1e284b !important;
}

.loginRemember div:hover{
	text-decoration: none !important;
	color: rgb(23,71,157) !important;

}

[title~="Confirmar contraseņa"]{
	margin-top: 10% !important;
}

div.loginRemember{
	padding-top: 10px !important;
}
	@media all and (min-width: 1079px){
		.agesic-logo img{
		    max-width: 230px;
		    left: calc(100% - 230px) !important;
		}
		.top-img{
			left:20vw !important;
		}
	}
	@media all and (min-width: 1700px){
		.agesic-logo img{
		    max-width: 230px;
		    left: calc(100% - 245px) !important;
		}
	}
	
	@media all and (max-width: 1440px){
		div.planelContainer div.panel div.title {
			line-height: 0 !important;
			margin-top: 0 !important;
		}
		.warning{
			font-size: 12px !important;
		}
		.title1{
			margin-top: 130px !important;
			margin-bottom: 0%;
			color: #1e284b !important;
		}
		hr{
			width:15%;
			border-color: #f8c807;
			margin-top: .5%;
			margin-bottom: .5%;
		}
		.header-title{
			top:.4%;
		}
		
		
		.footer-text{
			font-size: 12px;
		}
	
		.pnl_LOGIN{
			margin-top: -10px !important;
		}
		.loginContainer{

		}
		.genericBtn{
			margin-bottom: 10% !important;
			width: 300px !important;
		    height: 45px !important;
		    left: calc(50% - 150px - 4px) !important;
		}
		input{
			width: 300px !important;
		    height: 36px !important;
		    margin-left: calc(50% - 150px - 4px) !important;
		}
		.uruguayBtnContainer{
			width: 300px !important;
		    height: 35px !important;
		    margin-left: calc(50% - 150px) !important
		}
		.loginRemember{
			margin-top: -4vw !important;
		}
		div.planelContainer div.panel {
		    margin-top: 0px !important;
		}
	}

	@media all and (max-width: 1440px) and (min-height: 721px){
		div.planelContainer div.panel div.title {
			line-height: 0 !important;
			margin-top: 0 !important;
		}
		.title1{
						margin-top: 130px !important;
			margin-bottom: 0%;
			color: #1e284b !important;
		}
		div.planelContainer div.panel {
		    margin-top: 0px !important;
		}

	}

	@media all and (max-width: 1024px){
		div.planelContainer div.panel div.title {
			line-height: 0 !important;
		}
		.header-title{
			font-size: 2.5vw;
			top:.4%;
		}
		.text-apia-info{
			bottom: .8vw !important;
			font-size: 1.3vw !important;
		}
		
		.footer-text{
			font-size: 14px;
			margin-top: 30%;
		}
		
		.genericBtn{

		}
		div.body form{
			height: 1920px !important;
/* 			min-height: 500px !important; */
			max-height: 350px !important;
		}
		
		.footer-text{
			position:absolute;
			left: 35%;
			top: 90%;
		}
		
		.title1{
						margin-top: 130px !important;
			margin-bottom: 0%;
			color: #1e284b !important;
		}
		div.planelContainer div.panel {
		    margin-top: 0px !important;
		}


	}
	
	@media all and (max-width: 1024px) and (min-height: 721px){
		.title1{
						margin-top: 130px !important;
			margin-bottom: 0%;
			color: #1e284b !important;
		}
		div.planelContainer div.panel {
		    margin-top: 0px !important;
		}
	}
	
	@media screen
	and (device-width: 320px)
	and (device-height: 640px)
	and (-webkit-device-pixel-ratio: 3)
	and (orientation: portrait){	
		input{
			height: 100px !important;
			width: 90% !important;
			margin-left: 5% !important;
			margin-top: 25px;
		}
	}
	@media all and (max-width: 960px){
		div.planelContainer div.panel div.title {
			line-height: 0 !important;
		}
		.text-apia-info{
			font-size: calc(1.3vw + 4px);
		}
		.footer-text{
			margin-top: 43%;
			margin-left: -1.5%;
		}
		div.planelContainer div.panel {
		    margin-top: 0px !important;
		}
	}
	
	@media all and (max-width: 768px){
		div.planelContainer div.panel div.title {
			line-height: 0 !important;
		}
		.footer-text{
			margin-top: 50%;
			margin-left: -1.3%;
		}
		.topnav img {
			left: calc(50% - 7.7vw);
			top: 1vw;
			float: left;
			height: 11vw;
		}
		div.body form{
			height: 100% !important;
			min-height: 350px !important;
		}
		div.planelContainer div.panel {
		    margin-top: 0px !important;
		}
		.genericBtn{
			width: 180px !important;
			left: calc(50% - 90px) !important;
		}
		.uruguayBtnContainer{
			width: 180px !important;
			margin-left: calc(50% - 90px) !important;
		}
		.uruguayBtn{
			width: 180px !important;
			margin-left: calc(50% - 90px) !important;
		}
		input{
			width: 180px !important;
			margin-left: calc(50% - 90px) !important;
		}
	}
	
	@media only screen and (max-width: 600px){
		div.planelContainer div.panel div.title {
			line-height: 0 !important;
		}
		.text-apia-info{
			bottom: 1vw !important;
			font-size: calc(1.3vw + 6px);
		}
		
		.topnav img {

		}
		
		.rounded-rect{
			left: 44.4%;
		}
		
		.header-title{
			font-size: 12px;
			top:.4%;
		}
	
		.text-apia-info{
			bottom: 1vw !important;
		}
		div.body form{
			height: 100% !important;
			min-height: 350px !important;
		}
		.loginRemember{
			margin-top: 3px !important;
			margin-bottom: 3px !important;
			
		}
		.footer-text{
			position:absolute;
			left: 32%;
			top: 90%;
		}
		div.planelContainer div.panel {
		    margin-top: 0px !important;
		}
	}
	@media all and (max-width: 450px){
		.footer-text{
			margin-top: 115% !important;
			margin-left: -20%;
		}
		div.planelContainer div.panel div.title {
			line-height: 0 !important;
		}
	}
	
	.MovilLandingPage-OneColumn{
		font-size: 0 !important;
	}
	
	.fieldEnvironment{
		width: 0 !important;
		display: none !important;
	}
	
	}
	div.planelContainer div.panel div.title {
		line-height: 0 !important;
	}
	
	.splashLayout div.planelContainerHorizontalTop-OneColumn {
    	width: 100% !important;
	}
	div.loginContainer {
    	padding-right: 0px !important;
	}
	div.planelContainer div.panel {
	    margin-top: 5px;
	}
	
	div.img.right-logo {
	    position: fixed !important;
	    right: 0 !important;
	    top: 0 !important;
	    z-index: 99999 !important;
	    margin-top: 0 !important;
	    width: 18% !important;
	}

	div.languages{
		text-align: center;
		font-size: 10px !important;
		float: unset !important;
	}