/*Admin styles */
.ui-datepicker {
  z-index: 9999 !important; }

table.ui-datepicker-calendar{
	background: #ffffff;
}

/*front end styles */
/*accordion */
.fim_wcs.ui-accordion .ui-accordion-header, .fim_wcs.ui-accordion h3, .fim_wcs .ui-accordion-header, .fim_wcs h3 {
  display: block;
  border: 1px solid #333;
  background: #EDEBEB;
  color: #000;
  padding: .25em .5em; }
  .fim_wcs.ui-accordion .ui-accordion-header.ui-accordion-header-active, .fim_wcs.ui-accordion h3.ui-accordion-header-active, .fim_wcs .ui-accordion-header.ui-accordion-header-active, .fim_wcs h3.ui-accordion-header-active {
    background: #444444;
    color: #fff; }
.fim_wcs.ui-accordion .ui-accordion-content, .fim_wcs.ui-accordion div, .fim_wcs .ui-accordion-content, .fim_wcs div {
  display: block;
  border: 1px solid #333;
  border-top: 0;
  padding: .5em; }

/*page navigation*/
.schedule_nav {
  display: block;
  width: 100%; }
  .schedule_nav .prev_schedule {
    display: inline-block;
    text-align: center;
    width: 100%;
    float: none;
    clear: both; }
  .schedule_nav .next_schedule {
    display: inline-block;
    text-align: center;
    width: 100%;
    float: none;
    clear: both; }

/*widget */
.widget-fim-wcs {
  display: block;
  overflow: hidden;
  /*clearfix it*/
  zoom: 1;
  /*end schedule_day*/ }
  .widget-fim-wcs:before, .widget-fim-wcs:after {
    content: "";
    display: table; }
  .widget-fim-wcs:after {
    clear: both; }
  .widget-fim-wcs .schedule_day {
    width: 90%;
    text-decoration: none;
    position: relative; }
    .widget-fim-wcs .schedule_day .expand_day {
      position: absolute;
      top: 0;
      left: 0;
      display: none;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.8);
      padding-bottom: 810px;
      margin-bottom: -800px; }
      .widget-fim-wcs .schedule_day .expand_day .text {
        color: #000;
        font-size: 1em;
        padding-top: 50%;
        margin-top: -.5em;
        text-align: center;
        width: 100%;
        display: block;
        font-weight: bold; }
    .widget-fim-wcs .schedule_day .schedule_header {
      display: block;
      background: #ccc;
      color: #000;
      padding: 5px 10px;
      text-align: center;
      clear: both; }
    .widget-fim-wcs .schedule_day .schedule_content {
      display: block;
      clear: both;
      background: #EFEDED;
      color: #000;
      padding: 5px 10px;
      text-align: left;
      padding-bottom: 810px;
      margin-bottom: -800px; }
    .widget-fim-wcs .schedule_day.today .schedule_header {
      background: #000;
      color: #fff; }
    .widget-fim-wcs .schedule_day:hover .expand_day {
      display: block; }

@media only screen and (min-width: 768px) {
  .widget-fim-wcs .schedule_day {
    width: 20%;
    padding-right: 10px;
    float: left; }
    .widget-fim-wcs .schedule_day:last-child {
      margin-right: -10px; }
  .widget-fim-wcs .schedule_content {
    padding: 5px 10px; }

  .schedule_nav {
    display: block;
    width: 100%;
    /*clearfix it*/
    zoom: 1; }
    .schedule_nav:before, .schedule_nav:after {
      content: "";
      display: table; }
    .schedule_nav:after {
      clear: both; }
    .schedule_nav .prev_schedule {
      float: left;
      width: auto;
      text-align: auto; }
    .schedule_nav .next_schedule {
      float: right;
      width: auto;
      text-align: auto; } }
