﻿/* -------------------------------------------------------------
 * Page specific styles
 * -------------------------------------------------------------*/

.bordered-section {
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
    padding: 5px;
    padding-right: 3px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 2px 0;
}

    .bordered-section label:first-child {
        margin: 0;
    }

.page-controls li {
    margin: 5px 0;
}

    .page-controls li .button {
        width: 200px;
    }

.hours-admissions .bordered-section,
.hours-admissions textarea {
    height: 250px;
}

.timeLord {
    margin-left: 15px;
}

    .timeLord label {
        margin: 0;
    }

.timeContainer {
    display: inline-block;
}

    .timeContainer select {
        padding: 0;
        width: auto;
    }

.logo {
    height: 150px;
}

.sponsor-image-crop {
    height: 200px;
    width: 400px;
    overflow: hidden;
    text-align: center;
}

.gallery-image-crop {
    height: 334px;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.image {
    height: 100%;
    max-width: none !important;
    position: relative; /* allows repositioning */
    left: 100%; /* move the whole width of the image to the right */
    margin-left: -200%; /* magic! */
}

.image-row h2 {
    margin-top: 50px;
}

.image-row p {
    margin-top: 10px;
}

.coupon-row .coupon {
    padding: 15px 5px;
    border: 1px dotted #ccc;
}

#map-canvas img {
    max-width: none;
}

/*********************** Calendar ***********************/

.calendar-nav {
    margin-bottom: 15px;
}

    .calendar-nav h2 {
        float: left;
        margin-right: 10px;
    }

.calendar {
    width: 100%;
    table-layout: fixed;
    clear: both;
}

    .calendar th {
        background: #75BCE8;
        font-size: 14px;
        padding: 5px 0;
        border: 1px solid #000;
    }

    .calendar td {
        background: #fff;
        border: 1px solid #3D3D3D;
        color: #202020;
        padding: 5px 0;
        height: 90px;
        vertical-align: top !important;
        overflow: auto;
        white-space: nowrap;
    }

        .calendar td.current {
            background: #ddd;
        }

    .calendar ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .calendar ul li {
            margin-bottom: 5px;
        }

    .calendar td a {
        color: #111;
        background-color: #AAD2F0;
    }

        .calendar td a:hover {
            color: #75BCE8;
        }

    .calendar td.current a {
        color: #111;
    }

        .calendar td.current a:hover {
            color: #75BCE8;
        }

.calendar-nav h2 {
    float: left;
}

.calendar-nav-buttons {
    float: right;
    text-align: right;
}

.calendar-header .prev {
    float: left;
    margin-bottom: 2px;
}

.calendar-header .next {
    float: right;
    margin-bottom: 2px;
}

/* Event Details */

.event-details {
    width: 700px;
}

    .event-details th, .event-details td {
        vertical-align: top;
    }

    .event-details th {
        color: #BFBFBF;
        font-weight: normal;
        line-height: 1;
        padding-bottom: 12px;
        padding-right: 15px;
        text-align: left;
        width: 25%;
    }

    .event-details td {
        padding-bottom: 12px;
    }

/*Closed Temporarily Modal*/
#ClosedTemporarilyModal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    display: none;
}

    #ClosedTemporarilyModal .floater {
        text-align: center;
        width: 350px;
        height: 230px;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        padding: 15px;
        z-index: 9999;
        margin: auto;
        border: 10px solid #EE1C25;
        border-radius: 3px;
        background: #fff;
    }

    #ClosedTemporarilyModal .inner-wrapper {
        margin-top: 10px;
    }

    #ClosedTemporarilyModal h1 {
        margin: 0;
        margin-bottom: 20px;
    }

    #ClosedTemporarilyModal .date-time-select-table {
        margin-left: auto;
        margin-right: auto;
    }

    #ClosedTemporarilyModal #TempDatePicked {
        margin-top: 15px;
    }

#ClosedModalButton {
    margin-top: 10px;
}

#ClosedTemporarilyModal .close {
    position: absolute;
    top: 0;
    right: 5px;
    cursor: pointer;
    font-size: 20px;
}

#uploader {
    background: #F0F0EE;
    padding: 20px;
}

a.plupload_button {
    background: #75bce8;
    border: 0;
    color: #fff !important;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
}

    a.plupload_button:hover {
        background: #007EAD;
    }

    a.plupload_button.plupload_stop {
        background: #828282;
    }

        a.plupload_button.plupload_stop:hover {
            background: #666;
        }

.plupload_filelist_content li {
    background: rgba(255,255,255,.5);
    margin-bottom: 3px;
}

#MainContent_FileListing td {
    border: 1px solid #999;
    padding: 10px;
}

#MainContent_FileListing th {
    background: #999;
    border: 1px solid #999;
    color: #fff;
    padding: 10px;
}

#MainContent_FileListing a {
    background: none;
}

    #MainContent_FileListing a:hover {
        text-decoration: underline;
    }

#MainContent_FileListing th a {
    color: #fff;
}

#MainContent_FileListing tr:nth-child(even) td {
    background: #F0F0EE;
}

#MainContent_FileListing tr:nth-child(odd) td {
    background: #fff;
}

#MainContent_FileListing td:last-child {
    text-align: center;
}

    #MainContent_FileListing td:last-child a {
        color: #EE1C25;
    }

.search-listings * {
    display: inline-block !important;
}

.plupload_filelist_header td{
    background: #75BCE8;
    color: #fff;
    font-weight: bold;
}