.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;
    box-sizing: content-box;
    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
{
    margin-top: 4px; /* for resize div*/
    margin-bottom: 4px;
    margin-left: 10px;
    margin-right: 4px;
}
.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-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-vertical-apt .dxsc-apt-images-container
{
    padding: 1px 10px 1px 0;
    float: left;
}

.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-horizontal-apt .dxsc-apt-images-container > img,
.dxsc-horizontal-same-day-apt .dxsc-apt-images-container > img
{
    margin-left: 2px;
}
.dxsc-vertical-apt .dxsc-apt-images-container > img
{
    display: block;
    margin-top: 2px;
    margin-bottom: 4px;
}

.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,
.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
{
    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-appNoDrop *, .dxsc-NoDrop {
    cursor: no-drop !important;
}
.dxsc_appNoDropCoverDiv {
    position: relative;
    opacity: 0.6;
    background-color: #ffffff;
    cursor: no-drop;
    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;
}
.dxscFirefoxTimelineDateHeader {
    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;
}
