.main-container {
    padding: 0;
}

.std ul {
    padding: 0
}

.std ul li {
    list-style: none;
}

.check-in-calendar {
    width: 500px;
    margin: auto;
}

.check-in-calendar .earned {
    background: #fe7167;
    color: #ffffff;
    margin-bottom: 25px;
    line-height: 35px;
    font-weight: bold;
}

.check-in-calendar .earned i {
    font-style: normal;
}

.check-in-calendar .nov {
    background: #fe7167;
    color: #ffffff;
    line-height: 50px;
    font-weight: bold;
    font-size: 20px;
}

.check-in-calendar ul {
    /* border-left: 1px solid #cccccc; */
}

.check-in-calendar ul li span {
    width: 14.285%;
    display: block;
    position: relative;
    float: left;
    /* border-right: 1px solid #cccccc; */
    /* border-bottom: 1px solid #cccccc; */
    line-height: 52px;
    color: #000021;
}
.check-in-calendar ul li span:before{
	 content: '';
	 display: block;
	 box-sizing: content-box;
	 border: 2px solid #2d38c6;
	 border-radius: 50%;
	 width: 30px;
	 height: 30px;
	 position: absolute;
	 left: 50%;
	 margin-left: -17px;
	 margin-top: -17px;
	 top: 50%;
}
.check-in-calendar ul li span.day-null:before{
	display:none;
}
.check-in-calendar ul li.data-title span:before{
	display:none;
}

.check-in-calendar ul li:nth-child(1) span {
    font-weight: bold;
    color: #000000;
}

#calendar .on:before {
    content: '';
    display: block;
    box-sizing: content-box;
    border: 2px solid #ec6900;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    margin-top: -17px;
    top: 50%;
}

#calendar .current:before {
    content: '';
    display: block;
    box-sizing: content-box;
    border: 2px solid #f3bb32;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    margin-top: -17px;
    top: 50%;
}

#calendar .current_cuss span,#calendar .current_cuss a {
    background-image:url(checked.png?v=1.1);
    background-color: #ffffff;
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: center;
    color: #ffffff !important;
    font-size: 0;
    border: 0;
	    
}

#calendar .current_cuss a:before,#calendar .current_cuss span:before{
	border: 0;
    margin: 0;
    height: auto;
    top: 0;
	left: 0;
    border-radius: inherit;
}
.check-in-btn div {
    width: 276px;
    line-height: 32px;
    background: #ff9427;
    color: #ffffff;
    border-radius: 15px;
    margin: 25px auto;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}

.check-in-btn div.checkInTime-btn,.check-in-btn div.checkInSucc-btn {
    border: 1px solid #ff9427;
    color: #ff9427 !important;
    background: #ffffff;
}

.checkIn-seccuss-notice .porto-container {
    background: #ffffff;
    box-shadow: 0 0 5px rgb(0 0 0 / 50%);
    width: 260px;
    padding: 15px 5px;
    text-align: center;
    margin-left: -130px;
    margin-top: -65px;
    border-radius: 5px;
}

.checkIn-seccuss-notice .porto-container .porto-content .close {
    cursor: pointer;
    position: absolute;
    right: 0;
    margin: 0;
    font-size: 30px;
    float: right;
    line-height: 20px;
    color: #171717;
    top: -10px;
}

#calendar .check_showpoint span,#calendar .check_showpoint a{
	background-image:url(point.png?v=1.2);
	background-size: 36px;
	font-size: 20px;
    font-weight: bold;
	text-align:center;
	    background-repeat: no-repeat;
    background-position: center;
    color: #ffffff !important;
}
.ui-datepicker td{padding:0;width: 14.28%;}
.ui-datepicker{width: 100%;padding: 0;}
.ui-widget{font-family: open_sansregular, Arial;font-size: 14px;}
.ui-widget.ui-widget-content{border: 0;}
.ui-datepicker th{padding: 0;font-weight: normal;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{border: 0;background: #ffffff;font-weight: normal;}
.ui-widget-content .this-month, .ui-widget-header .this-month{opacity: 1 !important;}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{    border: 0;background: #ffffff;font-weight: normal;color: #000021 !important;text-align: center;font-size: 16px;}
.ui-datepicker .ui-datepicker-header{display:none;}


#calendar thead tr th span{font-weight: bold;color: #000000;line-height: 52px;font-size:16px;}
#calendar tbody tr td span{color: #000021;line-height: 52px;text-align: center;font-size: 16px;display: block;position: relative;padding: 0;}
#calendar tbody tr td span:before{content: '';display: block;box-sizing: content-box;border: 2px solid #fe7167;border-radius: 50%;width: 30px;height: 30px;position: absolute;left: 50%;margin-left: -17px;margin-top: -17px;top: 50%;}
#calendar tbody tr td a{position: relative;display: block;padding: 0;line-height: 52px;}
.ui-widget-content .ui-datepicker-today a:before, .ui-widget-header .ui-datepicker-today a:before{content: '';display: block;box-sizing: content-box;border: 2px solid #f8bf32;border-radius: 50%;width: 30px;height: 30px;position: absolute;left: 50%;margin-left: -17px;margin-top: -17px;top: 50%;}

@media (max-width: 599px) {
    .check-in-calendar {
        width:300px;
    }
	#calendar tbody tr td span{line-height:40px;}
.ui-datepicker td span, .ui-datepicker td a,.ui-datepicker td{padding:0;}

    .check-in-calendar .earned {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 25px;
    }

    .check-in-calendar .nov {
        font-size: 14px;
        line-height: 30px;
    }

    #calendar thead tr th span,#calendar tbody tr td span {
        font-size: 14px;
        line-height: 40px;
    }

    .check-in-btn div {
        font-size: 13px;
        margin: 10px auto;
        line-height: 28px;
    }

    .check-in-center .summer-sales-content p {
        font-size: 14px;
    }

    #calendar .current_cuss:before {
        background-position: 3px -88px;
    }
	
	#calendar .check_showpoint span:before,#calendar .check_showpoint a:before{font-size:16px;}
	
	#calendar tbody tr td span:before{border-width:1px;width: 26px;height: 26px;margin-left: -14px;margin-top: -14px;}
	
	#calendar .current_cuss span,#calendar .current_cuss a{background-size:26px;}
	
	#calendar .check_showpoint span,#calendar .check_showpoint a{background-size:29px;font-size: 16px;}
}




