﻿/* Calendar */

table.calendar {
    border-collapse: collapse;
    margin: 20px 0;
    padding: 0;
    width: 100%;
}

    table.calendar tr:nth-child(odd) {
        background: #fff;
    }

    table.calendar tr:nth-child(even) {
        background: #f2f2f2;
    }

    table.calendar th {
        background-color: #e6e6e6;
        background: url("/Assets/2017+Redesign/2018+Redesign/gradient.png") repeat-x center center;
        border-collapse: collapse;
        border: solid 1px #e6e6e6;
        color: #333333;
        font-weight: bold;
        padding: 10px;
    }

    table.calendar td {
        border: solid 1px #e6e6e6;
        border-collapse: collapse;
        padding: 10px;
        text-align: left;
        vertical-align: top;
    }

.calendar-small-tag {
    color: rgb(102, 102, 102);
    font-size: 12px;
}

a.monthjump {
    margin-right: 20px;
}

.calendar-filter {
    display: block;
}

    .calendar-filter h4 {
        padding: 20px 0 10px 0;
    }

.filter-group {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

table.opt {
    border-collapse: collapse;
}

    table.opt td {
        line-height: 2em;
        padding-right: 10px;
    }

.chklabel {
    border: solid 1px #e6e6e6;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 30px;
    padding: 0 5px;
    margin: 0 5px 0 0;
}

    .chklabel.sixty {
        width: 60px;
    }

    .chklabel.seventy {
        width: 70px;
    }

    .chklabel.eighty {
        width: 80px;
    }

    .chklabel.ninety {
        width: 90px;
    }

    .chklabel.hundred {
        width: 100px;
    }

    .chklabel.oneten {
        width: 110px;
    }

    .chklabel.onetwenty {
        width: 120px;
    }

    .chklabel.onethirty {
        width: 130px;
    }

    .chklabel.oneforty {
        width: 140px;
    }

    .chklabel input[type="checkbox"] {
        margin-bottom: .6em;
        position: relative;
        vertical-align: bottom;
    }


.event-button {
    box-shadow: inset 0 1px 0 0 #fff;
    background-color: #dfe2f9;
    border: solid 1px #95a1b9;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    height: 2em;
    margin: 0 5px 0 0;
    width: 50px;
}

/* Donation */

table.donate {
    width: 100%;
    border-collapse: collapse;
}

    table.donate td {
        text-align: center;
        border: solid 1px #666666;
        border-collapse: collapse;
        padding: 5px 2px;
        vertical-align: middle;
        width: 28%;
    }

        table.donate td.col1 {
            background-color: #f0f0f0;
            font-weight: bold;
            width: 15%;
        }

        table.donate td.blue, table.donate td.green, table.donate td.yellow {
            font-weight: bold;
            padding: 15px 2px;
        }

        table.donate td.blue, table.donate td div.endowment {
            background-color: #7bcdfb;
        }

        table.donate td.green, table.donate td div.annual {
            background-color: #9ce15a;
        }

        table.donate td.yellow, table.donate td div.legacy {
            background-color: #ffe061;
        }

        table.donate td div.annual, table.donate td div.endowment, table.donate td div.legacy {
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            color: #333333;
            display: inline-block;
            font-weight: bold;
            line-height: 60px;
            margin: 5px 0px;
            width: 95%;
        }
