.upononline_custom_input1{
    width:100%;
    height:54px;
    outline:0;
    margin:0;
    padding:0;
    font-size:18px;
    color:rgba(0,0,0,1);
    line-height:normal;
    font-family:proximanovareg2;
    padding:0 5px 0 20px;
    border-radius:0;
    border:solid 1px #cfcfcf;
    background:rgba(255,255,255,1);
    will-change:border;
}
.upononline_custom_input1:focus{
    border-color:#afafaf;
}

.upononline_custom_textarea1{
    width:100%;
    height:95px;
    outline:0;
    margin:0;
    padding:0;
    font-size:17px;
    color:#000;
    line-height:1.3;
    font-family:proximanovareg2;	
    padding:10px 5px 0 20px;
    background:rgba(255,255,255,1);
	border-radius:0;
    border:solid 1px #cfcfcf;
    vertical-align:top;
}
.upononline_custom_textarea1:focus{
    border-color:rgba(255,255,255,0.7);
}

.upononline{
    position:relative;
}
.upononline_inner{
    position:relative;
    z-index:20;
    max-width:1280px;
    margin:0 auto;
}
.upononline_result{
    display:none;
	position:absolute;
	top:20%;
	left:0px;
	width:100%;
	text-align:center;
	font-size:27px;
	line-height:1.3;
	color:green;
	/*color:#00d800;*/
}
.upononline_result_tx2{
    font-weight:bold;
}

.upononline_label{
    transition:all 0.10s linear 0s;
}

/*
.upononline input[type="text"]:focus,
.upononline textarea:focus{
    border-color:#1d904c;
}
*/

.upononline_label.err input[type="text"],
.upononline_label.err textarea{
    border-color:#ff0000;
}

/*
.upononline_label.shadowred input[type="text"],
.upononline_label.shadowred textarea{
    transition:box-shadow 0.3s ease 0s;
    -webkit-box-shadow:2px 4px 8px -9px rgba(255,0,0,0.8);
    -moz-box-shadow:4px 5px 8px -9px rgba(255,0,0,0.8);
    box-shadow:2px 4px 8px -9px rgba(255,0,0,0.8);
}
*/

.upononline input[type="text"]::-webkit-input-placeholder,
.upononline textarea::-webkit-input-placeholder{
	color:rgba(0,0,0,0.55);
}
.upononline input[type="text"]:-moz-placeholder,
.upononline textarea:-moz-placeholder{
    color:rgba(0,0,0,0.55);
}
.upononline input[type="text"]:-ms-input-placeholder,
.upononline textarea:-ms-input-placeholder{
    color:rgba(0,0,0,0.55);
}

.upononline_button{
    display:inline-flex;
    vertical-align:top;
    justify-content:center;
    align-items:center;
    text-align:center;
    width:250px;
    height:45px;
    border-radius:0;
    /*background:#0069ab;*/

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0069ab+0,2e4e8e+100 */
    background: #0069ab; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #0069ab 0%, #2e4e8e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #0069ab 0%,#2e4e8e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #0069ab 0%,#2e4e8e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0069ab', endColorstr='#2e4e8e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    line-height:1;
    text-decoration:none!important;
    border:0;
    outline:0!important;
    padding:6px 15px 5px 15px;
    cursor:pointer;
    position:relative;
    overflow:hidden;
    user-select:none;
    border:0;
    outline:0;
    transition:all 0.10s linear 0s;
    border-radius:7px;
    will-change:background;
}
.upononline_button_tx{
    font-size:17.5px;
    line-height:normal;
    color:#fff;
    font-family:proximanovareg;
    text-transform:uppercase;
    letter-spacing:5px;
}
.upononline_button_tx span{
    /*
    background-image:linear-gradient(to bottom,#dd787b,#dd787b);
    background-position:0 1.13em;
    background-repeat:repeat-x;
    background-size:100% 1px;
    transition:background-size 0.07s ease 0s;
    */
}
.upononline_button:hover{
    /*background:#0069ab;*/

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0069ab+0,0069ab+100 */
    background: #0069ab; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #0069ab 0%, #0069ab 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #0069ab 0%,#0069ab 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #0069ab 0%,#0069ab 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0069ab', endColorstr='#0069ab',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    color:#fff;
    text-decoration:none;
}
/*
.upononline_button:active{
    top:1px;
}
*/
.upononline_button:disabled{
    /*background:#0069ab;*/

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0069ab+0,0069ab+100 */
    background: #0069ab; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #0069ab 0%, #0069ab 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #0069ab 0%,#0069ab 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #0069ab 0%,#0069ab 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0069ab', endColorstr='#0069ab',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    top:0!important;
    opacity:0.5;
    cursor:auto;
}
.upononline_button_loader{
    display:none;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-5px;
	margin-left:-21px;
	display:none;
	background-image:url(img/loader2.gif);
	background-repeat:no-repeat;
	width:43px;
	height:11px;
}
.upononline.loading .upononline_button_tx{
    visibility:hidden;
}
.upononline.loading .upononline_button_loader{
    display:block;
}

.upononline_error{
    display:none;
    text-align:left;
    margin-top:15px;
    font-size:14px;
    line-height:1.2;
    color:red;
}
.upononline.error .upononline_error{
    /*display:block;*/
}

.upononline,
.upononline_form_wrap_inner{
    transition:all 0s linear 0s!important;
}
.upononline.result .upononline_form_wrap_inner,
.upononline.result .upononline_form_wrap_inner *{
    visibility:hidden!important;
}
.upononline.result .upononline_result{
    display:block;
}
.upononline.result,
.upononline.result *{
    transition:all 0s linear 0s!important;
}

.upononline_rules{
    text-align:right;
    font-size:14px;
    line-height:1.3;
    color:rgba(255,255,255,0.8);
    font-family:circlelight;
}
.upononline_rules a{
    text-decoration:underline;
    color:rgba(255,255,255,0.8);
}
.upononline_rules a:hover{
    text-decoration:none;
    color:rgba(255,255,255,0.8);
}

.upononline_formblock1{
    margin-top:8px;
}
.upononline_formblock1:nth-child(1){
    margin:0;
}

.upononline_custom_footer{
    position:relative;
    z-index:20;
    margin-top:20px;
}

.upononline_itself{
    position:relative;
    z-index:50;
    width:100%;
    padding:0;
}
.upononline_itself_inner{
    max-width:1257px;
    min-height:50px;
}

/*
.upononline_attach{
    padding-top:14px;
    padding-left:8px;
}
.upononline_attach_title{
    font-family:proximanovalight;
    font-size:18px;
    line-height:1.1;
    color:#000;
}
.upononline_attach_body{
    margin-top:13px;
}
.upononline_attach_styling{
    position:relative;
    line-height:1;
    font-size:0;
}
.upononline_attach_styling_inputfile{
    width:0.1px;
    height: 0.1px;
    opacity:0;
    overflow:hidden;
    position:absolute;
    z-index:-1;
}
.upononline_attach_styling_but_button{
    display:inline-flex;
    vertical-align:top;
    justify-content:center;
    align-items:center;
    text-align:center;
    width:163px;
    height:38px;
    margin:0;
    padding:2px 10px 2px 10px;
    border-radius:25px;
    background:#4a5359;
    font-family:proximanovatthin2;
    font-size:15px;
    line-height:1.1;
    letter-spacing:0;
    color:rgba(255,255,255,1);
    text-decoration:none;
    transition:all 0.10s linear 0s;
    cursor:pointer;
    outline:0;
    user-select:none;
    will-change:background,color;
}
.upononline_attach_styling_but_button:hover{
    text-decoration:none;
    color:rgba(255,255,255,0.8);
    background:#51595f;
}
//.upononline_attach_styling_inner,
//.upononline_attach_styling_inner *{
	//pointer-events:none;
//}
.upononline_attach_styling label{
    cursor:pointer;
    display:block;
}
.upononline_attach_styling_cont{
    display:flex;
    flex-wrap:nowrap;
    align-items:center;
}
.upononline_attach_styling_but{
    width:163px;
}
.upononline_attach_styling_selname{
    flex:1;
    margin-left:13px;
    white-space:nowrap;
    overflow:hidden;
}
.upononline_attach_styling_selname_default{
    font-family:proximanovalight2;
    font-size:15px;
    line-height:1;
    color:#000;
}
.upononline_attach_styling_selname_value{
    display:none;
    font-family:proximanovalight2;
    font-size:14px;
    line-height:1;
    color:#000;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.upononline_attach_styling.state_selected .upononline_attach_styling_selname_default{
    display:none;
}
.upononline_attach_styling.state_selected .upononline_attach_styling_selname_value{
    display:block;
}
*/

.upononline_custom_cont1{
    display:flex;
    flex-wrap:nowrap;
}
.upononline_custom_cont1_box1{
    width:calc(50% - 20px);
}
.upononline_custom_cont1_box2{
    width:calc(50% - 20px);
    margin-left:40px;
}

.upononline_custom_formcont1_box1{
    margin-bottom:18px;
    font-family:proximanovareg2;
    font-size:25px;
    line-height:1.1;
    padding-left:5px;
}

.upononline_mandatory{
    position:relative;
}
.upononline_mandatory_zv{
    position:absolute;
    z-index:30;
    top:50%;
    right:24px;
    width:11px;
    height:11px;
	transform:translateY(-50%);
    background-image:url(img/mandatory_zv.svg);
    background-repeat:no-repeat;
    pointer-events:none;
}

/*http://cssdeck.com/labs/styling-select-box-with-css3*/
.upononline_selbox1{
	font-size:0;
	line-height:0;
    background-color:#fff;
    background-image:url(img/selbox1_pip1.png);
    background-repeat:no-repeat;
    background-position:right 19px center;
}
.upononline_selbox1 select{
    /*clear style*/
    background:transparent;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
    text-overflow:""; /* this is important! */
    border:0;
    outline:0;
    margin:0;

    /*for Iphone*/
    box-shadow:none;
    border-radius:0px;
    width:100%;
    font-family:proximanovareg2,tahoma;
    font-size:18px;
    line-height:normal;
    color:#000;
    padding:0 15px 0 20px;
    height:54px;
    /*border:1px #d4d4d4 solid;*/
    cursor:pointer;
    border:1px #cfcfcf solid;
}
/*for IE 11 styling */
.upononline_selbox1 select::-ms-expand{
    display:none;
}
.upononline_selbox1.select_no select{
	color:rgba(0,0,0,0.6);
}
.upononline_selbox1 select option{
	font-size:18px;
	color:rgba(0,0,0,1);
}
.upononline_selbox1 select option:nth-child(1){
	color:rgba(0,0,0,0.6);
}

.upononline_custom_footer{
    margin-top:25px;
}
.upononline_custom_footer_cont1{
    display:flex;
    flex-wrap:nowrap;
}
.upononline_custom_footer_cont1_box1{
    width:calc(50% - 20px);
    padding-left:10px;
}
.upononline_custom_footer_cont1_box2{
    width:calc(50% - 20px);
    margin-left:40px;
}

.upononline_rules2{
    font-family:proximanovareg2;
    font-size:13px;
    line-height:1.2;
    color:#000;
}

.upononline_custom_ckb_list{
    display:flex;
    flex-wrap:wrap;
    padding-top:5px;
}
.upononline_custom_ckb_list_item{
    margin-right:27px;
}

.upononline_custom_ckb_styling1 label{
    display:block;
    cursor:pointer;
    position:relative;
}
.upononline_custom_ckb_styling1 *{
    user-select:none;
}
.upononline_custom_ckb_styling1 input{
    opacity:0;
    position:absolute;
    top:0;
    left:0;
    margin:0;
}
.upononline_custom_ckb_styling1_cont_virt{
    display:flex;
    flex-wrap:nowrap;
}
.upononline_custom_ckb_styling1_pip{
    width:22px;
    height:22px;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    /*transition:all 0.07s ease-out 0s;*/
    background-image:url(img/ckb_styling1_pip1.png);
    background-repeat:no-repeat;
    will-change:background-position;
}
.upononline_custom_ckb_styling1_tx{
    flex:1;
    padding-top:1px;
    margin-left:9px;
    font-size:18px;
    line-height:1.2;
    color:#000;
    font-family:proximanovareg;
}
.upononline_custom_ckb_styling1 input:checked + .upononline_custom_ckb_styling1_cont_virt .upononline_custom_ckb_styling1_pip{
    background-position:0 -22px;
}

.upononline_custom_primech{
    margin-top:50px;
}
.upononline_custom_primech textarea{
    height:360px;
}