.admin-list-button a {
    padding:20px 50px 20px 20px;
    display: inline-block;
}

.admin-list-button a.red {
    color: #982018;
}

.rating-edit input{
	width: 35px;
	border-radius: 5px;
	outline: none;
	border: 1px solid gray;
	text-align: center;
	padding: 7px 0;
}
.menu-admin{
	margin-top: 20px;
}

.filter_item{
	width: 100%;
	height: auto;
	padding: 15px 15px;
	border: 1px solid gray;
	border-radius: 3px;
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.filter_item div {
	width: 50%;
	display: flex;


}
.filter_item div:nth-child(2) {
	justify-content: flex-end;

}
.filter_item div:nth-child(3) {
	width: 100%;
}
.filter_item i {
	cursor: pointer;
}
.filter-row{
	margin: 20px 0 ;
}

.params_filter{
	margin: 15px 0;
	border-top: 1px solid gray;
	padding: 15px 0;

}
.params_filter {
	display: block;
	flex-wrap: wrap;
	display: none ;
}
.form-control-filter{
	display: none ;
}
.params_filter span {
	display: flex;
	margin: 7px 0;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	padding: 8px 15px;
	border: 1px dashed gray;
}
.btn-filter{
	padding: 5px;
	line-height: 13px !important;
}
.filter_item div:nth-child(4) {
	width: 100%;
}
.filter_item div:nth-child(4) input {
	width: 100%;
}
.filter_item div:nth-child(4) form {
	width: 100%;
}



.loader{
   
    left: 0;
    width: 100%;
   
    z-index: 100;
    background: rgba(214, 214, 214, 0.29);
}

.loader:before{
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../img/loader.gif);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    margin: 0 auto;
}

@keyframes delete_item {
	0%{
		background-color: red;
	}
	100% {
		background-color: #fff;
	}
}

.opening{
	transform: rotate(180deg);
	transition: 0.4s;
}
.params_filter div:first-child {
	width: 100%;
}

.popup-add-filter{
	position: fixed;
	height: 600px;
	width: 90%;
	right: 5%;

	background-color: rgba(255,255,255, 1);
	z-index: 9999;
	left: 5%;
	bottom: 2vh;
	border: 3px solid gray;
	border-radius: 3px;
	top: 2vh;
}
.body-popup{
	position: relative;
	flex-wrap: wrap;
	padding: 30px;
	display: flex;
	height: 100%;
	align-items: center;
}
.body-popup div {
	width: 100%;
}
.close-popup{
	position: absolute;
	right: 40px;
	top: 40px;
	height: 30px;
	text-align: right;
	cursor: pointer;
	z-index: 9999999;
	width: 30px;
}


.user-item{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	padding: 15px;
	border: 1px solid gray;
	border-radius: 5px;
	margin: 10px 0;
	flex-wrap: wrap;
	align-items: center;
}
.user-item div{
	display: flex;
	

}
.user-item div:first-child {
	width: 70%;
	justify-content: flex-start;

}
.user-item div:nth-child(2) {
	width: 30%;
	justify-content: flex-end;
}

.user-item div span {
	margin: 0 10px;
}
.user-item div div {
	margin: 0 10px;
}

.user-item div button {
	margin: 0 10px;
}
.user-item .badge {
	padding: 10px;
}
.user-item div:nth-child(3) {
	width: 100%;
}