﻿/*
    #4CBB17 green - new for 2026
    color: #1A2E59 - navy blue
    #826BF5 - purple
*/

@font-face {
    font-family: Michroma;
    src: url('Michroma-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Lato;
    src: url('Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: LatoBold;
    src: url('Lato-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html, body, form {
    margin: 0px auto !important;
    padding: 0px !important;
}

body {
    font-family: 'Lato', 'Segoe UI', Helvetica, Arial, Sans-Serif;
    font-size: 1.0em;
    color: black;
    text-align: left;
    margin-bottom: 10px;    
}
.pagewrapper {
    width: 1200px;
    margin: 0px auto;
    text-align: center;
    min-height: 70vh;    
    display: flex;
    flex-direction: column;
}
.admin_pagewrapper {
    width: 98%;
    margin: 0px auto;
    text-align: center;
    min-height: 70vh;
    display: flex;
    flex-direction: column;
}
.navMenu {
    width: 100%;
    margin: 0px auto;
    text-align: center;
}
.header_wrapper {
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    background-color: #716ab0;
}
    .header_wrapper img {
        width: 100% !important;
        height: auto !important;
        text-align: left !important;
    }
.footer_wrapper {
    margin: 40px auto 0px auto;
    padding: 0px;
    vertical-align: bottom;
    text-align: center;
    background-color: #826BF5;
    width: 100% !important;
}
    .footer_wrapper .logo img {
        width: 70% !important;
        height: auto !important;
        text-align: center !important;
    }
    .footer_wrapper .SmallText {
         font-size:0.9em;        
    }
    .footer_wrapper.logo {
        padding-top: 0px;
       
    }
.content_wrapper {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    background-color: #fff;
    min-height: 300px;
}
.content {
    margin: 0px auto;
    padding-top: 20px;
    text-align: left;
    width: 98%;
}
h1, h2, h3, h4, h5 {
    font-family: 'Michroma', 'Segoe UI', Helvetica, Arial, Sans-Serif;
    text-align: left;
    font-weight: normal;
}
h1 {
    font-size: 1.8em;
    margin-bottom: 10px;
}
h2 {
    font-size: 1.5em;    
    color: #1A2E59;
    margin-bottom:10px;
}
h3 {
    font-size: 1.3em;    
    margin-bottom: 10px;
}
h4 {
    font-size: 1.3em;
    padding: 5px 0px;
    margin: 5px 0px;
}
a {
    text-decoration: underline;
    border: none;
    color: black;
}
/* drop down styles */
.regformSelect {
    font-size: 1.0em;
    font-family: "Lato";
    background-color: white;
    color: #272727;
    border: solid 1px #ccc;
    padding: 5px;
    vertical-align: middle;
    border-radius: 5px;
}

.regformSelectError {
    font-size: 1.0em;
    font-family: "Lato";
    background-color: white;
    color: #272727;
    border: solid 1px red;
    padding: 5px;
    vertical-align: middle;
    border-radius: 5px;
}

.content .buttons {
    width: 80%;
    /*margin: 0px auto;*/
    text-align:right;
}

.buttons90 {
    width: 90%;
    margin: 0px auto;
}
.navButtons{
    flex: 1 50%;
    max-width:50%;
}
.navButtons33 {
    flex: 1 33%;
    /*max-width: 33%;*/
    width:33%;
}
    
.updateProgress {
    color: black;
}
.required, .required a {
    color: red !important;
    font-size: 0.9em;
}
input[type="text"]:disabled, select:disabled, input[type="checkbox"]:disabled {
    background: #efefef;
    color: #999;
}
.flexrows {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    flex-direction: row;
    -ms-flex-direction: row;
    flex-flow: row wrap;
    padding-top: 5px;
    text-align: left;
}
.flexcols {
    display: inline-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-direction: column;
    -ms-flex-direction: row;
    flex-flow: column wrap;
    -ms-flex-flow: row wrap;
    padding-top: 5px;
    text-align: left;
}
.details {
    font-size: 1.0em;
}
.detailsColor {
    font-size: 1.0em;
    color: #4CBB17;
}
.notesColor {
    font-size: 0.75em;
    font-style:italic;
    color: #4CBB17;
}
/* gray box */
.gBox {
    border: solid #999 1px;
    padding: 10px;
}
/* home page */
.home .flexrows .regformLeft {
    flex: 1;
    -ms-flex: 1; /* IE 10 */
    max-width: 25% !important;
    padding: 5px 5px 0px 0px;
    margin: 0px;
    text-align: left;
}

.home .flexrows .regformRight, .home .flexrows .checkboxes {
    flex: 1;
    -ms-flex: 1; /* IE 10 */
    max-width: 75% !important;
    text-align: left;
    padding: 0px 0px 0px 5px;
}
/* home page large blue 6 buttons */
.home .buttons {
    flex: 1;
    -ms-flex: 1 15%; /* IE 10 */
    width: 15%;
    text-align: center;
}
    .home .buttons .mobilebreak {
        display: inline-block;
    }
.home .buttons2 {
    flex: 1;
    -ms-flex: 1 45%; /* IE 10 */
    width: 45%;
    text-align: right;
    padding-right: 25px;
}
.home .buttons3 {
    flex: 1;
    -ms-flex: 1 45%; /* IE 10 */
    width: 45%;
    text-align: left;
    padding-left:25px;
}
/* end home page */

/* Rates display on the home page */
.rates{
    text-align:left;
}
.rates h3{
    padding-top:20px;
}
    .rates b {
        font-family: LatoBold;
    }
    .rates .header {
        padding-left: 20px;
        /*font-weight:bold;*/
        font-family: LatoBold;
        text-align: left;
        font-size: 1.2em;
    }
.rates .details {
    padding-left: 30px; 
    font-size:1.0em;
}
    .rates .buttons {
        padding: 20px 30px 10px 30px;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        flex-flow: row wrap;
    }
    .rates .buttons div {
        flex: 1 25%;
        margin:0px 30px;
    }
    .rates .buttonsOff, .rates .buttonsOn {
        border-radius: 10px;
        width: 160px !important;
        color: white;
        background-color: #1A2E59;
        padding: 25px;
        text-align: center;
        font-size: 1.2em;       
    }
    .rates .buttonsOn {
        outline-style: solid;
        outline-color: #826BF5;
        outline-width: 5px;
    }
.rates .cats {
    padding: 20px 30px 10px 30px;
}
    .rates .catsOff, .rates .catsOn {
        color: white;
        padding: 5px;
        text-align: left;
        /*font-weight: normal;*/
        font-family: LatoBold;
        font-size: 1.1em;
        margin: 5px 30px 0px 30px;
        background: #1A2E59 url(../images/Buttons/TypeOff.png) no-repeat right center;
    }
    .rates .catsOn {
        color: #1A2E59;
        background: #826BF5 url(../images/Buttons/TypeOn.png) no-repeat right center;
        padding-right:5px;
    }
    .rates .catsDetails {
        border: #826BF5 solid 3px;
        background-color: white;
        padding: 10px;
        font-weight: normal;
        font-size: 1.0em;
        margin: 0px 30px;
    }
    .rates .contractor{
        flex:1 49%;
        width:49%;
        text-align:left;
        vertical-align:top;
    }
.rates .outer {
    border-radius: 20px;
    color: white;
    background-color: #1A2E59;
    padding: 10px;
    text-align: left;
    margin:10px;
}
    .rates .outer .header {
        font-size:1.1em;
    }
    .rates .outer .rdetails {
        padding:20px;
    }
    .rates .outer .rprice {
        padding: 0px 20px 20px 20px;
    }
    .rates .outer .price {
        color: #826BF5;
        font-family: LatoBold;
    }
    .rates .inner {
        border-radius: 10px;
        background-color: white;
        color: black;
        padding: 10px;
        text-align: left;
        font-size: 0.9em;
        margin: 10px 20px;
    }
    .rates ul {
        margin-top: 0px;
        margin-bottom:0px;
    }
.rates li{
    padding-left:0px;
    list-style-image: url('../images/Checkmark.png');
}
.rates .bullets{
    flex:1 49%;
    text-align:left;
    width:49%;
}
    .rates .eventsOff, .rates .eventsOn {
        margin: 0px 30px;
        color: white;
        background-color: #1A2E59;
        padding: 10px;
        text-align: center;
        font-size: 1.1em;
    }
    .rates .eventsOn {
        color: #1A2E59;
        background-color: #826BF5;        
    }
/* end Rates display on the home page */

/* contact page */
.pageheader {
    display: none;
}
/*1/7/2025 - decided to make the labels above all input fields like on the mobile styling */
/*.flexrows .regformLeft {
    flex: 1;
    -ms-flex: 1;*/ /* IE 10 */
/*max-width: 35% !important;
    padding: 5px 5px 0px 0px;
    margin: 0px;
    text-align: left;
}

.flexrows .regformRight {
    flex: 1;
    -ms-flex: 1;*/ /* IE 10 */
/*max-width: 65% !important;
    text-align: left;
    padding: 0px 0px 0px 5px;
}*/
.contact {
    width: 80%;
    margin: 0px auto;
}

    .contact .flexrows .regformLeft {
        flex: 1 100% !important;
        -ms-flex: 1;
        width: 100% !important;
        text-align: left;
        flex-wrap: nowrap;
        white-space: nowrap !important;
        padding-top: 10px;
        color: #223d77;
    }

    .contact .flexrows .regformRight {
        flex: 1 100% !important;
        -ms-flex: 1;
        width: 100% !important;
        max-width: 90% !important;
        text-align: left;
        flex-wrap: nowrap;
    }
    .contact .flexcols .regformLeft {
        flex: 1 50% !important;
        -ms-flex: 1 50% !important;
        width: 50% !important;
        text-align: left;
        flex-wrap: nowrap;
        -ms-flex-wrap: wrap !important;
        white-space: nowrap !important;
        padding-top: 20px;
        color: #223d77 !important;
    }
    .contact .flexcols .regformRight {
        flex: 1 50% !important;
        -ms-flex: 1 50% !important;
        width: 50% !important;
        max-width: 90% !important;
        text-align: left;
        flex-wrap: nowrap;
        -ms-flex-wrap: wrap !important;
    }

    .contact .flexcols .regformQMark {
        flex: 1 45% !important;
        -ms-flex: 1;
        width: 45% !important;
        max-width: 90% !important;
        text-align: left;
        flex-wrap: nowrap;
        white-space: nowrap !important;
    }
.badge {
    width: 335px;
    border: solid 2px #1A2E59;
    background-color: #fff;
    margin: 0px auto;
    min-height: 200px;
    border-radius: 5px;
}

    .badge .header {
        height: 55px;
        text-align: left;         
    }

    .badge .preview {       
        /*background: transparent url(../images/BadgeBackground.gif) no-repeat center;*/
        margin: 0px auto;
        padding: 0px;        
    }

    .badge p {
        margin: 0px auto;
        padding: 5px 0px;
        font-weight: bold;
        text-align: center;
        overflow: hidden;
    }

        .badge p.title {
            font-size: 1.3em;
            text-transform: uppercase;
        }

        .badge p.informal {
            font-size: 1.5em;
            text-transform: uppercase;
        }

        .badge p.fullname {
            font-size: 1.3em;
        }

        .badge p.company {
            font-size: 1.2em;
            text-transform: uppercase;
        }

        .badge p.location {
            font-size: 1.1em;
            text-transform: uppercase;
            font-weight: normal !important;
        }

    .badge .attendeeID {
        font-size: 10px;
        text-transform: uppercase;
        font-weight: normal;
    }
    .terms {
        color:#4CBB17;
    }
    /* end contact page */

    /* Profile Page */
.ProfileQuestion {
    text-align: left;
    color: #223d77;
    font-size: 1.1em;
}
.ProfileAnswers {
    text-align: left;
    font-size:0.9em;
    padding-left:5px;
    display:flex;
}
    .ProfileAnswers .radio {
        flex: 1 10%;
        max-width: 10%;
    }
/* end Profile Page */
/*Badge & Events page */
.badges, .events {
    padding: 20px 30px 10px 30px;
    text-align: center;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-flow: row wrap;
    flex-direction: row;
    -ms-flex-direction: row;
    flex-flow: row wrap;
    -ms-flex-flow: row wrap;
}
.badges .flexcols {
    text-align: left;    
}
    
    .badges a, .events a{
        color:white !important;
    }
    .badges .outer, .badges .highlight {
        border-radius: 10px;
        min-width: 300px !important;
        width: 360px;
        min-height: 100px;
        max-height: 120px;
        color: white;
        background-color: #1A2E59;
        padding: 5px;
        text-align: center;
        flex: 1 50%;
        -ms-flex: 1;
        margin: 10px;
    }
.badges .highlight {
    outline-style: solid;
    outline-color: #826BF5;
    outline-width: 10px;
}
.badges .inner {        
    text-align: center;
    font-size: 1.1em;
    margin: 10px 20px;
}
    .events .flexrows {
        text-align: left;
        width: 100%;
    }
    .events .outer, .events .highlight, .waitlist, .events .included, .events .reduced, .admincomp {
        border-radius: 10px;
        min-width: 240px !important;
        max-width: 240px !important;
        min-height: 140px;
        max-height: 260px;
        color: white;
        background-color: #1A2E59;
        padding: 5px;
        text-align: center;
        flex: 1;
        -ms-flex: 1;
        margin: 10px;
    }
    .events .included {
        background-color: #4CBB17;
    }
    .events .reduced {
        background-color: #F3BF1A;
    }    
.events .highlight {
    outline-style: solid;
    outline-color: #826BF5;
    outline-width: 10px;
}   
    .events .waitlist {
        background-color: #999;
    }
    .admincomp {
        background-color: red;
    }
    .events .inner {
        text-align: center;
        font-size: 1.1em;
        margin: 10px 20px;
    }
/* end badge & Events page */

/* review page */
.review {
    border: solid 1px black;
    border-radius: 20px;
    padding: 20px;
    text-align: left;
}
    /*.review .flexrows {
        white-space: nowrap !important;
    }*/
    .review .header {
        font-size: 1.2em;
        /*font-family: 'Michroma', 'Segoe UI', Helvetica, Arial, Sans-Serif;*/
        text-align: left;
        font-weight: normal;
    }

    .review .section {
        font-size: 1.2em;
        font-family: 'Michroma', 'Lato', Helvetica, Arial, Sans-Serif;
        text-align: left;
        font-weight: normal;
        padding-bottom: 10px;
        margin-top: 10px;
    }
    .review .footer {
        text-align: left;
        font-weight: bold;
        border-top: solid 1px black;
        padding: 10px;
        margin-top: 0px;
        font-family: 'Michroma', 'Lato', Helvetica, Arial, Sans-Serif;
        font-size: 1.1em;
        background-color: #826BF5;
    }
    .review .footerfee {
        text-align: left;        
        padding: 5px 0px;
        background-color: #ccc;
    }
    /* the contact data section */
    .review .data {
        flex: 1 48% !important;
        width: 48% !important;
        vertical-align:top;
    }
    /* the group summary attendee listing section*/
    .review .groupdata1 {
        flex: 1 50%;
        width: 50%;
        font-weight: bold;
        padding-left: 10px;
    }

    .review .groupdata2 {
        flex: 1 25%;
        width: 25%;
    }

    .review .groupdata3 {
        flex: 1 14%;
        width: 14%;
        text-align: right;
    }
    .review .indent {
        text-indent: 10px;
    }
    .review .groupindent {
        text-indent: 30px;
    }
    .review .padLeft {
        padding:10px 10px 10px 30px;        
    }
    .review .padVIP {
        padding: 0px 0px 0px 30px;
    }
    .review .padRight {
        padding-right: 10px;
        text-align:right;
    }
    .review .bottomBorder{
        border-bottom:1px solid black;
    }
    .review .padRight2 {
        padding: 10px 10px 10px 0px;
        text-align: right;
    }
    .review div {
        text-align: left;
        font-size: 1.05em;
    }
    .review .paid {
        background-color: #eee;
        color: #333;
    }
/* end review page */

/* checkout page */
.checkout .footer {
    text-align: left;
    font-weight: bold;
    border-top: solid 1px black;
    padding-top: 5px;
}

.checkout .flexrows .regformLeft {
    flex: 1 100% !important;
    width: 100% !important;
    text-align: left;
    flex-wrap: nowrap;
    white-space: nowrap !important;
    padding-top: 20px;
    color: #223d77;
}

.checkout .flexrows .regformRight {
    flex: 1 100% !important;
    width: 100% !important;
    max-width: 90% !important;
    text-align: left;
    flex-wrap: nowrap;
    white-space: nowrap !important;
}

.checkout .flexcols .regformLeft {
    flex: 1 50% !important;
    width: 50% !important;
    text-align: left;
    flex-wrap: nowrap;
    white-space: nowrap !important;
    padding-top: 20px;
    color: #223d77;
}

.checkout .flexcols .regformRight {
    flex: 1 50% !important;
    width: 50% !important;
    max-width: 90% !important;
    text-align: left;
    flex-wrap: nowrap !important;
    white-space: nowrap;
}
.checkout .payfooter {
    text-align: left;
    font-weight: bold;
    border-top: solid 1px black;
    padding: 10px;
    margin-top: 0px;
    font-family: 'Michroma', 'Lato', Helvetica, Arial, Sans-Serif;
    font-size: 1.1em;
}
/* end checkout page */
.confirmationbuttons div {
    display: inline-block;
}

/* progress bar */
div.trackBar {
    margin: 0px auto 0px auto;
    padding: 0px;
    height: 41px !important;
    width: 1130px;
    text-align: center;   
    overflow: hidden;
    background-color: #fff;
    clear: both;
    padding-top: 20px;
}
    /*div.trackBar div {margin:0px; padding:0px;}*/
    div.trackBar div.trackEnd {
        height: 41px;
        float: left;
        background: none;
    }

    div.trackBar div.trackOff {
        background: transparent url(../images/TrackBar/Off.gif) no-repeat center bottom;
        margin: 0px auto;
        height: 41px;
        float: left;
        color: #999;
        padding: 0px;
    }

        div.trackBar div.trackOff a {
            color: #999;
            border: none;
            text-decoration: none;
            cursor: default;
            padding-top: 1em;
        }
    /* left item #1 */
    div.trackBar div.trackFirst {
        background: transparent url(../images/TrackBar/OnLeft.gif) no-repeat -100px bottom;
        margin: 0px auto;
        height: 41px;
        float: left;
        color: #1A2E59;
    }

        div.trackBar div.trackFirst a {
            color: #1A2E59;
            border: none;
            text-decoration: none;
            cursor: pointer;
        }

    div.trackBar div.trackFirstCurrent {
        background: transparent url(../images/TrackBar/CurrentLeft.png) no-repeat -100px bottom;
        margin: 0px auto;
        height: 41px;
        float: left;
        color: #1A2E59;
    }

        div.trackBar div.trackFirstCurrent a {
            color: #1A2E59;
            border: none;
            text-decoration: none;
            cursor: default;
        }
    /* for right item*/
    div.trackBar div.trackLast {
        background: transparent url(../images/TrackBar/OffRight.gif) no-repeat -100px bottom;
        margin: 0px auto;
        height: 41px;
        float: left;
        color: #999;
    }

        div.trackBar div.trackLast a {
            color: #999;
            border: none;
            text-decoration: none;
            cursor: default;
        }

    div.trackBar div.trackLastCurrent {
        background: transparent url(../images/TrackBar/CurrentRight.png) no-repeat -100px bottom;
        margin: 0px auto;
        height: 41px;
        float: left;
        color: #1A2E59;
    }

        div.trackBar div.trackLastCurrent a {
            color: #1A2E59;
            border: none;
            text-decoration: none;
            cursor: default;
        }
    /* pages completed*/
    div.trackBar div.trackOn {
        background: transparent url(../images/TrackBar/On.gif) no-repeat center bottom;
        margin: 0px auto;
        height: 41px;
        float: left;
        color: #1A2E59;
        padding: 0px;
    }

        div.trackBar div.trackOn a {
            color: #1A2E59 !important;
            text-decoration: none !important;
            border: none !important;
            cursor: pointer;
        }

    div.trackBar div.trackCurrent {
        background: transparent url(../images/TrackBar/Current.png) no-repeat center bottom;
        margin: 0px auto;
        height: 41px;
        float: left;
        color: #1A2E59;
        padding: 0px;
    }

        div.trackBar div.trackCurrent a {
            color: #1A2E59;
            border: none;
            text-decoration: none;
            cursor: default;
        }
    /* end progress bar*/

/* TELERIK OVERRIDES */
.RadGrid_Bootstrap td, .RadGrid_Bootstrap th, .RadGrid_Default td, .RadGrid_Default th {
    font-family: 'Lato', 'Segoe UI', Helvetica, Arial, Sans-Serif !important;
    font-size: 0.9em !important;
}

.RadWindow_Bootstrap div, .RadWindow_Bootstrap td, .RadWindow_Bootstrap th, .RadMenu {
    font-family: 'Lato', 'Segoe UI', Helvetica, Arial, Sans-Serif !important;
    font-size: 1.0em;
    text-align: left;
}

.rwIcon {
    display: none !important;
}
/* ADMIN QuickLinks Menu*/
div.adminMenu {
    padding: 0px;
    margin: 20px 20px 10px auto;
    background: #f2f2f2;
    border: solid 2px #1A2E59;
    border-radius: 5px;
    min-height: 100%;
    width: 180px
}

    div.adminMenu div.MenuHeader {
        background-color: #1A2E59;
        color: #fff;
        font-weight: bold;
        margin: 0px auto;
        padding-bottom: 10px;        
    }

    div.adminMenu div.MenuBody {
        width: 180px;
        margin: 0px auto;
        background-color: #fff;        
    }

    div.adminMenu ul {
        margin: 0px auto;
        padding: 0px 0px;
        text-align: left
    }

    div.adminMenu li {
        text-align: left;
        padding: 0px !important;
        margin: 0px !important;
        list-style-type: none;
        border-bottom: solid 1px #fff;
        background-color: #f2f2f2
    }

        div.adminMenu li a, div.adminMenu li a:link, div.adminMenu li a:visited, div.adminMenu li a:active, div.adminMenu li a:hover {
            border: none;
            font-size: 12px;
            height: 22px;
            display: block;
            background: transparent;
            text-decoration: none;
        }

            div.adminMenu li a, div.adminMenu li a:link, div.adminMenu li a:visited, div.adminMenu li a:active {
                color: #000;
                padding: 5px 0px 0px 5px;
                color: #333;
                border-left: solid 4px #ccc;
            }

                div.adminMenu li a:hover {
                    color: #ec2d34;
                    font-weight: normal;
                    padding: 5px 0px 0px 5px;
                    border-left: solid 4px #ec2d34;
                }

    div.adminMenu a.links {
        border: none !important;
        color: #0000ff !important
    }

    /* admin cancel/refund page */
.dlgrid td {
    background-color: #fff;
    border: 1px solid #1e3287;
    padding: 2px;
    width: 300px;
    overflow: visible;
    text-align: left;
    font: 0.9em "lato", "segoe ui",arial,sans-serif;
}

.dlgrid .dlheader {
    width: 1150px;
    background-color: #F1F5FB;
    color: #1e3287;
    font-weight: bold;
    font-size: 0.9em;
    font-family: "lato", "segoe ui",arial,sans-serif;
    padding: 5px;
}

.dlgrid a, .dlgrid a:link, .dlgrid a:active, .dlgrid a:visited {
    color: #1e3287;
    text-decoration: none;
    border-bottom: dotted 1px #0000ff;
    font-size: 0.8em;
}

    .dlgrid a:hover {
        text-decoration: none;
        color: #c00;
        border-bottom: solid 1px #c00;
        font-size: 0.9em;
    }

/* Exhibitors Schedule page*/
.regformLeftW {
    color: #223d77;
    text-align: right;
    padding: 2px 5px 0px 0px;
    margin: 0px;
}

.regformRightW {
    color: #000;
    text-align: left;
    padding: 2px 0px 0px 5px;
}