/* @group setting form */
form#settings-form .container-inline-date {
  display: inline-block;
  margin: 0 20px 10px 0 !important;
  vertical-align: top;
}

form#settings-form .container-inline-date * {
  margin: 0;
}

form#settings-form .container-inline-date .date-padding {
  padding: 0;
  margin: 0;
}

/* time slot field */
.time-slot-field-form .form-item {
  display: inline-block;
  margin: 0 20px 0 0;
  width: 20%;
}
.time-slot-field-form .form-item input {
  width: 98%;
}
/* @end */

/* @group s Calender */
body.page-appointcal {
  ul.pager {
    clear: both;
  }
  li.date-prev,
  li.date-next {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    clear: both !important;
    position: relative !important;
    right: 0px !important;
  }
}
/* @end */
