/*! CSS Used from: http://tk.evoprom.ru/styles/reset.css */
body,div,img,form {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html{
	width:100%;
	height:100%;
	overflow-x:hidden;
	
}
body {
	height:100%;
	width:100%;
	overflow-x:hidden;
	line-height: 1;
}

/*! CSS Used from: http://tk.evoprom.ru/styles/style0.css */
body {
	font-family: Segoe UI;
}

.alert {
	font-size: 12px;
	color: red;
	text-align: center;
	width: 100%;
}

body {
	background-color: #F7F9FC;
}

input[type="text"]:focus {
	outline: none;
}

.auth { 
	width: 306px;
	height: 377px;
	background-color: white;	
    margin-left: auto;
    margin-right: auto;	
    margin-top: 10%;
}
.wrapper{
	width:100%;
	height:88%;
}
.autx,.autxs {
	position: relative;
	margin-bottom: 20px;
	margin-left: 20px;
	top: 78px;
	width: 90%;
	height: 33px;
	border: none;
	box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.15);
	border-radius: 100px;
	text-indent: 13px;
	font-family: Segoe UI;
}

.autxs {
	margin-top: 36px;
	background: #023F78;
	border-radius: 113px;
	box-shadow: none;
	color: white;
}

#logo {
	top: 40px;
	position: relative;
	left: 50%;
	margin-left: -91px;
}

body {
	font-family: Segoe UI;
}

body {
	background-color: #F7F9FC;
}
.header{background-color:white;width:100%;height:50px;z-index:999;box-shadow:0px 0px 17px rgba(2, 63, 120, 0.07);}
#textavatar{display:inline-block;margin-top: 5px;font-size:15px;line-height:18px;margin-right:10px;font-family:Segoe UI;}
#textavatar img{transform:translateY(3px);}
#galdown{position:relative;margin-right:42px;}
.right{text-align:right;padding-top:10px;position:relative;}

.headline { 
	width: 1100px;
	height: 377px;
    margin-left: auto;
    margin-right: auto;	
    margin-top: 10px;
}
/*! CSS Used from: http://tk.evoprom.ru/styles/reset.css */
a,ul,li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

ul {
	list-style: none;	
	border-bottom:1px solid #E6ECF3;
}
/*! CSS Used from: http://tk.evoprom.ru/styles/style0.css */
a {
	text-decoration: none;
	color: black;
}

.addbtn {
    width: 175px;
    height: 33px;
    background-color: #023F78;
    border-radius: 113px;
    border: 2px solid #FFFFFF;
    font-family: Segoe UI;
    line-height: normal;
    font-size: 15px;
    color: white;
	float:right;
}
.btn {
    width: 175px;
    height: 33px;
    background-color: #023F78;
    border-radius: 113px;
    border: 2px solid #FFFFFF;
    font-family: Segoe UI;
    line-height: normal;
    font-size: 15px;
    color: white;
}
.span{
	padding:10px;
	padding-left:0px;
	padding-bottom:20px;
}
.span .add {
    color: #023F78;
    border-bottom: 1px dashed #023F78;
}
.span .delete {
    color: red;
    border-bottom: 1px dashed #023F78;
}
.inpdiv {
	
	display: table-cell;
}
.inp {
    margin-bottom: 20px;
    margin-left: 20px;
    width: 90%;
    height: 33px;
    border: none;
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 100px;
    text-indent: 13px;
    font-family: Segoe UI;
}
.error{
	border:1px solid red;
}
.errortext{
	color: red;
}


@media screen and (max-width: 1200px) {
	.headline{
		width:95%
	}
}


@media screen and (max-width: 960px) {


}


@media screen and (max-width: 767px) {
	.auth { 
		width: 90%;
		height: 80%;
		margin-top: 2%;
	}
}

@media screen and (max-width: 500px) {
	.mhidden{
		display:none;
	}
	.fblock {
		display: block;
	}
	.fblock .name{
		width:100%;
		padding-bottom: 10px;
		display: block;
	}
	.fblock .inpdiv{
		width:100%;
		padding-bottom: 10px;
		display: block;
	}
	.inp{
		margin-left: 0px;
	}
}