@charset "utf-8";
/* CSS Document */

/*dialog in login page*/
.ui-dialog{
	top: 150px !important;
}

.ui-dialog-titlebar{
	background-color: #1fc4eb !important;
}

.languagepicker {
	background-color: #FFF;
	display: inline-block;
	padding: 0;
	height: 30px;
	overflow: hidden;
	transition: all .3s ease;
	/*margin: 0 50px 10px 0;*/
	vertical-align: top;
	float: left;
	margin-top: -6px;
	position: relative;
}

.languagepicker:hover {
	/* don't forget the 1px border */
	height: 61px;
}

.languagepicker a{
	color: #000;
	text-decoration: none;
}

.languagepicker li {
	display: block;
	padding: 0px 20px;
	line-height: 30px;
	border-top: 1px solid #EEE;
}

.languagepicker li:hover{
	background-color: #EEE;
}

.languagepicker a:first-child li {
	border: none;
	background: #FFF !important;
}

.languagepicker li img {
	margin-right: 5px;
}

.roundborders {
	border-radius: 5px;
}

.large:hover {
	/* 
	don't forget the 1px border!
	The first language is 40px heigh, 
	the others are 41px
	*/
	height: 245px;
}