.borderRadius {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	border: 1px solid #d4d4d4;
	border:0;
}
.borderRadiusTp {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	border: 1px solid #d4d4d4;
	border:0;
}
.borderRadiusBtm {
	-moz-border-radius:0;
	border-radius:0;
}
.ddcommon {
	position:relative;
	display:-moz-inline-stack;
	zoom:1;
	display:inline-block;
 *display:inline;
	cursor:default;
}
.ddcommon ul {
	padding:0;
	margin:0;
	max-height:252px;
	overflow:auto;
}
.ddcommon ul li {
	list-style-type:none;
}
.borderRadiusTp ul li:last-child {
	-moz-border-radius:0;
	border-radius:0;
	border-bottom:0 none #c3c3c3;
	border:0;
}
.borderRadiusBtm ul li:first-child {
	-moz-border-radius:0;
	border-radius:0;
	border-bottom:0 solid #c3c3c3;
	border:0;
}
.ddcommon .disabled img, .ddcommon .disabled span, .ddcommon.disabledAll {
	opacity: .5; /* standard: ff gt 1.5, opera, safari */
	-ms-filter:"alpha(opacity=50)"; /* ie 8 */
	filter:alpha(opacity=50); /* ie lt 7 */
	-khtml-opacity:.5; /* safari 1.x */
	-moz-opacity:.5; /* ff lt 1.5, netscape */
	color:#999999;
}
.ddcommon .clear {
	clear:both
}
.ddcommon .shadow {
}
.ddcommon input.text {
	color: #8d8d8d;
	font-family: 'Raleway', sans-serif;
	font-size: 11px;
	font-weight:400;
	text-transform:uppercase;
	padding:0 0 0 0;
	position:absolute; /*background:#fafbfb;*/
	display:block;
	width:200px;
	height:32px;
	resize:none;
	/*padding:4px 11px;*/ top:10px;
	left:18px;
	border: 0;
	outline:none;
}
.ddOutOfVision {
	position:relative;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
*display:inline;
}
.borderRadius .shadow {
	-moz-box-shadow:5px 5px 5px -5px #888888;
	-webkit-box-shadow:5px 5px 5px -5px #888888;
	box-shadow: 5px 5px 5px -5px #888888;
}
.borderRadiusBtm .shadow {
	-moz-box-shadow:-5px -5px 5px -5px #888888;
	-webkit-box-shadow:-5px -5px 5px -5px #888888;
	box-shadow: -5px -5px 5px -5px #888888
}
.borderRadiusTp .border, .borderRadius .border {
	-moz-border-radius:0;
	border-radius:0;
	border:0;
}
.borderRadiusBtm .border {
	-moz-border-radius:0;
	border-radius:0;
	border:0;
}
img.fnone {
	float:none !important
}
.ddcommon .divider {
	width:0;
	height:100%;
	position:absolute;
}
.ddcommon .arrow {
	display:inline-block;
	position:absolute;
	top:0;
	right:22px;
}
/*.ddcommon .arrow:hover {
	background-position:0 100%;
}*/
.ddcommon .ddTitle {
	padding:0;
	position:relative;
	display:inline-block;
	width:100%
}
.ddcommon .ddTitle .ddTitleText {
	display:block;
}
.ddcommon .ddTitle .ddTitleText .ddTitleText {
	padding:0;
}
.ddcommon .ddTitle .description {
	display:block;
}
.ddcommon .ddTitle .ddTitleText img {
	position:relative;
	vertical-align:middle;
	float:left;
	height:35px;
}
.ddcommon .ddChild {
	position:absolute;
	display:none;
	width:100%;
	overflow-y:auto;
	overflow-x:hidden;
	zoom:1;
	z-index:9999;
}
.ddcommon .ddChild li {
	clear:both;
}
.ddcommon .ddChild li .description {
	display:block;
}
.ddcommon .ddChild li img {
	border:0 none;
	position:relative;
	vertical-align:middle;
	float:left;
	height:35px;
}
.ddcommon .ddChild li.optgroup {
	padding:0;
}
.ddcommon .ddChild li.optgroup .optgroupTitle {
	padding:0 5px;
	font-weight:bold;
	font-style:normal
}
.ddcommon .ddChild li.optgroup ul li {
	padding:5px 5px 5px 15px
}
.ddcommon .noBorderTop {
	border-top:none 0 !important;
	padding:0;
	margin:0;
}
/*************** default theme **********************/
.dd {
	border:1px solid #d4d4d4;
	cursor:pointer;
	-moz-transition: border 0.2s linear;
	-o-transition: border 0.2s linear;
	-ms-transition: border 0.2s linear;
	-webkit-transition: border 0.2s linear;
	transition: border 0.2s linear;
}
.dd:hover {
/*border:1px solid #454545;*/
}
.dd .divider {/*border-left:1px solid #dad4cb; border-right:1px solid #fff; right:26px;*/
}
.dd .arrow {
	width:25px;
	height:43px;
	background:url(dd_arrow.gif) no-repeat center top;
	-moz-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	-webkit-transition: background 0.2s linear;
	transition: background 0.2s linear;
}
.dd .arrow:hover, .dd:hover .arrow {
	background:url(dd_arrow_.gif) no-repeat;
}
.dd .ddTitle {
	color:#7c7c7c;
	font-family: 'Raleway', sans-serif;
	font-style:normal;
	font-size:12px;
	font-weight:600;
	text-align:left; /*background:#e2e2e4 url(title-bg.gif) repeat-x left top;*/
	background-color:#ffffff;
	letter-spacing:0.2em;
	line-height:22px;
	text-transform:uppercase;
}
.dd .ddTitle .ddTitleText {/*padding:6px 0px 6px 0px;*/
	padding:9px;
	white-space:nowrap;
	overflow:hidden;
	padding-left:18px; /*margin:0px 28px 0px 10px*/
}
.dd .ddTitle .ddTitleText .ddTitleText {
	padding:0;
}
.dd .ddTitle .description {
	font-size:14px;
	color:#666
}
.dd .ddTitle .ddTitleText img {
	padding-right:5px;
}
.dd .ddChild {
	border:1px solid #d4d4d4;
	background-color:#fff;
	left:-1px;
	width:383px;
}
.dd .ddChild li {
	/*padding:5px;*/
	background-color:#fff;
	border-bottom:1px solid #d4d4d4;
	text-align:left;
	padding-left:18px;
	line-height:45px;
}
.dd .ddChild li .description {
	color:#666;
}
.dd .ddChild li .ddlabel {
	color:#7c7c7c;
	font-family: 'Raleway', sans-serif;
	font-style:normal;
	font-size:12px;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:0.2em;
}
.dd .ddChild li.hover {
	background-color:#e8e8e8;
}
.dd .ddChild li img {
	padding:0 6px 0 0;
}
.dd .ddChild li.optgroup {
	padding:0;
}
.dd .ddChild li.optgroup .optgroupTitle {
	padding:0 5px;
	font-weight:bold;
	font-style:normal
}
.dd .ddChild li.optgroup ul li {
	padding:5px 5px 5px 15px
}
.dd .ddChild li.selected {
	background-color:#e8e8e8;
	color:#7c7c7c;
}


/***************  NEW APP : Steps **********************/
.newapp_steps {
	font-family: 'Nunito', sans-serif;
	color:#5e5032;
	font-size:16px;
	font-weight:300;
	border:2px solid #e1d6a1;
	border-radius:50px;
	margin:10px 0;
	padding:15px;
	border-left:0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	display:inline-block;
	width:100% !important;
	max-width:474px;
	float:left;
	line-height: 17px;
	height:55px;
	
	-moz-transition: border 0.2s linear;
	-o-transition: border 0.2s linear;
	-ms-transition: border 0.2s linear;
	-webkit-transition: border 0.2s linear;
	transition: border 0.2s linear;
}

.newapp_steps.error {
	border:2px solid #ee0411;
	color:#ee0411;
	border-left:0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.newapp_steps .arrow {
	display:inline-block;
	position:absolute;
	top:5px;
	right: 0px;
	width: 20px;
	height: 12px;
	background:url(select_arrow.png) no-repeat center;
	background-size:cover;
	-moz-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	-webkit-transition: background 0.2s linear;
	transition: background 0.2s linear;
}
/*.registo_pais .arrow:hover, .registo_pais:hover .arrow {
	background:url(dd_arrow_pais_.gif) no-repeat center;
}*/
.newapp_steps .ddTitle {
	font-family: 'Nunito', sans-serif;
	color:#5e5032;
	font-size:16px;
	font-weight:300;
	text-align:left; 
}
.newapp_steps .ddTitle .ddTitleText {/*padding:6px 0px 6px 0px;*/
	white-space:nowrap;
	overflow:hidden;
	font-family: 'Nunito', sans-serif;
	color:#5e5032;
	font-size:16px;
	font-weight:300;
	/*padding-left:11px; margin:0px 28px 0px 10px*/
}
.newapp_steps .ddTitle .ddTitleText .ddTitleText {
	padding:0;
}
.newapp_steps .ddTitle .description {
	font-size:14px;
	color:#515b6b
}
.newapp_steps .ddTitle .ddTitleText img {
	padding-right:5px;
}
.newapp_steps .ddChild {
	border:1px solid #d4d4d4;
	background-color:#fff;
	left: -65px;
	width: 110%;
	top: 40px !important;
	height:auto !important;
	overflow:hidden !important;
}
.newapp_steps .ddChild li {
	/*padding:5px;*/
	background-color:#fff;
	border-bottom:1px solid #d4d4d4;
	text-align:left;
	padding-left:11px;
	line-height:40px;
}
.newapp_steps .ddChild li .description {
	font-family: 'Nunito', sans-serif;
	color:#5e5032;
	font-size:12px;
	font-weight:300;
}
.newapp_steps .ddChild li .ddlabel {
	font-family: 'Nunito', sans-serif;
	color:#5e5032;
	font-size:12px;
	font-weight:300;
}

.newapp_steps .ddChild li.hover {
	background-color:#B49911;
}
.newapp_steps .ddChild li.hover .ddlabel {
	color:#ffffff;
}
.newapp_steps .ddChild li img {
	padding:0 6px 0 0;
}
.newapp_steps .ddChild li.optgroup {
	padding:0;
}
.newapp_steps .ddChild li.optgroup .optgroupTitle {
	padding:0 5px;
	font-weight:bold;
	font-style:normal
}
.newapp_steps .ddChild li.optgroup ul li {
	padding:5px 5px 5px 15px
}
.newapp_steps .ddChild li.selected {
	background-color:#B49911;
	color:#fff !important;
}
.newapp_steps .ddChild li.selected .ddlabel {
	color: #fff;
}
.newapp_steps input.text {
top: 0px;
left: 0;
height: 101% !important;
color: #515b6b !important;
font-size: 15px !important;
font-weight:300 !important;
width: 85% !important;
text-transform:none !important;
}

.newapp_steps input:focus{
	border:none !important;
}

@media only screen and (max-width: 695px) {
	.newapp_steps{
		max-width: 300px;
	}
}
@media only screen and (max-width: 430px) {
	.newapp_steps{
		max-width: 250px;
	}
	.newapp_steps .ddTitle .ddTitleText {
		font-size:13px;
	}
	.newapp_steps .arrow {
		width: 11px;
		height: 8px;
	}
}
@media only screen and (max-width: 400px) {
	.newapp_steps{
		padding:5px;
		margin:5px 0;
		max-width: 180px;
		height:30px;
	}
}