﻿.ABEditSendNotificationRule li.ConditionLi,
.ABEditSendNotificationRule li.ExtraLi,
.ABEditSendNotificationRule li.Btn 
{
    display: inherit;
}

.ABEditSendNotificationRule li.ConditionsBtn button.ConditionsBtn
{
    background: none;
    border: none;
    cursor: pointer;
    color: #2F353D;
}

.ABEditSendNotificationRule li.ConditionsBtn button.ConditionsBtn:hover
{
    color: #dc8e33;
}

.ABEditSendNotificationRule li.ConditionsBtn button.ConditionsBtn:disabled
{
    color: gray;
}

.ABEditSendNotificationRule li.ConditionsBtn button.ConditionsBtn span.Btn.glyphicons
{
    font-size: 23px;
}
.ABEditSendNotificationRule .TitleSpan
{
	display: block;
    width: 100%;
    height: 30px;
}

.ABEditSendNotificationRule span.select2-container.NotificationType,
.ABEditSendNotificationRule .TitleSpan label[for="NotificationTypeTitle"],
.ABEditSendNotificationRule span.select2-container.FieldType,
.ABEditSendNotificationRule .TitleSpan label[for="FieldTypeTitle"]
{
	width: 180px !important;
	vertical-align:top;
}
.ABEditSendNotificationRule span.select2-container.FieldID 
{
	width: 120px !important;
	vertical-align:top;
}

.ABEditSendNotificationRule span.AffectedUsers2,
.ABEditSendNotificationRule .TitleSpan label[for="UserBookmarksTitle"] 
{
	width: 220px !important;
}

.ABEditSendNotificationRule li.ConditionLi
{
    padding: 12px 12px;
}

.ABEditSendNotificationRule ul.ConditionUl .AffectedUsers2 .select2-selection--multiple
 {
    max-height: 50px;
	overflow-y: auto;
}

ul.ConditionUl .select2-container .select2-selection--single
{
	height: 33px;
}

ul.ConditionUl .select2-container.AffectedUsers2 .select2-selection--multiple .select2-selection__rendered
{
	/*height: 31px;*/
    overflow-y: auto;
}

ul.ConditionUl .select2-container.AffectedUsers2 .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice
{
	margin: 2px 2px 0px 2px !important;
	display: inline-block;
    vertical-align: middle;
}

ul.ConditionUl .select2-container.AffectedUsers2 .select2-selection--multiple .select2-selection__rendered li.select2-search--inline
{
    margin: 0px !important;
	display: inline-block;
    vertical-align: middle;
}