#content {
	margin-left:30px;
}
#text {
	margin-left:15px;
	padding-top:15px;
}

.btn  {
	color:white;
	background-color: #D5A801;
	border-color: #D5A801;
	
}

.btn:hover  {
	
	background-color: #B08D02;
	border-color: #B08D02;
	
}
.btn-primary  {
	color:white;
	background-color: #D5A801;
	border-color: #D5A801;
	
}

.languages {
	
}
select.form-control{
	width:20%;
}

input.form-control{
	width:20%;
}

#link{
	text-decoration:none;
	color: black;
}

#fixedElement {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 500px;
  float: right;
  z-index: 100;
}

select.none-control{
	width: auto;
	max-width: 50%;
	border: none;
	outline: none;
	background-color: white;
}

input.none-control{
	width: 50%;
	border: none;
	outline: none;
	background-color: white;
}

.ui-select{width: 100%}
/* This is to remove the arrow of select element in IE */
select::-ms-expand {	display: none; }
select{
    -webkit-appearance: none;
    appearance: none;
}
@-moz-document url-prefix(){
	.ui-select{border: 1px solid #CCC; border-radius: 4px; box-sizing: border-box; position: relative; overflow: hidden;}
  .ui-select select { width: 110%; background-position: right 30px center !important; border: none !important;}
}

