/*!
 * FullCalendar v2.6.1 Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2015 Adam Shaw
 */.fc{direction:ltr;text-align:left}.fc-rtl{text-align:right}body .fc{font-size:1em}.fc-unthemed th,.fc-unthemed td,.fc-unthemed thead,.fc-unthemed tbody,.fc-unthemed .fc-divider,.fc-unthemed .fc-row,.fc-unthemed .fc-popover{border-color:#ededed;border-color:var(--top-line,#ededed)}.fc-unthemed .fc-popover{background-color:#fff}.fc-unthemed .fc-popover .fc-header .fc-close{color:#666}.fc-agendaWeek-view .fc-today,.fc-month-view .fc-today{background:#c9d4e0;background:var(--selection-bg,#c9d4e0)}.fc-month-view .fc-bg .fc-today:hover,.fc-agendaWeek-view .fc-today:hover{background:#c9d4e0!important;background:var(--selection-bg,#c9d4e0)!important}.fc-highlight{background:#bce8f1;opacity:.3;filter:alpha(opacity=30)}.fc-highlight-skeleton .fc-highlight{background:#fbefb8;width:100%;height:100%;border-radius:5px}.fc-bgevent{background:#8fdf82;opacity:.3;filter:alpha(opacity=30)}.fc-nonbusiness{background:#d7d7d7}.fc-icon{display:inline-block;line-height:15px;text-align:center;overflow:hidden;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fc-icon:after{position:relative;margin:0 -1em}.fc-icon-left-double-arrow:after{content:"\000AB";font-size:160%;top:-7%}.fc-icon-right-double-arrow:after{content:"\000BB";font-size:160%;top:-7%}.fc-icon-left-triangle:after{content:"\25C4";font-size:125%;top:3%;left:-2%}.fc-icon-right-triangle:after{content:"\25BA";font-size:125%;top:3%;left:2%}.fc-icon-down-triangle:after{content:"\25BC";font-size:125%;top:2%}.fc-icon-x:after{content:"\000D7";font-size:200%;top:6%}.fc button{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;height:38px;padding:0 15px;font-size:1em;font-family:'Source Sans ProSF';white-space:nowrap;cursor:pointer}.fc button.tagMultiselect{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;height:36px;padding:0 15px;font-size:1em;font-family:'Source Sans ProSF';white-space:nowrap;cursor:pointer}.fc button::-moz-focus-inner{margin:0;padding:0}.fc-myEditView-button.fc-state-default.fc-corner-left{border-radius:6px}.fc-myUpcommingEvent-button.fc-state-default,.fc-showMoreButton-button.fc-state-default{border-color:#f4f4f7;border-color:var(--main-bg2-color,#f4f4f7)}.fc-state-default.fc-corner-left{border-top-left-radius:6px;border-bottom-left-radius:6px}.fc-state-default.fc-corner-right{border-top-right-radius:6px;border-bottom-right-radius:6px}.fc button .fc-icon{position:relative;margin:0 -4px;vertical-align:middle}.fc-state-default{background-color:#fff;border:solid .9px #e4e4e4;color:#162330;color:var(--main-color,#162330);border-color:var(--top-line,#e4e4e4);background-color:var(--menu-bg-hover,#fff)}.fc-state-hover,.fc-state-down,.fc-state-disabled{background-color:#efefef;background-color:var(--button-bg-hover,#efefef)}.fc-state-hover{text-decoration:none;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}.fc-state-active{background-color:#209145;border-color:#209145;color:#fff;background-color:var(--checkbox-green,#209145);border-color:var(--checkbox-green,#209145)}.fc-state-disabled{cursor:default;background-image:none;opacity:.65;filter:alpha(opacity=65);box-shadow:none}.fc-state-hidden{display:none}.fc-prev-button,.fc-next-button{width:38px}.fc-button-group{display:inline-block}.fc .fc-button-group>*{float:left;margin:0 0 0 -1px}.fc .fc-button-group>:first-child{margin-left:0}.fc-popover{position:absolute;box-shadow:0 2px 6px rgba(0,0,0,.15)}.fc-popover .fc-header{padding:2px 4px}.fc-popover .fc-header .fc-title{margin:0 2px}.fc-popover .fc-header .fc-close{cursor:pointer}.fc-ltr .fc-popover .fc-header .fc-title,.fc-rtl .fc-popover .fc-header .fc-close{float:left}.fc-rtl .fc-popover .fc-header .fc-title,.fc-ltr .fc-popover .fc-header .fc-close{float:right}.fc-unthemed .fc-popover{border-width:1px;border-style:solid}.fc-unthemed .fc-popover .fc-header .fc-close{font-size:.9em;margin-top:2px}.fc-popover>.ui-widget-header+.ui-widget-content{border-top:0}.fc-divider{border-style:solid;border-width:1px}hr.fc-divider{height:3px;margin:0;margin-right:20px;background:#d0d0d0;border:0}.overview hr.fc-divider{margin-right:3px}.fc-clear{clear:both}.fc-bg,.fc-bgevent-skeleton,.fc-highlight-skeleton,.fc-helper-skeleton{position:absolute;top:0;left:0;right:0}.fc-bg{bottom:0}.fc-bg table{height:100%}.fc table{width:calc(100% - 1px);table-layout:fixed;border-collapse:collapse;border-spacing:0;font-size:1em}.fc-month-view{font-weight:bold}.fc th{text-align:center;padding-bottom:6px!important}.fc td{border-style:solid;border-width:0;padding:0;vertical-align:top}.fc th,.fc .fc-bg td{height:100%;border-width:0;padding:2px;vertical-align:top}.fc-agendaDay-view .fc-day-header{display:none}.fc-agendaWeek-view .fc-bg td,.fc-agendaDay-view .fc-bg td{padding-bottom:0;padding-top:0}.fc-calcell{width:100%;height:100%;background:#fff;cursor:pointer;background-color:var(--menu-bg-hover,#fff)}.fc-month-view .fc-calcell{border-radius:5px}.fc td.fc-today{border-style:double}.fc .fc-row{border-style:solid;border-width:0}.fc-row table{border-left:0 hidden transparent;border-right:0 hidden transparent;border-bottom:0 hidden transparent}.fc-row:first-child table{border-top:0 hidden transparent}.fc-row{position:relative}.fc-row .fc-bg{z-index:1}.fc-row .fc-bgevent-skeleton,.fc-row .fc-highlight-skeleton{bottom:0}.fc-row .fc-bgevent-skeleton table,.fc-row .fc-highlight-skeleton table{height:100%}.fc-row .fc-highlight-skeleton td,.fc-row .fc-bgevent-skeleton td{border-color:transparent;padding:2px}.fc-row .fc-bgevent-skeleton{z-index:2}.fc-row .fc-highlight-skeleton{z-index:3}.fc-row .fc-content-skeleton{position:relative;z-index:4;padding-bottom:2px}.fc-row .fc-helper-skeleton{z-index:5}.fc-row .fc-content-skeleton td,.fc-row .fc-helper-skeleton td{background:0;border-color:transparent;border-bottom:0}.fc-row .fc-content-skeleton tbody td,.fc-row .fc-helper-skeleton tbody td{border-top:0}.fc-scroller{overflow-y:scroll;overflow-x:hidden;scrollbar-width:thin}.fc-scroller>*{position:relative;width:100%;overflow:hidden}.fc-event{position:relative;display:block;font-size:.85em;line-height:1.3;border-radius:5px;border:1px solid #3a87ad;background-color:#3a87ad;font-weight:normal}.fc-event,.fc-event:hover,.ui-widget .fc-event{color:#fff;text-decoration:none}.fc-event[href],.fc-event.fc-draggable{cursor:pointer}.fc-not-allowed,.fc-not-allowed .fc-event{cursor:not-allowed}.fc-event .fc-bg{z-index:1;border-radius:3px}.fc-event .fc-content{position:relative;z-index:2}.fc-event .fc-resizer{position:absolute;z-index:3}.fc-ltr .fc-h-event.fc-not-start,.fc-rtl .fc-h-event.fc-not-end{margin-left:2px;border-left-width:0;padding-left:1px;border-top-left-radius:0;border-bottom-left-radius:0}.fc-ltr .fc-h-event.fc-not-end,.fc-rtl .fc-h-event.fc-not-start{margin-right:2px;border-right-width:0;padding-right:1px;border-top-right-radius:0;border-bottom-right-radius:0}.fc-h-event .fc-resizer{top:-1px;bottom:-1px;left:-1px;right:-1px;width:5px}.fc-ltr .fc-h-event .fc-start-resizer,.fc-ltr .fc-h-event .fc-start-resizer:before,.fc-ltr .fc-h-event .fc-start-resizer:after,.fc-rtl .fc-h-event .fc-end-resizer,.fc-rtl .fc-h-event .fc-end-resizer:before,.fc-rtl .fc-h-event .fc-end-resizer:after{right:auto;cursor:w-resize}.fc-ltr .fc-h-event .fc-end-resizer,.fc-ltr .fc-h-event .fc-end-resizer:before,.fc-ltr .fc-h-event .fc-end-resizer:after,.fc-rtl .fc-h-event .fc-start-resizer,.fc-rtl .fc-h-event .fc-start-resizer:before,.fc-rtl .fc-h-event .fc-start-resizer:after{left:auto;cursor:e-resize}.fc-day-grid-event{margin:2px 8px 0;padding:0 1px}.fc-day-grid-event .fc-content{white-space:nowrap;overflow:hidden;margin:5px 3px}.fc-day-grid-event .fc-time{font-weight:bold}.fc-day-grid-event .fc-resizer{left:-3px;right:-3px;width:7px}a.fc-more{margin:1px 3px;font-size:.85em;cursor:pointer;text-decoration:none}a.fc-more:hover{text-decoration:underline}.fc-limited{display:none}.fc-day-grid .fc-row{z-index:1}.fc-more-popover{z-index:2;width:220px}.fc-more-popover .fc-event-container{padding:10px}.fc-now-indicator{position:absolute;border:0 solid #e85c41}.fc-toolbar{text-align:center;padding:15px 0;height:40px}.fc-toolbar .fc-left{float:left}.fc-toolbar .fc-right{float:right;margin-right:7px}.fc-toolbar .fc-center{display:inline-block}.fc .fc-toolbar>*>*{float:left;margin-left:15px}.fc .fc-toolbar>*>:first-child{margin-left:0}.fc .fc-toolbar h2{margin:0;font-size:18px;-webkit-margin-after:0;-webkit-margin-before:0;padding:6px 15px 5px;border-radius:5px;color:#162330;color:var(--main-color,#162330)}.fc-toolbar h2:hover{cursor:pointer}.fc-toolbar button{position:relative}.fc-view-container *,.fc-view-container *:before,.fc-view-container *:after{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fc-view,.fc-view>table{position:relative;z-index:1}.fc-basicWeek-view .fc-content-skeleton,.fc-basicDay-view .fc-content-skeleton{padding-top:1px;padding-bottom:1em}.fc-basic-view .fc-body .fc-row{min-height:4em}.fc-row.fc-rigid{overflow:hidden}.fc-row.fc-rigid .fc-content-skeleton{position:absolute;top:0;left:0;right:0}.fc-basic-view .fc-week-number{padding:0 2px}.fc-basic-view .fc-day-number{padding:0 6px}.fc-basic-view td.fc-week-number span,.fc-basic-view td.fc-day-number{padding-top:8px;padding-right:8px;padding-bottom:2px}.fc-basic-view .fc-week-number{text-align:center;color:#464851;font-weight:normal;font-size:14px}.fc-basic-view .fc-week-number span{display:inline-block;min-width:1.25em}.fc-ltr .fc-basic-view .fc-day-number{text-align:right;color:#7f7f7f;color:var(--main-color,#7f7f7f)}.fc-rtl .fc-basic-view .fc-day-number{text-align:left}.fc-day-number.fc-other-month{opacity:.3;filter:alpha(opacity=30)}.fc-agenda-view .fc-day-grid{position:relative;z-index:2}.fc-agenda-view .fc-day-grid .fc-row{min-height:3em}.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton{padding-top:1px;padding-bottom:1em}.fc-agenda-view .fc-row{border-color:transparent}.fc .fc-bg .fc-axis,.fc .fc-content-skeleton .fc-axis{vertical-align:middle;padding:0 4px;white-space:nowrap}.fc-ltr .fc-axis{text-align:right;vertical-align:middle}.fc-rtl .fc-axis{text-align:left}.ui-widget td.fc-axis{font-weight:normal}.fc-time-grid-container,.fc-time-grid{position:relative;z-index:1}.fc-time-grid{min-height:100%}.fc-time-grid table{border:0 hidden transparent}.fc-time-grid>.fc-bg{z-index:1}.fc-time-grid .fc-slats,.fc-time-grid>hr{position:relative;z-index:2}.fc-time-grid .fc-content-col{position:relative}.fc-time-grid .fc-content-skeleton{position:absolute;z-index:3;top:0;left:0;right:0}.fc-time-grid .fc-business-container{position:relative;z-index:1}.fc-time-grid .fc-bgevent-container{position:relative;z-index:2}.fc-time-grid .fc-highlight-container{position:relative;z-index:3}.fc-time-grid .fc-event-container{position:relative;z-index:4}.fc-time-grid .fc-now-indicator-line{z-index:5}.fc-time-grid .fc-helper-container{position:relative;z-index:6}.fc-agendaWeek-view .fc-day-grid .fc-calcell{border-top-left-radius:4px;border-top-right-radius:4px}.fc-agendaWeek-view .fc-time-grid .fc-calcell{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.fc-time-grid .fc-slats td{height:1.5em;border-bottom:0;color:#a5a5a5}.fc-time-grid .fc-slats .fc-minor td{border-top-style:none}.fc-time-grid .fc-slats .ui-widget-content{background:0}.fc-time-grid .fc-highlight-container{position:relative}.fc-time-grid .fc-highlight{position:absolute;left:0;right:0}.fc-ltr .fc-time-grid .fc-event-container{margin:0 4px}.fc-rtl .fc-time-grid .fc-event-container{margin:0 2px 0 2.5%}.fc-time-grid .fc-event,.fc-time-grid .fc-bgevent{position:absolute;z-index:1;min-height:20px}.fc-time-grid .fc-bgevent{left:0;right:0}.fc-v-event.fc-not-start{border-top-width:0;padding-top:1px;border-top-left-radius:0;border-top-right-radius:0}.fc-v-event.fc-not-end{border-bottom-width:0;padding-bottom:1px;border-bottom-left-radius:0;border-bottom-right-radius:0}.fc-time-grid-event{overflow:hidden}.fc-time-grid-event .fc-content{margin:6px 4px;white-space:normal}.fc-time-grid-event.fc-icon-event .fc-content{padding-left:14px}.fc-time-grid-event .fc-time,.fc-time-grid-event .fc-title{padding:0 1px}.fc-time-grid-event .fc-time{font-weight:bold}.fc-time-grid-event.fc-short .fc-content{white-space:nowrap;margin:auto 4px;position:absolute;top:0;bottom:0;height:calc(1em - -2px)}.fc-time-grid-event.fc-short .fc-time,.fc-time-grid-event.fc-short .fc-title{display:inline-block;vertical-align:top}.fc-time-grid-event.fc-short .fc-time span{display:none}.fc-time-grid-event.fc-short .fc-time:before{content:attr(data-start)}.fc-time-grid-event.fc-short .fc-time:after{content:"\000A0-\000A0"}.fc-time-grid-event.fc-short .fc-title{padding:0}.fc-time-grid-event .fc-resizer{left:0;right:0;bottom:0;height:8px;overflow:hidden;line-height:8px;font-size:11px;font-family:monospace;text-align:center;cursor:s-resize}.fc-time-grid-event .fc-resizer:after{content:"="}.fc-time-grid .fc-now-indicator-line{border-top-width:2px;left:2px;right:2px}.fc-time-grid .fc-now-indicator-arrow{margin-top:-4px}.fc-ltr .fc-time-grid .fc-now-indicator-arrow{left:0;border-width:5px 0 5px 6px;border-top-color:transparent;border-bottom-color:transparent}.fc-rtl .fc-time-grid .fc-now-indicator-arrow{right:0;border-width:5px 6px 5px 0;border-top-color:transparent;border-bottom-color:transparent}#DivMain.ScaleLevel1 .DivCalElement:not(.DivCalRight):not(.DivCalLeft):not(.DivCalWeek):not(.DivCalDate),#DivMain.ScaleLevel2 .DivCalElement:not(.DivCalRight):not(.DivCalLeft):not(.DivCalWeek):not(.DivCalDate){width:60px;padding-left:10px}#DivMain.ScaleLevel3 .DivCalElement:not(.DivCalRight):not(.DivCalLeft):not(.DivCalWeek):not(.DivCalDate){width:50px;padding-left:10px}#DivMain.ScaleLevel1 .DivCalElement.DivCalWeek,#DivMain.ScaleLevel2 .DivCalElement.DivCalWeek{width:50px}#DivMain.ScaleLevel3 .DivCalElement.DivCalWeek{width:34px;padding-right:13px;line-height:46px;text-align:center;font-size:15px;padding-left:10px}#DivMain.ScaleLevel1 .DivCalElement.DivCalDate,#DivMain.ScaleLevel2 .DivCalElement.DivCalDate{width:50px;padding-left:19px}#DivMain.ScaleLevel3 .DivCalElement.DivCalDate{width:41px;padding-left:14px}#DivMain.ScaleLevel3 .DivCalElement.DivCalRight,#DivMain.ScaleLevel3 .DivCalElement.DivCalLeft{width:22px}#DivMain.ScaleLevel3 .DivCalRight svg,#DivMain.ScaleLevel3 .DivCalLeft svg{margin-left:0}#DivMain.ScaleLevel1 #DivCalBar .DivCalOuterMove,#DivMain.ScaleLevel2 #DivCalBar .DivCalOuterMove{width:525px}#DivMain.ScaleLevel3 #DivCalBar .DivCalOuterMove{width:455px}#DivMain.ScaleLevel3 .DashPieWrapper{padding:15px 6px 20px 6px}#DivMain.ScaleLevel1 #DivNotificationList{width:800px;max-width:800px;display:block}#DivMain.ScaleLevel2 #DivNotificationList{width:800px;max-width:800px;margin:auto;display:block;float:left}#DivMain.ScaleLevel3 #DivNotificationList{width:660px;max-width:660px;margin:auto;display:block;float:left}#DivMain.ScaleLevel1 #DivNotificationTopWrapper{width:1050px}#DivMain.ScaleLevel1 #DivDashUserlist{width:770px}#DivMain.ScaleLevel2 #DivNotificationTopWrapper{width:800px}#DivMain.ScaleLevel2 #DivDashUserlist{width:770px}#DivMain.ScaleLevel3 #DivNotificationTopWrapper{width:660px}#DivMain.ScaleLevel3 #DivDashUserlist{width:630px}#DivMain.ScaleLevel3 #DivMainContentDashboard{padding:0 30px}#DivMain.ScaleLevel2 #DivNotificationRight,#DivMain.ScaleLevel3 #DivNotificationRight{text-align:left;width:660px;display:block;float:none;width:100%;margin-top:0;padding-left:5px}#DivMain.ScaleLevel1 #DivMainContentDashboardInner.fixed #DivNotificationRight{left:calc(var(--left-width)/2 - -295px - -50%)}#DivMain.ScaleLevel2 #DivMainContentDashboardInner.fixed #DivNotificationRight{left:calc(var(--left-width)/2 - 398px - -50%);background:#fff;background-color:var(--main-bg-color,#fff);padding-bottom:5px;z-index:1000;width:800px;margin-top:-8px}body.midViewExt #DivMain.ScaleLevel2 #DivMainContentDashboardInner.fixed #DivNotificationRight{left:calc(50% - 398px)}body.midViewExt #DivMain.ScaleLevel3 #DivMainContentDashboardInner.fixed #DivNotificationRight{left:calc(50% - 335px)}body.midViewExt #DivMain.ScaleLevel2 #DivMainContentDashboardInner.fixed #DivNotificationTop{width:calc(100% - 96px)}body.midViewExt #DivMain.ScaleLevel3 #DivMainContentDashboardInner.fixed #DivNotificationTop{width:calc(100% - 70px)}#DivMain.ScaleLevel3 #DivMainContentDashboardInner.fixed #DivNotificationRight{left:calc(var(--left-width)/2 - 330px - -50%);background:#fff;background-color:var(--main-bg-color,#fff);padding-bottom:5px;z-index:1000;width:650px;margin-top:-8px}#DivMain.ScaleLevel3 #DivMainContentDashboardInner.fixed #DivNotificationTop{width:calc(100% - var(--left-width) - 61px)}#DivMain.ScaleLevel2 #DivNotificationRight div,#DivMain.ScaleLevel3 #DivNotificationRight div{float:left;margin:1px}#DivMain.ScaleLevel2 #DivCalBar,#DivMain.ScaleLevel2 #DashPieRow,#DivMain.ScaleLevel2 #DivDashTitle,#DivMain.ScaleLevel2 #DivDashboardTeamDetails{margin-left:0}#DivMain.ScaleLevel3 #DivCalBar,#DivMain.ScaleLevel3 #DashPieRow,#DivMain.ScaleLevel3 #DivDashTitle,#DivMain.ScaleLevel3 #DivDashboardTeamDetails{margin-left:0}#DivMain.ScaleLevel2 #DivNotificationRight>div.DivRightMenuClick .SpnShortcutFavoriteButton,#DivMain.ScaleLevel3 #DivNotificationRight>div.DivRightMenuClick .SpnShortcutFavoriteButton{display:block}#DivMain.ScaleLevel2 #DivNotificationRight>div:not(.DivRightMenuClick):hover .SpnShortcutFavoriteButton,#DivMain.ScaleLevel3 #DivNotificationRight>div:not(.DivRightMenuClick):hover .SpnShortcutFavoriteButton{display:none}#DivCalBar{margin:auto;display:inline-flex;margin-bottom:20px;margin-top:20px;margin-left:-250px}.DivCalOuterMove{overflow-x:hidden;position:relative;width:700px;display:inline-block;max-width:700px}.DivCalInnerMove{position:relative;text-align:left;display:inline-block}.DivCalBlockMove{display:inline-flex}.DivCalElement.DivCalWeek{width:72px;padding-right:10px;line-height:46px;text-align:center}.DivCalElement.DivCalLeft{width:41px}.DivCalElement.DivCalRight{width:41px;margin-right:0}.DivCalRight svg{transform:rotate(180deg);position:absolute;margin-top:18px;margin-left:9px;width:12px;height:12px;fill:#656565;fill:var(--svg-fill,#656565)}.DivCalLeft svg{position:absolute;margin-top:18px;margin-left:9px;width:12px;height:12px;fill:#656565;fill:var(--svg-fill,#656565)}.DivCalElement.DivCalDate{width:50px;padding-left:22px}.DivCalElement.DivCalDate span{position:absolute;margin-top:17px}.DivCalElement.DivCalDate span svg{position:absolute;fill:#969696}.DivCalElement.DivCalDate span .SvgArrow{margin-left:22px;margin-top:5px}.DivCalElement.DivCalDate span svg polygon{fill:#969696}.DivCalElement{background-color:#f5f5f7;display:inline-block;border-right:0;cursor:pointer;width:83px;text-align:left;height:50px;padding-left:12px;margin-right:5px;border-radius:8px;font-size:16px;background-color:var(--menu-bg-hover,#f5f5f7)}.DivCalElement:hover{background-color:#e5e5e5;border-color:#dcdcdc;background-color:var(--button-bg-hover,#e5e5e5);border-color:var(--button-bg-hover,#dcdcdc)}.DivCalElement.DivCalToday:hover{background-color:#fff0d4;border-color:#e5e5e5;background-color:var(--myweek-today-bg,#fff0d4);border-color:var(--myweek-today-bg,#e5e5e5)}.DivCalElement:hover+.DivCalElement{border-left-color:#dcdcdc;border-left-color:var(--button-bg-hover,#dcdcdc)}.DivCalElement.DivCalElementClick,.DivCalElement.DivCalElementClick:hover,.DivCalElement.DivCalToday.DivCalElementClick{background-color:#367fdf;border-color:#367fdf;color:#fff;background-color:var(--button-blue,#367fdf);border-color:var(--button-blue,#367fdf);color:var(--groupitem-color-click,#fff)}.SpnBarDate1{display:inline-block;padding-top:6px}.DivCalElement.DivCalToday{background-color:#fff2da;background-color:var(--myweek-today-bg,#fff2da)}.DivCalElement.DivCalToday .SpnBarDate1{color:#d57c3d;color:var(--main-font-color,#d57c3d)}.DivCalElement.DivCalToday .SpnBarDate2{color:#98999f;color:var(--main-font-color,#98999f)}.DivCalElement.DivCalToday.DivCalElementClick .SpnBarDate1,.DivCalElement.DivCalToday.DivCalElementClick .SpnBarDate2{color:#fff;color:var(--groupitem-color-click,#fff)}.SpnBarDate2{font-size:14px;display:block;margin-top:-1px;color:#98999f;color:var(--main-color-inactive,#98999f)}.DivCalElementClick .SpnBarDate1,.DivCalElementClick .SpnBarDate2{color:#fff;color:var(--groupitem-color-click,#fff)}#DivNotificationList{text-align:left;max-width:1000px;display:block;padding-bottom:10px;width:1000px;word-break:break-word;float:left}#DivNotificationRight{text-align:left;width:230px;display:block;color:#98999f;float:right;vertical-align:top;color:var(--dropdown-color,#98999f);margin-top:20px}.DashPieWrapper{float:left;width:120px;padding:15px 20px 20px 20px;margin:0 12px}#DivNotificationTopWrapper{margin:auto;max-width:1250px}.fc-week-number.fc-widget-header{visibility:hidden}