﻿
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700italic,700&subset=latin,greek,latin-ext);
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400');

html {
    min-height: 100%;
}

body {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 300;
    height: 100%;
    min-height: 100vh;
    position: relative;
}

h3, div, p, label, span, body, html {
    outline: none !important;
}

a, a.hover, a.active {
    color: #000 !important;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

h1 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 300;
    font-family: "Roboto Condensed", sans-serif;
    margin-left: 10px;
}

h3 {
    font-family: "Roboto Condensed", sans-serif !important;
    margin-bottom: 10px !important;
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
}

h2.subtitle2 {
    font-size: 30px;
    line-height: 28px;
    font-weight: 300 !important;
    font-family: "Roboto Condensed", sans-serif !important;
    margin-left: 10px;
    margin-bottom: 20px;
}

h2.subtitle {
    font-size: 24px;
    line-height: 28px;
    font-weight: 200 !important;
    font-family: "Roboto Condensed", sans-serif !important;
    margin-left: 10px;
    margin-bottom: 20px;
}

label {
    display: block;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 200;
}


p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    padding: 6px 10px 0px 2px;
    color: #000000;
    margin: 0px 10px 10px 10px;
}


.logo-position {
    padding: 0px;
    height: 29px;
    width: 142px;
}

.xbs-logo-position {
    padding: 0px;
    height: 29px;
}

.input-lg {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 200;
    height: 40px !important;
    /*float: left;*/
    width: 100%;
    border: solid 1px #7f8285;
    border-radius: 0px !important;
}

.input-textarea-lg {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 200;
    height: 100px !important;
    /*float: left;*/
    width: 100%;
    border: solid 1px #7f8285;
    border-radius: 0px !important;
}

header {
    border-bottom: 1px solid #ebebeb;
    margin: 20px auto 0px auto;
    min-height: 50px;
    max-height: 120px;
    padding: 0px;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    vertical-align: middle;
}

.min-height {
    min-height: 400px;
}

.footer {
    margin: 50px auto;
}

    .footer p {
        font-size: 12px;
    }

.top5 {
    margin-top: 5px !important;
}

.top10 {
    margin-top: 10px !important;
}

.top15 {
    margin-top: 15px !important;
}

.top20 {
    margin-top: 20px !important;
}

.top30 {
    margin-top: 30px !important;
}

.top5 {
    margin-top: 5px !important;
}

.top10 {
    margin-top: 10px !important;
}

.top15 {
    margin-top: 15px !important;
}

.top20 {
    margin-top: 20px !important;
}

.top30 {
    margin-top: 30px !important;
}

.bottom5 {
    margin-bottom: 5px !important;
}

.bottom10 {
    margin-bottom: 10px !important;
}

.bottom15 {
    margin-bottom: 15px !important;
}

.bottom20 {
    margin-bottom: 20px !important;
}

.bottom30 {
    margin-bottom: 30px !important;
}


.left {
    margin-left: 10px !important;
}

.padding0 {
    padding: 0px;
}

.navbar-default {
    background: none;
    border: none;
    padding: 0px;
    margin: 0px auto 0px auto;
}

.content-container {
    max-width: 1200px;
    margin: 0px auto 0px auto;
}

.container {
    height: auto !important; /* real browsers */
    padding: 0px;
}

.row {
    margin: 0px;
}

/*.row {
    padding: 0px 10px !important;
}*/

.image-container {
    margin: 0px auto 0px auto;
    text-align: center;
}

.banner-width {
    min-width: 90%;
    height: auto;
}


.eventimages .uploaded-banner-width {
    max-width: 100%;
}

.eventimages p:empty {
    display: none;
}

.report-container {
    position: relative;
    height: 390px;
}

    .report-container a.btn {
        position: absolute;
        bottom: 0;
        left: 10px;
    }

.box div {
    width: 100%;
    height: 100px;
}

.selected,
.btn-red {
    background-color: #d92231 !important;
    border-color: #d92231 !important;
    min-width: 160px !important;
    padding: 9px 12px;
    text-decoration: none;
    color: #fff !important;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: normal !important;
    text-transform: uppercase;
    border-radius: 0 !important;
}

    .selected,
    .btn-red:hover {
        background-color: #801820 !important;
        border: 1px solid #801820 !important;
        color: #ffffff;
    }

.btn-grey {
    background-color: white !important;
    border: solid 1px #737373;
    min-width: 160px !important;
    padding: 9px 12px;
    text-decoration: none;
    color: #fff !important;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0 !important;
    color: #000 !important;
}

    .btn-grey:hover {
        background-color: #d92231 !important;
        border-color: #d92231 !important;
        color: #fff !important;
    }

.form-group {
    margin: 0px;
}


input[type=text], select {
    margin-bottom: 20px;
}

select {
    color: #333 !important;
    padding-left: 8px;
    border: none;
    font-family: "Roboto" !important;
    height: 38px;
    background: url('/images/common/icons/dropdown.png') no-repeat 90% 14px !important;
    -webkit-appearance: none; /*Removes default chrome and safari style*/
    -moz-appearance: none; /*Removes default style Firefox*/
    background: url('/images/common/icons/dropdown.png') no-repeat 95% 14px !important;
    text-indent: 0.01px; /*hides default arrow in firefox*/
    text-overflow: " "; /*hides default arrow in firefox*/
    border-radius: 0px !important;
    /*color:#fff;*/
    border: 1px solid #737373 !important;
    min-width: 100px;
}

.select2-container--default .select2-selection--single {
    color: #333 !important;
    border: 1px solid #737373 !important;
    border-radius: 0px !important;
    height: 38px !important;
    padding: 0 20px 0 0;
}

.select2-container--default .select2-selection--single {
    color: #666 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 5px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    background: url('/images/common/icons/dropdown.png') no-repeat 0px 14px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        display: none !important;
    }

.select2-results__option[aria-selected=true] {
    background-color: #fff !important;
    cursor: default
}

.select2-results__option--highlighted[aria-selected] {
    background-color: #d92231 !important;
    color: white
}

input {
    outline: none;
}


.form-control {
    border: solid 1px #7f8285;
}

.form-group-textarea textarea {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 200;
    padding: 10px 16px;
    line-height: 1.3333333;
    border: solid 1px #7f8285;
    margin-bottom: 20px;
}

#calendarlink {
    color: #d92231 !important;
    font-weight: normal !important;
}

.agree-text {
    font-size: 16px;
    font-weight: bold;
}

.modal-header, .modal-footer {
    border: none;
}

.modal-title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 200;
}

.accordian-wrapper {
    margin-bottom: 20px;
}

    .accordian-wrapper h3 {
        border-color: #c2c2c2;
        background-color: #fff;
        font-size: 16px;
        background-image: none;
        padding: 5px 20px 5px 10px;
        border-radius: 0px;
        font-weight: 200 !important;
        font-family: "Roboto Condensed";
        margin-bottom: 0px !important;
    }

        .accordian-wrapper h3 a {
            font-weight: 300;
            text-decoration: none;
        }

        .accordian-wrapper h3:after {
            content: '+';
            font-family: Roboto, sans-serif;
            color: #db1e2a;
            position: absolute;
            right: 12px;
            top: 10px;
            font-size: 30px;
            line-height: 30px;
        }

        .accordian-wrapper h3.ui-state-active:after {
            content: '−';
        }

        .accordian-wrapper h3:hover a {
            color: #d92231 !important;
        }

.ui-accordion .ui-accordion-header {
    margin-top: 16px;
    font-size: 24px;
    padding: .5em .5em .5em .5em;
    font-weight: 300 !important;
    font-family: "Roboto Condensed";
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #000000 !important;
}


.ui-state-default a:hover {
    color: #d92231 !important;
}


h3.mandatory-header {
    display: none;
}


h3 .ui-icon {
    display: none;
}

div.accordian-wrapper ul li {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 200;
    list-style-type: disc;
    background-image: none;
    color: #000;
    margin: 10px 0;
    padding: 0px;
    line-height: 1.4em;
}

    div.accordian-wrapper ul li p {
        margin: 0px !important;
    }

div.event-dates p.date-text,
p.location {
    font-weight: bold;
    margin-bottom: 0px;
}

div.event-dates p {
}

p.timezone-text {
    font-size: 14px;
    margin-top: 0px;
}

.googlemap img {
    margin-left: 10px;
}

.googlemap {
    position: relative;
}

.event-dates, .venue-div {
    padding: 0px;
}

    .venue-div img {
        margin-left: 10px
    }

.ui-accordion .ui-accordion-content {
    padding: 10px;
}

.event-dates p.date {
    margin-bottom: 0px;
    margin-top: 0px;
}

.move-up {
    position: relative;
    top: -20px;
}

.venue-image {
    width: 100%;
}

.directions, #pLocationLink {
    position: relative;
    left: -10px;
}

div.siteImages, div.socialmedia, div.box {
    margin-top: 16px;
}

div.panel-container {
    padding: 0px;
}

div.eventimages, div.socialmedia, div.box {
    border: 1px #ebebeb solid;
    background: #ebebeb;
    padding: 10px;
}

    div.box h3 {
        margin-bottom: 20px;
    }


table tr td {
    font-weight: 300;
    font-size: 16px;
    font-family: Roboto Condensed
}

div.box div table tr td img {
    margin-right: 10px;
}

div.eventimages {
    margin-top: 16px;
}

.eventImageContainer {
    height: auto !important; /*200px*/
    overflow-y: hidden;
    padding: 10px;
}

#fancybox-outer {
    padding: 30px 0 !important;
}
/*#fancybox-outer {
    padding: 20px 55px !important;
}*/
#fancybox-wrap > div {
    padding-bottom: 54px !important;
}

#fancybox-title-float-main, #fancybox-title-float-left, #fancybox-title-float-right {
    background: none !important;
    color: #000000 !important;
}

#fancybox-left-ico {
    background-image: url("../images/ScrollLeft.png") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
}

#fancybox-right-ico {
    background-image: url("../images/ScrollRight.png") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
}

#fancybox-close {
    background-image: url("../images/Close-button.png") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    right: 10px !important;
    top: 5px !important;
}

img.uploaded-image-size {
    width: 100%;
    margin-top: 5px;
    cursor: pointer;
}

div.social-tabs {
    margin-top: 20px;
}


div.register {
    border: solid 1px #c2c2c2;
    display: inline-flex;
    margin: 0px;
    width: 100%;
}



.remove-padding {
    padding: 0px;
}

.add-delegate {
    margin: 15px 0px 0px 0px;
    padding-left: 0px;
}

.additional .form-group {
    margin: 0px 0px 10px 0px;
}

.add-del {
    font-weight: bold;
    color: #d92231
}

li:empty {
    display: none;
}

select.eventdays, select.deldate {
    overflow-y: hidden;
    overflow-x: scroll;
    background-image: none;
    height: auto !important;
}

select.eventdays {
    margin: 0px;
}

#calendarlink {
    margin-bottom: 20px;
}

.table-responsive {
    border: none;
}



.invite-table {
    width: 100%;
    border: none;
    border-collapse: collapse;
}



    .invite-table td {
        border: none;
    }
/*Responsive*/
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }

    .banner-width {
        min-width: 100% !important;
    }
}



#pnlAddDelegates {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
}

.checktable:nth-child(even) {
    padding-right: 10px;
}

.checktable:nth-child(odd) {
    border-left: #c2c2c2 solid 1px;
    padding-left: 10px;
}


.checktable:nth-child(1) {
    border: none;
}

.checktable:nth-child(n+4) {
    padding-top: 10px;
    border-top: #c2c2c2 solid 1px;
}

@media (max-width: 778px) {

    .rating tr td {
        padding-right: 2px !important;
    }

    .selected-radio label {
        min-width: 100% !important;
        padding: 0 !important;
        font-size: 1.1em !important;
    }

    .no-wordwrap {
        white-space: nowrap !important;
    }

    body {
        padding: 0px 20px;
    }

    .partner-logos div {
        height: auto !important;
    }

    .partner-logos img.logopostion2 {
        padding-left: 30px;
        height: 100px !important;
    }

    .logopostion2 {
        height: 100px !important;
    }

    .banner-width {
        max-width: 100% !important;
        padding: 0 20px;
    }

    .container {
        margin: 0px;
    }

    .logoposition {
        margin: 20px 0px 0px 40px;
    }

    .checktable {
        border-left: none !important;
    }

    .eventimage {
        width: 100%;
    }

    .checktable {
        border: None;
        width: 100%;
    }
}

.addthis_inline_share_toolbox {
    margin-left: -2px;
}

.margin-top {
    margin-top: 30px;
}

.margin-bottom {
    margin-bottom: 20px;
}

.radio-invite-buttons .invite-radio span {
    display: inline-block;
    padding-right: 20px;
    white-space: nowrap;
}

    .radio-invite-buttons .invite-radio span label,
    .radio-invite-buttons .invite-radio span input {
        float: left;
        margin-right: 10px;
    }

table.dataTable {
    border: none !important;
    width: 99%;
    border-right: solid 1px #000;
}

#dgRegs th {
    border: none;
    border-bottom: 1px solid #000;
}

#dgRegs td {
    border: none;
    border-bottom: 1px solid #000;
}

.emailsent {
    color: #c2c2c2;
}

.emailsent2 {
    display: inline-block;
    width: 30px;
}

#registrant-feedback tbody tr:nth-child(odd),
#dgRegs tr.odd {
    background-color: #f6f6f6;
}

#registrant-feedback tr.even,
#dgRegs tr.even {
    background-color: #ffffff;
}

#dgRegs td {
    border-top: 1px solid #ddd;
    padding: 8px 10px;
}

#registrant-feedback td {
    font-size: 14px;
    border: 1px solid #ddd;
    padding: 8px 1px;
}

#registrant-feedback {
    width: 100%;
    margin-top: 20px;
}

    #registrant-feedback th {
        width: 50% !important;
        vertical-align: bottom !important;
    }

div.post-event {
    padding: 20px 0px !important;
    width: 100%;
    margin-top: 20px;
}

div.post-event-parent {
    padding-left: 0px;
    padding-right: 0px;
}

div.post-event a {
    margin: 0px 0 20px 0;
    display: inline-block;
}


.pdf:before {
    content: url('/images/compovnents/pdf.png');
    position: relative; /*or absolute*/
    top: 2px;
}

.docx:before,
.doc:before {
    content: url('/images/compovnents/doc.png');
    position: relative; /*or absolute*/
    top: 2px;
}

.pptx:before,
.ppt:before {
    content: url('/images/compovnents/pptx.png');
    position: relative; /*or absolute*/
    top: 2px;
}


.png:before,
.jpg:before {
    content: url('/images/compovnents/jpg.png');
    position: relative; /*or absolute*/
    top: 2px;
}

.xls:before,
.xlsx:before {
    content: url('/images/compovnents/xls.png');
    position: relative; /*or absolute*/
    top: 2px;
}

.qrcode-register {
    width: 50%;
    margin: 20px 0px;
}

    .qrcode-register tr:last-child td {
        padding-top: 30px;
    }

    .qrcode-register td,
    .qrcode-register th {
        border: none !important;
        font-size: 16px;
        vertical-align: middle !important;
    }

        .qrcode-register td.text-label span.text {
            font-family: "Roboto";
            font-weight: bold;
        }

.table-nonfluid {
    width: auto !important;
}

    .table-nonfluid input {
        width: 150%;
    }
/*.table td {
    display: block !important;
    border: none !important;
}*/
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    background-color: #d92231 !important;
}

.dataTables_length label {
    padding-left: 10px;
}

.dataTables_filter label {
    padding-right: 10px;
}

#feedback-table {
    margin-top: 20px;
}

    #feedback-table td textarea {
        margin-bottom: 20px;
    }

    #feedback-table th, #feedback-table td {
        border: none !important;
        padding: 0px;
        min-height: 60px;
    }

select.input-lg {
    line-height: 18px !important;
}

#feedback-table tr td select.input-lg {
    line-height: 18px !important
}

#dgRegs_wrapper {
    margin-left: 10px;
}

#pnlForm {
    margin-top: 20px;
}

#pnlForm,
.buttons {
    margin-left: 10px;
}

#xrx_bnr_partner_title_noImage {
    font-weight: bold;
    font-size: 24px;
    font-family: "Roboto Condensed", sans-serif;
    margin-left: 27px;
}

.navbar-header {
    width: 100%;
}

#imgcsslogo {
    max-height: 60px !important;
}

.logopostion2,
.otherlogo {
    max-height: 100px !important;
}

.partner-logos {
    display: table;
    margin: 0px !important;
    width: 100%;
}

    .partner-logos div {
        vertical-align: middle;
        display: table-cell;
        padding: 0px !important;
        height: 100px;
    }

        .partner-logos div img {
            display: block;
            height: auto;
        }

.emailafriend {
    width: 100%;
}

.sendEmailToFriend li {
    list-style-type: none;
}

.email-a-friend-success {
    font-weight: bold;
    margin: 0 !important;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

#ctl00_ContentPlaceHolder1_dgRegs td,
#ctl00_ContentPlaceHolder1_dgRegs {
    border: none;
}



    #ctl00_ContentPlaceHolder1_dgRegs tr:last-child td {
        border-bottom: solid 1px #000;
    }

    #ctl00_ContentPlaceHolder1_dgRegs td {
        border-top: 1px solid #ddd;
    }

    #ctl00_ContentPlaceHolder1_dgRegs tr:first-child td {
        border: none;
    }

    #ctl00_ContentPlaceHolder1_dgRegs th {
        padding: 10px 18px;
        border: none;
        border-bottom: 1px solid #111;
    }

    #ctl00_ContentPlaceHolder1_dgRegs tr.odd {
        background-color: #f9f9f9;
    }


.edittextbox {
    height: 200px !important;
}

#pnlShowForm1, #pnlShowForm2 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.esb-navigation {
    /*margin-top: 20px;*/
    width: 1200px;
    height: 55px !important;
    top: 40px;
    position: relative;
}

    .esb-navigation div:first-child {
        float: left;
    }

    .esb-navigation ul.parent {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

        .esb-navigation ul.parent li {
            float: left;
            height: 35px;
            padding: 0 10px 20px 0px;
        }


            .esb-navigation ul.parent li:first-child {
                float: left;
                height: 35px;
                padding: 0 0px 20px 0px;
            }

            .esb-navigation ul.parent li span a {
                display: block;
                color: white;
                text-align: center;
                height: 35px;
                text-decoration: none;
                font-weight: 400;
                font-size: 16px !important;
                font-family: 'Roboto Condensed', sans-serif;
            }

            .esb-navigation ul.parent li span {
                height: 35px;
                display: block;
            }

                .esb-navigation ul.parent li span.divider:after {
                    display: block;
                    width: 3px;
                    border-right: 1px solid #ebebeb;
                    height: 10px;
                    content: "";
                    position: relative;
                    top: 5px;
                }

                .esb-navigation ul.parent li span a:hover {
                    border-bottom: 5px solid #d92231;
                    text-decoration: none !important;
                }

.reportToolbar {
    position: relative;
    top: 30px;
    width: 50%;
}

h3.oversubscribed-row {
    font-weight: bold !important;
    white-space: nowrap !important;
}

.pieChartLabel {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300 !important;
    font-family: "Roboto Condensed", sans-serif !important;
}

.pie-padding {
    padding: 0px 50px !important;
}


.h3-subtitle {
    margin-left: 10px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 5px;
}

.remove-bullet {
    list-style-type: none !important;
    background-image: none !important;
    color: #333333;
    margin: 15px 0px 10px -15px !important;
    padding: 0px !important;
    font-weight: 500;
}

.agenda-title {
    margin: 0px 35px 0 22px !important;
}

p.small-text {
    padding: 2px 10px 20px 2px !important;
    margin: 0px !important;
    font-size: 12px !important;
    line-height: 18px !important;
}


label {
    position: relative;
    cursor: pointer;
}

[type="checkbox"] + span {
    display: inline-block;
    padding: 1em;
}

:checked + span {
    background: #0f0;
    display: inline-block;
}

[type="checkbox"][disabled] + span {
    background: #f00;
}

.rating input {
    display: none;
}

.ratings-container {
    width: 100%;
}

.rating label {
    float: left;
    padding: 15px;
    font-weight: 700;
    border-radius: 5px;
    min-width: 50px;
    text-align: center;
    line-height: 150%;
    font-size: .85em;
    margin-top: 10px;
    width: 99%;
    color: #ffffff;
}

.rating10 label {
    background-color: #27800e;
}

.rating9 label {
    background-color: #6daf3d;
}

.rating8 label {
    background-color: #a7cf8b;
}

.rating7 label {
    background-color: #d3e7c4;
}

.rating6 label {
    background-color: #fee2b8;
}

.rating5 label {
    background-color: #fec571;
}

.rating4 label {
    background-color: #fd9f13;
}

.rating3 label {
    background-color: #f67e00;
}

.rating2 label {
    background-color: #d92231;
}

.rating1 label {
    background-color: #a0212a;
}

.rating0 label {
    background-color: #89000a;
}

.feeback-question {
    margin-top: 20px;
}

#pnlNewQuestions {
    width: 100%;
    padding: 0px 13px;
}

    #pnlNewQuestions div {
        padding: 0;
    }

.feedback-table-new table {
    width: 100%;
}

.align-center {
    text-align: center;
}

.form-control {
    font-size: 16px;
}

#chkTerms {
    display: block !important;
}

.loader {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    height: 100%;
    max-height: 100%;
    background: #c6c6c6;
    background: rgba(0, 0, 0, .2);
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
}



#PreviewMode {
    background-color: #d92231;
    width: auto;
    position: fixed;
    right: 0px;
    top: 65px;
    text-align: right;
    z-index: 20001;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    font-weight: bold;
    padding: 15px 30px 15px 20px;
}


.radio-container {
    display: flex;
}

.radio-line {
    justify-content: left;
    display: inline-block !important;
    padding-right: 10px !important;
}

.previewmode {
    cursor: pointer;
}

p.event-opt-in {
    padding: 0px 10px 0px 2px;
    margin: 0px 0px 10px 0px !important;
}

p.event-opt-in-warning {
    font-size: 85%;
    padding: 0px 10px 0px 2px;
    margin: 0px 0px 10px 0px !important;
    display: none;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-bottom2 {
    margin-bottom: 20px !important;
}

.margin-bottom3 {
    margin-bottom: 10px !important;
}

.required-select-box {
    border: solid 1px red !important;
}

.has-parent span.select2 {
    border: solid 2px #d92231 !important;
}

.has-parent .select2-selection {
    border: none !important;
}

.has-data span.select2 {
    border: solid 1px black !important;
}

.registrant-table tr td, .registrant-table tr td.heading span {
    font-size: 16px !important;
}

.registrant-table {
    margin-left: 10px !important;
    margin-top: 0px !important;
}

#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

#overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}


    #overlay-text h2 {
        font-size: 24px;
        margin: 0px 0px 20px 0px;
        font-weight: bold;
    }

    #overlay-text div:first-child {
        padding: 20px !important;
        font-family: 'Roboto', sans-serif;
        background: white;
        border: solid 1px black;
        color: black;
        font-size: 16px;
        border: solid 3px white !important;
        /*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) !important;*/
        border-radius: 5px;
    }

    #overlay-text div ul {
        padding: 25px 25px 0px 25px;
    }

.spam {
    border: solid 2px #a0212a;
    padding: 20px;
    font-weight: 700;
    margin: 0px 10px;
}

.btn-outlook:before {
    content: ""; /* Empty content, necessary for the pseudo-element to work */
    display: block; /* Make it a block-level element */
    position: absolute; /* Position the pseudo-element absolutely within the container */
    top: 0;
    left: 0;
    width: 60px;
    height: 30px;
    background: url('/images/calendar/outlook-icon.png');
    background-size: 30px;
    background-repeat: no-repeat;
    margin-right: 20px;
}

.btn-outlook {
    position: relative;
    padding-left: 40px;
}

.btn-google {
    position: relative;
    padding-left: 40px;
    margin-left: 20px;
}

    .btn-google:before {
        content: ""; /* Empty content, necessary for the pseudo-element to work */
        display: block; /* Make it a block-level element */
        position: absolute; /* Position the pseudo-element absolutely within the container */
        top: 0;
        left: 0;
        width: 60px;
        height: 30px;
        background: url('/images/calendar/google-calendar.svg');
        background-size: 25px;
        background-repeat: no-repeat;
        margin-right: 20px;
    }


.a2a_svg {
    background: #d92231 !important;
    width: 42px !important;
    height: 42px !important;
    line-height: 42px !important;
    margin-right: 10px
}

    .a2a_svg:hover {
        background-color: #a0212a !important;
        border: 1px solid #a0212a !important;
    }


p.click-here {
    color: #d92231 !important;
    font-weight: 400;
}

#site-override h2,
#site-override h3,
#format-text h3,
#format-text h2 {
    font-family: 'Roboto', sans-serif;
    line-height: 24px !important;
    margin-left: 10px;
    margin-bottom: 20px;
    font-size: 16px !important;
    padding-left: 3px;
}

    #format-text h3:after {
        content: ' ' !important;
        display: none !important;
        ;
    }

h2.site-h2-bold {
    font-family: 'Roboto', sans-serif;
    font-weight: bold !important;
    line-height: 24px !important;
    margin-left: 10px;
    margin-bottom: 20px;
    font-size: 16px !important;
    padding-left: 3px;
}

h2.site-h2-normal {
    font-family: 'Roboto', sans-serif;
    font-weight: 300 !important;
    line-height: 24px !important;
    margin-left: 10px;
    margin-bottom: 20px;
    font-size: 16px !important;
    padding-left: 3px;
}

h3.site-h3-bold {
    font-family: 'Roboto', sans-serif;
    font-weight: bold !important;
    line-height: 24px !important;
    margin-left: 10px;
    margin-bottom: 20px;
    font-size: 16px !important;
    padding-left: 3px;
}

h3.site-h3-normal {
    font-family: 'Roboto', sans-serif;
    font-weight: 300 !important;
    line-height: 24px !important;
    margin-left: 10px;
    margin-bottom: 0px;
    font-size: 16px;
    padding-left: 3px;
}


p.site-bold {
    font-weight: bold !important;
}

p.site-normal {
    font-weight: 300 !important;
}

p.span-bold {
    font-weight: bold !important;
}

p.span-bold {
    font-weight: 300 !important;
}

#divAgenda .agenda-1 {
    display: block;
}

    #divAgenda .agenda-1 + * {
        display: none;
    }


.hotel-agenda {
    margin: 10px 0px 20px 0px;
}

.noHotelRequired {
    margin: 0px 0px 10px 20px;
}

input[type="checkbox"] {
    accent-color: #d92231 !important; /* Xerox red */
}

.calendar-warning {
    font-size: 12px;
    line-height: 17px;
    padding: 0px !important;
    margin: 20px 0 0 0 !important;
    width: 60%;
    color: #808080;
}

.invite-border {
    border: solid 2px #000;
}


.warn-text-oversubscribed {
    border: solid 2px #d92231;
    margin-bottom: 20px;
    padding: 20px;
    font-weight: 700;
}

.warn-text-on-wait {
    border: solid 2px #d92231;
    padding: 20px !important;
    margin: 20px 10px 30px 10px !important;
    font-weight: 700 !important;
}

.red {
    color: #d92231;
}

#pnlEventInfo {
    margin-left: 10px;
    margin-right: 10px;
}
