﻿/*
#2D2A3E = SPACE CADET PURPLE
#4A2366 - VIOLET VALOR
#BDD730 - TACTICAL NEON GREEN
#EC6523 - SIGNAL FLARE ORANGE
#344B30 - CAMO GREEN
*/

@font-face {
    font-family: 'Proxima Nova';
    src: url("proximanova_regular.ttf") format('truetype');
    font-weight: normal !important;
    font-style: normal;
}

html, body, form {
    margin: 0px auto !important;
    padding: 0px !important;
}

body {
    font-family: 'Proxima Nova', '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;
    /*
        4/15/2025 - removed no idea why I had added it.
        display: flex;
        flex-direction: column;
   */
}
.header_wrapper {
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    background-color: white; /* For browsers that do not support gradients */
    background: linear-gradient(to right,#EC6523 50%, #4A2366 50%) no-repeat center fixed;
}
.footer_wrapper {
    margin: 40px auto 0px auto;
    padding: 0px;
    vertical-align: bottom;
    text-align: center;
    background: linear-gradient(to right,#EC6523 50%, #4A2366 50%) no-repeat center fixed;
    width: 100% !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 {
    text-align: left;
    font-weight: normal;
}
h1 {
    font-size: 1.8em;
    margin-bottom: 10px;
}
h2 {
    font-size: 1.5em;
    color: #2D2A3E;
    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: 'Proxima Nova', 'Segoe UI';
    background-color: white;
    color: #4A2366;
    border: solid 1px #ccc;
    padding: 5px;
    vertical-align: middle;
    border-radius: 5px;
}

.regformSelectError {
    font-size: 1.0em;
    font-family: "Proxima Nova", 'Segoe UI';
    background-color: white;
    color: #272727;
    border: solid 1px red;
    padding: 5px;
    vertical-align: middle;
    border-radius: 5px;
}

.content .buttons {
    width: 100%;
    margin: 0px auto;
    text-align:center;
}

.buttons90 {
    width: 90%;
    margin: 0px auto;
}
.navButtons{
    flex: 1 50%;
    max-width:50%;
}
.navButtons33, .navButtonsAdd {
    flex: 1 33%;
    /*max-width: 33%;*/
    width: 33%;
}
.navButtonsMobile {
    display: none; 
}  
.updateProgress {
    color: black;
}
.required, .required a {
    color: red !important;
    font-size: 0.9em;
}
input[type="text"]:disabled, select:disabled {
    background: #efefef;
    color: #999;
}
.flexrows {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    flex-direction: row;
    flex-flow: row wrap;
    padding-top: 5px;
    text-align: left;
}
.flexcols {
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: column;
    flex-flow: column wrap;
    padding-top: 5px;
    text-align: left;
    /* cannot do columns in Edge/IE mode?*/
    display: -ms-flexbox;
    -ms-flex-direction: row; /* IE10 */
    -ms-flex-wrap: wrap; /* IE10 */
    -ms-flex-flow: row wrap; /* IE10 */
    -ms-flex: 1 0 auto;
}
.details {
    font-size: 1.0em;
}
.detailsColor {
    font-size: 1.0em;
    color: #4A2366;
}
.notesColor {
    font-size: 0.9em;
    font-style: italic;
    color: #4A2366;
}
/* gray box */
.gBox {
    border: solid #999 1px;
    padding: 10px;
}
/* home page */
.indexBorder {
    border: solid #ccc 1px;
    border-radius: 20px;
    padding: 10px 10px 20px 10px;
    width: 100%;
    margin: 0px auto;
}
.indexStart {
    width: 80%;
    margin: 0px auto;
}
.home .flexrows .regformLeft {
    flex: 1 25%;    
    -ms-flex: 1; /* IE 10 */
    max-width: 25%;
    padding: 5px 5px 0px 0px;
    margin: 0px;
    text-align: left;
}

.home .flexrows .regformRight, .home .flexrows .checkboxes {
    flex: 1 70%;
    -ms-flex: 1; /* IE 10 */
    max-width: 70%;
    text-align: left;
    padding: 0px 0px 0px 5px;
}
/* home page large blue 3 buttons */
.home .buttons {
    flex: 1;
    -ms-flex: 1 20%; /* IE 10 */
    width: 20%;
    text-align: center;
}
.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 */
/* 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;
        width: 100% !important;
        text-align: left;
        flex-wrap: nowrap;
        white-space: nowrap !important;
        padding-top: 10px;
        color: #2D2A3E;
    }

    .contact .flexrows .regformRight {
        flex: 1 100% !important;
        width: 100% !important;
        max-width: 90% !important;
        text-align: left;
        flex-wrap: nowrap;        
    }
    .contact .flexcols .regformLeft {
        flex: 1 50% !important;
        width: 50% !important;
        text-align: left;
        flex-wrap: nowrap;
        white-space: nowrap !important;
        padding-top: 20px;
        color: #2D2A3E;
    }
    .contact .flexcols .regformRight {
        flex: 1 50%;
        width: 50%;
        max-width: 90% !important;
        text-align: left;
        flex-wrap: nowrap;
    }
        .contact .flexcols .regformRight span.required {
            display: inline-block;
            width: 95% !important;
            white-space:nowrap;
        }

    .contact .flexcols .regformQMark {
        flex: 1 45% !important;
        width: 45% !important;
        max-width: 90% !important;
        text-align: left;
        flex-wrap: nowrap;
        white-space: nowrap !important;
    }
.badge {
    width: 340px;
    border: solid 2px #1a2e5a;
    background-color: #fff;
    margin: 0px auto;
    min-height: 200px;
    border-radius: 5px;
}

    .badge .header {
        height: 55px;
        text-align: left;
        padding-left: 0px;        
    }

    .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;
    }
    /* end contact page */

    /* Profile Page */
.ProfileQuestion {
    text-align: left;
    color: #2D2A3E;
    font-size: 1.1em;
}
.ProfileAnswers {
    text-align: left;
    font-size:1.0em;
    padding-left:5px;
    display:flex;
    padding-top:10px;
}
    .ProfileAnswers .radio {
        flex: 1 10%;
        max-width: 10%;
    }
/* end Profile Page */
/*Badge & Events page */
.badges, .events {
    padding: 0px 30px 20px 30px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction:row;
    flex-flow:row wrap;    
}    
    .badges .flexcols {
        text-align: left !important;
    }
    
    .badges a, .events a{
        color:white !important;
    }
    .badges .outer, .badges .highlight {
        border-radius: 10px;
        width: 360px;
        min-height: 100px;
        max-height: 120px;
        color: white;
        background-color: #4A2366;
        padding: 5px;
        text-align: center;
        flex: 1;
        margin: 10px;
    }
    .badges .highlight {
        outline-style: solid;
        outline-color: #BDD730;
        outline-width: 7px;
    }
.badges .inner {        
    text-align: center;
    font-size: 1.1em;
    margin: 10px 20px;
}
    .events .flexrows {
        text-align: center;
        width: 100%;
        margin: 0px auto;
    }
    .events .outer, .events .highlight, .waitlist, .events .included, .events .reduced {
        border-radius: 10px;
        min-width: 300px !important;
        max-width: 300px !important;
        min-height: 140px;
        max-height: 260px;
        color: white;
        background-color: #4A2366;
        padding: 5px;
        text-align: center;
        flex: 1;
        flex-wrap: nowrap;
        margin: 10px;
    }
    .events .included {
        background-color: #8cc63f;
    }
    .events .reduced {
        background-color: #F3BF1A;
    }
    .events .highlight {
        outline-style: solid;
        outline-color: #BDD730;
        outline-width: 7px;
    }   
    .events .waitlist {
        background-color: #999;
    }
    .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;
        text-align: left;
        font-weight: normal;
    }

    .review .section {
        font-size: 1.2em;
        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-size: 1.1em;
        background-color: #887f6f;
        color:white;
        /*#ebf3bf*/
    }
    .review .footerfee {
        text-align: left;
        padding: 5px 0px;
        /*background-color: #ccc;*/
        background-color: #d5d1cc;
    }
    /* the contact data section */
    .review .data {
        flex: 1 48% !important;
        -ms-flex: 1; /* IE 10 */
        width: 48% !important;
        vertical-align: top;
    }
    /* the group summary attendee listing section*/
    .review .groupdata1 {
        flex: 1 50%;
        -ms-flex: 1; /* IE 10 */
        width: 50%;
        font-weight: bold;
        padding-left: 10px;
    }

    .review .groupdata2 {
        flex: 1 25%;
        -ms-flex: 1; /* IE 10 */
        width: 25%;
    }

    .review .groupdata3 {
        flex: 1 14%;
        -ms-flex: 1; /* IE 10 */
        width: 14%;
        text-align: right;
    }
    .review .indent {
        padding-left: 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;
    }
/* 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;
    -ms-flex: 1; /* IE 10 */
    width: 100% !important;
    text-align: left;
    flex-wrap: nowrap;
    white-space: nowrap !important;
    padding-top: 20px;
    color: #2D2A3E;
}

.checkout .flexrows .regformRight {
    flex: 1 100% !important;
    -ms-flex: 1; /* IE 10 */
    width: 100% !important;
    max-width: 90% !important;
    text-align: left;
    flex-wrap: nowrap;
    white-space: nowrap !important;
}

.checkout .flexcols .regformLeft {
    flex: 1 50% !important;
    -ms-flex: 1; /* IE 10 */
    width: 50% !important;
    text-align: left;
    flex-wrap: nowrap;
    white-space: nowrap !important;
    padding-top: 20px;
    color: #2D2A3E;
}

.checkout .flexcols .regformRight {
    flex: 1 50%;
    -ms-flex: 1; /* IE 10 */
    width: 50%;
    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-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: #EC6523;
    }

        div.trackBar div.trackFirst a {
            color: #EC6523;
            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: #EC6523;
    }

        div.trackBar div.trackFirstCurrent a {
            color: #EC6523;
            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: #EC6523;
    }

        div.trackBar div.trackLastCurrent a {
            color: #EC6523;
            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: #EC6523;
        padding: 0px;
    }

        div.trackBar div.trackOn a {
            color: #EC6523 !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: #EC6523;
        padding: 0px;
    }

        div.trackBar div.trackCurrent a {
            color: #EC6523;
            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: 'Proxima Nova', 'Segoe UI', Helvetica, Arial, Sans-Serif !important;
    font-size: 0.9em !important;
}

.RadWindow_Bootstrap div, .RadWindow_Bootstrap td, .RadWindow_Bootstrap th, .RadMenu {
    font-family: 'Proxima Nova', '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 #BDD730;
    border-radius: 5px;
    min-height: 100%;
    width: 180px
}

    div.adminMenu div.MenuHeader {
        background-color: #BDD730;
        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 {
                    font-weight:bold;                    
                    padding: 5px 0px 0px 5px;
                    border-left: solid 4px #BDD730;
                }

    div.adminMenu a.links {
        border: none !important;
        color: #BDD730 !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 'Proxima Nova', "segoe ui",arial,sans-serif;
}

.dlgrid .dlheader {
    width: 1150px;
    background-color: #F1F5FB;
    color: #1e3287;
    font-weight: bold;
    font-size: 0.9em;
    font-family: 'Proxima Nova', "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.8em;
    }
/* ADMIN Login Page styles*/
div.HomeBox {
    margin: 0px auto 0px auto !important;
    padding: 0px !important;
    background-color: white !important;
    text-align: left;
}

    div.HomeBox h3 {
        color: #2D2A3E !important;
        padding: 10px !important;
        font-size: 1.4em;
        margin: 0px auto;
        font-weight:bold;
    }
    div.HomeBox td {
        text-align: left;
        padding: 10px;
        vertical-align: top;
        line-height: 1.4em;
    }
#iVideo {
    min-width: 800px;    
    min-height: 500px;
    vertical-align: top;
    padding: 0px;
}
/* rad styling to override the ALL standard .NET button hover style - purple */
.rfdSkinnedButton:hover, .rfdSkinnedButton:focus {
    background-color: #4A2366 !important;
    background-image: linear-gradient(#4A2366, #2D2A3E) !important;
    border: 1px solid #4A2366 !important;
    color: white !important;
    font-family: 'Proxima Nova', 'Segoe UI', Helvetica, Verdana, sans-serif !important;
    cursor:pointer;
}

.rfdSkinnedButton {
    background-color: #2D2A3E !important;
    background-image: linear-gradient(#4A2366, #2D2A3E) !important;
    border: 1px solid #2D2A3E !important;
    color: white !important;
    font-family: 'Proxima Nova', 'Segoe UI', Helvetica, Verdana, sans-serif !important;
    cursor: pointer;
}
.highLightYellow{
    background-color:yellow !important;
}