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