@charset "UTF-8";
@import url("../../css/fonts/Titillium.css");
/* CSS Document */
*{ box-sizing: border-box;}
img{border:0}
html, body{ margin:0; padding:0; font-family: "Titillium Web", sans-serif; color:#787878; background:#004c99; overflow-y: auto; overflow-x:hidden;}
.login-container { background: #004c99 url(../images/background.png) no-repeat center top; background-size:cover; overflow: auto; height:100vh; min-height:80vh;}
.right-col{ width:25vw; position:absolute; min-width:300px; right:0; height:100vh; bottom:inherit}
.logos-wrapper{background:white; height:100%; -webkit-box-shadow: -5px 0 0 0 rgba(0,0,0,.2); box-shadow: -5px 0 0 0 rgba(0,0,0,.2);}
.logos-header{ border-bottom: 6px solid #f5b400; overflow: hidden; background:white;}
.note {padding:10px 20px 0 20px; font-weight: normal; text-transform: uppercase; font-size:.9em;}
.logos-container {padding:0; overflow: hidden}
.logos-container > div{background:white; position:relative;}
.logos-container a {display:block;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background: #fff url(../images/arrow.png) no-repeat -10% center; 
	background-size: 4% auto;	
	overflow: hidden;
}
.logos-container a img{display:block; max-width:65%; margin:2vh 20px; }
.logos-container a img#uniqa-img{margin-top:1vh; max-width:43%;}
.ErrorLabel {
    background-color:white;
    color:black;
    margin: 5px;
}
.NotShown
{
    visibility: hidden;
    width: 1px;
    height: 1px;
}
.NotRendered
{
    display: none;
}
.logos-container a:hover { background: #f5b400 url(../images/arrow.png) no-repeat 97% center; background-size: 4% auto;}
.logos-container a:active { background: #eeefef url(../images/arrow.png) no-repeat 97% center; background-size: 4% auto;}

.logos-container.countries img.country-flag {
    width: 60px;
    float: left;
}

.logos-container.countries .flag-cl img.country-flag {
	border: 1px solid rgb(193 193 193);
}

.logos-container.countries a {
	text-decoration: none;
	color: rgb(120, 120, 120);
}

.logos-container.countries .country-name {
	line-height: 65px;
}

