.week-calendar{
	width: calc(100% - 1px);
	position: relative;
	display: block;
	overflow-x: hidden;
	overflow-y: hidden;
	height: 600px;
    margin: 0 auto;
}

.wc-table{
	width:100%;
	border-bottom: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
	border-collapse: collapse;
    border-spacing: 0px;
    font-size: 14px;
    color: #636b6f;
}

.wc-table-container{
	display: inline-block;
	position: relative;
}

.wc-cell{
	text-align: center;
	border-top: 1px solid #cacaca;
	border-left: 1px solid #cacaca;
	padding: 2px 2px;
	width: 14.28%;
	transition: background-color 0.5s;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    font-weight: 600;
}

.wc-badge{
	background-color: #FFF;
	border-radius: 100%;
	border: 1px solid #b9b9b9;
	font-size: 12px;
	display: none;
	float: right;
	width: 20px;
	height: 20px;
	margin-top: 1px;
}

.wc-loading{
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.7);
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
    padding-top: 150px;
    display: none;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.wc-cell-header-success{
	color: #48cfad;
}

.wc-cell-header-danger{
	color: #ff9187;
}

#wc-container{
	left: 25px;
	top:0px;
	position: absolute;
	font-size: 0;
}

.wc-btn-mask{
	position: absolute;
	background-color: #FFF;
	top: 0px;
	height: 100%;
	width:25px;
    box-sizing: border-box;
}

.wc-btn-mask{
	position: absolute;
	background-color: #FFF;
	top: 0px;
	height: 100%;
	width:25px;
    box-sizing: border-box;
}

.wc-btn{
	position: absolute;
	background-color: #FFF;
	padding-top: 200px;
	top: 0px;
	height: 100%;
	width:25px;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

#wc-prev{
	left: 0px;
}

#wc-next{
	right: 0px;
}

.wc-transition-left{
	transition: left 0.5s;	
	transition-timing-function: ease-out;		
}

.wc-popover{
	position: absolute;
	background-color: #FFF;
	display: none;
	opacity: 0;
	width: 140px;
	height: 120px;
	border: 1px solid #999;
	left: 0px;
	top: 0px;
	transition: opacity 0.3s;
	transition-timing-function: ease-out;
	color: #636b6f;	
}

.wc-popover-content{
	height: 100%;
	width: 100%;
	overflow-y: scroll;
}

.wc-popover-content button{
	border: 1px solid #f5f5f5;
	background: #48cfad;
	margin-right: 2px;
	outline: none;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease 0s;
}

.wc-popover-content button:hover {
  background-color: #2EE59D;
  box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
  color: #fff;
  transform: translateY(-2px);
}

.wc-popover-arrow{
	position: absolute;
	height: 20px;
	width: 20px;
}

.wc-popover-arrow-right{
	top: calc(50% - 15px);
	left: -20px;
	transform: rotate(90deg);
}

.wc-popover-arrow-left{
	top: calc(50% - 10px);
	left: 100%;
	transform: rotate(270deg);
}

.wc-popover-arrow-bottom{
	top: -20px;
	left: calc(50% - 10px);
	transform: rotate(180deg);
}

.wc-popover-arrow-top{
	top: 100%;
	left: calc(50% - 10px);
	transform: rotate(0deg);
}

.wc-selection-box{
	background-color: rgba(0, 100, 200, 0.2);
    position: absolute;
    width: 0px;
    height: 0px;
    left: 0px;
    top: 0px;
}


.wc-bgcolor-danger{
	background-color: #ff9187;
}

.wc-bgcolor-success{
	background-color: #48cfad;
}

.wc-bgcolor-warning{
	background-color: #48cfad;
}

.wc-bgcolor-warn{
	background-color: #fbf16f;
}

.wc-bgcolor-info{
	background-color: #dbdbdb;
}

th.wc-cell.wc-cell-header{
	font-size: 0.8em;
    padding: 2px 0px;
}

.wc-cell.wc-cell-date[wc-count="0"]{
    background: #bb2c1f;
    color: white;
}
