.form-control {
	width: 100%;
	padding: 5px 10px 5px 30px !important;
	box-sizing: border-box;
	height: 40px !important;
	border: 1px solid #cecece !important;
}

textarea.form-control{
	height: 100px !important;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	margin-bottom: 11px;
}

.form-group{
	position: relative;
}

.form-group .fa{
	line-height: 40px;
	top: 0;
	left: 10px;
	position: absolute;
}

.form-group label{
	display: block;
	margin-top: -10px;
	margin-bottom: 3px;
}

div.input-file {
	overflow: hidden;
	display: inline-block;
	cursor: pointer !important;
	background:url(//topengineer.ru/tex-zadanie/img/file_upload.png) no-repeat;
	background-size: cover;
	width: 40px;
	height: 40px;
	margin-top: 5px;
}

div.input-file input {
	opacity:0;
	filter:alpha(opacity:0);
	font-size:199px;
	cursor:pointer;
	padding:0px;
	margin:0px;
	border:none;
	margin-left:-450px;
}

.gorizontal_form{
	width: 100%;
	max-width: 900px;
}


/** Files upload
 **************************************************************** **/
 #upload_top .drop {
   text-align: center;
   display: inline-block;
   padding: 0 0 0 10px;
   margin-bottom: 10px;
   border: 1px dashed #cecece;
   border-right: none;
   position: relative;
   top: 1px;
   -webkit-transition: all 0.2s ease;
   transition: all 0.2s ease;
 }

 #upload_top .drop .fa {
	margin-right: 5px;
 }

 #upload_top .drop a {
   background: #6ca7f3;
   padding: 8px 21px;
   display: inline-block;
   color: #fff;
   -webkit-box-shadow: 0 0 0 1px #fff;
   box-shadow: 0 0 0 1px #fff;
   cursor: pointer;
   text-decoration: none;
   -webkit-transition: all 0.2s ease;
   transition: all 0.2s ease;
 }

 #upload_top .drop a:hover {
   background: #4d8ee1;
 }

 #upload_top .drop input {
   display: none;
 }

#upload_top .upload_list {
	list-style: none;
	margin: 0;
	padding: 0;
}

#upload_top .upload_list li {
	text-align: right;
	white-space: nowrap;
	margin-bottom: 7px;
}

#upload_top .upload_list li input {
	display: none;
}

#upload_top .upload_list li .file_name {
	color: #000;
	margin: 0 7px;
	white-space: normal;
	word-wrap: break-word;
}

#upload_top .upload_list li i {
	font-weight: normal;
	font-style: normal;
	color: #7f7f7f;
	margin-left: 5px;
}

#upload_top .upload_list li canvas {
	width: 14px;
}

#upload_top .upload_list li .file_action {
	width: 15px;
	height: 12px;
	background: url("/tex-zadanie/img/icons.png") no-repeat;
	cursor: pointer;
	display: inline-block;
	position: relative;
}

#upload_top .upload_list li .file_action:hover {
	height: 14px;
	top: 2px;
	background-position: 0 -12px;
}

#upload_top .upload_list li.working .file_action,#upload_top .upload_list li.error .file_action {
	height: 14px;
	top: 2px;
	position: relative;
	background-position: 0 -12px;
}

#upload_top .upload_list li.error .file_name {
	color: red !important;
	text-decoration: line-through;
}

#upload_top .upload_list li.error .file_name i {
	text-decoration: inherit;
}

#upload_top .btn .fa{
	margin-right: 6px;
}

#upload_top .btn .fa-action{
	display: none;
}

.gorizontal_form .upload-button{
	margin: 0 0 10px auto;
}
