.dxscNSR /* North-south resize adorner */
{
	position: absolute;
	cursor: n-resize;
	height: 4px;
	background-color:White;
}
.dxscEWR /* East-west resize adorner */
{
	position: absolute;
	cursor: e-resize;
	width: 4px;
	background-color:White;
}
.dxscSel /* Selection div*/
{
	position: absolute;
	opacity: 0.75;
	filter: alpha(opacity=75);
	background-color: Highlight;
}
.dxscAptSelDiv /* Selected appointment adorner div */
{
	position: absolute;
	display:none;
	padding: 0px;
	margin: 0px;
	border: solid 2px Black;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
    pointer-events: none;
}
.dxscDayScrollContainer /* Body cells scroll container div */
{
	position: relative;
	overflow: auto; /* Make scrolling work in Opera */
	overflow-x: hidden;
	overflow-y: scroll;
	width: 100%;
}

.dxscDayScrollContent /* Body cells scroll content div */
{
	position: relative;
	width: 100%;
}

.dxscDayScrollContentIE /* Body cells scroll content div */
{
	position: relative;
	width: expression(offsetParent.clientWidth);
}

.dxscDayScrollBodyTable /* Body cells table inside scroll content */
{
	width: 100%;
	table-layout: fixed;
}
.dxscDayADAContainer /* AllDay area scroll container */
{
	position: absolute;
	overflow: hidden;
}
.dxscDayADAScrollContainer /* AllDay area scroll container */
{
	position: absolute;
	overflow: auto; /* Make scrolling work in Opera */
	overflow-x: hidden;
	overflow-y: scroll;
}
.dxscDayHdrsTbl
{
	width: 100%;
	table-layout: fixed;
}
.dxscDayHdrsContainer
{
	position: relative;
}
.dxscRendererTable
{
	position: relative;
	width: 100%;
	border-collapse: separate;
	border-width: 0px;
	table-layout: fixed;
}
.dxscRangeControl .dxscRCEndByDateCell {
    width: 120px;
}

/* Appointment */
.dxscApt
{
	display: none;
	position: absolute;
	overflow: hidden;
	-ms-touch-action: pinch-zoom;
	touch-action: pinch-zoom;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin: auto;
}

.dxscApt .dxsc-apt-wrapper
{
    position: relative;
    height: 100%;
    background: none !important;
}

.dxscApt .dxsc-apt-intermediate-bg,
.dxscApt .dxsc-apt-bg,
.dxscApt .dxsc-apt-gradient,
.dxsc-apt-custom-background
{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.dxsc-apt-custom-background
{
    border: none !important;
    background-color: unset !important;
}

.dxscApt .dxsc-apt-intermediate-bg
{
    background-color: white;
    opacity: .6;
}

.dxscApt .dxsc-apt-bg
{
    opacity: .3;
}

.dxscApt .dxsc-apt-gradient
{
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.25));
}

.dxscApt .dxsc-apt-container
{
    height: 100%;
    position: relative;
    overflow: hidden;
}

.dxscApt .dxsc-apt-content-layer
{
    position: relative;
}

.dxsc-vertical-apt .dxsc-apt-content-layer
{
    position: absolute;
    overflow: hidden;
    top: 4px;
    bottom: 4px;
    left: 9px;
    right: 8px;
}
.dxsc-horizontal-apt .dxsc-apt-content-layer
{
    margin: 3px 10px 4px 10px;
}
.dxsc-horizontal-same-day-apt .dxsc-apt-content-layer
{
    margin: 4px 10px 4px 10px;
}

.dxsc-vertical-apt .dxsc-content-single-row-layout .dxsc-apt-images-container
{
    height: 100%;
    margin-bottom: 0;
}
.dxsc-agenda-apt
{
	display: block;
	position: inherit;
    cursor: default;
}
.dxsc-agenda-apt.dxsc-selected .dxsc-apt-icon-cell,
.dxsc-agenda-apt.dxsc-selected .dxsc-apt-main-content-cell,
.dxsc-agenda-apt.dxsc-selected .dxsc-apt-resource-cell
{
	background-color: #F3F3F3;
}
.dxsc-agenda-apt.dxsc-selected.dxsc-apt-no-label .dxsc-apt-start-arrow-cell,
.dxsc-agenda-apt.dxsc-selected.dxsc-apt-no-label .dxsc-apt-time-cell,
.dxsc-agenda-apt.dxsc-selected.dxsc-apt-no-label .dxsc-apt-end-arrow-cell
{
    background-color: #9f9f9f;
}

.dxscAgendaView .dxscAptSelDiv
{
    opacity: .5;
}

    /* vertically center images */
.dxsc-vertical-apt .dxsc-content-single-row-layout .dxsc-apt-images-container:before
{
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.dxsc-vertical-apt .dxsc-apt-images-container
{
    text-align: right;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
}

.dxsc-horizontal-apt .dxsc-content-wrapper
{
    text-align: center;
    overflow: hidden;
}

.dxsc-horizontal-same-day-apt .dxsc-content-wrapper
{
    text-align: left;
    overflow: hidden;
}

.dxsc-horizontal-apt .dxsc-apt-left-container
{
    float: left;
}

.dxsc-horizontal-apt .dxsc-apt-right-container,
.dxsc-horizontal-same-day-apt .dxsc-apt-images-container
{
    float: right;
}

.dxsc-horizontal-apt .dxsc-apt-center-container
{
    float: none;
    overflow: hidden;
}

.dxsc-horizontal-apt .dxsc-apt-left-container > *,
.dxsc-horizontal-apt .dxsc-apt-right-container > *,
.dxsc-horizontal-apt .dxsc-apt-center-container > *,
.dxsc-horizontal-apt .dxsc-apt-images-container > img
,
.dxsc-horizontal-same-day-apt .dxsc-apt-images-container > img,
.dxsc-horizontal-same-day-apt .dxsc-content-wrapper > .dxsc-apt-images-container
{
    vertical-align: middle;
}

.dxsc-horizontal-same-day-apt .dxsc-apt-images-container,
.dxsc-horizontal-apt .dxsc-apt-images-container
{
    display: inline-block;
}

.dxsc-horizontal-apt .dxsc-apt-images-container
{
    margin-right: 10px;
}

.dxsc-apt-images-container > img
{
    margin-left: 2px;
}

.dxscApt .dxsc-apt-clock-container
{
    display: inline-block;
    position: relative;
    width: 15px;
    height: 15px;
}
.dxsc-horizontal-same-day-apt .dxsc-apt-clock-container
{
    vertical-align: bottom;
    margin-right: 6px;
}

.dxscApt .dxsc-content-wrapper
{
    overflow: hidden;
}
.dxsc-apt-clock-container img {
    left: 0;
}

.dxsc-horizontal-apt .dxsc-content-wrapper
{
    width: 100%;
}

.dxscApt .dxsc-apt-content-layer span
{
    font-size: 13px;
}

.dxscApt .dxsc-apt-time-container span,
.dxscApt .dxsc-apt-description-container span,
.dxscApt .dxsc-apt-description-container span > *,
.dxsc-horizontal-apt .dxsc-apt-left-container > span,
.dxsc-horizontal-apt .dxsc-apt-right-container > span
{
    font-size: 11px;
    opacity: .65;
    padding-right: 4px;
}

.dxsc-horizontal-apt .dxsc-apt-left-container > span,
.dxsc-horizontal-apt .dxsc-apt-right-container > span
{
    margin-left: 4px;
}

.dxsc-horizontal-same-day-apt .dxsc-apt-time-container
{
    display: inline-block;
    margin-right: 4px;
}

.dxsc-horizontal-apt .dxsc-apt-time-container span,
.dxsc-horizontal-same-day-apt .dxsc-apt-time-container span
{
    vertical-align: middle;
    font-size: 10px;
}
.dxsc-horizontal-same-day-apt .dxsc-apt-time-container span
{
    vertical-align: baseline;
}

.dxsc-horizontal-same-day-apt .dxsc-content-wrapper > span
{
    display: inline-block;
}

.dxscApt .dxsc-apt-status-container
{
    background-color: white;
    border: 1px solid lightgray;
    box-sizing: border-box;
}

.dxsc-vertical-apt .dxsc-apt-status-container
{
    width: 10px;
    height: 100%;
    float: left;
}

.dxsc-horizontal-same-day-apt .dxsc-apt-status-container,
.dxsc-horizontal-apt .dxsc-apt-status-container
{
    width: 100%;
    height: 6px;
}

.dxscApt .dxsc-apt-status-container .dxsc-apt-status
{
    position: relative;
}

.dxsc-horizontal-same-day-apt .dxsc-apt-status-container .dxsc-apt-status,
.dxsc-horizontal-apt .dxsc-apt-status-container .dxsc-apt-status
{
    height: 100%;
}

.dxscApt.dxsc-selected .dxsc-apt-content-layer span,
.dxscApt.dxsc-selected .dxsc-apt-time-cell span,
.dxscApt.dxsc-apt-with-label.dxsc-selected .dxsc-apt-content-layer span,
.dxscApt.dxsc-apt-with-label.dxsc-selected .dxsc-apt-time-cell span
{
    color: white;
}

.dxscApt.dxsc-selected .dxsc-apt-bg
{
    opacity: 1;
}

.dxscApt.dxsc-selected .dxsc-apt-gradient
{
    background: none;
}
.dxscScrollHeaderItem
{
    width: 16px;
}

/* Appointment end*/
/* Resource headers */
.dxsc-rh-center-wrap {
    display: inline-flex;
    display: -webkit-inline-flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}
td.dxsc-vertical-rh,
td.dxsc-horizontal-rh
{
    vertical-align: middle;
}
.dxsc-rh-content
{
    position: relative;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    overflow: hidden;
}

.dxsc-rh-text-wrapper
{
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dxsc-rh-text-wrapper span
{
    white-space: nowrap;
}

.dxsc-rh-content > *
{
    margin: auto;
}
.dxsc-rh-align-bottom,
.dxsc-rh-align-top
{
    flex-direction: column;
}

.dxsc-rh-align-right,
.dxsc-rh-align-left{
    flex-direction: row;
}

.dxsc-rh-align-left
{
    justify-content: flex-start;
}
.dxsc-rh-align-right
{
    justify-content: flex-end;
}
.dxsc-rh-align-bottom > *,
.dxsc-rh-align-top > *
{
    margin-top: 5px;
    margin-bottom: 5px;
}
.dxsc-rh-align-left > *,
.dxsc-rh-align-right > *
{
    margin-left: 5px;
    margin-right: 5px;
}

.dxsc-rh-align-bottom .dxsc-rh-text-wrapper,
.dxsc-rh-align-top .dxsc-rh-text-wrapper
{
    display: block;
}
.dxFirefox .dxsc-vertical-rh .dxsc-rh-align-top    .dxsc-rh-text-wrapper.dxsc-rh-rotated-caption,
.dxFirefox .dxsc-vertical-rh .dxsc-rh-align-bottom .dxsc-rh-text-wrapper.dxsc-rh-rotated-caption
{
    width: 100%;
}
.dxFirefox .dxsc-vertical-rh .dxsc-rh-text-wrapper.dxsc-rh-rotated-caption
{
    min-width: 15px;
}
.dxsc-rh-content .dxsc-rh-rotated-caption span
{
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    text-overflow: ellipsis;
    overflow:hidden;
}

.dxIE.dxBrowserVersion-9 .dxsc-rh-content img
{
    width: auto;
    height: auto;
}

.dxIE.dxBrowserVersion-9 .dxsc-rh-center-wrap
{
    width: auto;
}

.dxIE.dxBrowserVersion-9 .dxsc-rh-content {
    display: table;
    table-layout: fixed;
    border-spacing: 5px;
    border-collapse: separate;
    margin: 0 auto;
}

.dxIE.dxBrowserVersion-9 .dxsc-rh-text-wrapper.dxsc-rh-rotated-caption
{
    -ms-transform: rotate(180deg);
}

.dxIE.dxBrowserVersion-9 .dxsc-rh-rotated-caption span
{
    -ms-transform: translate(0%, 0%);
}

.dxIE.dxBrowserVersion-9 .dxsc-rh-content > *
{
    display: table-cell;
}

.dxIE.dxBrowserVersion-9 .dxsc-rh-align-bottom .dxsc-rh-rotated-caption,
.dxIE.dxBrowserVersion-9 .dxsc-rh-align-top .dxsc-rh-rotated-caption
{
    width: 100%;
}

.dxIE.dxBrowserVersion-9 .dxsc-rh-align-bottom > *,
.dxIE.dxBrowserVersion-9 .dxsc-rh-align-top > *
{
    display: inline-block;
    float: left;
    clear: both;
    margin: 5px auto;
}

.dxIE.dxBrowserVersion-9 .dxsc-rh-center-wrap
{
    height: auto;
}

.dxIE.dxBrowserVersion-9 .dxsc-rh-align-bottom .dxsc-rh-text-wrapper,
.dxIE.dxBrowserVersion-9 .dxsc-rh-align-top .dxsc-rh-text-wrapper
{
    width: 100%;
}
/* resource headers end*/

.dxscMoreButton
{
	cursor: pointer;
	position : absolute;
	white-space : nowrap;
	overflow: hidden;
}
.dxscViewNavigatorGotoTodayButton span.dx-vam,
.dxscVSHorz .dxbButtonSys span.dx-vam,
.dxscVSVert .dxbButtonSys span.dx-vam
{
    vertical-align: baseline;
}
/* Appointment Form */
.dxscAppointmentForm .dxscSingleCell {
    width: 50%;
}
.dxscAppointmentForm .dxscDoubleCell {
    width: 100%;
}
.dxscAppointmentForm table.dxscLabelControlPair {
    width: 100%;
    height: 100%;
}
.dxscAppointmentForm table.dxscLabelControlPair .dxscLabelCell {
    width: 100px;
    height: 100%;
}
.dxscLabelCell {
	white-space: nowrap;
}
.dxscAppointmentForm .dxscLabelControlPair .dxscControlCell {
    height: 100%;
}
.dxscAppointmentForm .dxscSingleCell, .dxscAppointmentForm .dxscDoubleCell {
    height: 26px;
}

.dxscSmartTagIndex
{
	z-index:5;
}

.dxscSIImageCell
{
	width: 54px;
	text-align: left;
}
.dxscSISubjectCell
{
	font-size: 11px;
}
.dxscSIDetailInfoLink
{
	color: #853a3a;
	text-decoration: underline;
}
.dxscSIDetail
{
	font-size: 11px;
	padding-left: 54px;
}
.dxscRndTTR
{
    font-size: 0;
    line-height: 0;
}
.dxscCellWithPadding
{
    padding: 1px;
}
table.dxscBorderSpacing, table.dxscButtonTable, .dxsc-dialogButtonsContainer > .dxsc-dialogControlsWrapper
{
    border-collapse: separate;
    border-spacing: 2px;
}
.dxsc-dialogButtonsContainer > .dxsc-dialogControlsWrapper {
    margin: 0 auto;
}
.dxsc-editForm.dxsc-dialog
{
    width: 700px !important;
}
.dxsc-unselectablePopup
{
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.dxsc-dialogButtonsContainer .dxbButtonSys {
    margin: 0 4px;
}
.dxsc-editForm .dxsc-tableMargin > table {
    margin-left: 10px;
}
.dxsc-recurrentChildGroupItem > table, .dxsc-recurrentChildGroupItem > span{
    display: inline-block;
}
.dxsc-recurrentChildGroupItem > table:not(:first-child) {
    margin-left: 8px;
}
.dxsc-dialogPreparing > div:first-child,
.dxsc-dialogPreparing > .dxsc-dialogLoadingPanel {
    display: table !important;
    margin: 0 auto;
    position: relative !important;
}
.dxsc-dialogPreparing > .dxsc-dialogWrapperPanel {
    overflow: hidden;
    width: 0px;
    height: 0px;
    position: absolute;
}
.dxsc-inplaceEditor .dxpc-contentWrapper .dxsc-inplaceEditorContent{
    padding: 2px;
}
.dxsc-inplaceEditorContent .dx-p2 > div {
    padding-left: 2px;
}
.dxsc-editdialog-ocurrenceGroup {
    min-width: 700px;
}
.dxsc-Confirmdialog-contentGroup {
    min-width: 300px;
}
.dxsc-appointment-resizeButton {
    background-color: #F2FAFB;
    height: 3px;
    width: 32px;
    border-radius: 4px;
    position: absolute;
    pointer-events: all;
}
.dxsc-appointment-resizeButton-Horizontal {
    height: 32px;
    width: 3px;
}
.dxsc-appointment-resizeButton > .resizeButtonHelper {
    background-color: transparent;
    position:relative;
    pointer-events: all;
}
.resizeButtonHelper.resizeButtonHelperTop {
    top: -8px;
    height: 22px;
    width: 44px;
    left: -6px;
}
.resizeButtonHelper.resizeButtonHelperBottom {
    height: 22px;
    width: 44px;
    left: -6px;
    top: -12px;
}
.resizeButtonHelper.resizeButtonHelperLeft {
    top: -6px;
    height: 44px;
    width: 22px;
    left: -8px;
}
.resizeButtonHelper.resizeButtonHelperRight {
    height: 44px;
    width: 22px;
    left: -12px;
    top: -6px;
}
.dxsc-appNoDrop {
    color: #bbbbbb;
    border-color: #bbbbbb;
    cursor: no-drop;
}
.dxsc-appointmentCutedState {
    color: #bbbbbb;
    border-color: #bbbbbb;
}
.dxsc-appNoDrop *, .dxsc-NoDrop {
    cursor: no-drop !important;
}
.dxsc_appNoDropCoverDiv {
    cursor: no-drop;
}

.dxsc-cutedAppointmentState-coverDiv,
.dxsc_appNoDropCoverDiv {
    position: relative;
    opacity: 0.6;
    background-color: #ffffff;
    z-index: 1000;
}
.dxscRendererTable.dxscClientRendering 
{
    border-collapse: separate;
}
.dxscClientRendering td.dxscLastCell 
{
    border-right-width: 0px;
}
.dxscClientRendering td.dxscLastHoursItem 
{
    border-bottom-width: 0px;
}
.dxscClientRendering tr.dxscHiddenContainer 
{
    height: 1px; 
    visibility: visible;
}
.dxsc-timeLine-scaleSubTable {
    width: 100%;
    table-layout:fixed;
    border-width: 0px;
    border-collapse: collapse;
}
.dxsc-TimeRulerItemText {
    z-index: 100;
    position: relative;
    background: transparent;
}
.dxsc-timeline-dateheader-Firefox {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.dxscViewVisibleIntervalLabelSys {
    max-width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
table.dxscClientRendering
{
    border-collapse: collapse;
}
.dxsc-timeLine-scaleSubTable td {
    box-sizing: border-box;
}

.dxsc-timeline-scrollLimiter {
    position: absolute;
    display: block;
    overflow: hidden;
}

.dxsc-timeline-mainTable > tbody {
    position: relative;
    display: block;
    overflow: hidden;
}

.dxscRendererTable.dxscClientRendering.dxscTimelineView 
{
    position: relative;
    background-color: white;
    overflow: hidden;
}
.dxFirefox .dxsc-timeline-resourcesTable,
.dxIE .dxsc-timeline-resourcesTable,
.dxEdge .dxsc-timeline-resourcesTable 
{
    border-collapse: separate;
}

.dxsc-vertical-rh {
    position: relative !important;
    display: table-cell !important;
    z-index: 100;
}

.dxscTimelineView td {
     box-sizing: border-box;
}
.dxsc-timeline-horizontalContainer {
    border-collapse:separate;
}
.dxsc-timeline-horizontalContainer.notCulc {
    table-layout:fixed;
    width:100%;
}
.dxsc-timeline-mainTable * {
    box-sizing: border-box;
}
.dxsc-timeline-mainTable {
    overflow: hidden;
}
.dxsc-timeline-scalesContainer, .dxsc-timeline-mainTable > thead {
    position: relative;
    display: block;
    z-index: 100;
}

.dxWebKitFamily thead.dxsc-timeline-scalesContainer, 
.dxWebKitFamily .dxsc-timeline-mainTable > thead {
    border-collapse: collapse;
}

.dxscRendererTable.dxscAgendaView {
    background-color: #FFFFFF;
}
.dxsc-agenda-appointment-cell
{
    position: relative;
}
.dxsc-agenda-empty-cell {
    height: 65px;
    text-align: center;
    font-size: 14px;
}
.dxsc-agenda-date-cell {
    vertical-align: top;
    padding-top: 2px;
    padding-left: 10px;
    padding-bottom: 4px;
    width: 160px;
}
.dxsc-agenda-day-cell {
    font-size: 42px;
    width: 60px;
    vertical-align: bottom;
}
.dxsc-agenda-day-of-week-cell {
    font-size: 15px;
    padding-top: 6px;
}
.dxsc-agenda-month-of-year-cell {
    font-size: 12px;
    color: #979797;
    vertical-align: top;
}
.dxAndroidMobilePlatform .dxscApt.dxsc-agenda-apt,
.dxEdge.dxTouchUI .dxscApt.dxsc-agenda-apt
{
    touch-action: auto;
}
.dxsc-agenda-apt > table
{
    width: 100%;
    height: inherit;
    table-layout: fixed;
    border-collapse: collapse;
}
.dxsc-agenda-apt .dxsc-apt-status-cell
{
    width: 4px;
    border-left: 1px solid #D2D2D2;
    border-right: 1px solid #D2D2D2;
    opacity: .9;
}

.dxsc-agenda-apt .dxsc-apt-start-arrow-cell,
.dxsc-agenda-apt .dxsc-apt-end-arrow-cell {
    width: 21px;
}
.dxsc-agenda-apt .dxsc-apt-icon-cell .dxsc-apt-images-container
{
    padding-left: 10px;
    padding-right: 10px;
}
.dxsc-apt-start-arrow-cell img,
.dxsc-apt-end-arrow-cell img,
.dxsc-agenda-apt .dxsc-apt-time-container span
{
    opacity: .95;
    position: relative;
}
.dxsc-apt-start-arrow-cell img,
.dxsc-apt-end-arrow-cell img,
.dxsc-apt-icon-cell img
{
    opacity: .5;
}
.dxsc-selected .dxsc-apt-start-arrow-cell img,
.dxsc-selected .dxsc-apt-end-arrow-cell img
{
    opacity: 1;
}

.dxsc-apt-start-arrow-cell img
{
    left: 3px;
}
.dxsc-apt-end-arrow-cell img
{
    right: 2px;
}

.dxsc-relative-wrapper
{
    position: relative;
}
.dxsc-positioning-wrapper
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 0;
    margin-bottom: -1px;
}

.dxsc-appointments-fixed-height .dxsc-agenda-apt
{
    height: 0;
}
.dxsc-appointments-fixed-height .dxsc-agenda-apt .dxsc-height-wrapper
{
    position: absolute;
}

.dxsc-agenda-apt .dxsc-apt-icon-cell,
.dxsc-agenda-apt .dxsc-apt-main-content-cell
{
    vertical-align: top;
}
.dxsc-agenda-apt .dxsc-apt-main-content-cell
{
    padding-top: 10px;
    padding-bottom: 10px;
}
.dxsc-agenda-apt .dxsc-apt-icon-cell
{
    padding-top: 14px;
}
.dxsc-agenda-apt .dxsc-apt-time-cell .dxsc-apt-time-container span
{
    font-size: 15px;
}
.dxsc-agenda-apt .dxsc-apt-subject-container span
{
    font-size: 16px;
    word-wrap: break-word;
}
.dxsc-agenda-apt .dxsc-apt-description-container span
{
    font-size: 14px;
}
.dxsc-agenda-apt .dxsc-apt-description-container
{
    margin-top: 2px;
}

.dxsc-agenda-apt .dxsc-apt-time-cell {
    text-align: center;
    width: 155px;
}
.dxsc-agenda-apt .dxsc-apt-subject-container {
    color: #404040;
}
.dxsc-agenda-apt .dxsc-apt-resource-cell
{
    width: 100px;
    vertical-align: top;
    text-align: right;
    padding-right: 17px;
    padding-top: 12px;
    padding-bottom: 5px;
}
.dxsc-appointments-fixed-height .dxsc-apt-resource-cell .dxsc-height-wrapper
{
    right: 0;
    padding-right: inherit;
}
.dxsc-apt-resource-cell span
{
    font-size: 13px;
    opacity: .75;
}
.dxsc-agenda-apt .dxsc-apt-resource-cell .dxsc-apt-images-container
{
    margin-top: 7px;
}
.dxsc-agenda-apt .dxsc-apt-icon-cell
{
    width: 40px;
    text-align: center;
}
.dxsc-agenda-apt .dxsc-apt-start-arrow-cell,
.dxsc-agenda-apt .dxsc-apt-end-arrow-cell
{
    width: 21px;
}
.dxsc-agenda-apt .dxsc-apt-end-arrow-cell
{
    border-right: 1px solid #D2D2D2;
}

.dxsc-agenda-apt .dxsc-apt-start-arrow-cell,
.dxsc-agenda-apt .dxsc-apt-end-arrow-cell,
.dxsc-agenda-apt .dxsc-apt-time-cell
{
    vertical-align: top;
}
.dxsc-agenda-apt .dxsc-apt-time-cell
{
    padding-top: 11px;
}
.dxsc-agenda-apt .dxsc-apt-start-arrow-cell,
.dxsc-agenda-apt .dxsc-apt-end-arrow-cell
{
    padding-top: 13px;
}
.dxscAgendaViewScrollContainer 
{
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
}
.dxscAgendaView .dxsc-agenda-date-cell.dxsc-last-cell,
.dxscAgendaView .dxsc-agenda-appointment-cell.dxsc-last-cell td
{
    border-bottom: 0;
}
.dxsc-timeline-resourcesContainer {
    position:relative;
    z-index:1;
}
.dxsc-leftCornerSys {
    z-index: 10000;
}
.dxsc-timeline-commonContainer > * {
    display: inline-block;
}
.dxFirefox .dxsc-bottomLeftCornerSys {
    bottom: -1px;
    height: 18px;
}
.dxsc-bottomLeftCornerSys {
    width: 100%;
    height: 17px;
    bottom: 0px;
    z-index: 100;
    position: absolute;

    border-width: 1px 1px 0px 0px;
    border-style: solid;
    border-color: #cbcbcb;
}

.dxsc-rightTopCornerSys {
    min-width: 17px;
    position: absolute;
    z-index: 1000;
    height: 100%;
}
