
/*--------------------*/

.aut-base{
	padding: 10px;
}

#login{
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #fbfbfb;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    max-width: 400px;
	margin: 30px auto;
/*    margin: -150px 0 0 -230px;*/
    padding: 30px;
/*    position: absolute;
    top: 165px;
    left: 50%; */
}

#login h1{
	text-transform: uppercase;
	text-align: center;
	color: #666;
	margin: 0 0 20px 0;
	letter-spacing: 1.2px;
	font-size: 1.4em;
	font-weight: bold;
}

#login fieldset{
    border: 0;
    padding: 0;
    margin: 0;
}

.body_query_repair input[type="text"],
.body_query_parts input[type="text"],
#login #inputs input{
    padding: 15px 15px 15px 30px;
    margin: 0 0 10px 0;
    width: 100%;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
	box-sizing: border-box;
}

#login #username
{
    background-position: 5px -2px !important;
}

#login #password
{
    background-position: 5px -52px !important;
}

.body_query_parts input[type="text"]:focus,
#login #inputs input:focus
{
    background-color: #fff;
    border-color: #e8c291;
    outline: none;
    -moz-box-shadow: 0 0 0 1px #e8c291 inset;
    -webkit-box-shadow: 0 0 0 1px #e8c291 inset;
    box-shadow: 0 0 0 1px #e8c291 inset;
}

/*--------------------*/
#login #actions{
    margin: 25px 0 0 0;
}

#login #submit{		
	border-radius: 3px;
	box-shadow: 0px 0.3em 0.3em rgba(255, 254, 255, 0.6) inset, 0px -0.1em 0.3em rgba(0, 0, 0, 0.15) inset, 0px 1px 2px rgb(153, 153, 153);
	background: linear-gradient(to bottom, #f8d71a 0%,#d8c036 100%);
	border: solid 1px #787878;
	cursor: pointer;
	width: 120px;
	height: 38px;
	position: relative;
	bottom: 2px;
	transition: all 0.3s ease;
	opacity: 0.8;
	padding: 10px;
	font-weight: bold;
}

#login #submit:hover,
#login #submit:focus{		
	opacity: 1;
}	

#login #submit:active{		
    outline: none;
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
     -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
     box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;		
}

#login #submit::-moz-focus-inner
{
  border: none;
}

#login #actions a{
    color: #3151A2;    
    float: right;
    line-height: 35px;
    margin-left: 10px;
	font-size: 14px;
}

.restore_base #input_code,
.restore_base #pwd1,
.restore_base #pwd2,
.restore_base #input_restore {
    font-size: 14px;
    font-weight: normal;
    padding: 5px 10px;
    border: 1px solid #ccc;
    max-width: 400px;
	width: 80%;
    border-radius: 4px;
	margin: 10px 0;
}

.restore_base #input_code{
	width: 60px !important;
}

.restore_base input[type="submit"]{
	font-size: 1.1em;
	padding: 10px 20px;
	font-weight: bold;
	border-radius: 3px;
	box-shadow: 0px 0.3em 0.3em rgba(255, 254, 255, 0.6) inset, 0px -0.1em 0.3em rgba(0, 0, 0, 0.15) inset, 0px 1px 2px rgba(153, 153, 153, 0.6);
	background: linear-gradient(to bottom, #f8d71a 0%,#d8c036 100%);
	border: solid 1px #787878;
	cursor: pointer;
	transition: all 0.3s ease;
	opacity: 0.8;	
	display: block;
	margin: 50px auto;
}
.restore_base input[type="submit"]:hover{
	opacity: 1;	
}

.restore_base p{
	font-size: 1.2em;
	text-align: center;	
}

.restore_base .info{
	display: block;
	margin: 10px 10px;
	color: #c41b1b;
}
.restore_base .info2{
	display: block;
	margin: 3px 3px;
	color: #c41b1b;
	font-size: 0.9em;
}

.restore_base{
	margin: 40px 10px;
	text-align: center;
}

#query_base,
#reg_base{
	margin: 20px auto;
	max-width: 500px;
	width: 90%;
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 3px;
	background: #fbfbfb;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

#reg_base .isreg{
	text-align: center;
	margin: 10px 10px 26px 10px;
	border-bottom: 1px solid rgb(220,220,220);
	padding-bottom: 10px;
}

#query_base textarea,
#query_base input[type="text"]{
    display: block;
    width: 100%;
    background-color: #f9f9f9; 
	box-sizing: border-box;
}
#query_base textarea,
#reg_base input[type="password"],
#reg_base input[type="text"] {
    display: block;
    border: 1px solid #ccc;
    font-size: 16px;
    margin: 3px 0 3px 0;
    padding: 6px 38px 6px 8px;
    width: 100%;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    border-radius: 4px;
    background-color: #f9f9f9;
	box-sizing: border-box;
}
#reg_base input[type="password"]:focus,
#reg_base input[type="text"]:focus {
    border: 1px solid #004ea6 !important;
    box-shadow: 0 0 3px rgba(0, 0, 0.5, 0.6) !important;
    background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%) !important;
}
#query_base textarea{
	resize: none !important;
	padding: 14px 8px 6px 30px;
	margin: 0 0 10px 0;
}

#query_base #repair-from > div,
#query_base #query-from > div,
#reg_base #reg-from > div{
	position: relative;
	margin-bottom: 10px;
}

#query_base #repair-from > div,
#query_base #query-from > div{
	padding: 2px 20px;
}

#reg_base input[type="password"]+label.error:before,
#reg_base input[type="text"]+label.error:before{
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	right: 10px;
	top: 27px;
	background: url('/images/error-ic.svg') no-repeat 50% 50%;
	background-size: 20px;
	content: '';
}

#reg_base input[type="password"]+label.error,
#reg_base input[type="text"]+label.error{
	color: #c00;
	font-size: 0.8em;
	padding-left: 10px;	
	display: block;
}

#query_base span,
#reg_base span {
    background: url('/images/asterisk.png') no-repeat;
    background-size: 8px;
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-right: 3px;
    line-height: 10px;
}
#reg_base span.asterisk2 {
    background: url('/images/asterisk2.png') no-repeat !important;
    background-size: 8px !important;
}
#reg_base .user-info{
	margin: 10px 15px;
}

#reg_base span.asterisk21,
#reg_base span.asterisk {
    width: auto !important;
    padding-left: 12px;
    font-size: 0.7em;
    margin-top: 12px;
    color: #555;
    display: block;
}

#reg_base #img-capcha .update{
	padding: 10px;
	vertical-align: middle;
}
#reg_base #img-capcha .update .help-tip{
	position: relative;
}
#reg_base #img-capcha .update .help-tip p{
	top: 12px;
	right: -20px;	
}

#reg_base #img-capcha .update img{
	width: 28px;
	height: 28px;
	cursor: pointer;
}

#reg_base #img-capcha table{
	margin: 0 auto;
	width: 170px;
}

#reg_base #img-capcha .cp-input{
	position: relative;
}

#reg_base #img-capcha .cp-input label.error:before{
	top: 9px !important;
}

#reg_base #img-capcha .cp-base{
	width: 120px;
	height: 55px;
	vertical-align: middle;
	text-align: center;
}

#reg_base #img-capcha{
	padding: 4px 0px 0px 10px;
}

.pay_body_data a.button,
.article button[type="button"],
#query_base button[type="button"],
#query_base input[type="submit"],
#reg_base input[type="submit"]{
	border-radius: 3px;
	box-shadow: 0px 0.3em 0.3em rgba(255, 254, 255, 0.6) inset, 0px -0.1em 0.3em rgba(0, 0, 0, 0.15) inset, 0px 1px 2px rgb(153, 153, 153);
	background: linear-gradient(to bottom, #f8d71a 0%,#d8c036 100%);
	border: solid 1px #787878;
	cursor: pointer;
	width: 120px;
	height: 38px;
	position: relative;
	bottom: 2px;
	transition: all 0.3s ease;
	opacity: 0.8;
	padding: 10px;
	font-weight: bold;	
}

#query_base input[type="submit"]{
	width: auto;
}
#query_base input[type="submit"]:hover{
	opacity: 1;
}


#reg_base input[type="submit"]:not(:disabled):hover{
	opacity: 1;
}

#query_base .btn_base,
#reg_base .btn_base{
	margin: 30px 0 0 0;
	text-align: center;	
}

#reg_base .ch_base{
	margin: 30px 0 0 0;
}

#reg_base .ch_base label{
	display: block;
	font-size: 0.8em;
	padding-top: 1px;
}

#reg_info{
	text-align: center;
	margin-top: 26px;
}

#reg_info p{
	font-size: 1.4em;
	margin: 10px 10px;
}

#query_base #add_file {
    position: absolute;
    left: -30px;
    height: 100%;
    width: 170px;
    cursor: pointer;
    z-index: 2;
    font-size: 0;
	opacity: 0;
}

#query_base #add_file:hover+button{
	opacity: 1;
}

#query_base .base-file{
	overflow: hidden;
}

#query_base .file-list p{
	font-size: 16px;
}

#query_base .file-list p span{
	margin: 3px 8px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('/images/delete.svg') no-repeat;
	background-size: 16px 16px;
	cursor: pointer;
	line-height: 16px;
}

#query_base .file-list p b{
	line-height: 16px;
	margin: 3px 8px;
	display: inline-block;
	width: 50px;
	height: 16px;
	background: url('/images/upload-file.gif') no-repeat 50%;
}

#query_base .file-list p b.ok{
	background: url('/images/uploaded.svg') no-repeat 0 50% !important;
}
#query_base .file-list p b.error{
	background: url('/images/error-ic.svg') no-repeat 0 50% !important;
	padding-left: 25px;
}

#query_base textarea + label.error,
#query_base input[type="text"] + label.error {
    color: #c00;
    font-size: 0.9em;
    padding-left: 10px;
}

#query_base textarea + label.error:before,
#query_base input[type="text"] + label.error:before{
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
	right: 30px;
	top: 17px;
    background: url('/images/error-ic.svg') no-repeat 50% 50%;
    background-size: 20px;
    content: '';
}

/*
#repair-status{
}

#repair-status h3{
	text-align: center;
	font-size: 2.2em;
	font-weight: bold;
	text-transform: none;
}
#repair-status .loader_base{
	position: relative;
	height: 200px;
}
#repair-status .loader_base .loader{
  border-top: 1.1em solid rgba(0, 0, 0, 0.6) !important;
  border-right: 1.1em solid rgba(0, 0, 0, 0.2) !important;
  border-bottom: 1.1em solid rgba(0, 0, 0, 0.6) !important;
  border-left: 1.1em solid rgba(0, 0, 0, 0.2) !important;
}
#repair-status h4{
	font-size: 1.8em;
	font-weight: bold;
	margin: 20px 1px;
	text-align: center;
}

.repair_no_icon{
	background: none;
}*/