[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

.xcalendar {
  /* event preview */
  /* calendar grid */
  /* editor */
  /* agenda view */ }
  .xcalendar #pluginbody.promo {
    padding: 20px; }
  .xcalendar .loading {
    background-image: url(../images/loader.gif) !important;
    background-position: center 40% !important;
    background-repeat: no-repeat !important; }
  .xcalendar .restore-popup {
    position: fixed;
    top: 60px;
    left: 50%;
    margin-left: -50px;
    background: #f9edbe;
    border: 1px solid #f0c36d;
    padding: 3px 25px 3px 10px; }
  .xcalendar .restore-popup a.hide-popup {
    display: block;
    position: absolute;
    top: 3px;
    right: 5px;
    text-decoration: none;
    color: #888;
    margin-left: 10px; }
  .xcalendar #event-preview {
    position: absolute;
    width: 350px;
    min-height: 100px;
    background: #fff;
    z-index: 100;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75) !important;
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75) !important;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75) !important; }
  .xcalendar #event-preview h3 {
    margin: 0;
    padding: 10px; }
  .xcalendar #event-preview h3 span {
    float: right;
    color: #333;
    padding: 0;
    font-size: 22px;
    line-height: 60%;
    cursor: pointer; }
  .xcalendar #event-preview table.propform {
    margin-bottom: 5px; }
  .xcalendar #event-preview table.propform td {
    background: transparent;
    vertical-align: top; }
  .xcalendar #event-preview .formbuttons {
    padding: 10px;
    border-top: 1px solid #ddd; }
  .xcalendar #event-preview .formbuttons input.button {
    padding: 2px 10px;
    margin-right: 2px; }
  .xcalendar #calendar-grid .fc-toolbar {
    border-bottom: none;
    margin-bottom: 0;
    padding: 7px 0 0 0;
    text-align: center; }
  .xcalendar #calendar-grid .fc-toolbar h2 {
    font-size: 1em;
    margin: 0;
    padding: 0; }
  .xcalendar #calendar-grid .fc-toolbar .fc-button {
    background: none;
    border: none;
    outline: none;
    height: 1em;
    padding: 0 2px;
    box-shadow: none; }
  .xcalendar #calendar-grid .fc-toolbar .fc-button.fc-next-button {
    margin-right: 5px; }
  .xcalendar #calendar-grid .fc-agendaDay-view .fc-head {
    display: none; }
  .xcalendar #calendar-grid .fc-day-header {
    background: #fff;
    font-weight: normal;
    padding: 2px 0; }
  .xcalendar #calendar-grid .fc-ltr .fc-basic-view .fc-day-number {
    text-align: left; }
  .xcalendar #calendar-grid .fc-event-container a.fc-event {
    cursor: pointer; }
  .xcalendar #calendar-grid .fc-event-container a.fc-event {
    padding: 3px; }
  .xcalendar #calendar-grid .fc-list-view {
    overflow-y: auto; }
  .xcalendar #calendar-grid .month-row td {
    font-size: 1.4em;
    padding: 10px 10px; }
  .xcalendar #calendar-grid .fc-right .fc-today-button {
    padding-top: 1px; }
  .xcalendar #calendar-grid .fc-right button {
    height: auto !important; }
  .xcalendar #calendar-grid .fc-today-button,
  .xcalendar #calendar-grid .fc-next-button {
    margin-left: 5px; }
  .xcalendar #calendar-grid .fc-icon-today {
    top: -1px; }
  .xcalendar #calendar-grid .fc-icon-today:after {
    font-weight: bold;
    font-size: 1.1em;
    top: 0px;
    left: 0; }
  .xcalendar .xcalendar-sun-data {
    float: left;
    color: #cc6600;
    font-size: 80%;
    padding: 5px 0 0 4px; }
  .xcalendar .xcalendar-sun-data:before {
    padding-right: 2px; }
  .xcalendar .editor {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 9; }
    .xcalendar .editor .content-box {
      position: absolute;
      top: 34px;
      left: 0;
      right: 0;
      bottom: 40px;
      border-top: none;
      overflow-y: auto;
      padding: 10px;
      border: 1px solid #ddd;
      border-top: none;
      border-bottom: none; }
    .xcalendar .editor .formbuttons {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 32px;
      border: 1px solid #ddd;
      border-bottom: none;
      padding: 8px 0 0 12px;
      background: #fff; }
      .xcalendar .editor .formbuttons.editor-button-bar {
        padding-right: 10px;
        padding-left: 10px; }
    .xcalendar .editor .formbuttons .button-right {
      float: right; }
    .xcalendar .editor .mask {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #fff;
      -ms-filter: "alpha(opacity=50)";
      filter: alpha(opacity=50);
      -khtml-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
      z-index: 1; }
    .xcalendar .editor a.header-close {
      display: none; }
  .xcalendar .mask-container {
    position: relative; }
  .xcalendar .edit-errors {
    margin: 0 0 10px 0;
    padding: 10px;
    background: #ffefef;
    color: #990000;
    list-style-position: inside; }
  .xcalendar .share-table tr.new-share td {
    padding-top: 20px;
    padding-bottom: 20px; }
  .xcalendar .share-table .buttons,
  .xcalendar .share-table .permission {
    text-align: center; }
  .xcalendar .share-table .error-message,
  .xcalendar .new-sync .error-message {
    padding-top: 4px;
    color: #cc0000; }
  .xcalendar .new-share .input input.error,
  .xcalendar .new-sync .input input.error {
    border: 1px solid #cc0000; }
  .xcalendar .sync-details .xinfo {
    float: right; }
  .xcalendar.xmobile .sync-details .xinfo {
    display: none; }
  .xcalendar .sync-item .buttons {
    text-align: right; }
  .xcalendar td.sync-title {
    width: 20%; }
  .xcalendar tr.sync-details {
    background: #fff6c1 !important;
    border-bottom: none !important; }
    .xcalendar tr.sync-details.sync-item td.sync-title {
      font-weight: bold; }
  .xcalendar .agenda-table {
    border: none;
    width: 100%;
    table-layout: auto; }
  .xcalendar .agenda-table tr {
    border-bottom: 1px solid #ddd; }
  .xcalendar .agenda-table tr.clickable {
    cursor: pointer; }
  .xcalendar .agenda-table td {
    border: none;
    padding: 5px 10px;
    vertical-align: middle; }
  .xcalendar .agenda-table td.color {
    width: 16px;
    padding-right: 0;
    padding-bottom: 0; }
  .xcalendar .agenda-table td.color span {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px; }
  .xcalendar .agenda-table td.date,
  .xcalendar .agenda-table td.duration {
    white-space: nowrap; }
  .xcalendar .agenda-table td.title {
    width: 90%;
    font-weight: bold; }
  .xcalendar .agenda-table .event-actions {
    display: none;
    padding: 5px 0; }
  .xcalendar .agenda-table .event-actions a {
    margin-right: 10px;
    font-weight: normal;
    text-decoration: none; }
  .xcalendar .agenda-container .no-events {
    padding: 40px 0 0 0;
    text-align: center; }

/* alarm dialog */
.xevent-alarm {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd; }

.xevent-alarm .title {
  font-weight: bold;
  margin-bottom: 5px; }

.xevent-alarm .actions {
  text-align: right;
  margin-top: 5px; }

/* mail page */
#xcalendar-select-element {
  width: 100%;
  margin-bottom: 20px; }

#add-events-to-calendar span.icon {
  background-position: 0px -2197px; }

/* sidebar */
#xsidebar .box-xcalendar .bottom-panel {
  padding-top: 10px;
  text-align: right; }
#xsidebar .box-xcalendar table {
  border-collapse: collapse; }
#xsidebar .box-xcalendar table td {
  vertical-align: middle;
  padding: 1px 7px 1px 0; }
#xsidebar .box-xcalendar .event-color-box {
  display: inline-block;
  width: 12px;
  height: 12px; }

.xcalendar {
  /* small calendar on left sidebar */
  /* calendar list on left sidebar */
  /* calendar grid */
  /* editor */ }
  .xcalendar #content {
    position: relative; }
  .xcalendar #main-calendar-container {
    position: absolute;
    top: 4.2rem;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: hidden; }
  .xcalendar .ui-datepicker {
    position: static !important;
    transform: none;
    width: 100% !important;
    border: none;
    box-shadow: none; }
    .xcalendar .ui-datepicker .ui-datepicker-header,
    .xcalendar .ui-datepicker .ui-datepicker-header a,
    .xcalendar .ui-datepicker .ui-datepicker-title {
      height: 4.2rem;
      line-height: 4.2em; }
    .xcalendar .ui-datepicker .ui-datepicker-next:before,
    .xcalendar .ui-datepicker .ui-datepicker-prev:before {
      font-size: 1rem; }
    .xcalendar .ui-datepicker select.ui-datepicker-month,
    .xcalendar .ui-datepicker select.ui-datepicker-year {
      background: transparent;
      border: none;
      text-decoration: underline;
      cursor: pointer;
      outline: none;
      padding: 0 5px;
      width: auto;
      font-weight: bold;
      -moz-appearance: none;
      -webkit-appearance: none; }
    .xcalendar .ui-datepicker table.ui-datepicker-calendar {
      border-right: 1px solid #ddd;
      margin: 0;
      display: block; }
      .xcalendar .ui-datepicker table.ui-datepicker-calendar thead,
      .xcalendar .ui-datepicker table.ui-datepicker-calendar tbody {
        display: table;
        width: 100%; }
    .xcalendar .ui-datepicker td a,
    .xcalendar .ui-datepicker td span {
      padding: 5px;
      line-height: 1.2em; }
  .xcalendar #calendar-list-container {
    top: 0 !important; }
    .xcalendar #calendar-list-container .boxtitle {
      position: relative;
      text-align: center;
      line-height: 4.2rem;
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      font-weight: bold; }
      .xcalendar #calendar-list-container .boxtitle .new-calendar {
        position: absolute;
        top: 0;
        right: 0;
        background: transparent;
        padding: 0 10px;
        cursor: pointer; }
    .xcalendar #calendar-list-container .calendar-item {
      display: relative; }
      .xcalendar #calendar-list-container .calendar-item a.title {
        cursor: pointer;
        display: block;
        margin-right: 20px;
        padding-left: 10px;
        background: transparent !important; }
      .xcalendar #calendar-list-container .calendar-item .color {
        position: relative;
        top: 2px;
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-right: 5px; }
      .xcalendar #calendar-list-container .calendar-item .name {
        position: relative;
        top: -2px; }
      .xcalendar #calendar-list-container .calendar-item a.title.disabled {
        color: #aaa !important; }
        .xcalendar #calendar-list-container .calendar-item a.title.disabled .color {
          background-color: #fff !important; }
      .xcalendar #calendar-list-container .calendar-item .edit {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        color: #555753;
        padding: 0 10px;
        width: auto; }
      .xcalendar #calendar-list-container .calendar-item:hover .edit {
        display: inline-block; }
  .xcalendar #calendar-grid .fc-state-disabled {
    color: #aaa; }
  .xcalendar #calendar-grid .fc-header-toolbar {
    margin-bottom: 0; }
    .xcalendar #calendar-grid .fc-header-toolbar h2,
    .xcalendar #calendar-grid .fc-header-toolbar button {
      font-size: 1rem;
      font-weight: bold;
      padding: 0;
      padding-top: 0.7em;
      padding-bottom: 0.7em; }
    .xcalendar #calendar-grid .fc-header-toolbar button {
      background: transparent;
      border: none;
      box-shadow: none; }
  .xcalendar #calendar-grid th {
    font-weight: normal; }
  .xcalendar #calendar-grid .fc-view,
  .xcalendar #calendar-grid .fc-view > table > .fc-body > tr > .fc-widget-content {
    border: none; }
  .xcalendar #calendar-grid .fc-view > table .fc-head-container {
    border-left: none;
    border-right: none; }
  .xcalendar .editor .content-box {
    top: 3rem;
    bottom: 3.8rem;
    border: none;
    padding: 1rem; }
  .xcalendar .editor .formbuttons {
    height: 3.8rem;
    border: none;
    border-top: 1px solid #d4dbde; }
  .xcalendar .editor .editor-title {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 3rem;
    padding-left: 1rem; }
  .xcalendar .editor .nav-tabs {
    border-top: none;
    margin-bottom: 1rem; }
  .xcalendar .editor .minicolors {
    max-width: 80px; }
  .xcalendar .editor #tab-publish p {
    margin: 12px 0; }
  .xcalendar .editor .holiday-title {
    font-size: 1rem;
    font-weight: bold;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #ddd; }
  .xcalendar .editor .holiday-content tr.added {
    background-color: #ffffcc; }
    .xcalendar .editor .holiday-content tr.added a.remove {
      color: #990000; }
  .xcalendar .editor .holiday-content td {
    border: none;
    padding: 4px 1rem; }
    .xcalendar .editor .holiday-content td.actions {
      width: 60%; }

/* settings page */
#xcalendar-categories input.form-control,
#xcalendar_alarm_sound {
  width: auto;
  display: inline-block;
  margin-bottom: 10px; }

/*# sourceMappingURL=elastic.css.map */
