
.bcal {
/*  border: solid 1px #4E5C8B; */
  box-shadow: 0 0 8px #4E5C8B;
  width: auto;
  display: table;
  margin: 0 auto;
}

.bcal-data {
	display: none;
}

.bcal * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bcal H1 {
	text-align: center;
	margin: 0;
	padding: 0;
}
.bcal H2 {
	padding: 0;
}
.bcal H2.bcal_HR {
	float: right;
	position: relative;
	margin-right: 5px;
}
.bcal H2.bcal_HL {
	float: left;
	position: relative;
	margin-left: 5px;
}
.bcal H2 A {
	font-size: 18px;
}
.bcal H2.bcal_HR A:before {
	position: absolute;
	content: "\f061";
	font: normal normal normal 14px/1 FontAwesome;
	top: 7px;
	left: -15px;
	font-size: 12px;
}
.bcal H2.bcal_HL A:after {
	position: absolute;
	content: "\f060";
	font: normal normal normal 14px/1 FontAwesome;
	top: 7px;
	right: -15px;
	font-size: 12px;
}

.bcal TABLE {
	/* border-collapse: collapse; */
	border-spacing: 1px;
	border: solid 2px transparent;
	float: left;
	position: relative;
	margin:10px 20px;
	margin-bottom: 14px;
}

.bcal TABLE.bcal_tbl_active {
	border-color: rgba(169, 0, 147, 1);
}

.bcal TABLE.bcal_tbl_cl {
	clear: both;
}

.bcal TABLE CAPTION {
	font-size: 16px;
	font-weight: bold;
}

.bcal TD {
	text-align: right;
	padding: 0.25em;
	border: none;
	border-radius: 7px;
	background-color: rgba(78, 92, 139, 0.1);
	font-size: 14px;
}

.bcal TD.bcal_null {
	/* background-color: rgba(0,0,0,0); */
	opacity: 0;
}

.bcal TD.bcal_active,
.bcal TD.bcal_active.bcal_period
{
	background-color: rgb(167, 78, 156);
	color: white;
	cursor: pointer;
}
.bcal TD.bcal_active:hover {
	background-color: rgb(124, 28, 156);
}

.bcal .bcal_holl {
	background-color: rgba(250, 190, 80, 0.55);
}

.bcal TD.bcal_period {
	background-color: rgba(233, 188, 227, 0.5);
}

.bcal .bcal_quoter {
/*	visibility: hidden; */
/*	clear: both;
	height: 0;
	overflow: hidden; */
	clear: both;
	overflow: hidden;
	display: none;
	margin: 0 20px;
	border: solid 2px transparent;
	padding: 10px 0;
	box-sizing: border-box;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.bcal .bcal_quoter .bcal_close {
	position: relative;
	height: 16px;
	width: 16px;
	margin: 0 0 auto auto;
}
.bcal .bcal_quoter .bcal_close:after {
	position: absolute;
	content: "\f00d";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 16px;
	font-weight: bold;
	top: -5px;
	right: 5px;
	color: #A90093;
	cursor: pointer;
}
.bcal .bcal_quoter .bcal_close:hover:after {
	color: #7C1C9C;
	content: "\f057";
}

.bcal .bcal_quoter_active {
/*	visibility: visible; */
	margin-bottom: 20px;
	display: block;
	border-color: rgba(169, 0, 147, 1);
	background-color: rgba(169, 0, 147, 0.08);
/*	height: auto; */
}
.bcal .bcal_quoter DIV {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

/*
.bcal .bcal_quoter:before {
	clear: both;
	content: " ";
	display: table;
	height: 0;
}
*/
.bcal TABLE:before {
        display: block;
        content: "";
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 17px solid transparent;
        position: absolute;
        left: 50%;
        margin: 0 0 0 -12px;
        bottom: -17px;
        z-index: 5;
        box-sizing: border-box;
}

.bcal TABLE.bcal_tbl_active:before {
        display: block;
        content: "";
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 17px solid rgb(169, 0, 147);
        position: absolute;
        left: 50%;
        margin: 0 0 0 -12px;
        bottom: -17px;
        z-index: 5;
        box-sizing: border-box;
}
.bcal TABLE.bcal_tbl_active:after {
        display: block;
        content: "";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 15px solid #FFFFFF;
        position: absolute;
        left: 50%;
        margin: 0 0 0 -10px;
        bottom: -14px;
        z-index: 5;
        box-sizing: border-box;
}

.bcal .bcal_data {
	width:575px;
	margin-bottom: 20px;
	margin: auto;
	padding: 5px 10px;
	font-size: 13px;
}
.bcal .bcal_data_select {
	background-color: rgba(169, 0, 147, 0.1);
}

.bcal .bcal_data date {
	display: block;
	float: left;
}

.bcal .bcal_data text {
	display: block;
	margin-left: 190px;
	position: relative;
}

.bcal .bcal_data text:before {
	position: absolute;
	content: "\f178";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	top: 4px;
	left: -20px;
}

