/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}

a:hover{
text-decoration: none;
}
:focus {
outline: 0;
}
*{
margin:0;
padding:0;
}

html{
 height:100%;
}
 body{
font-family: Arial,Tahoma, sans-serif;
width:100%;
height:100%;
 }
 ul{list-style-type:none;}
*/


.main-form{
    width: 600px;
    min-width: 400px;
    padding: 0 40px;
}
.main-form h3{
    font-size: 20px;
    color: #3090cb;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 60px;
}
.form-line {
    display: flex;
    width: 100%;
    margin-bottom: 14px;
    position: relative;
    padding: 0;

}
.form-line.block{display: block;}
.form-line label {
    position: relative;
    /*display: inline-flex;*/
    font-size: 18px;
    color: #333333;
    padding-right: 2px;
    background: #fff;
    z-index: 10;
    white-space: nowrap;
}
.form-line label span {
}
.form-line .note {
    color: #009999;
	font-size:18px;
}
.form-line .note::before{
    content: '*';
}

.form-line.upload + .error-text{
    text-align: left;
}
form .error-text{
    /*position: absolute;*/
    /*bottom: -20px;*/
    /*right: 0;*/
    text-align: right;
    margin-top: -18px;
    font-size: 14px;
    color: #ff0000;
}
.form-line input[type="text"], .form-line input[type="email"], .form-line input[type="number"], .txtInput{
    width: 100%;
    display: inline-flex;
    font-size: 14px;
    border: none;
    background: none;
    box-shadow: none;
    padding: 0 0 0 10px;
    height: 28px;
    border-bottom: 1px solid #c1e0f0;
}
.form-line input[type="text"]:focus, .form-line input[type="email"]:focus, .form-line input[type="number"]:focus, .txtInput:focus{outline: none;box-shadow: none;}

.form-line textarea{
    width: 100%!important;
    height:120px!important;
    background: none;
    box-shadow: none;
    border: 1px solid #c1e0f0;
    resize:none;
    margin-top: -15px;
    padding: 5px;
}

.form-line.error textarea, .form-line.error input[type="text"], .form-line.error input[type="email"],
.form-line.error input[type="number"], .form-line.error .select2-container .select2-selection--single,
.form-line.error .select2-container .select2-selection--multiple{
    border-color: #ff0000;
}

.form-line textarea:focus{outline: none;box-shadow: none;}

.form-line select{
    width: 100%;
    display: inline-flex;
    border: none;
}
.form-line p{
    font-size: 12px;
    color: #000
}


/*input file */

.file_upload{
    position: relative;
    overflow: hidden;
    font-size: 18px;
    color: #000;
    height: 2em;
    line-height: 2em
}
.file_upload > button{
    float: left;
    width: 8em;            /* example */
    height: 100%;
	margin-right: 10px;
}
.file_upload > div{
    padding-left: 20px      /* example */
}

.file_upload input[type=file]{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(20);
    letter-spacing: 10em;     /* IE 9 fix */
    -ms-transform: scale(20); /* IE 9 fix */
    opacity: 0;
    cursor: pointer
}

/* Making it beautiful */

.file_upload{
    width: 200px;
    cursor: pointer;
padding-left: 0;
    margin-left: -15px;
    background: url(/static/images/select-arrow.png) 100% 50% no-repeat;
}
.file-list {
padding-left: 0px;
    margin-left: -15px;
}
.file-list li {
font-size: 14px;
    color: #000;
    margin-bottom: 5px;
    background-image: none;
}
.file-list span.del {
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url(/static/images/del.png) 0 0 no-repeat;
    margin-left: 10px;
    cursor: pointer;
    transition: 0.6;
}
.file-list span.del:hover{opacity: 0.6;}
.file-list .file-bg{
    background: #eee;
    border-radius: 2px;
    padding: 4px 5px;
}


.form-line>.captcha {
    float: right;
}
.form-line img.captcha {
    float: left;
    margin: 0 15px 0 0;
}

.captcha input[type="text"]{
    float: right;
    width: 80px;
}

.txtInput{
    width: 180px;
    margin-right: 10px;
}

.captcha input[type="text"], .txtInput{
    border: 1px solid #e3e9ef;
    border-top: 1px solid #abadb3;
    border-radius: 2px;
    padding: 0 5px;
}

.form-line .clear-btn {
    float: left;
    height: 32px;
    padding: 0 25px;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    background: #999999;
    text-decoration: none;
    transition: 0.5s;
}
.form-line .clear-btn:hover, .form-line button:hover{
    opacity: 0.8;
}

.form-line button{
    float: right;
}
.form-line button, .submitBtn{
    height: 32px;
    padding: 0 25px;
    font-size: 14px;
    color: #fff;
    background: #3090cb;
    transition: 0.5s;
    cursor: pointer;

    border: none;
}

@media screen and (max-width: 600px) {
.main-form{
width: 100%;
    margin: 0 auto;
    padding-top: 50px;
    background: #fff;
    overflow: hidden;
}

}

/*
.select2-results__options{
    display: none;
    visibility: hidden;
}
*/
/*
     FILE ARCHIVED ON 14:57:47 Aug 04, 2017 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:21:17 Jun 02, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 12.572
  load_resource: 67.754
  PetaboxLoader3.resolve: 57.154
  PetaboxLoader3.datanode: 9.957
*/