.empty_list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.empty_head {
	color: #606060;
	font-size: 1.15em;
	text-align: left;
	cursor: pointer;
	padding: 10px;
	margin: 0;
	border-top: 1px solid #e5e5e5;
}
.empty-page {
	padding-left: 30px !important;
	font-size: 1.0em;
}
#empty_head {
	border-top: 1px solid #fff;
}
}
.empty_head:hover {
	color: #000;
}
.empty_head:after {
	content: '\f107';
	font-family: FontAwesome;
	margin-left: 5px;
}
.empty_body {
	margin: 0 10px 20px 30px;
	padding: 10px;
	display: none;
	background: rgba(230, 230, 230, .2)
}
.empty_body p {
	margin: 0;
	padding: 10px 0;
}
.empty_body ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.empty_body ul li{
	margin: 10px;
}
.empty_body ul li a:before {
	content: '\f15c';
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-right: 5px; 
	opacity: 0.6;
}
.empty_body > .empty_head {
	margin-left: 10px;
}
.empty_body > .link_empty {
	margin-left: 10px;
}
.link_empty{
	color: #606060;
	font-size: 1.15em;
	cursor: pointer;
	padding: 10px;
	margin: 0;
	border-top: 1px solid #e5e5e5;
}
.link_empty a {
	text-decoration: none;
	color: #606060;
}
.link_empty:hover {
	color: #000;
}
.link_empty a:hover {
	text-decoration: none;
	color: #000;
}
.table_page {
	width: 60% !important;
	border-collapse: collapse;
	margin: 0 0 15px 0;
}
.table_page th {
	background-color: #e6e6e6;
	border: 1px solid #ccc;
	text-align: center;
	padding: 5px;
}
.table_page td {
	border: 1px solid #ccc;
	padding: 5px;
	vertical-align: middle;
}
.select-and-input {
	position: relative;
	height: 30px;
	width: 400px;
}
.select-and-input select {
	position: absolute;
	background: #fff;
	z-index: 0;
	top: 0;
	left: 0;
	height: 24px;
	width: 400px;
}
.select-and-input input {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 24px;
	padding:0;
	width: 378px;
}
.b-head {
    margin: 0 !important;
}
.b-head__l, .b-head__specify {
    padding: 0 !important;
}
.b-top-wizard {
    margin-top: 0 !important;
}
.b-body-items {
    padding-left: 20px !important;
}
@media only screen and (max-width: 1400px) {	
	.table_page {
		width: 70% !important;
	}
}
@media only screen and (max-width: 1280px) {	
	.table_page {
		width: 80% !important;
	}
}
@media only screen and (max-width: 992px) {	
	.table_page {
		width: 90% !important;
	}
}
@media only screen and (max-width: 767px) {	
	.table_page {
		width: 100% !important;
		font-size: small;
	}
}
@media only screen and (max-width: 586px) {
	.select-and-input {
		width: 350px;
	}
	.select-and-input select {
		width: 350px;
	}
	.select-and-input input {
		width: 328px;
	}
	.b-pager__active, .b-pager__inactive {
		 display: block !important;
	}	
}
@media only screen and (max-width: 480px) {
	.empty_body {
		margin: 0;
		padding: 0;
	}
	.table_page {
		font-size: x-small;
	}
	.table_page img {
		display: none;
	}
	.table_page td {
		padding: 2px;
	}
	.select-and-input {
		width: 280px;
	}
	.select-and-input select {
		width: 280px;
	}
	.select-and-input input {
		width: 258px;
		font-size: x-small;
	}
	.empty-page {
		padding-left: 15px !important;
	}
	.link_empty {
    margin-left: 0 !important;
	}
}