.wc-container {
  font-size: 14px;
}

.wc-toolbar {
  padding: 10px;
  position: relative;
  border-bottom: 4px solid #00a6d4;
}
.wc-toolbar.ui-widget-header {
	background-color: transparent;
}
.wc-toolbar .wc-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 30px;
  margin:0;
}

.wc-toolbar .wc-display {
  float: right;
}
.wc-toolbar .ui-widget button {
}
.wc-toolbar .ui-button {
	height: 100%;
	float: left;
	margin: 0;
	background-color: transparent !important;	

}
.wc-toolbar .ui-icon-seek-prev {
	background-image: url(../img/arrow_left.png);
	background-size: 100%;
	height: 20px;
	width: 20px;
	background-position: 0;
	left: 0;
	top: 0;
	margin: 0;
	position: relative;	
	background-color: transparent !important;	
}
.wc-toolbar .ui-icon-seek-next {
	background-image: url(../img/arrow_right.png);
	background-size: 100%;
	height: 20px;
	width: 20px;
	background-position: 0;	
	left: 0;
	top: 0;
	margin: 0;	
	position: relative;
	background-color: transparent !important;	
}
.wc-toolbar .wc-prev {
	left: 0;
	-webkit-transition: all 0.15s ease-out 0s;
	-moz-transition: all 0.15s ease-out 0s;
	-o-transition: all 0.15s ease-out 0s;
	transition: all 0.15s ease-out 0s;
}
.wc-toolbar .wc-next {
	right: 0;
	-webkit-transition: all 0.15s ease-out 0s;
	-moz-transition: all 0.15s ease-out 0s;
	-o-transition: all 0.15s ease-out 0s;
	transition: all 0.15s ease-out 0s;
}
.wc-toolbar .wc-prev:hover {
	left: -3px;
	-webkit-transition: all 0.15s ease-out 0s;
	-moz-transition: all 0.15s ease-out 0s;
	-o-transition: all 0.15s ease-out 0s;
	transition: all 0.15s ease-out 0s;
}
.wc-toolbar .wc-next:hover {
	right: -3px;
	-webkit-transition: all 0.15s ease-out 0s;
	-moz-transition: all 0.15s ease-out 0s;
	-o-transition: all 0.15s ease-out 0s;
	transition: all 0.15s ease-out 0s;
}
.wc-toolbar .wc-today {
 	width: 30px;
	top: 0;
	-webkit-transition: all 0.15s ease-out 0s;
	-moz-transition: all 0.15s ease-out 0s;
	-o-transition: all 0.15s ease-out 0s;
	transition: all 0.15s ease-out 0s;}
.wc-toolbar .wc-today:hover {
 	width: 30px;
	top: -3px;
	-webkit-transition: all 0.15s ease-out 0s;
	-moz-transition: all 0.15s ease-out 0s;
	-o-transition: all 0.15s ease-out 0s;
	transition: all 0.15s ease-out 0s;}
.wc-toolbar .ui-icon-home {
	background-image: url(../img/home.png);
	background-size: 100%;
	height: 20px;
	width: 20px;
	background-position: 0;
	left: 0;
	top: 0;
	margin: 0;
}
.wc-toolbar .ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
	display: none;	
}
.wc-toolbar .wc-title {
  text-align: left;
  padding:0;
  margin:0;
  color: #a2a2a2;
  border-bottom: none;
}
#calendar {
	margin-bottom: 80px;	
}
.wc-container table {
  border-collapse: collapse;
  border-spacing: 0;
}
.wc-container table td {
  margin: 0;
  padding: 0;
}

.wc-header {
  background: #fff;
  border-bottom: none;

}
.wc-header table {
   width: 100%;
  table-layout:fixed;
}
.wc-header table tbody tr td:first-child {
	border-bottom: none;	
}
.wc-header table tbody tr td:nth-child(8) {
	border-right: none;	
}
.wc-grid-timeslot-header,
.wc-header .wc-time-column-header {
    width: 45px;
}

.wc-header .wc-scrollbar-shim {
    width: 16px;
	display: none;
}

.wc-header .wc-day-column-header {
    text-align: center;
    padding: 6px;
	color: #000;
}

.wc-header .wc-user-header{
    text-align: center;
    padding: 6px;
  overflow:hidden;
}
.wc-grid-timeslot-header {
    background: #fff;
	border-bottom: none;
}



.wc-scrollable-grid {
    position: relative;
    background-color: #fff;
    width: 100%;
	height: 672px !important;
}


table.wc-time-slots {
    width: 100%;
    table-layout: fixed;
    cursor: copy;
  overflow:hidden;
}

.wc-day-column {
    width: 13.5%;
    overflow: visible;
    vertical-align: top;
}
.wc-day-column-header{border-width: 0 1px; border-style: solid;border-color:#ccc;}
.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 1px; border-style: double; color: #ccc;}

.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.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-time-slots {
    position: absolute;
    width: 100%;
}

.wc-column-odd,
.wc-column-even.ui-state-hover{background-image:none;border:none;}

.wc-header .wc-today.ui-state-active{background-image:none;}
.wc-header .wc-today.wc-day-column-header{border: none;}
.wc-header .wc-user-header{border-width:0;}

.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;}
.wc-header .wc-today.ui-state-active.wc-day-column-first{border-left-width:3px;}
.wc-header .wc-today.ui-state-active.wc-day-column-last{border-right-width:3px;}

.wc-full-height-column{
    display:block;
/*  width:100%;*/
}


.wc-time-header-cell {
    height: 3.42em !important; /* reference height */
	padding: 5px 5px 0 !important;
	border-bottom: 1px solid #ccc;
}

.wc-grid-row-events {
	border-top: 1px solid #ccc;	
}
.wc-time-slot {
	height: 12px !important;
	border-bottom: 1px dotted #DFDFDF;
}

.wc-time-slot:nth-of-type(25) {
	border-top: 2px solid #dadada;	
}
.wc-hour-header {
    text-align: right;
}
.wc-hour-header.ui-state-active,
.wc-hour-header.ui-state-default{
  border-width: none;
}

.wc-hour-end, .wc-hour-header {
    border-bottom: 1px solid #ccc;
    color: #555;
}

.wc-business-hours {
    background-color: #fff;
    border-bottom: none;
    color: #333;
    font-size: 14px;
}

.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: #fff !important;
  /* Modern Browsers */ opacity: 1;
  /* IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* IE 5-7 */ filter: alpha(opacity=100);
  /* Netscape */ -moz-opacity: 1;
  /* Safari 1 */ -khtml-opacity: 1;
    position: absolute !important;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    color: #000;
    width: 100%;
    display: none;
	margin-top: -1px;
	border-top: 2px solid #00a6d4;
	border-bottom: 2px solid #00a6d4;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}
.wc-cal-event:hover {
	border-top: 2px solid #00a818;
	border-bottom: 2px solid #00a818;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}



.wc-cal-event-delete {
    float: right;
    cursor: pointer;
    width: 16px;
    height: 16px;
	display: none;
}

.wc-cal-event.ui-resizable-resizing {
    cursor: s-resize;
}

.wc-cal-event .wc-time {
    background-color: transparent !important;
    border: none !important;
    color: #000;
    padding: 0;
    font-weight: normal;
	text-align: left;
	position: absolute;
	bottom: 5px;
	left: 5px;
}

.wc-container .ui-draggable .wc-time {
}

.wc-cal-event .wc-title {
    position: relative;
	padding: 5px;
	text-align: left;
}

.wc-container .ui-resizable-s {
    height: 10px;
    line-height: 10px;
    bottom: -2px;
    font-size: .75em;
}


.wc-container .ui-draggable-dragging {
   z-index: 1000;
}

.free-busy-free{}
.free-busy-busy{
  background:url("./libs/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png") repeat scroll 50% 50% #666666;
}

/** hourLine */

.wc-hourline {
  height: 0pt;
  border-top: 2px solid #FF7F6E;
  overflow: hidden;
  position: absolute;
  width: inherit;
  display: none;
}

/* 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;}
