.box13 {
    position: relative;
    /*transition: all .1s ease-out 0s;*/
    text-align: center;
}

.box13 .box-content,
.box13:after {
    position: absolute;
    left: 20px;
    right: 20px
}

.box13:after {
    content: "";
    display: block;
   background: #0D4368;
    top: 5px;
    bottom: 75%;
	left: 5px;
	right: 5px;
    opacity: .5;
    /*transform: rotate3d(-1, 1, 0, 100deg);
    transition: all .2s ease-in-out 0s*/
}

.box13:hover:after {
    opacity: .7;
    /*transform: rotate3d(0, 0, 0, 0deg)*/
	background: #117BD1;
}

.box13 img {
    width: 100%;
    height: auto
}

.box13 .box-content {
    top: 7%;
    opacity: 1;
    z-index: 1;
    /*-webkit-transform: translate(10%, -30%);
    transform: translate(10%, -30%);
    transition: all .08s ease-out 0s*/
}

.box13:hover .box-content {
    /*opacity: 1;
    transform: translate(0, -50%);
    transition-delay: .05s*/
	
}

.box13 .title {
    display: block;
    font-size: 16px;
	font-weight:bold;
    color: #fff;
    margin: 0 0 10px;
    /*text-transform: uppercase;*/
}

.box13 .post {
    display: block;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.box13 .social {
    padding: 0;
    margin: 0;
    list-style: none
}

.box13 .social li {
    display: inline-block
}

.box13 .social li a {
    display: block;
    width: 35px;
    height: 35px;
    background:#000000;
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    line-height: 35px;
    margin-right: 5px;
    transition: all .4s ease-in-out 0s
}

thead tr:first-child th { 
    position: sticky;
    top:0;
    background-color: white;
}

.date-selected{
    color:#ffffff;
    background-color: #31e376;
}

.icon-custom:hover{
    cursor: pointer;
}
.highlight-date button span {
    background-color: #32cd32;
    color: black;
}
.highlight-date button {
    background-color: #32cd32;
    color: black;
}
.highlight-current-date{
    background-color: #7baff3;
    color: black;
}
.highlight-current-date button{
    background-color: #7baff3;
    color: black;
}