.orange.orange.calendar-layer{
	border:1px solid #ccc;
	background-color:#fff;
	border-radius:4px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
	min-width:125px;
	z-index:999;
	font-weight:normal;
	font-size:12px;
}

.orange.orange.calendar-layer > table{ width:100%; }

.orange.calendar-layer tr > td{
	border-right:1px solid #ccc;
	vertical-align:top !important;
	text-align:center;
	padding:4px;	
	min-height:20px;
}
.orange.calendar-layer .calendar-year{
	overflow-y:hidden;
	width:30%;
}

.orange.calendar-layer .calendar-month{
	width:20%;
}
.orange.calendar-layer .calendar-date{
	border-right:none;
	width:25%;
}

.orange.calendar-layer ol{
	list-style:none;
	margin:0px;
	padding:0px;
}
.orange.calendar-layer ol > li{
	display:block;
	width:100%;
	cursor:pointer;
	border-radius:4px;
}

.orange.calendar-layer ol > li[role=today]{
	font-size:11px;
}

.orange.calendar-layer ol > li.today{
	text-decoration:underline;
}

.orange.calendar-layer ol > li.active{
	background-color:#f0ad4e;
	color:#fff;
}

.orange.calendar-layer ol > li:hover:not(.active):not(.today){
	background-color:#f5f5f5;
}

.orange.calendar-layer ol > li.sun,
.orange.calendar-layer ol > li.sun.active{
	color:#d9534f;	
}
.orange.calendar-layer ol > li.sat,
.orange.calendar-layer ol > li.sat.active{
	color:#337ab7;
}

.orange.calendar-layer > .arrow,
.orange.calendar-layer > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.orange.calendar-layer > .arrow {
  border-width: 11px;
}
.orange.calendar-layer > .arrow:after {
  border-width: 10px;
  content: "";
}
.orange.calendar-layer.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.orange.calendar-layer.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}

.calendar-quick-handle{
	border:1px solid #ccc;
	background-color:#fff;
	height:12px;
	width:12px;
	border-radius:12px;
	margin-top:-5px;
	cursor:e-resize;
	overflow:hidden;
	padding:2px;	
}

.calendar-quick-handle .circle{
	background-color:#337ab7;
	display:block;
	height:100%;
	border-radius:12px;
}

.orange-calendar{ text-align:center; font-weight:normal; }