/**
 * @package: SobiPro Aggregation Field

 * @author
 * Name: Sigrid Suski & Radek Suski, Sigsiu.NET GmbH
 * Email: sobi[at]sigsiu.net
 * Url: https://www.Sigsiu.NET

 * @copyright Copyright (C) 2006 - 2018 Sigsiu.NET GmbH (https://www.sigsiu.net). All rights reserved.
 * @license GNU/GPL Version 3
 * This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3
 * as published by the Free Software Foundation, and under the additional terms according section 7 of GPL v3.
 * See https://www.gnu.org/licenses/gpl.html and https://www.sigsiu.net/licenses.

 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
 */

.SobiPro .bootstrap-tagsinput {
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	display: inline-block;
	padding: 6px 6px;
	color: #555;
	vertical-align: middle;
	border-radius: 4px;
	max-width: 100%;
	width: 100%;
	line-height: 22px;
	cursor: text;
	overflow-y: scroll;
}

.SobiPro .bootstrap-tagsinput input[type="text"],
.SobiPro .bootstrap-tagsinput input {
	border: none;
	box-shadow: none;
	outline: none;
	background-color: transparent;
	padding: 10px 6px;
	margin: 0;
	max-width: inherit;
	width: 250px;
}

.SobiPro .bootstrap-tagsinput input:focus[type="text"],
.SobiPro .bootstrap-tagsinput input:focus {
	border: none;
	box-shadow: none;
}

.SobiPro .bootstrap-tagsinput.form-control input::-moz-placeholder {
	color: #777;
	opacity: 1;
}

.SobiPro .bootstrap-tagsinput.form-control input::-webkit-input-placeholder,
.SobiPro .bootstrap-tagsinput.form-control input:-ms-input-placeholder {
	color: #777;
}

.SobiPro .bootstrap-tagsinput .tag {
	margin-right: 2px;
	color: white;
	padding: 3px 5px 5px 5px;
	margin-top: 4px;
	margin-bottom: 3px;
}

.SobiPro .bootstrap-tagsinput .tag [data-role="remove"] {
	margin-left: 8px;
	cursor: pointer;
	color: #B8E9F3;
}

.SobiPro .bootstrap-tagsinput .tag [data-role="remove"]:after {
	content: "x";
	padding: 0 2px;
}

.SobiPro .bootstrap-tagsinput .tag [data-role="remove"]:hover {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.SobiPro .bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
