.gc_short_calendar {
	position:relative;
}
.gc_short_calendar div.gc_short_calendar_content{
	background-color: #f4f9f9;
	/*border: solid 1px #000;*/
	display: inline-block;
	width:100%;
	/*width:max-content;*/
	padding-bottom:0.8rem;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: 0px 0px 1px black inset;
	overflow: auto;
	max-width: 100%;
}
.gc_short_calendar table.gc_short_calendar_table{
	width:100%;
}
.gc_short_calendar.auto_hide div.gc_short_calendar_content{
	display:none;
	position:absolute;
	z-index: 200;
	/*width:max-content;*/
	box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7),
	-1px 2px 20px rgba(255, 255, 255, 0.6) inset; 
	overflow: auto;;
	max-width: none;
}
.gc_short_calendar.auto_hide:hover div.gc_short_calendar_content,
.gc_short_calendar.auto_hide.hover div.gc_short_calendar_content
{
	display:block;

}




.gc_short_calendar table.gc_short_calendar_table td,table.gc_short_calendar_table th{
	text-align: center;
}
.gc_short_calendar table.gc_short_calendar_table td:first-child,table.gc_short_calendar_table th:first-child{
	padding-left: 1.5rem !important;
}
.gc_short_calendar table.gc_short_calendar_table td:last-child,table.gc_short_calendar_table th:last-child{
	padding-right: 1.5rem !important;
}
.gc_short_calendar table.gc_short_calendar_table th{
	/*background-color: #9b9b9b;*/
	color: #FFF;
	font-weight: normal;
	line-height: 1.9rem;
}

.gc_short_calendar table.gc_short_calendar_table td.gc_short_border_spacing{
	padding-top:0.8rem;
}

.gc_short_calendar table.gc_short_calendar_table thead{margin-bottom: 1rem;}

.gc_short_calendar .gc_short_calendar_label{
	width:100%;
	padding-bottom: 0.5rem;
	position:relative;
	
}
.gc_short_calendar.auto_hide .gc_short_calendar_label{
	cursor: pointer;
	padding-right:25px;
}
.gc_short_calendar.auto_hide .gc_short_calendar_label::before{
	content: ' ';
	border: solid black;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	right:0;
	top:10px;
}
.gc_short_calendar.auto_hide:hover .gc_short_calendar_label::before{
	display: none;
}
.gc_short_calendar .gc_short_calendar_label div{
	white-space: nowrap;
	display:inline-block;
	font-size:1.15rem;
}
.gc_short_calendar .gc_short_calendar_label div span{
	color: #439394;
}
.gc_short_calendar .gc_short_calendar_label.more div{
	width:85%;
	overflow: hidden;
}
.gc_short_calendar .gc_short_calendar_label.more::after{
	content:'...';
	display:inline;
	vertical-align:top;
}
.gc_short_calendar .gc_short_calendar_content .btn{
	border-radius: 50%;
	font-weight: bold;
	width: 30px;
	padding: 0px 0px;
	line-height: 30px;
	width: 35px;
	height: 35px;
}

.gc_short_calendar .gc_short_calendar_content .btn[disabled]{

	font-weight: normal;
}

.gc_short_calendar.gc_short_calendar_mobile{
	margin: 0 -15px 0 -15px;

}

.gc_short_calendar.gc_short_calendar_mobile table.gc_short_calendar_table td:first-child,
.gc_short_calendar_mobile table.gc_short_calendar_table th:first-child{
	padding-left: 0.5rem !important;

}
.gc_short_calendar.gc_short_calendar_mobile .gc_short_calendar table.gc_short_calendar_table td:last-child,
.gc_short_calendar.gc_short_calendar_mobile table.gc_short_calendar_table th:last-child {

    padding-right: 0.5rem !important;

}


.gc_short_calendar.gc_short_calendar_mobile .gc_short_calendar_label div{
	font-size: 1rem;
}