@charset "UTF-8";
/* keep vertical scroll bar in place to prevent "jumping" */
html {
    height: 100%;
    margin-bottom: 1px;
    padding-bottom: 1px;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
    position: absolute;
}

*html .popup_block {
    position: absolute;
}

a.poplight {
    cursor: pointer;
}

a[target="Seating-Chart"] > img {
    width: 400px;
}

button.submit,
.button {
    background-color: #292823;
    border: 0;
    color: #FFF !important;
    cursor: pointer;
    float: right;
    font-family: "Arial", Gadget, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 14px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

fieldset {
    background-color: #F5F5F5;
    border: 1px solid #2787B1;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 20px;
}

fieldset legend {
    color: #000;
    font-size: 20px;
}

fieldset .notice {
    margin: 0;
}

form#login .field label {
    width: 30%;
}

form#login .field input {
    width: 65%;
}

form#login .field input.checkbox {
    margin-right: 65%;
    width: auto;
}

h2.dark {
    background-color: #292823;
    color: #FFF;
    font-size: 1.5em;
    margin: 0;
    padding: 14px 8px 12px 19px;
    position: relative;
    text-transform: uppercase;
}

h2.production-title,
h2.rsvp-title {
    font-size: 40px;
    margin-bottom: 0;
}

h3 {
    color: #408000;
    font-size: 18px;
    margin-bottom: 5px;
}

img.btn_close {
    float: right;
    margin: -65px -65px 0 0;
}

ol {
    font-size: 16px;
    list-style-type: decimal;
    margin: 10px 10px 10px 30px;
}

ol.how-to-buy li {
    padding-bottom: 5px;
    padding-top: 5px;
}

span {
    font-size: 13px;
}

span.dates {
    display: block;
    margin-bottom: 16px;
}

span.user-info {
    float: right;
    text-align: right;
}

table {
    margin-top: 15px;
    width: 100%;
}

table tr td {
    font-size: 14px;
    padding: 5px;
}

th {
    background-color: #292823;
    color: #FFF;
    font-size: 14px;
    padding: 10px;
    text-transform: uppercase;
}

tr:nth-child(even) {
    background-color: #ECECEC;
}
/* Selection text color */
::-moz-selection,
::selection {
    background-color: #B9B5AA;
    color: #FFF;
    text-shadow: none;
}

#check_coupon_feedback {
    color: #BE4741;
    font-size: 16px;
}

#edit-performance_production_id,
#edit-performance_venue_id {
    width: 53.5%;
}
/*--Transparent background layer--*/
#fade {
    background: #000;
    display: none;
    height: 100%;
    left: 0;
    opacity: .80;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

#social-login a {
    background-image: url("images/social.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 25px;
    font-style: normal;
    height: 100px;
    text-align: left;
    text-indent: -9000px;
    width: 520px;
}

#social-login a:hover {
    background-color: #EDEDED;
}

.align-right {
    text-align: right;
}

.availability a {
    color: #408000;
}

.breadcrumbs {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.cancel {
    float: right;
}
/* For modern browsers */
.cleared:before,
.cleared:after,
.field:before,
.field:after {
    content: "";
    display: table;
}

.cleared:after,
.field:after {
    clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cleared,
.field {
    zoom: 1;
}

.column-center {
    text-align: center;
}

.day {
    color: #292823;
    display: block;
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    padding-top: 5px;
}

.directions {
    color: #607890;
    font-size: 14px;
    margin-left: 10px;
    text-decoration: underline;
    vertical-align: bottom;
}

.events,
.performances {
    border: solid 1px #CCC;
    border-radius: 5px;
    padding: 15px;
}

.field {
    margin: 6px 0;
}

.field input,
.field select,
.field textarea {
    display: block;
    float: right;
    font-size: 16px;
    padding: 5px;
    width: 50%;
}

.field input.checkbox {
    margin-right: 50%;
    position: relative;
    top: 7px;
    width: auto;
}

.field label {
    display: block;
    float: left;
    font-size: 16px;
    line-height: 1.9;
    text-align: right;
    width: 40%;
}

.field select {
    width: 51.5%;
}

.field .file {
    float: left;
    margin-left: 6.5%;
}

.g-recaptcha > div {
    margin: 0 auto;
}

.iewarning {
    background-image: url("images/ie-bg.png");
    color: #000;
    height: 42px;
    margin: 0 auto;
    padding: 8px 0 0 0;
    text-align: center;
    width: 100%;
}

.iewarning a {
    color: #000;
}

.iewarning a:hover {
    color: #333;
}

.large-text {
    font-size: 16px;
}

.list-uno li {
    font-size: 16px;
    font-weight: bold;
    margin: 9px 0;
}

.list-uno li a {
    color: #292823;
}

.log-out {
    display: block;
    float: right;
    margin-top: -30px;
}

.notice {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
    display: block;
    font-size: 15px;
    margin: 10px 0;
    padding: 10px;
    text-align: center;
}

.notice h3 {
    margin-top: 0;
}

.notice p {
    margin-bottom: 0;
}

.notice.error {
    background: #FAE2E2;
    background: -webkit-gradient(linear, left top, left bottom, from(#FAE2E2), to(#F2CACB));
    background: -moz-linear-gradient(top, #FAE2E2, #F2CACB);
    border: 1px solid #EEB7BA;
    color: #BE4741;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAE2E2', endColorstr='#F2CACB');
    text-shadow: 0 1px 0 #FFF;
}

.notice.info {
    background: #E1F2FC;
    background: -webkit-gradient(linear, left top, left bottom, from(#E1F2FC), to(#CAE9FD));
    background: -moz-linear-gradient(top, #E1F2FC, #CAE9FD);
    border: 1px solid #CADCEA;
    color: #225B86;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E1F2FC', endColorstr='#CAE9FD');
    text-shadow: 0 1px 0 #FFF;
}

.notice.success {
    background: #E5EDC4;
    background: -webkit-gradient(linear, left top, left bottom, from(#E5EDC4), to(#D9E4AC));
    background: -moz-linear-gradient(top, #E5EDC4, #D9E4AC);
    border: 1px solid #B8C97B;
    color: #3F7227;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E5EDC4', endColorstr='#D9E4AC');
    text-shadow: 0 1px 0 #FFF;
}

.notice.warning {
    background: #FFFFC0;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFC0), to(#F9EE9C));
    background: -moz-linear-gradient(top, #FFFFC0, #F9EE9C);
    border: 1px solid #E5DBAA;
    color: #6D7829;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFC0', endColorstr='#F9EE9C');
    text-shadow: 0 1px 0 #FFF;
}

.open-fullscreen {
    text-decoration: underline;
}

.open-fullscreen:hover {
    cursor: pointer;
}

.popup_block {
    background: #FFF;
    border: 20px solid #DDD;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px #000;
    -moz-box-shadow: 0 0 20px #000;
    box-shadow: 0 0 20px #000;
    display: none;
    float: left;
    font-size: 1.2em;
    left: 50%;
    padding: 20px;
    position: fixed;
    top: 50%;
    z-index: 99999;
}

.readonly {
    background-color: #EAEAEA;
    border: 1px inset #F0F0F0;
}

.showing {
    display: block;
    min-height: 70px;
}

.showing-dates {
    background-image: url("images/date_bg.gif");
    background-repeat: no-repeat;
    color: #FFF;
    float: left;
    font-size: 11px;
    font-weight: bold;
    height: 58px;
    margin: 1px 7px 0 0;
    padding-top: 0;
    text-align: center;
    width: 58px;
}

.showing-times {
    color: #000;
    font-size: 15px;
}

.showing-times,
.availability {
    display: block;
    float: left;
    font-weight: bold;
    margin-top: 10px;
    width: 92%;
}

.sold-out {
    color: #800000;
    text-transform: uppercase;
}

.unsent {
    color: #F00 !important;
}

.venue {
    margin-bottom: 20px;
}

.venue:last-child {
    margin-bottom: 0;
}

.venue-name {
    margin-bottom: 15px;
}
