.k-tooltip {
    color: black;
    background-color: white;
    border: 1px solid black;
}
.cursor-pointer{
    cursor: pointer;
}
.k-event {
    border: 1px solid gray !important;
}
.k-other-month {
    color: #d9d9d9;
    background: #d9d9d9;
    cursor: none;
}
.k-other-month .text-success.small.font-weight-bold {
    display: none;
}
/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {

    .slotFonts {
        font-size: .30rem !important;
    }
    /*1rem = 16px*/
}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {

    .slotFonts {
        font-size: .50rem !important;
    }
    /*1rem = 16px*/

}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .slotFonts {
        font-size: 0.75rem !important;
    }
    /*1rem = 16px*/

}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .slotFonts {
        font-size: 0.75rem !important;
    }
    /*1rem = 16px*/

}