You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

971 lines
18 KiB

.print-email-preview {
width: auto !important;
}
.moderated-event-info {
/*font-size: .7rem;*/
color: #000000;
}
/* Email preview */
#preview_email_content {
width: 100%;
min-height: 300px;
max-height: 560px;
overflow-x: hidden !important;
overflow-y: auto;
border: none;
}
/* Modals */
.my-modal-with-medium .modal-dialog {
max-width: none !important;
width: 65%;
}
.my-modal-with-medium .modal-dialog .modal-content {
max-width: none !important;
}
.my-modal-with-xmedium .modal-dialog {
width: 55%;
}
.my-modal-with-sm .modal-dialog {
width: 40%;
}
.my-modal-with-xsm .modal-dialog {
width: 25%;
}
/* /Modals */
.no-list-type {
list-style-type: none !important;
}
.card-header-title {
line-height: 2 !important;
}
#events-list,
#events-list-waitlist,
#events-list-history {
padding: 0 1.5rem !important;
}
.error {
color: #d50304;
padding: 0 0 0 10px;
}
.modal-open {
overflow: hidden;
}
#mresModal.modal {
padding-right: 0 !important;
}
#mresModal .modal-dialog {
max-width: 1000px !important;
}
#mresModal .modal-content {
max-width: 1000px !important;
width: 100%;
}
#preview_email_content {
height: 300px;
}
#preview_email_content table.row {
margin: 0 !important;
}
#preview_email_content table.container {
max-width: 100%;
}
@media (max-width: 767px) {
.logo {
margin-left: 15px;
}
}
.display-name {
padding: 15px;
line-height: 20px;
color: #fff;
}
.help-block {
padding-left: 10px;
}
/*.top-nav>li {
display: inline-block;
float: left;
border-left: 1px solid #464F57;
}
.top-nav>li:last-child {
display: inline-block;
float: left;
border-right: 1px solid #464F57;
}
.top-nav>li>a {
padding-top: 15px;
padding-bottom: 15px;
line-height: 20px;
color: #fff;
}
.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.open>a:focus {
color: #fff;
background-color: #129AF0;
}*/
ul.message-dropdown {
padding: 0;
max-height: 250px;
overflow-x: hidden;
overflow-y: auto;
}
li.message-preview {
width: 275px;
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
li.message-preview > a {
padding-top: 15px;
padding-bottom: 15px;
}
li.message-footer {
margin: 5px 0;
}
ul.alert-dropdown {
width: 200px;
}
/* Content --------------------------------------------------------------------------------------------- */
.content-wrapper {
margin-top: 50px;
padding-left: 0px;
padding-bottom: 50px;
}
/* Filters --------------------------------------------------------------------------------------------- */
.filters {
margin-bottom: 50px;
margin-left: 15px;
margin-right: 15px;
}
/*.filter-box {
background-color: #F5F8F9;
padding: 20px 10px;
}*/
.filter-label,
.filter-box-mobile {
font-family: "Open Sans", sans-serif;
font-size: 20px;
font-weight: normal;
letter-spacing: 4px;
padding-top: 2px !important;
line-height: 16px;
font-size: 16px;
text-align: center !important;
}
.filter-box-mobile {
background-color: #f5f8f9;
text-transform: uppercase;
text-decoration: none;
}
.filter-label-mobile {
background-color: #f5f8f9;
text-decoration: none;
font-family: Helvetica;
font-size: 15px;
font-weight: normal;
line-height: 29px;
padding-bottom: 5px;
}
#filter-toggle {
color: #2e3942;
text-decoration: none;
}
.panel-title a {
text-decoration: none;
}
.filter-select {
font-family: "Open Sans", sans-serif;
font-size: 13px;
border: none;
box-shadow: none;
border-radius: 0px;
color: #747b83;
}
#event_id {
display: none;
}
/* Event Boxes ------------------------------------------------------------------------------------- */
/*.event-type {
font-family: 'Open Sans', sans-serif;
font-size: 18px;
color: #747B83;
letter-spacing: 2px;
}*/
/*.event-title {
font-family: TheAntiquaB-W6SemiBold;
font-size: 20px;
color: #16212C;
line-height: 21px;
height: 50px;
width: auto;
overflow: hidden;
text-overflow: ellipsis;
}*/
/*
.event-title>p {
width: auto;
overflow: hidden;
text-overflow: ellipsis;
}
hr.line {
margin-left: 0px;
width: 20px;
color: #000;
text-align: left;
border-bottom: 2px solid;
}
.event-description {
height: 120px;
margin-bottom: 20px;
overflow: hidden;
}
.event-description>p{
font-family: 'Open Sans', sans-serif;
font-size: 14px;
color: #464F57;
width: auto;
overflow: hidden;
text-overflow: ellipsis;
}*/
.event-link:hover {
color: #464f57;
text-decoration: underline !important;
}
.pagination > ul {
border: none;
}
/* Profile Page --------------------------------------------------------------------------------------- */
/*.profile-label {
margin-left: 15px;
}*/
.profile-height > td {
padding-top: 10px;
}
.preference-col {
-webkit-column-count: 2; /* Chrome, Safari, Opera */
-moz-column-count: 2; /* Firefox */
column-count: 2;
list-style: none;
/*padding: 3;*/
}
#preferences-error {
display: none;
color: #d50304;
}
#preference-options {
display: none;
}
#profile-error {
display: none;
}
/* Settings Page */
.settings-row > td {
padding-top: 15px;
}
.settings-row-preference {
vertical-align: top;
}
.settings-col-label {
width: 250px;
}
.textboxes {
margin-right: 10px;
}
.col-center {
float: none;
margin: 0 auto;
}
/* Event Details -------------------------------------------------------------------------------------- */
/* Contact Page --------------------------------------------------------------------------------------- */
.contact-box {
padding-top: 70px;
}
.contact-box h4 {
font-family: TheAntiquaB-W6SemiBold;
font-size: 18px;
font-weight: normal;
padding-bottom: 10px;
}
.contact-label {
background-color: #f5f8f9;
font-family: TheAntiquaB-W6SemiBold;
font-size: 20px;
font-weight: normal;
padding: 0px 0px 10px 10px;
}
#contact-dropdown {
padding: 10px 0px;
}
.contact-requests-label {
padding-top: 7px;
font-weight: normal;
}
.contact-textarea {
padding-top: 20px;
}
.contact-textarea button {
margin-top: 10px;
margin-bottom: 10px;
}
/*-----------------faq ------------------*/
#required-identifier {
color: red;
}
#faq-container {
width: 100%;
}
.faq-search {
padding: 20px 0 10px;
}
.faq-label {
font-family: TheAntiquaB-W6SemiBold;
font-size: 20px;
font-weight: normal;
padding-bottom: 15px;
}
.faq-content {
width: 100%;
}
.faq-replies {
padding: 40px 10px 25px 58px;
}
.faq_category_list li {
list-style: none;
width: 100%;
padding: 17px 0 17px 16px;
font-size: 12px;
font-weight: 700;
color: #000000;
line-height: 22px;
border-bottom: 1px solid #d6d6d6;
margin-top: 3px;
}
.faq_category_list li a {
text-decoration: none;
color: #16212c;
}
.faq_category_list li a:hover {
text-decoration: none;
color: #337ab7;
}
#frequently_asked li {
width: 100%;
padding: 17px 0 17px 16px;
font-size: 12px;
font-weight: 700;
color: #16212c;
border-bottom: 1px solid #d6d6d6;
}
#frequently_asked li a {
text-decoration: none;
}
#faq_per_cat_view {
width: 100%;
padding: 17px 0 17px 16px;
font-size: 12px;
font-weight: 700;
color: #16212c;
line-height: 22px;
border-bottom: 1px solid #d6d6d6;
}
#faq_per_cat_view a {
text-decoration: none;
}
.faq-content-holder {
margin-left: 150px;
margin-right: 150px;
}
.faq-question {
width: 100%;
}
.glyphicon.glyphicon-home {
font-size: 20px;
}
#breadcrumbs {
margin-top: 15px;
width: 100%;
}
#breadcrumbs a {
text-decoration: none;
padding: 0 15px 0 5px;
}
#breadcrumbs .home {
padding: 0 15px 0 5px;
}
#srch-term {
width: 805px;
margin-right: 20px;
float: left;
position: relative;
}
.easy-autocomplete {
width: 100% !important;
margin-right: 20px;
float: left;
}
.easy-autocomplete-container {
margin-top: 5%;
}
.easy-autocomplete-container ul {
display: none;
position: absolute;
/*top: 29%;*/
/*width: 805px;*/
z-index: 99999999999;
margin: 0;
padding: 0;
background-color: #fff;
text-align: left;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-left-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-bottomright: 3px;
border-bottom-right-radius: 3px;
border: solid 1px #129af0;
border-top: none;
color: #16212c;
font-weight: 400;
font-size: 14px;
/*padding: 1 0 0 0;*/
}
.easy-autocomplete-container ul li {
list-style: none;
text-decoration: none;
padding: 15px;
border-bottom: 1px solid #d6d6d6;
}
easy-autocomplete-container ul li a {
text-decoration: none;
display: block;
color: #ffffff;
}
.easy-autocomplete-container ul li:hover {
text-decoration: none;
color: #ffffff;
background-color: #129af0;
cursor: pointer;
}
.easy-autocomplete-container ul li:hover a {
text-decoration: none;
color: #ffffff;
background-color: #129af0;
cursor: pointer;
}
.eac-item {
cursor: pointer;
color: #ffffff;
}
.eac-item:hover a {
cursor: pointer;
color: #ffffff;
text-decoration: none;
}
.active-identifier a {
color: #3240cc !important;
}
.emailpreview {
color: #000000 !important;
}
#myres {
color: rgb(51, 51, 51);
}
#mywait {
color: rgb(51, 51, 51);
}
#myreshis {
color: rgb(51, 51, 51);
}
.download-email-preview {
width: auto !important;
}
#reservations-containers {
color: #333333;
}
#waitlistr-containers {
color: #333333;
}
#reservationsh-containers {
color: #333333;
}
.tab_list {
margin-bottom: -0.5rem;
}
#myres {
font-family: "Open Sans", sans-serif;
font-size: 1.5rem !important;
font-weight: normal;
}
#mywait {
font-family: "Open Sans", sans-serif;
font-size: 1.5rem !important;
font-weight: normal;
}
#myreshis {
font-family: "Open Sans", sans-serif;
font-size: 1.5rem !important;
font-weight: normal;
}
#reservationsh-containers {
font-family: "Open Sans", sans-serif;
font-size: 1.5rem !important;
font-weight: normal;
}
#waitlistr-containers {
font-family: "Open Sans", sans-serif;
font-size: 1.5rem !important;
font-weight: normal;
}
#reservations-containers {
font-family: "Open Sans", sans-serif;
font-size: 1.5rem !important;
font-weight: normal;
}
.reservation-details {
background-color: #f5f8f9 !important;
color: #333333 !important;
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
border-left: 0px;
border-right: 0px;
}
#search_mwait {
color: #333333 !important;
}
.list-group-item {
border-top: 0;
border-bottom: 2px solid rgba(0, 0, 0, 0.125);
}
.cardheaderColor {
background-color: #f5f8f9 !important;
}
.clearfix {
overflow: auto;
}
.tabline {
border-right: 0.5px solid #dee2e6;
border-left: 0.5px solid #dee2e6;
height: 45px;
}
.tabline-right {
border-right: 0.5px solid #dee2e6;
height: 45px;
}
.tabline-left {
border-left: 0.5px solid #dee2e6;
height: 45px;
}
#reserve_msg_head {
font-family: "Open Sans", sans-serif;
font-size: 16px;
color: #333;
}
#reserve_msg_foot {
font-family: "Arial";
font-size: small;
}
#reserve_msg_foot ul {
list-style: none;
margin: 0px;
padding: 0px;
}
.nr_total_events .remaining_res .max_res .total_reservation_count {
font-weight: bold;
}
.mh_total_events .waitlist_total_active_res .total_reserved_with_moderation {
font-weight: bold;
}
.total_waitlist_res_with_moderated_events {
font-weight: bold;
}
.total_reservation_count {
font-weight: bold;
}
.remaining_res_current_period {
font-weight: bold;
}
.remaining_res_next_period {
font-weight: bold;
}
.total_reservation_mod_event_count {
font-weight: bold;
}
.total_waitlist_active_res {
font-weight: bold;
}
.total_moderated_waitlist_res_events,
.mh_total_events {
font-weight: bold;
}
.total_reservation_count_off_mod {
font-weight: bold;
}
#reserve_msg_head .res_period2,
#reserve_msg_head .res_period3 {
text-transform: capitalize;
}
#mresModal .modal-content {
width: 100%;
}
#mresModal .modal-dialog {
width: 90%;
max-width: 1000px !important;
}
center.start_date_text {
height: 4rem;
}
@media screen and (max-width: 768px) {
.download-email-preview,
.print-email-preview {
display: none;
}
}
@media screen and (max-width: 670px) {
#preview_email_content > div {
height: inherit;
-ms-transform: scale(0.95);
-moz-transform: scale(0.95);
-o-transform: scale(0.95);
-webkit-transform: scale(0.95);
transform: scale(0.95);
-ms-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-o-transform-origin: 0 0;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
}
@media screen and (max-width: 640px) {
#preview_email_content > div {
height: inherit;
-ms-transform: scale(0.92);
-moz-transform: scale(0.92);
-o-transform: scale(0.92);
-webkit-transform: scale(0.92);
transform: scale(0.92);
-ms-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-o-transform-origin: 0 0;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
}
@media screen and (max-width: 620px) {
#preview_email_content > div {
height: inherit;
-ms-transform: scale(0.86);
-moz-transform: scale(0.86);
-o-transform: scale(0.86);
-webkit-transform: scale(0.86);
transform: scale(0.86);
-ms-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-o-transform-origin: 0 0;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
}
@media screen and (max-width: 590px) {
#preview_email_content > div {
height: inherit;
-ms-transform: scale(0.83);
-moz-transform: scale(0.83);
-o-transform: scale(0.83);
-webkit-transform: scale(0.83);
transform: scale(0.83);
-ms-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-o-transform-origin: 0 0;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
}
@media screen and (max-width: 568px) {
#preview_email_content > div {
height: inherit;
-ms-transform: scale(0.81);
-moz-transform: scale(0.81);
-o-transform: scale(0.81);
-webkit-transform: scale(0.81);
transform: scale(0.81);
-ms-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-o-transform-origin: 0 0;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
}
@media screen and (max-width: 548px) {
#preview_email_content > div {
height: inherit;
-ms-transform: scale(0.76);
-moz-transform: scale(0.76);
-o-transform: scale(0.76);
-webkit-transform: scale(0.76);
transform: scale(0.76);
-ms-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-o-transform-origin: 0 0;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
}
@media screen and (max-width: 520px) {
#preview_email_content > div {
height: inherit;
-ms-transform: scale(0.72);
-moz-transform: scale(0.72);
-o-transform: scale(0.72);
-webkit-transform: scale(0.72);
transform: scale(0.72);
-ms-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-o-transform-origin: 0 0;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
}
@media screen and (max-width: 480px) {
#preview_email_content > div {
height: inherit;
-ms-transform: scale(0.67);
-moz-transform: scale(0.67);
-o-transform: scale(0.67);
-webkit-transform: scale(0.67);
transform: scale(0.67);
-ms-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-o-transform-origin: 0 0;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
}
@media screen and (max-width: 440px) {
#preview_email_content > div {
height: inherit;
-ms-transform: scale(0.62);
-moz-transform: scale(0.62);
-o-transform: scale(0.62);
-webkit-transform: scale(0.62);
transform: scale(0.62);
-ms-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-o-transform-origin: 0 0;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
}
@media screen and (max-width: 425px) {
#preview_email_content > div {
height: inherit;
-ms-transform: scale(0.6);
-moz-transform: scale(0.6);
-o-transform: scale(0.6);
-webkit-transform: scale(0.6);
transform: scale(0.6);
-ms-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-o-transform-origin: 0 0;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
}
@media screen and (max-width: 411px) {
#preview_email_content > div {
height: inherit;
-ms-transform: scale(0.57);
-moz-transform: scale(0.57);
-o-transform: scale(0.57);
-webkit-transform: scale(0.57);
transform: scale(0.57);
-ms-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-o-transform-origin: 0 0;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
}
@media screen and (max-width: 384px) {
#preview_email_content > div {
height: inherit;
-ms-transform: scale(0.54);
-moz-transform: scale(0.54);
-o-transform: scale(0.54);
-webkit-transform: scale(0.54);
transform: scale(0.54);
-ms-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-o-transform-origin: 0 0;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
}
@media screen and (max-width: 375px) {
#preview_email_content > div {
height: inherit;
-ms-transform: scale(0.52);
-moz-transform: scale(0.52);
-o-transform: scale(0.52);
-webkit-transform: scale(0.52);
transform: scale(0.52);
-ms-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-o-transform-origin: 0 0;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
}
@media screen and (max-width: 360px) {
#preview_email_content > div {
height: inherit;
-ms-transform: scale(0.49);
-moz-transform: scale(0.49);
-o-transform: scale(0.49);
-webkit-transform: scale(0.49);
transform: scale(0.49);
-ms-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-o-transform-origin: 0 0;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
}
@media screen and (max-width: 320px) {
#mresModal .modal-dialog {
width: 90%;
}
#preview_email_content > div {
height: inherit;
-ms-transform: scale(0.44);
-moz-transform: scale(0.44);
-o-transform: scale(0.44);
-webkit-transform: scale(0.44);
transform: scale(0.44);
-ms-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-o-transform-origin: 0 0;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
}