.awar-btn-danger {
	color: #fff;
    background-color: #d9534f;
	border-color: #d43f3a;
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.awar-clean-database-texts {
	color:red;
}

.awar-admin-category-tags {
	user-select: none;
	display: none;
}

.awar-admin-category-tags li p {
	margin: 0
}
.awar-admin-category-tags li a {
	/* display: none; */
	font-size: 10px;
	text-decoration: none;
}

.awar-admin-category-tags li a:hover {
	text-decoration: underline;
}

.awar-admin-category-tags li {
	background-color: #ffffff;
	border: solid 1px #ddd;
	color: #555 !important;
	padding: 5px 15px;
	border-radius: 10px;
	margin-top: 5px;
	margin-right: 3px;	
	font-size: 14px;
	display: inline-block;
	cursor: pointer;
	list-style-type: none;
}

.awar-admin-category-tags li:hover {
	background-color: rgb(250, 250, 250);
}

.awar-admin-category-tags li.active {
	background-color: rgb(230, 230, 230);
}

.awar-translations input[type='text'] {
	width: 900px;
	display: block;
}

.awar-translations {
	display: none;
}

.awar-translations .option-group label {
	display: block;
	opacity: 0.8;
	margin-bottom: -15px;
}

.awar-translations .option-group {
	padding: 6px 0;
}

.awar-tab {
	display: block;
	text-align: center;
	border-radius: 5px;
	background-color: #999;
	color: white;
	width: 170px;
	float: left;
	cursor: pointer;
	user-select: none;
	margin-bottom: 20px;
	margin-right: 10px;
	padding-top: 13px;
	padding-bottom: 13px;
	font-size: 16px;
	font-weight: bold;
}

.awar-tab.active {
	background-color: dodgerblue !important;
	display: block;
	text-align: center;
	color: white;
}

.awar-dropdown + span .select2-selection__rendered:after {
    content: "\f140";
    position: absolute;
    right: 10px;
    top: 10px;
    font-family: Dashicons;
}

.awar-descs + .description, .awar-descs + span + .description {
    width: 400px;
}

.awar-options-hidden {
	display: none;
}