.reestr_table input {
	width: 100%;
	max-width: 320px;
	height: 35px;
	border: solid 1px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
}
.reestr_table .site_agent,
.reestr_table .name_agent  {
	word-break: break-all;
}
/*.reestr_table input.fuzzy-search {
	padding: 12px;
}
.reestr_table input.fuzzy-search::placeholder, .reestr_table input.fuzzy-search::-webkit-input-placeholder,
.reestr_table input.fuzzy-search::-ms-input-placeholder, .reestr_table input.fuzzy-search::-moz-placeholder {
	padding-left: 0px;
}*/
.reestr_table input[type="text"]::-webkit-input-placeholder {
	color:rgba(0, 0, 0, 0.3);
	padding-left: 8px;
	font-size: 14px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0.01em;
	background-image: url("/local/templates/aspro-priority/assets/img/searsh.svg");
	background-position: 97% 50%;
    background-repeat: no-repeat;
	opacity:1;
}
.reestr_table input[type="text"]:-moz-placeholder  {
	color:rgba(0, 0, 0, 0.3);
	padding-left: 8px;
	font-size: 14px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0.01em;
	background-image: url("/local/templates/aspro-priority/assets/img/searsh.svg");
	background-position: 97% 50%;
	background-repeat: no-repeat;
	opacity:1;
}


.reestr_table input[type="text"]:-ms-input-placeholder      {
	color:rgba(0, 0, 0, 0.3);
	padding-left: 8px;
	font-size: 14px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0.01em;
	background-image: url("/local/templates/aspro-priority/assets/img/searsh.svg");
	background-position: 97% 50%;
	background-repeat: no-repeat;
}

.reestr_agent_section{
	margin-top:65px;
}
.reestr_table {
	color: #000000;
	font-size: 12px;
	font-family: 'Open Sans';
	word-break: break-all;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0.01em;

}
.table_agents{
	background-color: #FFFFFF;
	overflow: auto;/*scroll*/

}
.reestr_table_row, .head{
	border-top: solid 1px rgba(0, 0, 0, 0.2);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items:center;
	border-left: solid 1px rgba(0, 0, 0, 0.2);
	border-right: solid 1px rgba(0, 0, 0, 0.2);
}
.reestr_table_row:nth-child(11) {
	border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.head{
	font-weight:600;
	align-items: center;
	margin-top: 24px;
	width: 1260px;/*scroll*/
}
.list{
	width: 1260px;/*scroll*/
}
body .maxwidth-theme.landing_page  .main .row{
	width:100%;
	max-width: 1360px!important;
}

.head_field, .value_agent {
	word-break: normal;
	padding:7px;
	display: flex;
	flex-direction: row;
	/*justify-content: space-around;*/
}
.head_field:nth-child(1) {
	padding-left: 12px;
}
.type_agent {
	padding-left: 12px;
}
.col_6{
	width:6%;
}
.col_10{
	width:10%;
}
.col_8{
	width:8%;
}
.col_9{
	width:9%;
}
.col_10{
	width:10%;
}
.col_12{
	width:12%;
}
.col_13{
	width:13%;
}
.col_14{
	width:14%;
}
.col_17{
	width:17%;
}
.col_15{
	width:15%;
}
.col_20{
	width:20%;
}
.ajax_load_btn_pagination{
	display: none;
}
.list {
	border-bottom: solid 1px rgba(0, 0, 0, 0.2);
	margin-bottom: 24px;
}
.paginationBottom {
	display: flex;
}
.paginationBottom li {
	margin: 0 2px;
}
.paginationBottom li:before {
	content: none;
}
.paginationBottom a {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 14px;
	color: #0C0D0D;
	width: 32px;
	height: 32px;
	opacity: 1;
	border: solid 1px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
}
.paginationBottom .active a {
	background-color: #162E5E;
	font-weight: 600;
	color: #FFF;
}

.sort {
	cursor: pointer;
}
.sort::after {
	display: flex;
	margin: 0 0 0 10px;
	align-items: center;
	content: url(/local/templates/aspro-priority/assets/img/sort.svg);
}
.green {
color: rgba(33, 150, 83, 1);
}
.red {
	color: rgba(235, 87, 87, 1);
}
/*
.reestr_table{
	overflow: scroll;
}

 */
