﻿.pnw-calendar-container {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 4px;
}

#pnw-calendar table {
    width: 100%;
    margin: 0;
    border: none;
}
.entry-content tr td {
    padding: 0 !important;
    border-bottom: 1px solid #eee;
}
.fc-event, .fc-event a {
    color: #FFF;
    border-color: #ccc;
    min-height: 36px;
}

.fc-event, .fc-event-dot {
    background-color: #1861a9;
}

.fc-event {
    position: relative;
    display: block;
    font-size: .85em;
    line-height: 1.3;
    border-radius: 3px;
    border: 1px solid #1861a9;
}

    .fc-event:hover {
        color: #FFF;
    }

.tooltip-event {
    width:auto;
    height:auto;
    background:#f1f1f1;
    border:2px solid #ccc;
    border-radius:4px;
    position:absolute;
    z-index:10001;
    padding:10px ;  
    line-height: 200%;
}
.fc-day-grid-event .fc-content {
    padding: 3px 2px 3px 2px;
    font-family: Verdana,sans-serif;
    cursor: pointer;
    font-size: 11px;
}

.fc-day-grid-event > .fc-content {
    white-space: normal;
    line-height: 12px;
}

a.no-book {
    background-color: #efefef !important;
    border-color : #ccc !important;
}

a.no-book .fc-title, a.no-book .fc-title, a.no-book .fc-time {
    background-color: #efefef;
    border-color: #e5e5e5;
    color: #808080;
    cursor: default;
}

iframe#live-lecture-contentFrame {
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

a.tooltips {
    position: relative;
    display: inline;
}

    a.tooltips span {
        position: absolute;
        width: 140px;
        color: #FFFFFF;
        background: #000000;
        height: 30px;
        line-height: 30px;
        text-align: center;
        visibility: hidden;
        border-radius: 6px;
        font-size: 12px;
        margin-top: 20px;
    }

        a.tooltips span:after {
            content: '';
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -8px;
            width: 0;
            height: 0;
            border-bottom: 8px solid #000000;
            border-right: 8px solid transparent;
            border-left: 8px solid transparent;
        }

a:hover.tooltips span {
    visibility: visible;
    opacity: 0.8;
    top: 30px;
    left: 50%;
    margin-left: -76px;
    z-index: 999;
}

