/*** Calendar ***/

.calendar {
    background: #ffffff;
    padding: 1.2rem;
    /*border: 14px solid #efefef;*/
    height: auto;

}

.calendar_top_table {
    position: relative;
    width: 100%;
    /*height: 100%;*/
}

.calendar_top_table .table_year {
    height: 6vh;
}


.calendar_top_table .now {
    text-align: center;
    vertical-align: middle;
    font-size: 3.8rem;
    font-weight: 1000;
    letter-spacing: -5px;
    color: #0dc9e5;
    line-height: 1.4;
}
.table_year + tr{
	height:auto;
}

.calendar_top_table .table_btn {
    text-align: center;
    padding-bottom: 2.2vh;
}

.calendar_top_table .table_btn .btn {
    margin-left: 0.4%;
    margin-right: 0.4%;
    display: inline-block;
    border-radius: 40px;
    width: 8rem;
    color: white;
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 0.5vh;
    padding-top:0.6rem;
    padding-bottom:0.6rem;
}

.table-btn-1{
	    background-color: #0dc9e5;
    	border-color: #0dc9e5;
	}

.table-btn-2{
	    background-color: #3d90ed;
    	border-color: #3d90ed;
}

.table-btn-3{
	    background-color: #6e83fa;
    	border-color: #6e83fa;
}

/* bottom_table */
.calendar_bottom_table {
    position: relative;
    width: 100%;
    border-collapse: collapse;
    font-size: 1.2rem;
    font-weight: bord;
}

.calendar_bottom_table thead tr {
    text-align: center;
    background-color: #efefef;
    /*height: 5vh;*/
    border-top: solid 2px #0CC9E6;

}

.calendar_bottom_table thead tr th {
    text-align: center;
    font-size: 1.2rem !important;
}

.calendar_bottom_table tbody td {
    /*height: 16vh;*/
    border: 1px solid #efefef;
}

.calendar_bottom_table tbody td:nth-of-type(1) {
    border-left: none;
}

.calendar_bottom_table tbody td:nth-of-type(7) {
    border-right: none;
}

.calendar_bottom_table tbody td {
    text-align: left;
    vertical-align: top;
    padding-left: 0.8%;
    padding-top: 0.3%;
}

@media(max-width: 575px) {
	.calendar_top_table .now {
	    text-align: center;
	    vertical-align: middle;
	    font-size: 3.8rem;
	    font-weight: 700;
	    letter-spacing: -5px;
	    color: #0CC9E6;
	    line-height: 1.2;
	}
}

@media (max-width:768px) and (min-width:575px){
	.calendar{
		padding-left: 8px;
		padding-right: 8px;
        border: 8px solid #f2f2f2;
	}

	.calendar_top_table .table_btn .btn {

	}

	.calendar_bottom_table tbody td {
        height: 8vh;
    }

    .calendar {
        margin-bottom: 0;
    }
}

@media (min-width:769px) {
	.offset-md-1p5 {
        margin: 12.499%;
    }

    .calendar_bottom_table tbody td {
        height: 16vh;
    }

    .calendar {
        border: 14px solid #f2f2f2;
    }
}

@media (min-width: 970px) {}

@media (min-width: 1270px) {}

@media (min-width: 1470px) {}
