.wc-container {
  font-size: 14px;  
}

.wc-toolbar {
  padding: 0px;
  font-size:0.8em;
}

.wc-toolbar .wc-nav
{
  float:left;
  margin: -10px 0 10px 10px;
}

.wc-toolbar .wc-display{
  float: right;
}

.wc-toolbar button.wc-today  {

  background: #364860;
  color: #fff;
  text-transform: uppercase;
}

.wc-toolbar button {
  margin-top: 19px;
  margin-right: 5px;
  margin-bottom: 0;
  text-transform: uppercase;
  /*width: 80px;*/
  padding: 5px 10px;
  border: 1px solid transparent;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.wc-toolbar .wc-title{
  text-align:center;
  padding:0;
  margin:0;
}

.wc-container table {
  border-collapse: collapse;
    border-spacing: 0;
}
.wc-container table td {
  margin: 0;
  padding: 0;
}

.wc-header{
  background: #eee;
  border-width:1px 0;
  border-style:solid;
}
.wc-header table{
  width: 100%;
  table-layout:fixed;
}

.wc-grid-timeslot-header,
.wc-header .wc-time-column-header {
  width: 45px;  
  background:#f7f7f7;
}

.wc-header .wc-scrollbar-shim {
  width: 0px !important;  
}

.wc-header .wc-day-column-header {
  text-align: center;
  padding: .6em 0.4em;
  background: #5aafef;
  color: #fff;
  font-size: 14px;
}

.wc-header .wc-user-header{
  text-align: center;
  padding: 0.4em 0;
  overflow:hidden;
}
.wc-grid-timeslot-header {
  background: #eee; 
}

.wc-scrollable-grid {
  overflow: auto;
  overflow-x: hidden !important;
  overflow-y: auto !important; 
  position: relative;
  background-color: #fff;
  width: 100%;
}


table.wc-time-slots {
  width: 100%;
  table-layout: fixed;
  cursor: default;
  overflow:hidden;
}

.wc-day-column {
  width: 13.5%;
  overflow: visible;
  vertical-align: top;
}
.wc-day-column-header{border-width: 0 0 1px 3px; border-style: solid;border-color:transparent;}
.wc-scrollable-grid .wc-day-column-last,
.wc-scrollable-grid .wc-day-column-middle{border-width: 0 0 0 1px; border-style: dashed;}
.wc-scrollable-grid .wc-day-column-first{border-width: 0 0 0 3px; border-style: double;}

.wc-day-column-inner {
  width: 100%;
  position:relative;  
}

.wc-no-height-wrapper{
  position:relative;  
  overflow: visible;
  height: 0px;
}

.wc-time-slot-wrapper {
/*  top: 3px;*/
}

.wc-oddeven-wrapper .wc-full-height-column{
/*  top: 2px; */
  /* Modern Browsers */ opacity: 0.4;
  /* IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE 5-7 */ filter: alpha(opacity=40);
  /* Netscape */ -moz-opacity: 0.4;
  /* Safari 1 */ -khtml-opacity: 0.4;
}

.wc-freebusy-wrapper .wc-freebusy{
/*  top: 1px;*/
  /* Modern Browsers */ opacity: 0.7;
  /* IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE 5-7 */ filter: alpha(opacity=40);
  /* Netscape */ -moz-opacity: 0.4;
  /* Safari 1 */ -khtml-opacity: 0.4;
}

.wc-time-slots {
  position: absolute; 
  width: 100%;
  padding-top:0px;
}

.wc-column-odd,
.wc-column-even.ui-state-hover{background-image:none;border:none;}

.wc-header .wc-today.ui-state-active{background-image:none;background-color:#364860;}
.wc-header .wc-today.wc-day-column-header{border-width:0 0px; border-style: solid;}
.wc-header .wc-user-header{border-width:0;color: #41546B;text-transform:capitalize;}

.wc-time-slots .wc-day-column.ui-state-default{background:transparent;}
.wc-time-slots .wc-today.ui-state-active{background-image:none;}
.wc-header .wc-today.ui-state-active.wc-day-column-middle{border-width:0;background:#fff;color: #364860;background:#eee;}
.wc-header .wc-today.ui-state-active.wc-day-column-first{border-left-width:0px;background:#fff;color: #364860;background:#eee;}
.wc-header .wc-today.ui-state-active.wc-day-column-last{border-right-width:0px;background:#fff;color: #364860;background:#eee;}

.wc-full-height-column{
  display:block;
/*  width:100%;*/
}


.wc-time-header-cell {
  padding: 5px !important;  
  height: 120px; /* reference height */
  font-size: 0.6em;
  font-weight: bold;
}


.wc-time-slot {
  border-bottom: 1px dotted #ddd; 
}

.wc-hour-header {
  text-align: right;
  height:120px;
}
.wc-hour-header.ui-state-active,
.wc-hour-header.ui-state-default{
  border-width:0 0 1px 0;
}

.wc-hour-end, .wc-hour-header {
  border-bottom: 1px solid #ccc;  
  color: #555;
}

.wc-business-hours {
  background-color: #E6EEF1;
  border-bottom: 1px solid #ccc;
  color: #333;
  font-size: 1.4em;
}

.wc-business-hours .wc-am-pm {
  font-size: 0.6em; 
}

.wc-day-header-cell {
  text-align: center;
  vertical-align: middle;
  padding: 5px;
}



.wc-time-slot-header .wc-header-cell {
  text-align: right;
  padding-right: 10px;  
}

.wc-cal-event {
  background-color: #68a1e5;  
  /* Modern Browsers */ opacity: 0.8;
  /* IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  /* IE 5-7 */ filter: alpha(opacity=80);
  /* Netscape */ -moz-opacity: 0.8;
  /* Safari 1 */ -khtml-opacity: 0.8;
  position: absolute; 
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  color: #fff;
  width: 100%;
  display: none;
}

/*.wc-cal-event.defaultslot.selectedslot
{
  background:#9AC2F7;
}

.wc-cal-event.defaultslot.selectedslot .wc-time
{
  background:#6597DA;
  border:1px solid #9AC2F7;
}
*/
.wc-cal-event.defaultslot
{
  background:#aaa;
}

.wc-cal-event.defaultslot .wc-time
{
  background:#999;
  border:1px solid #888;
}


.wc-cal-event.ui-resizable-resizing {
  cursor: s-resize;
}

.wc-cal-event .wc-time {
  background-color: #2b72d0;
  border: 1px solid #1b62c0;
  color: #fff;
  padding: 0.5em;
}

.wc-container .ui-draggable .wc-time, .wc-container .ui-draggable .wc-title {
  cursor: move;
}

.wc-cal-event .wc-title {
  position: relative; 
  color: #fff;
  padding: 5px 10px;
  text-align:left;
  font-size:11px;
  
}

.wc-container .ui-resizable-s {
  height: 10px;
  line-height: 10px;
  bottom: -2px;
  font-size: .5em;
}


.wc-container .ui-draggable-dragging {
   z-index: 1000;
}

.free-busy-available{
  background: #66C664;
  color:#fff;
  text-align:center;
}

.free-busy-free{

}
.free-busy-busy{
  /*background:url("./libs/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png") repeat scroll 50% 50% #666666; color:#FFCB3F;*/
  background:#666; color:#fff;
  text-align:center;
}

/* IE6 hacks */
* html .wc-no-height-wrapper{position:absolute;}
* html .wc-time-slot-wrapper{top:3px;}
* html .wc-grid-row-oddeven{top:2px;}
* html .wc-grid-row-freebusy{top:1px;}

/* IE7 hacks */
*:first-child+html .wc-no-height-wrapper{position:relative;}
*:first-child+html .wc-time-slot-wrapper{top:3px;}
*:first-child+html .wc-grid-row-oddeven{top:2px;}
*:first-child+html .wc-grid-row-freebusy{top:1px;}
*:first-child+html .wc-time-slots .wc-today{/* due to rendering issues, no background */background:none;}
.selectedslot{
border: #000 2px solid;
}