﻿.scio-calendar h3 {
    text-transform: uppercase;
    text-align: center;
    background-color: #0078bf;
    color: #ffffff;
    padding: 10px 20px 10px 20px;
    margin: 0;
    font-size: 18px;
    height: 48px;
    line-height: 28px;
}

.scio-calendar span.prev {
    float: left;
    cursor: pointer;
    background: url(../Images/arrow-white-left.png);
    display: inline-block;
    width: 18px;
    height: 22px;
    color: transparent;
    margin-top: 4px;
}

.scio-calendar span.next {
    float: right;
    cursor: pointer;
    background: url(../Images/arrow-white.png);
    display: inline-block;
    width: 18px;
    height: 22px;
    color: transparent;
    margin-top: 4px;
}

.scio-calendar table {
    width: 100%;
    border: none;
    background-color: #7fbbdf;
    border-collapse: separate;
    border-spacing: 4px;
}

.scio-calendar th, .scio-calendar td {
    width: 50px;
    height: 40px;
    padding: 5px;
    border: none;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
}

.scio-calendar th {
    font-size: 13px;

}

.scio-calendar td {
    font-size: 18px;
}

.scio-calendar .today {
    background-color: #333333;
    color: #ffffff;
}

.scio-calendar .other-month {
    color: #666666;
    font-weight: normal;
}

.scio-calendar .has-event {
    background-color: #0078bf;
    color: #ffffff;
    cursor: pointer;
}

.tooltip-inner {
    white-space:pre-wrap;
}