#neff-auth{padding-top:20px}
#neff-auth input[type=text],
#neff-auth input[type=password]{
	font-size: 17px; 
	line-height: 27px; 
	border:1px solid #dbdbdb; 
	margin-bottom:12px;
	width:258px;
	padding-left:5px;
}
#neff-auth .sign-code-ph{font-weight: bold;font-size: 17px;}
#neff-auth input.user_phone{width: 215px;}
#neff-auth .sign-fld {font-weight: bold;font-size: 14px;padding-bottom: 3px;}
#neff-auth .btn-type-1{
	padding: 8px 25px;
	background: #2f57ae;
	cursor: pointer;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	margin-top: 10px;
}
#neff-auth .btn-type-1:hover{background: #2b4b92;}
#neff-auth .err-msg {color:red; padding-top:15px; font-size: 13px; font-weight: bold;}
#neff-auth .err-msg div{padding-bottom: 5px;} 
#neff-auth #choice-action{padding-bottom:15px}
#neff-auth #choice-action div{
	font-weight: 700;
	font-size: 14px;
	display: inline-block;
	padding: 10px 20px;
	cursor: pointer;
	margin-right: 10px;
	color: #264796;
}
#neff-auth #choice-action div:hover{text-decoration: underline;}
#neff-auth #choice-action .act{color: black; background: #eee;cursor: default;}
#neff-auth #choice-action .act:hover{text-decoration: none;}

#neff-auth form {display:none}
#neff-auth form.act{display:block}

#neff-status-bar {margin-bottom: 15px;font-size: 15px;}
#neff-status-bar div {margin-bottom: 5px;}
#neff-status-bar .level_english{font-weight:bold;}

#test-kurs .lev_eng{margin: 3px 0 8px; color: #ffffff; text-align: center;}
#test-kurs input[type=submit],
#online input[type=submit] {background:url(/wp-content/themes/unionjack/images/btn-sbm-pop.png) no-repeat;}

.neff-def-table {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}

.neff-def-table tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.neff-def-table td, .neff-def-table th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;    
}

.neff-def-table th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
	font-weight: bold;
}

.neff-def-table td:first-child, .neff-def-table th:first-child {
    border-left: none;
}

.neff-def-table th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.neff-def-table th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.neff-def-table th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.neff-def-table tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.neff-def-table tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

#list-sort select { border: 1px solid rgb(169, 169, 169);}

#neff-user-info-form div{ padding-bottom: 3px;}

/* @media screen and (max-width: 700px) {  */
	/* #m-order-test-kurs span {font-size: 14px;margin-left: 20px;} */
/* } */

	
	
