.dxscControl_ArcMate {
    background-color: white;
    font: 0.765rem Arial, Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    color: #38495e;
    border-collapse: separate;
}
.dxscLoadingPanel_ArcMate {
    background-color: white;
    font: 0.765rem Arial, Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    color: #38495e;
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
}
.dxscLoadingPanel_ArcMate td.dx
{
	font-size: 1.17rem;
	white-space: nowrap;
	text-align: center;
	padding: 10px 14px;
}
.dxscLoadingPanel_ArcMate .dxlp-loadingImage
{
	background-image: url('../Web/Loading.gif');
	height: 32px;
	width: 32px;
    background-repeat: no-repeat;
    background-position: center center;
}

/* Headers */
.dxscDateHeader_ArcMate,
.dxscAlternateDateHeader_ArcMate,
.dxscDayHeader_ArcMate,
.dxscDateCellHeader_ArcMate,
.dxscTodayCellHeader_ArcMate,
.dxscTimelineDateHeader_ArcMate,
.dxscHorizontalResourceHeader_ArcMate,
.dxscVerticalResourceHeader_ArcMate {
    background: #eeeeee;
    color: #38495e;
    border: solid 1px #dfdfdf;
    border-width: 1px 1px 1px 0;
    padding: 12px 4px;
    text-align: center;
    vertical-align: top;
    cursor: default;
    overflow: hidden;
    white-space: nowrap;
}

.dxscAlternateTimelineDateHeader_ArcMate,
.dxscAlternateDateHeader_ArcMate
{
    background: #009688;
    color: white;
}
.dxscDayHeader_ArcMate
{
    border-width: 1px 1px 0 0;
}
.dxscDateCellHeader_ArcMate
{
    border-width: 1px;
}
.dxscTodayCellHeader_ArcMate
{    
    border-top-width: 1px;
    background: #009688;
    color: white;
}
.dxscTimelineDateHeader_ArcMate
{
    border-width: 1px 1px 1px 0;
}
.dxscHorizontalResourceHeader_ArcMate
{
    border-width: 1px 1px 1px 0;
    background: white;
}
.dxscVerticalResourceHeader_ArcMate
{
    border-width: 1px 1px 0 0;
    background: white;
    white-space: normal;
}
.dxscSelectionBar_ArcMate 
{	
    border-style: solid;
    border-width: 0 1px 0 0;
    height: 30px;
}

/* Corners */
.dxscLeftTopCorner_ArcMate, 
.dxscRightTopCorner_ArcMate
{
    background: white;
    width: 1px;
    border-style: solid;
    border-color: #dfdfdf;	
    border-width: 0 0 1px;
}
.dxscLeftTopCorner_ArcMate
{    
    border-width: 1px 1px 1px 0;
    border-top-width: 1px!important;
    font-size: 0.91rem;
    text-align: center;
    padding: 2px;
    overflow: hidden;
}

/* Separators */
.dxscGroupSeparatorVertical_ArcMate, 
.dxscGroupSeparatorHorizontal_ArcMate
{
    background: white;
    border: solid 1px #dfdfdf;
}

.dxscGroupSeparatorVertical_ArcMate
{
    width: 1px; 
    border-width: 0 1px;
}
.dxscGroupSeparatorHorizontal_ArcMate
{
    height: 1px;
    border-width: 1px 0 0;
    font-size: 0;
}

/* Apts Area */
.dxscAllDayArea_ArcMate
{
    background: white;
    border: solid 1px #dfdfdf;
    border-width: 0 1px 1px 0;
}
.dxscDateCellBody_ArcMate 
{
    	height: 100px;
    	border: solid 1px;
    	border-width: 0 1px 0 0;
}
.dxscTimeCellBody_ArcMate
{
	border: 1px solid;
	background-color: White;
}
.dxscTimelineCellBody_ArcMate
{
    	height: 300px;
    	border-style: solid;
    	border-width: 1px 1px 0 0;
}

.dxscAppointment_ArcMate
{
    font-size: 0.91rem;
    border: 1px solid #dfdfdf;
    padding: 0;
    margin: 0;
    cursor: default;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -moz-box-sizing: content-box; 
    box-sizing: content-box;
}
.dxscAppointmentInnerBorders_ArcMate
{	
    padding: 0px;
}
.dxscAppointmentHorizontalSeparator_ArcMate 
{
    height: 1px;
    width: 100%;
    overflow: hidden;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
}
.dxpcLite_ArcMate .dxscButtonTable,
.dxpcLite_ArcMate .dxscAppointmentForm
{
    border-collapse: separate;
    border-spacing: 8px;
}
.dxscMoreButton_ArcMate
{
    font-size: 0.91rem;
    color: #009688;    
    text-decoration: none;	
    padding: 0;
}
.dxscMoreButton_ArcMate:hover
{
    	 
}

/* Rulers */
.dxscTimeRulerHoursItem_ArcMate, .dxscTimeRulerMinuteItem_ArcMate
{
    color: #3f3f3f;
    background: #fafafa;
    border: solid 1px #dfdfdf;
    border-width: 0px 1px 1px 0;
    vertical-align: top;
    white-space: nowrap;
} 
.dxscTimeRulerHoursItem_ArcMate
{
    border-right-width: 0;
    border-left-color: #dfdfdf;
    font-size: 1.42rem;
    text-align: right;
    width: 45px;
    padding: 2px 4px 0px;
}
.dxscTimeRulerMinuteItem_ArcMate
{
    border-left-width: 0px;
    text-align: center;
    width: 18px;
    font-size: 0.91rem;
    padding: 4px 1px 4px 1px;
}

.dxscTimeRulerHeaderHourItem_ArcMate
{
    width: 55px;
}	
.dxscTimeRulerHeaderMinuteItem_ArcMate
{
    width: 16px;
}
.dxscScrollHeaderItem_ArcMate
{
    width: 16px;
}


/* Control elements */
.dxscToolbarContainer_ArcMate
{
	padding: 15px 12px 8px;
	border: 1px solid #dfdfdf;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	background-color: White;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16);   
    position: relative; 
}
.dxscToolbar_ArcMate
{
    border: none;
    padding: 4px 7px;    
}
.dxscControl_ArcMate .dxscRendererTable
{
    border: 1px solid #dfdfdf;
    border-top-width: 0;
}
.dxscToolbar_ArcMate .dxeCalendar_ArcMate,
.dxscToolbar_ArcMate .dxeCalendar_ArcMate.dxeFocused_ArcMate
{
    border: 1px Solid Silver;
}
.dxscResourceNavigator_ArcMate 
{    
    background: white;
    padding: 10px 16px;    
    border-left: 1px solid #dfdfdf!important;
    border-right: 1px solid #dfdfdf!important;
}
.dxscViewVisibleInterval_ArcMate
{    
	white-space: nowrap;
	font-size: 1.5rem;
	color: #009688;
}
.dxscInplaceEditor_ArcMate
{
    background: #fdfdfd;
    border: solid 2px #303030;
    padding: 0;
    color: #303030;
}
.dxscControlAreaForm_ArcMate
{
    font-size: 1.33rem;
    background-color: #efefef;
    border: none;
    white-space: normal;
    padding: 9px 12px;
}
.dxscErrorInfo_ArcMate
{
    background: #f1abab;
    color: #853a3a;
    padding: 10px;
}

/* Buttons */
.dxscViewNavigatorButton_ArcMate,
.dxscViewNavigatorGotoDateButton_ArcMate
{    
	font-size: 1.17rem;
    line-height: 100%;
	padding: 0 4px;

    min-height: 1em;
    display: block!important;
}
.dxscViewNavigatorGotoDateButton_ArcMate 
{
	padding: 0 0 0 4px;
}
.dxscViewNavigatorButton_ArcMate.dxscViewNavigatorGotoTodayButton
{    
    padding: 0 4px 3px;
    color: #009688;
}
.dxscViewNavigatorButtonHover_ArcMate,
.dxscViewNavigatorGotoDateButtonHover_ArcMate
{
}
.dxscViewNavigatorButtonHover_ArcMate.dxscViewNavigatorGotoTodayButton
{    
    
}
.dxscViewNavigatorButtonPressed_ArcMate,
.dxscViewNavigatorGotoDateButtonPressed_ArcMate
{
}

.dxscResourceNavigatorButton_ArcMate,
.dxscNavigationButton_ArcMate,
.dxscDVTopMoreButton_ArcMate,
.dxscDVBottomMoreButton_ArcMate
{
	cursor: pointer;
	padding: 6px;
}
.dxscNavigationButton_ArcMate
{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16);
    border-radius: 50%;
    padding: 0;
}

.dxscResourceNavigator_ArcMate table td:nth-child(6) table  td.dxscResourceNavigatorButton_ArcMate
{
	padding: 6px 8px 6px 6px;
}

.dxscSmartTagButton_ArcMate 
{
    border: solid 1px black;
    background: #ffffee;
    padding: 4px 5px;
    cursor: pointer;
}

.dxscViewSelectorButton_ArcMate 
{
	padding: 6px 18px 15px;
    margin-bottom: -8px;
	color: #8e8e93;
    border-bottom: 4px solid transparent;
}
.dxscViewSelectorButtonHover_ArcMate
{    
}
.dxscViewSelectorButtonPressed_ArcMate
{
	
}
.dxscViewSelectorButtonChecked_ArcMate {
    border-bottom: 4px solid #009688;
    color: #38495e;
}

.dxscNoBorderButton_ArcMate
{
    border: solid 1px #FDFDFD;
    background: none;
    cursor: pointer;
}
.dxscNoBorderButtonHover_ArcMate
{
    border: solid 1px #A8A8A8;
}

.dxscToolTipRoundedCornersTopBottomRow_ArcMate 
{
    font-size: 0;
}
.dxscToolTipRoundedCornersTopSide_ArcMate 
{
    border-top: 1px #757575 solid; 
    vertical-align:bottom; 
    height:1px;	
    background-color:var(--white);
}
.dxscToolTipRoundedCornersLeftSide_ArcMate 
{
     border-left: 1px #757575 solid; 
    vertical-align:bottom; 
    background-color:var(--white);
}
.dxscToolTipRoundedCornersRightSide_ArcMate 
{
    border-right: 1px #757575 solid; 
    vertical-align:bottom; 
    background-color:var(--white);
}
.dxscToolTipRoundedCornersBottomSide_ArcMate 
{
    border-bottom: 1px #757575 solid; 
    vertical-align:bottom; 
    height:1px;	
    background-color:var(--white);
}
.dxscToolTipRoundedCornersContent_ArcMate 
{
    background-color:var(--white);
    padding:0;
}
.dxscToolTipSquaredCorners_ArcMate 
{
    background: #f9f9cd;
    padding: 1px 1px;
    font-size: 0;
    color: #303030;
    white-space: nowrap;
    border: solid 1px black;
}
.dxscTimeMarker_ArcMate 
{
    top:-6px;
}
.dxscTimeMarkerLine_ArcMate 
{
    top:-2px;
    background-color:Red;
    height:3px;
    font-size: 0;
    
}
.dxscTimeMarkerLineV_ArcMate 
{
    position:absolute;
    
    background-color:#009688;
    width:1px;
    font-size: 0;
    border:solid 1px var(--white);
    border-top-width:0;
    border-bottom-width:0;
}
.dxscTimeMarkerLineH_ArcMate
{
    position:absolute;
    top:-2px;
    background-color:#009688;
    height:1px;
    font-size: 0;
    border:solid 1px var(--white);
    border-left-width:0;
    border-right-width:0;
}



