.tg_mini_calendar div{
    box-sizing: border-box;
}
.try_date{
    background-color: #999;
}
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
    supported by Chrome and Opera */
}
.tg_mini_calendar{
    font-size: 16.5px;
    background-color: white;
    padding-bottom: 0px;
    
    
}
.tg_mini_calendar .pointer{
    cursor: pointer;
}
.tg_mini_calendar .disabled, .tg_mini_calendar .disabled .glyphicon{
    cursor: not-allowed;
}

.tg_mini_calendar .nav{
    background-color: #fff;
    text-align: center;
    font-size: 24px;
    padding: 5px;
}

.tg_mini_calendar_right, .tg_mini_calendar_left{
    padding: 3px;
    color:#ccc;
    cursor: pointer;
}
.tg_mini_calendar_right.disabled, .tg_mini_calendar_left.disabled{
    color:#eee;
}
.tg_mini_calendar_year{

}
.tg_mini_calendar_month{
    margin-right: 10px;
}
.tg_mini_calendar_day, .tg_mini_calendar_month_header .day_names{
    display: inline-block;
    width: 12%;
    text-align: center;
    padding: 13px;
    margin: 4px;
}
.tg_mini_calendar_day.selectable.selected, .tg_mini_calendar_day.selected{
    background-color: #2780e3;
    color: white;
    font-weight: bold;
}
.tg_mini_calendar_day.selectable.selected:hover{
    background-color: #2780e3;
}

.tg_mini_calendar_day.disabled{
    text-decoration: line-through;
    color: #999;
}
.tg_mini_calendar_month_header .day_names.Sun, .tg_mini_calendar_month_header .day_names.Sat{
    /* color:#ff0039; */
}
.tg_mini_calendar_day.selectable:hover{
    background-color: #eee;
}
.tg_mini_calendar_day.selectable{
    cursor: pointer;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.tg_mini_calendar_day{
    border-radius: 28px;
}
.tg_mini_calendar_week{
    text-align: center;
}
.tg_mini_calendar_month_header{
    text-align: center;
    color:#999999;
    font-weight: 600;
    clear: both;
}

/* month selector */
.tg_mini_calendar .month_selector_item{
    display: inline-block;
    width: 75px;
    height: 75px;
    line-height: 72px;
    text-align: center;
    font-size: 18px;
    margin: 5px;
    border-radius: 150px;
    cursor: pointer;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.tg_mini_calendar .month_selector_item:hover{
    background-color: #eee;
}
.tg_mini_calendar .month_selector_item.selected_month, .tg_mini_calendar .month_selector_item.selected_month:hover{
    color:#fff;
    background-color: #2780e3;
}
.tg_mini_calendar_month_selector{
    text-align: center;
    overflow: visible;
    position: absolute;
    padding-top: 20px;
    top: 40px;
    left: 20px;
    right: 20px;
    bottom:0px;
    background-color: #fff;
    display: none;
}

@media (max-width: 400px) {
    .tg_mini_calendar{
        font-size: 16.5px;
        width: 100%;
        height: 360px;
    }

    .tg_mini_calendar_day, .tg_mini_calendar_month_header .day_names{
        width: 37px;
        height: 37px;
        padding: 0;
        line-height: 37px;
    }
    .tg_mini_calendar_month_selector{
        padding-top: 20px;
        top: 40px;
        left: 0;
        right: 0;
        bottom:20px;
    }


    .tg_mini_calendar .month_selector_item{

        width: 65px;
        height: 65px;
        line-height: 62px;
        margin: 0px 15px;
        font-size: 18px;
        border-radius: 150px;

    }
}
