/* Tabs */
.horizontal-tabs {
    margin: 0;
}
.horizontal-tabs .card-body {
    padding: 1.25rem 0;
}
.card {
    background-color: transparent;
}
.horizontal-tabs .nav-tabs .nav-link:hover {
    background: #EDEDED;
}
.nav-tabs .nav-link.active {
	background: #EDEDED;
	font-weight: 700;
}
.horizontal-tabs .nav-tabs {
    border-bottom: 0;
}
.horizontal-tabs .nav-link, .horizontal-tabs, .horizontal-tabs a {
	font-size: 0.975rem;
	text-align: center;
}
.horizontal-tabs a {
	color:#292F33;
}
.horizontal-tabs a.active {
	font-weight: 700;
}
.horizontal-tabs .nav-tabs .nav-item:first-of-type .nav-link {
	border: 1px solid #292f33;
	border-radius: 7px 0 0 7px;
}
.horizontal-tabs .nav-tabs .nav-item:last-of-type .nav-link {
	border: 1px solid #292f33;
	border-left: 0;
	border-radius: 0 7px 7px 0;
}
.horizontal-tabs .nav-tabs {
    margin-bottom: 0;
}
.calendar-category-table td {
   /* border: 1px solid #d5d5d5; */
    border-bottom: 1px solid #707070;
    height: 3.38rem;
    padding: 0.5rem;
    text-align:center;
}
.calendar-category-table a {
    border-radius: 7px;
    display: block;
    color: #292F33;
}
.calendar-category-table td.active {
	position: relative;
        background:#fff;
	/* background:#7196B0;*/
}
.calendar-category-table td.active a {
	/* background:#7196B0;*/
        background:#fff;
	color: #333;
	font-weight: 700;
}
.calendar-category-table a:hover {
	background:#EDEDED;
	text-decoration:none;
}
.calendar-category-table td.active::after {
    content: "";
    display: block;
    height: 3px;
    background: #000;
    width: 100%;
    position: absolute;
    bottom: -1.5px;
    left: 0;
}
/* END - Tabs */

/* Responsive CSS */

@media screen and (max-width: 580px) {
  .calendar-category-table td {
   /* border: 1px solid #d5d5d5; */
    border-bottom: 1px solid #707070;
    height: 2.38rem;
    padding: 0.2rem;
    font-size: 1.0rem;
  }
  .calendar-category-table a {
    border-radius: 7px;
    display: block;
    font-size: 1.0rem;
  }
}

@media screen and (max-width: 450px) {
  .calendar-category-table td {
    font-size: 0.9rem;
  }
  .calendar-category-table a {
    font-size: 0.9rem;
  }
}
