.calendarWrapper {
	position:relative;
	display:inline-block;
}

.calendarWrapper .calendarInput {
	width: 78px !important;
	text-align: center
}

.calendarWrapper .calOpenBtn {
	float: right;
	display: block;
	width: 21px;
	height: 21px;
	padding: 0;
	margin:4px 5px 3px;
	border: none;
	background: none;
	background-image: url('/myasset/common/img/spr_com.png');
	background-position: 0 -40px;
}


/*.calendarWrapper .calOpenBtn:hover {
	background-position: -28px -53px;
}

.calendarWrapper .calOpenBtn:active {
	background-position: -53px -53px;
}*/

.mobile .calendarWrapper .calOpenBtn,
.mobile .calendarWrapper .calOpenBtn:hover,
.mobile .calendarWrapper .calOpenBtn:active 
{ 
	display: none;
	width: 32px; 
	height: 32px; 
	margin: 0;
	vertical-align:middle; 
	background-image: url('/WEB-APP/webponent/calendar/img/icon_cal.png'); 
	background-position: 0 0; 
	background-size: 32px
}

.calendarIndi {
	width: 11px;
	height: 6px;
	background-image: url('/WEB-APP/webponent/calendar/img/calendar_sprite.png');
	background-position: -59px -12px;
}

.calendarDiv {
	background-color: #fff;
    padding:23px 0 10px;
    border: 2px solid #1f80d2;
    width: 232px;    
    letter-spacing: -1px;

}

.calendarDiv .wrap {
	padding: 0;
	margin: 0;
	min-width: 0;
	height: auto;
}

.calendarDiv .c-prevYear,
.calendarDiv .c-prevMonth,
.calendarDiv .c-nextMonth,
.calendarDiv .c-nextYear {
	overflow: hidden;
    text-transform: capitalize;
    text-indent: -9999px;
    background-color: #fff;
    cursor: pointer;
	border: 1px solid #cecfd1;
	/*box-shadow: 1px 1px #EEE;*/
}

.calendarDiv .month {
	height: 31px;
	text-align: center;
	position:relative;
}

.calendarDiv .month a {
	display: inline-block;
}

.calendarDiv .calendarTitle {
	font-size: 16px;
	color: #444444;
	font-weight: bold;
	vertical-align: 3px;
}

.calendarDiv .c-prevYear {
	position: absolute;
	top:0;
	left:10px;
    display: inline-block;
    width: 19px;
    height: 17px;
    margin-right: 3px;
    background-image: url('/WEB-APP/webponent/calendar/img/calendar_sprite.png');
	background-position: -6px -32px;
}

.calendarDiv .c-prevMonth {
	position: absolute;
	top:0;
	left:37px;
    display: inline-block;
    width: 18px;
    height: 17px;
    margin-right: 12px;

    background-image: url('/WEB-APP/webponent/calendar/img/calendar_sprite.png');
	background-position: -7px -7px;
}

.calendarDiv .c-nextMonth {
	position: absolute;
	top:0;
	right:37px;
    display: inline-block;
    width: 18px;
    height: 17px;
    margin-left: 12px;

    background-image: url('/WEB-APP/webponent/calendar/img/calendar_sprite.png');
	background-position: -31px -7px;
}

.calendarDiv .c-nextYear {
	position: absolute;
	top:0;
	right:10px;
    display: inline-block;
    display: inline-block;
    width: 19px;
    height: 17px;
    margin-left: 3px;

    background-image: url('/WEB-APP/webponent/calendar/img/calendar_sprite.png');
	background-position: -30px -32px;
}

.calendarDiv .calendarTable table{
	border-top: 2px solid #1f80d2;
	border-bottom: none;
	table-layout: auto;
	margin: 0;
}

.calendarDiv .calendarTable thead{
	/*border-bottom: 1px solid #1f80d2;*/
}

.calendarDiv .calendarTable tr{
	height: 22px;
	line-height: 22px;
	border: none;
}

.calendarDiv .calendarTable th,
.calendarDiv .calendarTable td{
	height: 22px;
	line-height: 22px;
	margin: 0 !important;
	padding: 0 !important;
	text-align: center;
	border: none !important;
}
.calendarDiv .calendarTable th:first-child{padding-left:14px !important}
.calendarDiv .calendarTable th.last{padding-right:14px !important}

.calendarDiv .calendarTable td:first-child{padding-left:14px !important}
.calendarDiv .calendarTable td.last, .calendarDiv .calendarTable td:last-child{padding-right:14px !important}

.calendarDiv .calendarTable td > a {
	border: 1px solid transparent;
	text-decoration: none;
	display: block;
	width: 25px;
	height: 100%;
	border-radius:12px;
	margin:0 auto;
}

.calendarDiv .calendarTable td > a:hover {
	border: 1px solid #1f80d2;
	background-color: #FFFFFF;
	color: #3d3d3d;
}

.calendarDiv a:VISITED,.calendarDiv a {
    color: #3d3d3d;
}

.calendarDiv .sundayCol{
	color: red;
}

.calendarDiv .saturdayCol{
    color: blue;
}

.calendarDiv .today {
	border: 1px solid #1f80d2;
	background-color: #1f80d2;
	color: #fff;
}

.calendarDiv .select {
	border: 1px solid #9FDFE1 !important;
	background-color: #CFF0F1;
	color: #444444;
}

.calendarDiv #closeBtn {
	position: absolute;
	width:16px;
	height:16px;
	top:0;
	right:0;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	background-image: url('/WEB-APP/webponent/calendar/img/calendar_sprite.png');
	background-position: -59px -36px;
	text-transform: capitalize;
    text-indent: -9999px;
}