
/* Detect Js*/
#OverLayer{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2001;
}
.noJs{
    overflow:hidden;
}
.detectJs {
    background-color: #233741;
    font-size: 1.1rem;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom:10px;
}

.detectJs span {
    color: #fff;
    display: inline-block;
}

.disabledText {
    padding: 60px 0px;
}

.disableJs {
    display: none;
}

/* Map */
#showSiteMap {
    width: 800px;
    height: 300px;
    margin-bottom: 20px;
}

#map {
    width: calc(100%);
    min-height: 300px;
    background-color: ghostwhite;
    height: 500px;
}

.popup-overlay {
    visibility: hidden;
    position: absolute;
    background: #ffffff;
    border: 2px solid #cd3333;
    left: 50px;
    width: calc(100% - 100px);
    z-index: 2001;
}

.popup-overlay.active {
    visibility: visible;
    text-align: center;
}

.popup-content {
    visibility: hidden;
}

.popup-content.active {
    visibility: visible;
}

.popup-content > span {
    padding: 15px;
    display: inline-block;
}

#showMap {
    display: inline-block;
    vertical-align: middle;

}

#showMap:hover {
    color: rgba(35, 55, 65, 0.8);
    cursor: pointer;
}

.custom-close-map {
    background-color: #cd3333;
    color: #fff;
    text-align: right;
    margin-right: 15px;
    float: right;
}

.btn-red-ownstyle {
    padding: 0 0.2em;
    font-size: 2.8rem;
    margin: 0.2em;
}


@media (max-width: 900px) {
    #map {
        width: 100%;
        height: 250px;
    }

    .popup-overlay {
        left: 0px;
        width: 100%;
    }
}

#showSiteMap {
    width: 100%;
    height: 305px;
}

#mapPlugin {
    min-width: 100%;
    min-height: 300px;
}

.regular-red{
    color:#cd3333;
}

#payWithCard{
    display: inline-block;
    font-size: 1.1rem;
    box-sizing: border-box;
    padding: .5rem 1rem;
    line-height: 1;
    border: solid 1px #646464;
    box-shadow: 0px 0px 5px 1px #bbb;
    border-radius: 3px;
    height: 2.5rem;
    color: #233741;
    margin: 2.2rem auto 0;
}

#userRegistrationMsg{
    padding: 0px;
}

#userRegistrationMsg p {
    padding: 15px;
}

#overlay_overlapp_warning{
    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_overlapp_warning_text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

#infoRedirect{
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid #dcdce1;
}
.selectSubmit-container{
    width:100%;
    text-align:center;
}

/*price table*/
div.eventBase .col-md-6 {
    width: 50%;
    float: left;
}

div.eventBase .col-sm-12 {
    width: 100%;
}

.eventBase {
    background: #d3d7d6;
    border-style: solid;
    border-width:1px 1px 0 1px;
    border-color:#233741;
    margin-left: 0px;
    margin-right: 0px;
}
.eventBase:last-of-type {
    border-width:1px 1px 1px 1px;
}

.eventName {
    padding: .7rem 1rem;
    font-size: 1.65rem;
    font-weight: 600;
    letter-spacing: .075rem;
    color: #da6666;
    text-align: left;
}

.eventDesc {
    font-weight: 300;
    text-align: right;
    font-size: 1.5rem;
    color: #233741;
    padding-left: 0px;
    padding-right: 0px;
}

.ms {
    display: none;
}

.programForm [class^="tablePricing"] {
    text-align: right;
}

@media (max-width: 1024px) {

    .eventName {
        text-align: center;
    }

    .mobile-hide {
        display: none;
    }

    .ms {
        display: inline-block;
        text-align: left;
    }

}

p.info.secondLineBlack {
    margin-top: 30px;
    margin-bottom: 30px;
}

.overflow { width: 15em; margin: 0 0 0 0; white-space: nowrap; overflow: hidden; }
.overflow2 { width: 10em; margin: 0 0 0 0; white-space: nowrap; overflow: hidden; }
.ellipsis { text-overflow: ellipsis; }

.fancybox-caption__body h1 {font-size: 1.5em;color: #FFFFFF; border:0px;}

div.fancybox-container {z-index: 100001;}