﻿#ABSendView ul
{
	clear: both;
}

#ABSendView
{
	overflow-x: hidden;
}

#ABSendView ul
{
    margin-bottom: 5px;
    padding: 5px;
}

#ABSendView ul.ReportOutputUl, #ABSendView ul.ReportUsersUl, #ABSendView ul.SchedulingOptionsUl, #ABSendView ul.ReportPeriodOptionsUl, #ABSendView ul.PrecedentTextUl
{
    border: 1px solid #a6c9e2;
    border-radius: 4px;
}

#ABSendView .User.TaskRecipientsUsers:disabled , #ABSendView .User.TaskRecipientsUsers:disabled + span
{
	display:none;
}

/*#ABSendView ul.PrecedentTextUl .cke_contents
{
    height: 120px !important;
}*/

#ABSendView ul div.UlLabel1
{
     margin: 1px 0px;
    font-weight: bold;
    height: 40px;
}

#ABSendView ul li
{
    margin: 5px 5px;
}

#ABSendView ul.SchedulingOptionsUl li
{
    margin-top: 15px;
}

#ABSendView ul.ReportSelectUl li span.select2-container
{
    width: 270px !important;
}

#ABSendView input, #ABSendView label
{
    margin: 3px 3px;
}

#ABSendView ul div.UlLabel
{
    margin: 1px 0px;
    font-weight: bold;
    height: 20px;
}

#ABSendView span.select2-container, #ABSendView select.User
{
    display: inline-block;
    width: 500px !important;
    border: none;
    height: 38px;
}

#ABSendView input.SubjectText 
{
	display: inline-block;
	width: 75% !important;
    height: 38px;
}

#ABSendView span.select2-container span.select2-selection
{
    height: 37px;
}

.rtl #ABSendView li.RecipientsLi span.select2-container
{
    margin-right: 26px;
}

.ltr #ABSendView li.RecipientsLi span.select2-container
{
    margin-left: 35px;
}

.rtl #ABSendView li.ReportDelegatesLi span.select2-container
{
    margin-right: 11px;
}

.ltr #ABSendView li.ReportDelegatesLi span.select2-container
{
    margin-left: 31px;
}

.rtl #ABSendView input.SubjectText
{
    margin-right: 12px;
}

.ltr #ABSendView input.SubjectText
{
    margin-left: 12px;
}

#ABSendView ul.SchedulingOptionsUl li input.hasDatepicker
{
    width: 60px;
}

#ABSendView span.select2-container ul.select2-selection__rendered
{
    height: 37px !important;
    overflow-y: auto;
    margin: 0;
    padding: 0;
}

#ABSendView span.select2-container ul.select2-selection__rendered li.select2-search--inline
{
    background: none;
    border: none;
    height: 20px;
}

#ABSendView ul.ReportSelectUl li
{
    display: inline-block;
}

#ABSendView ul.ReportSelectUl li.Btn
{
	font-size: 30px;
    vertical-align: middle;
    cursor: pointer;
    width: 32px;
    display: inline-block;
    height: 32px;
    margin: 0;
}

#ABSendView ul.ReportSelectUl li.Btn:hover
{
    color: #F7931D;
}

#ABSendView ul.ReportSelectUl li.Btn button.Btn span.ui-icon
{
    height: 20px;
    width: 20px;
    margin: 0;
    padding: 0;
    position: relative;
    top: 5px;
    background-size: 100%;
}

#ABSendView ul li.ReportTasksRecipients .select2-container
{
	width: 200px !important;
	margin: 0px 5px;
}

/*#ABSendView ul li.AddMeAsCCLi
{
	margin: 0px 30px;
}*/