#ajaxLoadingCalendar {
  white-space: nowrap;
}

#periodString {

  td {
    vertical-align: top;
    border-radius: 0;
  }

  .ui-widget-header,
  .ui-datepicker {
    &.ui-helper-clearfix::before,
    &.ui-helper-clearfix::after {
      display: inline;
      clear: none;
      content: none !important;
    }
  }

  .calendar-icon {
    width: 13px;
    height: 15px;
    display: inline-block;
    position: absolute;
    right: 19px;
    top: 9px;
    background: url("plugins/Morpheus/images/icon-calendar.png") no-repeat scroll;
    cursor: pointer;
  }

  strong {
    color: #255792;
  }

  h6 {
    font-size: 14px;
    padding: 0 0 4px 0;
  }

  .period-date,
  .period-range {
    padding: 0 16px 0 0;
  }

  .period-type {
    padding: 0;
  }

  .period-type label {
    &, span {
      font-size: 13px;
      white-space: nowrap;
    }
  }

  label.selected-period-label {
    text-decoration: underline;
  }

  .compareCheckbox {
    transform: scale(.8);
    margin-left: -29px;

    .form-group {
      margin: 15px 0 0;
    }

    label {
      padding-left: 25px;
    }
  }
}
