﻿
h5 {
    font-weight: bold;
}

.well {
    background-color: #F5FFFA;
}

.cell:hover {
    cursor: pointer;
}

.outofrangecell {
    background-color: lightgray;
}

    .outofrangecell:hover {
        background-color: darkgray;
    }

.unavailablecell {
    background-color: red;
}

    .unavailablecell:hover {
        background-color: #E50000;
    }

.availablecell {
    background-color: antiquewhite;
}

    .availablecell:hover {
        background-color: #E1D3C1;
    }

.ResItem {
    margin-bottom: 10px;
}

.gatefeeinfo, .catererfeeinfo, .etainfo, .eventtitleinfo, .catererfeeinfo2, .alcoholinfo {
    padding-left: 10px;
}

.totals {
    font-weight: bold;
}

.redtext {
    color: red;
}

.col-lg-10, .rpanel, #mainpanel {
    padding-left: 0px;
}

.btn {
    margin-bottom: 10px;
}
/* Fluid class for determining actual width in IE */
#qtip-rcontainer {
    position: absolute;
    left: -28000px;
    top: -28000px;
    display: block;
    visibility: hidden;
}

    /* Fluid class for determining actual width in IE */
    #qtip-rcontainer .ui-tooltip {
        display: block !important;
        visibility: hidden !important;
        position: static !important;
        float: left !important;
    }

/* Core qTip styles */
.ui-tooltip, .qtip {
    position: absolute;
    left: -28000px;
    top: -28000px;
    display: none;
    max-width: 280px;
    min-width: 50px;
    font-size: 10.5px;
    line-height: 12px;
}

.ui-tooltip-content {
    position: relative;
    padding: 5px 9px;
    overflow: hidden;
    text-align: left;
    word-wrap: break-word;
}

.ui-tooltip-titlebar {
    position: relative;
    min-height: 14px;
    padding: 5px 35px 5px 10px;
    overflow: hidden;
    border-width: 0 0 1px;
    font-weight: bold;
}

    .ui-tooltip-titlebar + .ui-tooltip-content {
        border-top-width: 0 !important;
    }

    /* Default close button class */
    .ui-tooltip-titlebar .ui-state-default {
        position: absolute;
        right: 4px;
        top: 50%;
        margin-top: -9px;
        cursor: pointer;
        outline: medium none;
        border-width: 1px;
        border-style: solid;
    }

    * html .ui-tooltip-titlebar .ui-state-default {
        top: 16px;
    }
    /* IE fix */

    .ui-tooltip-titlebar .ui-icon,
    .ui-tooltip-icon .ui-icon {
        display: block;
        text-indent: -1000em;
        direction: ltr;
    }

.ui-tooltip-icon, .ui-tooltip-icon .ui-icon {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
}

    .ui-tooltip-icon .ui-icon {
        width: 18px;
        height: 14px;
        text-align: center;
        text-indent: 0;
        font: normal bold 10px/13px Tahoma,sans-serif;
        color: inherit;
        background: transparent none no-repeat -100em -100em;
    }

/* qTip tooltips */
.ui-tooltip-orange .ui-tooltip-titlebar {
    border-color: #F2C888;
    background-color: #E9952D;
    color: #fff;
    font-size: medium;
    line-height: 1.2;
}

.ui-tooltip-orange .ui-tooltip-content {
    border-color: #F2C888;
    background-color: #fff;
    color: #000;
    font-size: 1.3em;
    line-height: 1.3;
    margin-left: 15px;
}

​ .ui-tooltip-list {
    list-style-type: circle;
}

.ui-tooltip-list {
    list-style-type: circle;
}

.ui-tooltip-item {
    margin-left: 10px;
    font-size: 0.8em;
}

.botlink {
    font-size: small;
}

.no_results {
    background-color: #FFF7EF;
    border: 2px solid #E37833;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    margin: 10px;
    padding: 13px 0;
    text-align: center;
}

.no_results {
    background-color: #FFF7EF;
    border: 2px solid #E37833;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    margin: 20px;
    padding: 13px 0;
    text-align: center;
}

.totallbl {
    color: white;
}

.hourlyinfo {
    font-size: 0.9em;
}

.chgtable td {
    padding-right: 10px;
}

.chgtable tr {
    padding-bottom: 5px;
}

.chgtable td.end {
    padding-bottom: 20px;
}

.chgtable td.mid {
    padding-bottom: 10px;
}
#btnstart, #totalpanel, #note{
    margin-bottom:20px;
}