.notifyjs-help-base{
	-moz-box-shadow: 0 0 3px #999;
	-webkit-box-shadow: 0 0 3px #999;
	box-shadow: 0 0 3px #999;
	opacity: .9;
	-ms-filter: alpha(opacity=90);
	filter: alpha(opacity=90);
	position: relative;
	overflow: hidden;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none !important;
	margin: 0 !important;
	background: rgb(26, 179, 148) !important;
	color: rgb(255, 255, 255) !important;
	padding: 15px 15px 15px 15px !important;
	width: 300px !important;
} 
.notifyjs-help-base.notifyjs-help-error{
	background: rgb(237, 85, 101) !important;
}
.notifyjs-help-base.notifyjs-help-info{
	background: rgb(35, 198, 200) !important;
}
.notifyjs-help-base.notifyjs-help-warn{
	background: rgb(248, 172, 89) !important;
}

.select2-container > .select2-dropdown.select2_obj .select2-results__option {
	display: flex;
}
.select2-container > .select2-dropdown.select2_obj .select2-results__option > img {
	height: 30px;
    margin-right: 6px;
}
.select2-container > .select2-dropdown.select2_obj .select2-results__option > div {
	font-size: 11px;
}
.select2-container > .select2-dropdown.select2_obj .select2-results__option > div > p {
	font-size: 12px;
	color: black;
	font-weight: 600;
}

.add-with-search {
	position: relative;
}
.add-with-search > .complex-controls {
	width: 200px!important;
	height: 30px!important;
	left: auto!important;
	right: 20px!important;
	top: -40px!important;
}
.add-with-search > .complex-controls .select2-container {
	max-width: 200px;
}
.add-with-search > .complex-controls .select2-selection {
	background-color: #1c84c6;
	border-radius: 3px;
}
.add-with-search > .complex-controls .select2-selection:before {
	content: '';
	color: white;
	line-height: 26px;
}
.add-with-search > .complex-item.has-controls > .item-controls {
	display: block;
}
.add-with-search > .complex-controls .select2-container .select2-selection__rendered {
	display: none;
}

[help] {
	cursor: help;
}
[help]:hover {
	opacity: 0.7;
}

.disabled-item {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	cursor: pointer;
	z-index: 100;
}
.disabled-item.active {
    left: 20%;
    right: 20%;
    top: calc(100% - 20px);
	background-color: #ccc;
	border-radius: 4px;
	color: white;
}
.disabled-item.active:before {
    content: 'СОХРАНИТЬ';
    display: flex;
    font-size: 10px;
    justify-content: center;
    line-height: 20px;
}