.newaccount-block {
    width: 100%;
    opacity: 0.5;
}
.msg-div {
    background: rgba(255,255,255,0.6);
	padding: 16px 16px 16px 50px;
	width: 235px;
	margin-left: 0px;
    color: #474747;
    border: 1px solid #BFBFBF;
    text-align: left;
}
.fail-div {
    background: rgba(255,255,255,0.6) url("/img/pictos/popup_error_icon.png") no-repeat;
    background-size: 40px auto;
    background-position: 2px center;
}
.success-div {
    background: rgba(255,255,255,0.6) url("/img/pictos/popup_notif_icon.png") no-repeat;
    background-size: 40px auto;
    background-position: 2px center;
}
.success-div input[type="submit"] {
    background: #468847;    
}

.newaccount-content {
    margin: 20px 20px 0 20px;
}

.newaccount_form {
    text-align: center;
    width: 285px;
    margin-left: auto;
    margin-right: auto;
}

.newaccount_field_label {
    margin-top: 10px;
}

.newaccount_field_input > .intl-tel-input {
    position: relative;
    display: block;
}

.newaccount_field_input select {
    width: 100%;
    height: 35px;
    margin-top: 5px;
    border: 1px rgba(161, 161, 161, 0.85) solid;
    font-size: 16px;
    color: #474747;
    -moz-appearance: none;
    text-indent: 0px;
    text-overflow: '';
    box-shadow:inset 0px 5px 10px -5px rgba(71, 71, 71, 0.5);
    background:  #fff url(/img/bg/select_bg.png) no-repeat right center;
    -webkit-background-size: 1600px 40px;
    -webkit-appearance: textfield;
    padding-right: 23px;
}

.newaccount_field_input select::-ms-expand {
    display: none;
}

.newaccount_field_input input[type="submit"]{
    cursor:pointer;
    text-align: center;
    width: 100%;
    height: 35px;
    background: rgba(34, 80, 92, 0.85);
    color: #ffffff;
    font-size: 18px;
    padding:5px;
    margin-top: 15px;
    margin-left: 0px;
}

.intl-tel-input .flag-dropdown {
    left: 18px;
}
.newaccount_field_input input {
    width: 100%;
    height: 35px;
    margin-top: 5px;
    font-size: 16px;
    line-height: 15px;
    box-sizing: border-box;
}
#field_mobilePhone, #field_landLine {
    //width: 233px !important;
    width: 87% !important;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}
.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
}
.ui-menu .ui-menu {
    position: absolute;
}
.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px .4em;
    cursor: pointer;
    min-height: 0; /* support: IE7 */
    /* support: IE10, see #8844 */
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px;
}

.ui-front {
    z-index: 1100;
}

.ui-widget-content {
    border: 1px solid #bfbfbf;
    background: #eeeeee 50% top repeat-x;
    color: #474747;
}

.ui-widget-content .ui-state-hover,
.ui-widget-content .ui-state-focus {
    border: 1px solid #bfbfbf;
    background: #ffffff 50% 50% repeat-x;
    font-weight: bold;
    color: #474747;
}

.close-btn {
	font-weight: 300 !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	float: right;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	color: #333333;
	font-style: normal;
	font-size: 28px;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	background: transparent;
	border: 0;
	margin-top: -15px;
	font-family: Arial, Baskerville, monospace;
}
.close-btn:hover, .close-btn:focus {
    opacity: 1;
}

@media (max-width: 450px) {

    /* .newaccount_field_input input {
         max-width: 200px;
     }
     .newaccount_field_input select{
         max-width: 215px;
     }*/
    .newaccount_form {
        width: 250px;
    }
    #field_mobilePhone, #field_landLine {
        width: 100% !important;
    }
    
	.msg-div {
		background: rgba(255, 255, 255, 0.6) none repeat scroll 0% 0%;
		padding: 12px 12px 12px 38px;
		width: 160px;
    }
    
  	.fail-div {
        background: rgba(255,255,255,0.6) url("/img/pictos/popup_error_icon.png") no-repeat;
	    background-size: 30px auto;
	    background-position: 2px center;
	}

  	.success-div {
        background: rgba(255,255,255,0.6) url("/img/pictos/popup_notif_icon.png") no-repeat;
	    background-size: 30px auto;
	    background-position: 2px center;
	}

}

